/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@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;
}

/*
 * Body
 */
/* line 17, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
  background: #fdfdfa;
  -webkit-font-smoothing: antialiased;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 32, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 36, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
/* line 50, ../sass/pages.scss */
header#header {
  background: #d41317;
  position: relative;
}

/* line 55, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}
/* line 60, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
}

/* line 65, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 69, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
/* line 75, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
/* line 81, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 86, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 91, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
  float: right;
  /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
/* line 112, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 113, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 117, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 130, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

/* line 134, ../sass/pages.scss */
tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 138, ../sass/pages.scss */
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 142, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 145, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 151, ../sass/pages.scss */
div.status {
  /* Normal priority messages */
}

/* line 155, ../sass/pages.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

/* line 160, ../sass/pages.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

/* line 163, ../sass/pages.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

/* line 167, ../sass/pages.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

/* line 171, ../sass/pages.scss */
.tabs {
  /* See also the tabs.css file. */
}

/* line 174, ../sass/pages.scss */
.region-help {
  /* Help text on a page */
}

/* line 177, ../sass/pages.scss */
.more-help-link {
  /* Link to more help */
}

/* line 180, ../sass/pages.scss */
.region-content {
  /* Wrapper for the actual page content */
}

/* line 183, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 187, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 193, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 197, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 200, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
/* line 203, ../sass/pages.scss */
.item-list .pager li a {
  color: #444444 !important;
}

/* line 209, ../sass/pages.scss */
article.text .item-list .pager {
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #444444;
}
/* line 214, ../sass/pages.scss */
article.text .item-list .pager li {
  padding: 0 0.3em;
}
/* line 216, ../sass/pages.scss */
article.text .item-list .pager li .pager-current {
  font-weight: 900;
}

/* line 223, ../sass/pages.scss */
.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

/* line 226, ../sass/pages.scss */
.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer
 */
/*
 * Page bottom
 */
/* line 260, ../sass/pages.scss */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         SEARCH 
 * ####################################################################################################################################################################################################
 */
/* line 270, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 {
  height: 30px;
  width: 220px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  margin-bottom: 0;
}
/* line 277, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 280, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 input.form-text {
  height: 30px;
  border: 0;
  padding: 0;
  width: 98%;
  padding-left: 2%;
}
/* line 287, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 input.form-submit {
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -110px -8px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -110px -8px;
  text-indent: -100000px;
  font-size: .1em;
  overflow: hidden;
  text-align: left;
  border: 0;
}
/* line 299, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 form {
  height: 30px;
  position: relative;
}
/* line 303, ../sass/pages.scss */
#block-views-exp-search-panel-pane-1 .views-submit-button {
  position: absolute;
  top: 0;
  right: 5px;
}

/* line 309, ../sass/pages.scss */
#searchBtn {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -98px -58px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -98px -58px;
  width: 50px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -100000px;
  font-size: 1em;
}

/* line 319, ../sass/pages.scss */
#menuBtn {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -50px -58px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -50px -58px;
  width: 50px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -100000px;
  font-size: 1em;
}

/* line 329, ../sass/pages.scss */
#menuBtn.open, #searchBtn.open {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -150px -58px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -150px -58px;
}

@media all and (max-width: 600px) {
  /* FOR MOBILE*/
  /* line 335, ../sass/pages.scss */
  #block-views-exp-search-panel-pane-1 {
    bottom: 0px;
    clear: both;
    width: 100% !important;
  }
  /* line 339, ../sass/pages.scss */
  #block-views-exp-search-panel-pane-1 .views-exposed-form .views-exposed-widget#edit-search-api-views-fulltext-wrapper {
    width: 96%;
    padding: 10px 2%;
    border-bottom: 1px solid #444444;
    background: #fdfdfa;
    position: relative;
    z-index: 10;
  }
  /* line 346, ../sass/pages.scss */
  #block-views-exp-search-panel-pane-1 .views-exposed-form .views-exposed-widget#edit-search-api-views-fulltext-wrapper input {
    width: 100%;
    padding: 10px 0;
    background: white;
    border: 1px solid #ddd;
  }
  /* line 353, ../sass/pages.scss */
  #block-views-exp-search-panel-pane-1 input.form-submit {
    position: relative;
    z-index: 11;
  }

  /* line 358, ../sass/pages.scss */
  #block-views-exp-search-panel-pane-1 input.form-submit {
    margin: 20px 15px 0 0;
  }

  /* line 361, ../sass/pages.scss */
  .region-header {
    width: 100%;
    float: none;
  }
}
/*
 * ####################################################################################################################################################################################################
 *                                                                         HEADER 
 * ####################################################################################################################################################################################################
 */
/* Temporaire pour Promo header */
/* line 374, ../sass/pages.scss */
#block-block-6 {
  position: absolute;
  right: 270px;
  margin: 0;
}

@media all and (max-width: 900px) {
  /* MOBILE- TABLETS REMOVE THE PROMO */
  /* line 380, ../sass/pages.scss */
  #block-block-6 {
    width: 0%;
    position: absolute;
    left: -100000px;
  }
}
/* Slogan */
/* line 388, ../sass/pages.scss */
#site-slogan {
  color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1em !important;
}

/* line 396, ../sass/pages.scss */
#name-and-slogan {
  position: absolute;
  left: 245px;
  bottom: 14px;
}

@media all and (max-width: 900px) {
  /* MOBILE- TABLETS REMOVE THE SLOGAN */
  /* line 402, ../sass/pages.scss */
  #name-and-slogan {
    width: 0%;
    position: absolute;
    left: -100000px;
  }
}
/*
 * ####################################################################################################################################################################################################
 *                                                                         LOGIN 
 * ####################################################################################################################################################################################################
 */
/* line 415, ../sass/pages.scss */
#block-block-5 {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  text-align: right;
}

/* line 422, ../sass/pages.scss */
a.connexion, a.connexion:visited, a.connexion:link {
  color: white;
  font-size: 0.775em;
  font-style: italic;
}

/* line 427, ../sass/pages.scss */
a.connexion:first-of-type {
  margin-right: 10px;
  font-size: 0.875em;
  font-style: normal;
}

@media all and (max-width: 600px) {
  /* MOBILE connexion smaller */
  /* line 433, ../sass/pages.scss */
  #block-block-5 {
    right: 12px;
    top: 3px;
  }

  /* line 437, ../sass/pages.scss */
  a.connexion, a.connexion:visited, a.connexion:link {
    font-size: 0.675em;
    font-style: normal;
  }

  /* line 441, ../sass/pages.scss */
  a.connexion:first-of-type {
    font-size: 0.775em;
    margin-right: 15px;
  }
}
/*
* ####################################################################################################################################################################################################
*                                                                         FOOTER 
* ####################################################################################################################################################################################################
*/
/* line 453, ../sass/pages.scss */
.region-bottom {
  background: #fdfdfa;
  font-size: 0.7em;
  color: #9c9b9b;
  margin-top: 30px;
  padding: 0;
}
/* line 459, ../sass/pages.scss */
.region-bottom #block-panels-mini-footer {
  padding: 0px;
}
/* line 462, ../sass/pages.scss */
.region-bottom ul {
  padding: 0;
  overflow: hidden;
}
/* line 466, ../sass/pages.scss */
.region-bottom a, .region-bottom li a, .region-bottom li a.active, .region-bottom li a.visited, .region-bottom li a.over {
  color: #9c9b9b;
}
/* line 469, ../sass/pages.scss */
.region-bottom 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 472, ../sass/pages.scss */
.region-bottom li, .region-bottom ul li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
/* line 477, ../sass/pages.scss */
.region-bottom .panel-col-bottom {
  margin-top: 20px;
  padding-bottom: 15px;
  border-top: 1px dotted #fdfdfa;
}
/* line 482, ../sass/pages.scss */
.region-bottom .panel-col-top {
  margin-bottom: 0px;
  overflow: hidden;
  border-bottom: 1px dotted #fdfdfa;
  background: #444444;
  padding: 10px;
}
/* line 488, ../sass/pages.scss */
.region-bottom .panel-col-top .menu {
  margin: 15px 0;
}
/* line 491, ../sass/pages.scss */
.region-bottom .panel-col-top li {
  float: left;
  margin-right: 20px;
  font-size: 1.125em;
}
/* line 497, ../sass/pages.scss */
.region-bottom .center-wrapper {
  background: #444444;
  padding: 5px 10px;
  overflow: hidden;
  padding-top: 10px;
}
/* line 502, ../sass/pages.scss */
.region-bottom .center-wrapper li {
  float: left;
  margin-right: 10px;
}
/* line 509, ../sass/pages.scss */
.region-bottom .panel-col-first li, .region-bottom .panel-col-first ul li.leaf {
  margin-right: 15px;
  padding-right: 15px;
}
@media all and (max-width: 600px) {
  /* line 453, ../sass/pages.scss */
  .region-bottom {
    /* MOBILE REMOVE THE PARTNERS */
  }
  /* line 515, ../sass/pages.scss */
  .region-bottom .panel-col-bottom, .region-bottom .panel-col-last {
    width: 0%;
    position: absolute;
    left: -100000px;
  }
  /* line 520, ../sass/pages.scss */
  .region-bottom .panel-col-first {
    width: 100%;
  }
  /* line 523, ../sass/pages.scss */
  .region-bottom li, .region-bottom ul li.leaf {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    float: left;
    padding-right: 10px;
    border-right: 0;
  }
}

/* line 535, ../sass/pages.scss */
.front .region-bottom .panel-pane, .page-taxonomy .region-bottom .panel-pane {
  padding: 0;
}

/*MAILCHIMP*/
/* line 541, ../sass/pages.scss */
.pane-mailchimp-lists-bilan .mailchimp-lists-user-subscribe-form {
  float: left;
  width: 80%;
}
/* line 545, ../sass/pages.scss */
.pane-mailchimp-lists-bilan h2.pane-title {
  border-bottom: 0;
  float: left;
  width: 20%;
  margin-top: 25px;
}
/* line 551, ../sass/pages.scss */
.pane-mailchimp-lists-bilan form input {
  width: 70%;
  float: left;
}
/* line 555, ../sass/pages.scss */
.pane-mailchimp-lists-bilan .form-item {
  margin: 0;
}
/* line 558, ../sass/pages.scss */
.pane-mailchimp-lists-bilan .form-submit {
  width: 28%;
  float: right;
}
@media all and (min-width: 600px) and (max-width: 900px) {
  /* line 564, ../sass/pages.scss */
  .pane-mailchimp-lists-bilan .mailchimp-lists-user-subscribe-form {
    float: left;
    width: 99%;
  }
}
/* line 569, ../sass/pages.scss */
.pane-mailchimp-lists-bilan #edit-mailchimp-lists-mailchimp-bilan-title {
  display: none;
}

/*
* ####################################################################################################################################################################################################
*                                                                         ADS 
* ####################################################################################################################################################################################################
*/
/* line 584, ../sass/pages.scss */
#dfp-ad-bilan_test_layerad-wrapper,
#dfp-ad-bilan_test_sky-wrapper,
#dfp-ad-bilan_test_leaderboard-wrapper,
#dfp-ad-bilan_test_wideboard-wrapper,
#dfp-ad-bilan_test-wrapper {
  display: none;
}

/* line 588, ../sass/pages.scss */
#dfp-ad-bilan_test-wrapper td {
  padding: 0 !important;
}

/* line 592, ../sass/pages.scss */
#dfp-ad-bilan_test_layerad-wrapper {
  height: 0;
}

/* line 595, ../sass/pages.scss */
.region-leaderboard {
  max-width: 1240px;
  overflow: hidden;
  display: block;
}

/* line 600, ../sass/pages.scss */
.region-leaderboard .block {
  margin-bottom: 0;
}

/* line 604, ../sass/pages.scss */
.pane-dfp-bilan-test .pane-content {
  margin-bottom: 0 !important;
}

/* line 608, ../sass/pages.scss */
.dfp-tag-wrapper > div {
  margin: 0 auto;
}

/* line 611, ../sass/pages.scss */
.inter {
  display: none;
}
/* line 613, ../sass/pages.scss */
.inter #div-gpt-ad-1405407566120-0, .inter #div-gpt-ad-1405514882208-0, .inter #div-gpt-ad-1405498836890-0, .inter #div-gpt-ad-1405498983957-0 {
  position: fixed;
  width: 100% !important;
  top: 0;
  left: 0;
  height: 100% !important;
  z-index: 1000;
  background: #dfdfd9;
}
/* line 622, ../sass/pages.scss */
.inter #close {
  position: fixed;
  z-index: 1001;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url(/sites/all/libraries/photoswipe/icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

/* line 637, ../sass/pages.scss */
#div-gpt-ad-1405407566120-0 > div {
  position: relative;
  top: 50%;
  margin: -240px auto 0;
}

/* line 644, ../sass/pages.scss */
#div-gpt-ad-1405514882208-0 > div {
  position: relative;
  top: 50%;
  margin: -250px auto 0;
}

/* line 651, ../sass/pages.scss */
#div-gpt-ad-1405498836890-0 > div {
  position: relative;
  top: 50%;
  margin: -374px auto 0;
}

/* line 658, ../sass/pages.scss */
#div-gpt-ad-1405498983957-0 > div {
  position: relative;
  top: 50%;
  margin: -502px auto 0;
}

@media all and (max-width: 996px) {
  /* remove the leaderboard */
  /*.region-leaderboard, .region-wideboard{
         width:0%;
         position:absolute;
         left:-100000px;
  }*/
  /* line 670, ../sass/pages.scss */
  #block-panels-mini-home-articles-header {
    width: 0%;
    position: absolute;
    left: -100000px;
  }
}
/* line 676, ../sass/pages.scss */
.region-skyscraper {
  width: 300px;
  display: block;
  margin-left: 10px;
  position: absolute;
  left: 994px;
}
/* line 682, ../sass/pages.scss */
.region-skyscraper .dfp-tag-wrapper {
  text-align: left;
}

/* line 686, ../sass/pages.scss */
.wallpaper .region-skyscraper {
  margin-left: 0px;
}

@media all and (max-width: 1150px) {
  /* sky fix */
  /* line 690, ../sass/pages.scss */
  #page {
    width: 1150px;
  }
}
@media all and (max-width: 980px) {
  /* sky fix */
  /* line 695, ../sass/pages.scss */
  .region-skyscraper {
    width: 0%;
    position: absolute;
    left: -100000px;
  }

  /* line 700, ../sass/pages.scss */
  #page {
    width: auto;
  }
}
@media all and (max-width: 900px) {
  /* remove the sky and the rectangle*/
  /* line 705, ../sass/pages.scss */
  .pane-dfp-bilan-test {
    width: 0%;
    position: absolute;
    left: -100000px;
  }
}
/* line 713, ../sass/pages.scss */
.paywall {
  margin: 20px 0;
  padding-left: 20px;
  color: #FFF;
  padding: 10px;
  background: #d41317;
  border: 1px solid #000;
}
/* line 720, ../sass/pages.scss */
.paywall h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
/* line 726, ../sass/pages.scss */
.paywall h3 {
  color: #FFF !important;
}
/* line 731, ../sass/pages.scss */
.paywall a {
  color: #FFF !important;
  border-bottom: 1px solid #fff;
}
/* line 736, ../sass/pages.scss */
.paywall table {
  margin-top: 20px;
}
/* line 738, ../sass/pages.scss */
.paywall table th, .paywall table td {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
/* line 744, ../sass/pages.scss */
.paywall table th {
  text-transform: uppercase;
  background: #9c9b9b;
}
/* line 750, ../sass/pages.scss */
.paywall table td {
  background: #dedede;
}
/* line 754, ../sass/pages.scss */
.paywall table img {
  border: 1px solid #000;
}

/* line 763, ../sass/pages.scss */
.cadenas {
  background: url("/sites/all/themes/bilannew/images/padlock-square.png") no-repeat 99% 5px;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
/* line 766, ../sass/pages.scss */
.cadenas h2 {
  padding-right: 30px;
}

/* line 774, ../sass/pages.scss */
.section-aberdeen, .section-mediaplanet {
  display: block !important;
}
/* line 777, ../sass/pages.scss */
.section-aberdeen .region-sidebar-first, .section-mediaplanet .region-sidebar-first {
  display: none;
}
/* line 780, ../sass/pages.scss */
.section-aberdeen .pane-node-more-articles-panel-pane-2 .pane-title, .section-aberdeen .pane-node-more-articles-panel-pane-1 .pane-title, .section-aberdeen .pane-blogs-more-articles-panel-pane-1 .pane-title, .section-aberdeen .panel-pane.pane-views-panes.pane-node-more-articles-panel-pane-2, .section-mediaplanet .pane-node-more-articles-panel-pane-2 .pane-title, .section-mediaplanet .pane-node-more-articles-panel-pane-1 .pane-title, .section-mediaplanet .pane-blogs-more-articles-panel-pane-1 .pane-title, .section-mediaplanet .panel-pane.pane-views-panes.pane-node-more-articles-panel-pane-2 {
  background: #F6F6F6 !important;
}

/* line 788, ../sass/pages.scss */
.section-category--concours .top-left .node-story {
  position: relative;
}
/* line 147, ../sass/_custom.scss */
.section-category--concours .top-left .node-story:before {
  content: "Concours";
  padding: 1px 6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  font-size: 12px;
  background: #d41317;
  left: 0;
  color: #fff;
  z-index: 99;
  margin: 0;
}

/* line 794, ../sass/pages.scss */
.greydrh {
  margin: 0 !important;
  background: #9c9b9b !important;
  color: #fff !important;
  padding: 0 10px 5px 10px !important;
}

/* line 801, ../sass/pages.scss */
.section-lesintrepides .sidebar-second #content {
  width: 100%;
}

/* line 4, ../sass/_layout-paywall.scss */
.paywall {
  background: transparent;
}

/* line 8, ../sass/_layout-paywall.scss */
.paywall .container-paywall .paywall-title {
  margin-top: 20px;
}

/* line 11, ../sass/_layout-paywall.scss */
.paywall-title {
  margin: 0;
  margin-top: 20px;
}

/* line 15, ../sass/_layout-paywall.scss */
.container-paywall {
  margin: 15px 0;
  padding: 15px 10px;
}

/* line 21, ../sass/_layout-paywall.scss */
.container-paywall--grey {
  background: #444444;
}

/* line 27, ../sass/_layout-paywall.scss */
.layout-paywall {
  margin: -5px;
  display: block;
  display: flex;
  flex-wrap: wrap;
}

/* line 33, ../sass/_layout-paywall.scss */
.layout-paywall__item {
  width: 50%;
  display: inline-block;
  display: flex;
  align-items: stretch;
  vertical-align: top;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

/* line 46, ../sass/_layout-paywall.scss */
.paywall-item {
  background: #444444;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 5px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eabd00;
  position: relative;
}

/* line 54, ../sass/_layout-paywall.scss */
.paywall-item__title {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 64, ../sass/_layout-paywall.scss */
.paywall-item__title--second {
  font-weight: 400;
}

/* line 65, ../sass/_layout-paywall.scss */
.paywall-item__title--alt {
  color: #eabd00;
}

/* line 68, ../sass/_layout-paywall.scss */
.paywall-item__description {
  font-size: 12px;
  line-height: 1.1em;
  margin: 10px 0 !important;
}

/* line 73, ../sass/_layout-paywall.scss */
.paywall-item__img {
  margin-bottom: 10px;
}
/* line 75, ../sass/_layout-paywall.scss */
.paywall-item__img:not([width]) {
  width: 100%;
  max-width: 100%;
}

/* line 80, ../sass/_layout-paywall.scss */
.paywall-item__wraping-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

/* line 85, ../sass/_layout-paywall.scss */
.paywall-item__button {
  background: #eabd00;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  color: #444444;
  font-weight: bold;
}

/* line 94, ../sass/_layout-paywall.scss */
.paywall-item__price {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* line 100, ../sass/_layout-paywall.scss */
.paywall-price {
  font-weight: bold;
}

/* line 104, ../sass/_layout-paywall.scss */
.paywall-price__value {
  color: #eabd00;
  margin-left: 5px;
}

/* line 3, ../sass/_opinions.scss */
h1.category_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #444444;
  text-transform: uppercase;
  margin: 45px 0px 0px 0px;
}

/* line 12, ../sass/_opinions.scss */
.opinions {
  width: 100%;
  display: block;
  margin: 10px 5px 20px 0px;
  /*Ending article*/
}
/* line 16, ../sass/_opinions.scss */
.opinions:after {
  content: '';
  clear: both;
}
/* line 20, ../sass/_opinions.scss */
.opinions .left {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 24%;
}
/* line 25, ../sass/_opinions.scss */
.opinions .left img {
  width: 170px;
  height: auto;
  display: block;
  margin: 0px 0px 3px 0px;
}
/* line 31, ../sass/_opinions.scss */
.opinions .left .name_experts {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  width: 170px;
  display: block;
  margin: 0px 0px 0px 0px;
}
/* line 39, ../sass/_opinions.scss */
.opinions .left .name_experts a {
  color: #d41317;
}
/* line 43, ../sass/_opinions.scss */
.opinions .left .title_blog {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  color: #848484;
}
/* line 50, ../sass/_opinions.scss */
.opinions article {
  width: 72%;
  display: inline-block;
  border-top: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 15px;
  vertical-align: top;
}
/* line 58, ../sass/_opinions.scss */
.opinions article h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0px 0px 5px 0px;
  line-height: 1;
}
/* line 62, ../sass/_opinions.scss */
.opinions article h2 a {
  color: #000;
  font-size: 24px;
  font-weight: 800;
}
/* line 66, ../sass/_opinions.scss */
.opinions article h2 a:hover {
  color: #d41317;
}
/* line 71, ../sass/_opinions.scss */
.opinions article p {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 16px;
  color: #848484;
  font-weight: 100;
  margin: 0px;
  height: auto;
  overflow: hidden;
  padding: 0px 5px 5px 0px;
}
/* line 81, ../sass/_opinions.scss */
.opinions article .created {
  /*margin:0px 0px 0px 75%;*/
  border-right: 1px solid #c1c1c1;
  padding: 0px 3px 0px 0px;
  font-size: 12px;
  display: inline-block;
}
/* line 88, ../sass/_opinions.scss */
.opinions article .following {
  display: inline-block;
  padding: 0px 4px;
}
/* line 92, ../sass/_opinions.scss */
.opinions article .following a {
  color: #d41317;
  font-size: 12px;
}
/* line 96, ../sass/_opinions.scss */
.opinions article .following a:hover {
  text-decoration: underline;
}

/*Ending Section opinion*/
/* line 103, ../sass/_opinions.scss */
.more-link {
  margin: 40px auto 0px auto;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #d41317;
  text-align: center;
  width: 98%;
}
/* line 112, ../sass/_opinions.scss */
.more-link a {
  color: white;
  text-align: center;
}

/*Ending More Link*/
/* line 119, ../sass/_opinions.scss */
.mobile .opinions {
  margin: 0px 5px 20px 0px;
}
/* line 122, ../sass/_opinions.scss */
.mobile .opinions .left,
.mobile .opinions article {
  width: 95%;
  margin: 0px;
  padding: 10px;
}
/* line 127, ../sass/_opinions.scss */
.mobile .opinions .left p,
.mobile .opinions article p {
  margin: 0px 0px 20px 0px;
}
/* line 132, ../sass/_opinions.scss */
.mobile .opinions:after {
  content: ' ';
  clear: both;
}
/* line 137, ../sass/_opinions.scss */
.mobile .opinions .created {
  margin: 0px;
}
/* line 142, ../sass/_opinions.scss */
.mobile.landscape .opinions {
  margin: 0px 5px 20px 0px;
  height: 400px;
}

/******************************************************************************************************

HOMEPAGE SIDE LINE MIDDLE

*******************************************************************************************************/
/* line 154, ../sass/_opinions.scss */
article.teaserTopTitle.opinion {
  line-height: 1.2;
}

/* line 160, ../sass/_opinions.scss */
.tablet.portrait .opinions {
  width: 100%;
  display: block;
  margin: 10px 5px 20px 0px;
}
/* line 164, ../sass/_opinions.scss */
.tablet.portrait .opinions aside {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 24;
  float: none !important;
}
/* line 171, ../sass/_opinions.scss */
.tablet.portrait .opinions article {
  width: 72%;
  display: inline-block;
  border-top: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  float: none;
}

/*******************************************************************************************************

											OPINIONS BLOGGER PAGE

********************************************************************************************************/
/* line 193, ../sass/_opinions.scss */
#content .blogger_profil {
  .display: block;
  overflow: hidden;
}
/* line 196, ../sass/_opinions.scss */
#content .blogger_profil aside {
  float: left;
  display: inline;
}
/* line 199, ../sass/_opinions.scss */
#content .blogger_profil aside:after {
  content: '';
  clear: both;
}
/* line 203, ../sass/_opinions.scss */
#content .blogger_profil aside img {
  width: 173px;
  height: auto;
  margin: 45px 10px 0px 8px;
}
/* line 209, ../sass/_opinions.scss */
#content .blogger_profil article {
  float: right;
  width: 70%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 215, ../sass/_opinions.scss */
#content .blogger_profil article:after {
  content: '';
  clear: both;
}
/* line 219, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing {
  display: block;
  float: right;
  margin: 0;
}
/* line 223, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing:after {
  content: '';
  clear: both;
}
/* line 227, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 0px;
}
/* line 232, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.fb_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAKlBMVEUAAABFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUUZDU7BAAAADXRSTlMAIDBAUGCAj5+/z9/vPEFbdwAAAFtJREFUeAHt0DEOgDAIheG2KvaBvf91pV10A9TFpP/8hZCXftIyyh66ShuR56w6N5YALt0xtM33BdvswvgeA2DFB3oWbrckgmsEm8sRUVUnpOUXa0w8cQGwp4edIJ8Hwswh8Z0AAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px -4px 0px 0px;
}
/* line 237, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.fb_icon:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAKlBMVEUAAADUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExkUzGGfAAAADXRSTlMAIDBAUGCAj5+/z9/vPEFbdwAAAFtJREFUeAHt0DEOgDAIheG2KvaBvf91pV10A9TFpP/8hZCXftIyyh66ShuR56w6N5YALt0xtM33BdvswvgeA2DFB3oWbrckgmsEm8sRUVUnpOUXa0w8cQGwp4edIJ8Hwswh8Z0AAAAASUVORK5CYII=);
}
/* line 241, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.tw_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAABEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREVEREWS3wYAAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAALdJREFUeAHd0ktuwzAMhOEx5SjUw+Lc/7RN6xZxRSrooqt8S+GHMAvinUgdZMt4uG2Y7HdcZZ5auo+BWWX27SlhdpCKH5vxqdeKiZHsEn3Mw23ufDA93/V1i8IvVtIc+xZi/GZdOy/g5czYAc/MGOrwGhdKNIMLNwQ6YxsCW1w3hFJlYEcobDtiYvQSFpKvFUvSghFrMoJ7i4kaL9qi3VS1HH/dmzp/q4IXpDz3juJSR3b9tAv+wQcZbxxZjF3YKwAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px -4px 0px 0px;
}
/* line 246, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.tw_icon:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAADUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExk5/aw2AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAALdJREFUeAHd0ktuwzAMhOEx5SjUw+Lc/7RN6xZxRSrooqt8S+GHMAvinUgdZMt4uG2Y7HdcZZ5auo+BWWX27SlhdpCKH5vxqdeKiZHsEn3Mw23ufDA93/V1i8IvVtIc+xZi/GZdOy/g5czYAc/MGOrwGhdKNIMLNwQ6YxsCW1w3hFJlYEcobDtiYvQSFpKvFUvSghFrMoJ7i4kaL9qi3VS1HH/dmzp/q4IXpDz3juJSR3b9tAv+wQcZbxxZjF3YKwAAAABJRU5ErkJggg==);
}
/* line 249, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.lk_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAABFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVNQpRrAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAH5JREFUeNrtyssOgCAMRFGKFQF59P+/Vg0TiTGpujPRu+qkx7wl65FtG8ttN/E4MVPHLIjbxkrrZ8ad3SUO0suk4ygIWsNVjnkFn6r0AIvTcY0+lH0FFUfaZhSUNFxMq2BnDU/AXpCGGXi8gy0w38Hmx5/HQ0JDeyYE2//mWQtMbSnBhAHsnQAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px -4px 0px 0px;
}
/* line 254, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.lk_icon:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAADUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExk5/aw2AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAH5JREFUeNrtyssOgCAMRFGKFQF59P+/Vg0TiTGpujPRu+qkx7wl65FtG8ttN/E4MVPHLIjbxkrrZ8ad3SUO0suk4ygIWsNVjnkFn6r0AIvTcY0+lH0FFUfaZhSUNFxMq2BnDU/AXpCGGXi8gy0w38Hmx5/HQ0JDeyYE2//mWQtMbSnBhAHsnQAAAABJRU5ErkJggg==);
}
/* line 257, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.ws_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAABFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVNQpRrAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAIBJREFUeNrd090KgCAMgFEtf1Nz7/+0BZWDcG1eBNF3fZChTv0jm2EvGYl1cGZ5q+GqSg5u8YMExIHFaQTnb+BlBHvElsXTyKPgHEGAdT1s0UrQXNEK/5KWUeNgzxmWz3GFVonTAzUZbmWSR+jkqQvuFpkVwaiFWSmcOhioqnq/DW5uEzHD23EzAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px -10px;
}
/* line 262, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_sharing a.ws_icon:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAM1BMVEUAAADUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExnUExk5/aw2AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAIBJREFUeNrd090KgCAMgFEtf1Nz7/+0BZWDcG1eBNF3fZChTv0jm2EvGYl1cGZ5q+GqSg5u8YMExIHFaQTnb+BlBHvElsXTyKPgHEGAdT1s0UrQXNEK/5KWUeNgzxmWz3GFVonTAzUZbmWSR+jkqQvuFpkVwaiFWSmcOhioqnq/DW5uEzHD23EzAAAAAElFTkSuQmCC);
}
/* line 267, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_name {
  display: block;
  margin: 40px 0px 5px 0px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #d41317;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 274, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_name span {
  display: inline;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #d41317;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 281, ../sass/_opinions.scss */
#content .blogger_profil article .blogger_name span p {
  margin: 0px 0px 0px 0px;
}
/* line 286, ../sass/_opinions.scss */
#content .blogger_profil article .position {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  color: #848484;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 295, ../sass/_opinions.scss */
#content .blogger_profil article .position p {
  margin: 0px;
}
/* line 299, ../sass/_opinions.scss */
#content .blogger_profil article .bio {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 16px;
  color: #848484;
  font-style: italic;
  height: 148px;
  overflow: hidden;
}
/* line 306, ../sass/_opinions.scss */
#content .blogger_profil article .bio.textOpen {
  height: auto;
}
/* line 309, ../sass/_opinions.scss */
#content .blogger_profil article .bio p {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 16px;
  color: #848484;
  font-style: italic;
  height: auto;
}
/* line 319, ../sass/_opinions.scss */
#content .blogger_article {
  margin: 20px 0px 0px 0px;
}
/* line 321, ../sass/_opinions.scss */
#content .blogger_article h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #444444;
  text-transform: uppercase;
}
/* line 327, ../sass/_opinions.scss */
#content .blogger_article aside {
  width: 26%;
  display: inline;
  float: left;
  margin: 40px 20px 0px 0px;
}
/* line 333, ../sass/_opinions.scss */
#content .blogger_article h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0px 0px 5px 0px;
  line-height: 1;
}
/* line 337, ../sass/_opinions.scss */
#content .blogger_article h2 a {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-transform: none;
}
/* line 344, ../sass/_opinions.scss */
#content .blogger_article p {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 16px;
  color: #848484;
  font-weight: 100;
  margin: 0px;
  height: auto;
  overflow: hidden;
  padding: 0px 5px 5px 0px;
}

/* line 357, ../sass/_opinions.scss */
article > div {
  margin: 20px 0px 0px 0px;
}
/* line 362, ../sass/_opinions.scss */
article .opinions span.name_experts {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0;
  line-height: 1;
}
/* line 370, ../sass/_opinions.scss */
article .opinions span.name_experts a {
  color: #d41317;
}
/* line 374, ../sass/_opinions.scss */
article .opinions span.created {
  border-right: 1px solid #c1c1c1;
  padding: 0px 3px 0px 0px;
  font-size: 12px;
  display: inline-block;
}
/* line 380, ../sass/_opinions.scss */
article .opinions span.following {
  display: inline-block;
  padding: 0px 4px;
}
/* line 383, ../sass/_opinions.scss */
article .opinions span.following a {
  color: #d41317;
  font-size: 12px;
}

/* line 397, ../sass/_opinions.scss */
.mobile #content section.blogger_profil aside img {
  width: 225px;
  height: auto;
  margin: 0px 10px 0px 0px;
}
/* line 403, ../sass/_opinions.scss */
.mobile #content section.blogger_profil article {
  width: 99%;
  float: none;
}
/* line 406, ../sass/_opinions.scss */
.mobile #content section.blogger_profil article .blogger_sharing {
  margin: 40px 0px 0px 0px;
}
/* line 412, ../sass/_opinions.scss */
.mobile #content section.blogger_article aside {
  display: none;
}
/* line 418, ../sass/_opinions.scss */
.mobile #content section.blogger_article article > div article.opinions {
  margin: 0px 0px 30px 0px;
  height: auto;
}

/*******************************************************************************************************

											OPINIONS ARTICLE PAGE 

********************************************************************************************************/
/* line 438, ../sass/_opinions.scss */
.node-blog article.billet {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
/* line 444, ../sass/_opinions.scss */
.node-blog article.billet span.date {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #000 !important;
  text-align: left !important;
  margin: 10px 0px 0px 15px;
}
/* line 453, ../sass/_opinions.scss */
.node-blog article.billet h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 3em;
  color: #000;
  margin: 15px 0 45px 15px;
}
/* line 461, ../sass/_opinions.scss */
.node-blog article.billet .media {
  width: 100% !important;
  position: relative !important;
  margin: 31px 0px 10px 0px !important;
  border: none;
  float: none !important;
}
/* line 471, ../sass/_opinions.scss */
.node-blog article.billet .media div ul li figure figcaption {
  font-weight: normal;
  color: #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  float: right;
  margin: 0 0 10px 0px;
}
/* line 481, ../sass/_opinions.scss */
.node-blog article.billet .media ul.flex-direction-nav {
  width: 7% !important;
}
/* line 489, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section.text {
  float: none;
  width: auto;
  margin: 0 0 0 18%;
  padding: 0;
}
/* line 497, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner {
  border-right: none !important;
}
/* line 499, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner .service-links {
  border-bottom: none !important;
}
/* line 502, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
}
/* line 507, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 22px;
}
/* line 512, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
}
/* line 517, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
}
/* line 522, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 16px;
}
/* line 527, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner p {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
  font-size: 1.188em;
  color: #000;
  line-height: 1.8;
}
/* line 533, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner p:first-child {
  margin-top: 0;
}
/* line 537, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner a {
  color: #d41317;
  /*	background:$red;
  	padding:2px 6px;
  	color:white;
  	&:hover{
  		padding:8px 6px;
  	}
  	&.service-links-printmail{
  		background:none;
  	}*/
}
/* line 551, ../sass/_opinions.scss */
.node-blog article.billet .text-wrapper section div.inner ul li.service-links {
  background: none;
}
/* line 565, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 50px 0px 10px 0px;
}
/* line 576, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing {
  margin: 0px 0px 30px 0px;
}
/* line 578, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field .name_experts, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing .name_experts {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0px 0px 0px 0px;
}
/* line 586, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field .name_experts a, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing .name_experts a {
  color: #d41317;
}
/* line 590, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field h2, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
/* line 599, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field h2 a,
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field h2 a:link,
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field h2 a:visited, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing h2 a,
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing h2 a:link,
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing h2 a:visited {
  color: #000;
  text-transform: none;
}
/* line 604, ../sass/_opinions.scss */
.node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field p, .node-blog .sharing div.plus_opinions_blogeur div.categoryMore div.views-field-nothing p {
  font-size: 16px;
  color: #848484;
  margin: 0px 0px 0px 0px;
}

/* line 624, ../sass/_opinions.scss */
.mobile .node-blog article.billet section.text {
  margin: 0;
  width: auto;
}
/* line 629, ../sass/_opinions.scss */
.mobile .node-blog article.billet section.text div.inner img {
  max-width: 100%;
  height: auto;
}
/* line 644, ../sass/_opinions.scss */
.mobile.portrait #content .blogger_profil article .bio {
  height: 135px;
}
/* line 646, ../sass/_opinions.scss */
.mobile.portrait #content .blogger_profil article .bio.textOpen {
  height: auto;
}

/* line 658, ../sass/_opinions.scss */
.sidebar-second #content .inner {
  border-right: none;
}

/* D'avantage d'articles */
/* line 5, ../sass/_shared.scss */
.bilan_vous_recommande h2 {
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 10px 0px 0px 0px;
}
/* line 12, ../sass/_shared.scss */
.bilan_vous_recommande a {
  display: inline-block;
  width: 100%;
  margin: 10px 2px 10px 0px;
  color: #000 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
/* line 25, ../sass/_shared.scss */
.bilan_vous_recommande a:after {
  clear: both;
}
/* line 28, ../sass/_shared.scss */
.bilan_vous_recommande a img {
  height: auto;
  width: 25%;
  float: left;
  display: inline;
  margin: 0px 10px 0px 0px;
}
/* line 35, ../sass/_shared.scss */
.bilan_vous_recommande a span {
  width: auto;
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #d41317;
}
/* line 43, ../sass/_shared.scss */
.bilan_vous_recommande a span:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #d41317;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
}

/***************************
			TAG
****************************/
/* line 57, ../sass/_shared.scss */
.topic h3.field-label {
  color: #000;
  font-size: 1.438em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 60px 0px 0px 0px;
}
/* line 65, ../sass/_shared.scss */
.topic ul.field-topic {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* line 69, ../sass/_shared.scss */
.topic ul.field-topic li {
  display: inline;
  height: auto;
  width: auto;
}
/* line 73, ../sass/_shared.scss */
.topic ul.field-topic li:after {
  content: ' / ';
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #828282;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
/* line 81, ../sass/_shared.scss */
.topic ul.field-topic li:last-child:after {
  content: ' ';
  font-weight: bold;
}
/* line 85, ../sass/_shared.scss */
.topic ul.field-topic li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #828282;
  text-transform: uppercase;
  font-weight: bold;
  min-height: auto;
  display: inline;
  width: 100%;
  font-size: 14px;
}
/* line 94, ../sass/_shared.scss */
.topic ul.field-topic li a:hover {
  color: #daae00;
}

/* line 103, ../sass/_shared.scss */
.davantage_darticle h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 90px 0px 0px 0px;
}
/* line 110, ../sass/_shared.scss */
.davantage_darticle a {
  color: black;
}
/* line 112, ../sass/_shared.scss */
.davantage_darticle a.teaser {
  width: 100%;
  float: left;
  margin: 20px 0px 0px 0px;
  display: block;
}
/* line 117, ../sass/_shared.scss */
.davantage_darticle a.teaser:after {
  content: ' ';
  clear: both;
}
/* line 121, ../sass/_shared.scss */
.davantage_darticle a.teaser img {
  width: 220px;
  height: 140px !important;
  float: left;
  margin: 0px 15px 0px 0px;
}
/* line 127, ../sass/_shared.scss */
.davantage_darticle a.teaser h3 {
  font-weight: 900;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0px 0px 10px 0px;
  font-size: 1em;
}
/* line 132, ../sass/_shared.scss */
.davantage_darticle a.teaser p {
  font-weight: normal;
  color: #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 14px;
  margin: 5px 0px 0px 0px !important;
  line-height: 1.5;
}
/* line 138, ../sass/_shared.scss */
.davantage_darticle a.teaser span {
  font-weight: 800;
  color: #d41317;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0px 5px 0px 0px;
  font-size: 12px;
}
/* line 142, ../sass/_shared.scss */
.davantage_darticle a.teaser span:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #d41317;
  display: inline-block;
  margin-right: 5px;
}
/* line 153, ../sass/_shared.scss */
.davantage_darticle .plusconcours {
  position: relative;
}
/* line 131, ../sass/_custom.scss */
.davantage_darticle .plusconcours:before {
  content: "Sponsored content";
  padding: 1px 6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  font-size: 12px;
  background: #d41317;
  left: 0;
  color: #fff;
  z-index: 99;
  margin: 0;
}
/* line 155, ../sass/_shared.scss */
.davantage_darticle .plusconcours:before {
  content: "Concours";
}

/* line 163, ../sass/_shared.scss */
.mobile .bilan_vous_recommande a {
  min-height: 90px;
}
/* line 168, ../sass/_shared.scss */
.mobile .davantage_darticle h2 {
  margin: 40px 0px 0px 0px;
}
/* line 173, ../sass/_shared.scss */
.mobile .davantage_darticle a.teaser {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 0 0 10px 0;
}
/* line 178, ../sass/_shared.scss */
.mobile .davantage_darticle a.teaser img {
  height: auto !important;
  width: auto;
}
/* line 188, ../sass/_shared.scss */
.mobile.portrait .bilan_vous_recommande a img {
  margin: 4px 10px 0px 0px;
  padding-bottom: 20px;
}
/* line 197, ../sass/_shared.scss */
.mobile.portrait .davantage_darticle a.teaser img {
  display: block;
  float: none;
  width: 100%;
  height: auto !important;
}

/* line 211, ../sass/_shared.scss */
.tablet .bilan_vous_recommande a {
  min-height: 110px;
}
/* line 219, ../sass/_shared.scss */
.tablet .topic ul li a {
  font-size: 14px;
}
/* line 227, ../sass/_shared.scss */
.tablet .davantage_darticle a.teaser {
  width: 100%;
  display: block;
}
/* line 231, ../sass/_shared.scss */
.tablet .davantage_darticle a.teaser p {
  font-size: 18px;
}

/* line 244, ../sass/_shared.scss */
.mobile .aside .section.like_block {
  display: inline;
  margin: 55px auto 20%;
}
/* line 247, ../sass/_shared.scss */
.mobile .aside .section.like_block div {
  margin: 0 10px 0 auto;
}

/**********************************************************************

TV BILAN 

**********************************************************************/
/* line 14, ../sass/_tvbilan.scss */
#main section.headtitle article {
  border-top: none;
}
/* line 16, ../sass/_tvbilan.scss */
#main section.headtitle article aside {
  float: left;
  width: 58%;
  margin: 0 20px 0 0;
}
/* line 21, ../sass/_tvbilan.scss */
#main section.headtitle article aside figure:hover #video_icon {
  opacity: 1 !important;
}
/* line 23, ../sass/_tvbilan.scss */
#main section.headtitle article aside figure .element #video_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAACICAMAAAD6bwjtAAAAIVBMVEUAAADjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhMtEjBYAAAACnRSTlMAEDBAYHCAj7/vu1g0kAAAAV9JREFUeNrt2jFuAkEABMGzwYD9/wfbWTtEQqJAmkk3KV3vZnds2/auu97Yzv8dtx+2yxxzzDHHHHPMMcdLOr46oY7Tcf5+DcfxcX0Jx98+O6aOozjWURzrKI51FMc6ioMdxdGO4mBHcbSjONpRHOwojnYURzuKgx3F0Y7iaEdxsKM42lEc7SgOdhRHO4qjHcXBjuJoR3G0ozjYURztKI52FAc7ivMcxz1xtKM42FEc7SiOdhQHO4qjHcXRjuJgR3G0ozjYURzr6INYRxdEOnow1FES6SiJdJSEOkoiHSWRjpJQR0mkoyTSURLqKIl0lEQ6SkIdJZGOkkhHSaijJNJREukoCXWURDpKIh0loY6SSEdJpKMk1FES6SiJdzye5EFHSaSjJNJREuooiXSURDpKQh0lkY6SSEdJrKMk1lES6yiJdZSEOm77j36OOeaYY4455pjjGY7zhe10bNu77BdHxdaN2BArLgAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px auto 0px 15px;
  position: absolute;
  height: 60px;
  width: 60px;
  opacity: 0.8;
}
/* line 31, ../sass/_tvbilan.scss */
#main section.headtitle article aside figure img {
  width: 100%;
  height: auto;
  margin: 0 20px 0 10px;
}
/* line 40, ../sass/_tvbilan.scss */
#main section.headtitle article span.keyword:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #d41317;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
}
/* line 45, ../sass/_tvbilan.scss */
#main section.headtitle article h1 {
  font-weight: 900;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
}
/* line 53, ../sass/_tvbilan.scss */
#main section.headtitle article h1 a,
#main section.headtitle article h1 a:visited,
#main section.headtitle article h1 a:link {
  color: black;
}
/* line 57, ../sass/_tvbilan.scss */
#main section.headtitle article h1 a:hover {
  color: #d41317;
}
/* line 61, ../sass/_tvbilan.scss */
#main section.headtitle article p {
  font-weight: normal;
  color: #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 66, ../sass/_tvbilan.scss */
#main section.category {
  margin: 55px 0 0 0;
}
/* line 68, ../sass/_tvbilan.scss */
#main section.category h1 {
  font-weight: 900;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
  width: 98%;
  margin: 0 auto;
  text-transform: uppercase;
}
/* line 76, ../sass/_tvbilan.scss */
#main section.category h1 a,
#main section.category h1 a:visited,
#main section.category h1 a:link {
  color: black;
}
/* line 80, ../sass/_tvbilan.scss */
#main section.category i {
  font-weight: normal;
  color: #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 18px;
  display: block;
  width: 98%;
  margin: 0 auto 20px auto;
}
/* line 86, ../sass/_tvbilan.scss */
#main section.category i p {
  margin: 0 auto 1.5em 0;
}
/* line 90, ../sass/_tvbilan.scss */
#main section.category article {
  width: 49.7%;
  display: inline-block;
  float: none;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  border-top: none;
  vertical-align: top;
}
/* line 98, ../sass/_tvbilan.scss */
#main section.category article figure {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
/* line 104, ../sass/_tvbilan.scss */
#main section.category article span.keyword {
  margin: 0 0 0 13px;
}
/* line 106, ../sass/_tvbilan.scss */
#main section.category article span.keyword:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #d41317;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
}
/* line 112, ../sass/_tvbilan.scss */
#main section.category article figure:hover #video_icon {
  opacity: 1 !important;
}
/* line 115, ../sass/_tvbilan.scss */
#main section.category article figure a .element #video_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAACICAMAAAD6bwjtAAAAIVBMVEUAAADjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhPjBhMtEjBYAAAACnRSTlMAEDBAYHCAj7/vu1g0kAAAAV9JREFUeNrt2jFuAkEABMGzwYD9/wfbWTtEQqJAmkk3KV3vZnds2/auu97Yzv8dtx+2yxxzzDHHHHPMMcdLOr46oY7Tcf5+DcfxcX0Jx98+O6aOozjWURzrKI51FMc6ioMdxdGO4mBHcbSjONpRHOwojnYURzuKgx3F0Y7iaEdxsKM42lEc7SgOdhRHO4qjHcXBjuJoR3G0ozjYURztKI52FAc7ivMcxz1xtKM42FEc7SiOdhQHO4qjHcXRjuJgR3G0ozjYURzr6INYRxdEOnow1FES6SiJdJSEOkoiHSWRjpJQR0mkoyTSURLqKIl0lEQ6SkIdJZGOkkhHSaijJNJREukoCXWURDpKIh0loY6SSEdJpKMk1FES6SiJdzye5EFHSaSjJNJREuooiXSURDpKQh0lkY6SSEdJrKMk1lES6yiJdZSEOm77j36OOeaYY4455pjjGY7zhe10bNu77BdHxdaN2BArLgAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px auto 0px 15px;
  position: absolute;
  height: 60px;
  width: 60px;
  opacity: 0.8;
}
/* line 127, ../sass/_tvbilan.scss */
#main section.category article h1 {
  width: 95%;
  margin: 0 auto 10px auto;
  line-height: 1.3;
  text-transform: none;
}
/* line 134, ../sass/_tvbilan.scss */
#main section.category article h1 a,
#main section.category article h1 a:visited,
#main section.category article h1 a:link {
  color: black;
}
/* line 137, ../sass/_tvbilan.scss */
#main section.category article h1 a:hover {
  color: #d41317;
}
/* line 141, ../sass/_tvbilan.scss */
#main section.category article p {
  width: 95%;
  margin: 0 auto;
  font-weight: normal;
  color: #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

/* line 156, ../sass/_tvbilan.scss */
.mobile.portrait #main section.headtitle article aside {
  float: none;
  display: block;
  width: 100%;
  border-top: none;
}
/* line 162, ../sass/_tvbilan.scss */
.mobile.portrait #main section.headtitle article span {
  margin: 0 0 0 8px;
}
/* line 165, ../sass/_tvbilan.scss */
.mobile.portrait #main section.headtitle article h1 {
  width: 98%;
  margin: 0 auto;
  line-height: 1.2;
}
/* line 170, ../sass/_tvbilan.scss */
.mobile.portrait #main section.headtitle article p {
  width: 98%;
  margin: 10px auto 0 auto;
}
/* line 177, ../sass/_tvbilan.scss */
.mobile.portrait #main section.category h1 {
  width: 100%;
  line-height: 1.2;
  font-size: 23px;
}
/* line 182, ../sass/_tvbilan.scss */
.mobile.portrait #main section.category i {
  width: 98%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
}
/* line 188, ../sass/_tvbilan.scss */
.mobile.portrait #main section.category article {
  width: 100%;
}
/* line 190, ../sass/_tvbilan.scss */
.mobile.portrait #main section.category article h1 {
  width: 95%;
}
/* line 205, ../sass/_tvbilan.scss */
.mobile.landscape #main section.headtitle article p {
  float: right;
  width: 38%;
}
/* line 215, ../sass/_tvbilan.scss */
.mobile.landscape #main section.category article {
  width: 48.7%;
}
/* line 217, ../sass/_tvbilan.scss */
.mobile.landscape #main section.category article h1 {
  font-size: 24px;
  line-height: 1;
}

/* line 234, ../sass/_tvbilan.scss */
.tablet.portrait #main section.headtitle article aside img {
  margin: 0 20px 0 10px;
}
/* line 241, ../sass/_tvbilan.scss */
.tablet.portrait #main section.category h1 {
  margin: 0 0 0 10px;
}
/* line 244, ../sass/_tvbilan.scss */
.tablet.portrait #main section.category i {
  margin: 0 0 0 10px;
  width: 94%;
}
/* line 258, ../sass/_tvbilan.scss */
.tablet.landscape #main section.headtitle article aside img {
  margin: 0 20px 0 10px;
}
/* line 265, ../sass/_tvbilan.scss */
.tablet.landscape #main section.category h1 {
  margin: 0 0 0 10px;
}
/* line 268, ../sass/_tvbilan.scss */
.tablet.landscape #main section.category i {
  margin: 0 0 0 10px;
  width: 94%;
}

/* line 278, ../sass/_tvbilan.scss */
.challenge2017 {
  display: block;
  padding-top: 0px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-style: initial;
  font-weight: bold;
  color: #000;
}

/* line 281, ../sass/_tvbilan.scss */
.challenge2017 img {
  vertical-align: middle;
  margin-right: 15px;
}

/* line 285, ../sass/_tvbilan.scss */
.mobile .challenge2017 img {
  margin-right: 8px;
}

/**************************************************************

DERNIERS ARTICLES

***************************************************************/
@media all and (min-width: 1304px) and (max-width: 1594px) {
  /* line 7, ../sass/_ads-styles.scss */
  html.desktop #page-inner {
    margin-right: 300px;
    margin-left: 0px;
    float: right;
  }
  /* line 11, ../sass/_ads-styles.scss */
  html.desktop #page-inner.always-center {
    margin: 0 auto;
    float: none;
  }

  /* line 19, ../sass/_ads-styles.scss */
  #page-inner:not(.always-center) .topnav.topnav--is-fixed .menu {
    margin-left: 0;
    margin-right: 300px;
    float: right;
    width: 100%;
  }
}
@media all and (max-width: 1304px) {
  /* line 31, ../sass/_ads-styles.scss */
  html.desktop #page-inner {
    margin-right: 300px;
    margin-left: 0px;
    float: none;
    width: 994px;
  }
  /* line 36, ../sass/_ads-styles.scss */
  html.desktop #page-inner.always-center {
    margin: 0 auto;
  }

  /* line 42, ../sass/_ads-styles.scss */
  #page-inner:not(.always-center) .topnav.topnav--is-fixed .menu {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
@media all and (max-width: 1190px) {
  /* line 53, ../sass/_ads-styles.scss */
  html.desktop #page-inner {
    margin: 0px;
    width: auto;
  }
  /* line 57, ../sass/_ads-styles.scss */
  html.desktop .region-skyscraper {
    display: none;
  }
}
@media all and (max-width: 994px) {
  /* line 63, ../sass/_ads-styles.scss */
  html.desktop .dfp-tag-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  /* line 69, ../sass/_ads-styles.scss */
  #bilan_tablette_inter_horizontal, #bilan_tablette_banner_horizontal {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  /* line 74, ../sass/_ads-styles.scss */
  #bilan_tablette_inter_vertical, #bilan_tablette_banner_vertical {
    display: none !important;
  }
}
/* line 76, ../sass/_ads-styles.scss */
html.mobile.paysage #bilan_mobile_inter {
  display: none;
}

/* line 81, ../sass/_ads-styles.scss */
#bilan_test_sky {
  position: fixed;
}

/* line 86, ../sass/_ads-styles.scss */
#bilan_test, #bilan_tablette_rectangle {
  margin-bottom: 25px !important;
}

/* line 90, ../sass/_ads-styles.scss */
#bilan_test_wideboard {
  margin-top: 10px;
}

/* line 94, ../sass/_ads-styles.scss */
#bilan_Billboard {
  margin-top: 10px;
}

/* line 99, ../sass/_ads-styles.scss */
#bilan_mobile_inter, #bilan_tablette_inter_horizontal, #bilan_tablette_inter_vertical {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2147483647;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 109, ../sass/_ads-styles.scss */
#bilan_test_leaderboard {
  margin-bottom: 10px;
}

/* line 114, ../sass/_ads-styles.scss */
.mobile #close {
  width: 26px;
  height: 26px;
  cursor: pointer;
  top: 0;
  position: absolute;
  right: 0;
  padding: 8px;
  z-index: 99999999999999999;
  background-image: url("../images/icons/fermerNoir.png");
  background-repeat: no-repeat;
  background-position: top right;
}

/* line 129, ../sass/_ads-styles.scss */
.tablet #close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 0;
  position: absolute;
  right: 0;
  padding: 8px;
  z-index: 99999999999999999;
  background-image: url("../images/icons/fermerNoir.png") no-repeat left top;
}

/* line 142, ../sass/_ads-styles.scss */
.dfp-tag-wrapper {
  display: none !important;
}
/* line 144, ../sass/_ads-styles.scss */
.dfp-tag-wrapper.show {
  display: block !important;
}
