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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/*
@mixin smartphone($breakpoint-max: 480) {
  @media all and (min-width : em(320)) and (max-width : em($breakpoint-max)) {
    @content;
  }
}

@mixin desktop($breakpoint) {
  @media all and (min-width : em($breakpoint)) {
    @content;
  }
}
*/
[class^="icons-shortcodes"],
[class*=" icons-shortcodes"] {
  display: inline-block; }

body.home .feed-ticker-button,
body.home .feed-ticker-shadow,
body.home #feed-ticker-container {
  display: none; }

.sprite-app-frandroid {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: 0 0;
  width: 71px;
  height: 95px; }

.sprite-bt-rss {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -60px -95px;
  width: 79px;
  height: 21px; }

.sprite-forum {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -71px 0;
  width: 69px;
  height: 73px; }

.sprite-star-empty {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -140px -69px;
  width: 25px;
  height: 24px; }

.sprite-star-full {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -165px -69px;
  width: 25px;
  height: 24px; }

.sprite-star-half {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -60px -116px;
  width: 25px;
  height: 24px; }

.sprite-video-play-btn {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: 0 -95px;
  width: 60px;
  height: 60px; }

.sprite-video-play-green-btn {
  background-image: url(../images/45471a89b714f542d10a37663a992195.png);
  background-position: -140px 0;
  width: 72px;
  height: 69px; }

@keyframes beat {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-moz-keyframes beat {
  0% {
    -moz-transform: scale(1); }
  10% {
    -moz-transform: scale(1.1); }
  20% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1); } }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes beat {
  0% {
    -o--transform: scale(1); }
  10% {
    -o--transform: scale(1.1); }
  20% {
    -o--transform: scale(1); }
  100% {
    -o--transform: scale(1); } }

@keyframes header-network-fadeIn {
  0% {
    height: 1px;
    width: 1px; }
  50% {
    height: 100%;
    width: 100%; }
  75% {
    height: 90%;
    width: 90%; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes header-network-fadeOut {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 1px;
    width: 1px; } }

@keyframes logo-header-fix {
  0% {
    opacity: 0;
    top: -55px; }
  50% {
    opacity: 1; }
  100% {
    top: 6px; } }

@-moz-keyframes logo-header-fix {
  0% {
    opacity: 0;
    top: -55px; }
  50% {
    opacity: 1; }
  100% {
    top: 6px; } }

@-webkit-keyframes logo-header-fix {
  0% {
    opacity: 0;
    top: -55px; }
  50% {
    opacity: 1; }
  100% {
    top: 6px; } }

@-o-keyframes logo-header-fix {
  0% {
    opacity: 0;
    top: -55px; }
  50% {
    opacity: 1; }
  100% {
    top: 6px; } }

@keyframes logo-header-fix-out {
  0% {
    opacity: 1;
    top: 6px; }
  30% {
    opacity: 0; }
  100% {
    top: -25px; } }

@-moz-keyframes logo-header-fix-out {
  0% {
    opacity: 1;
    top: 6px; }
  30% {
    opacity: 0; }
  100% {
    top: -25px; } }

@-webkit-keyframes logo-header-fix-out {
  0% {
    opacity: 1;
    top: 6px; }
  30% {
    opacity: 0; }
  100% {
    top: -25px; } }

@-o-keyframes logo-header-fix-out {
  0% {
    opacity: 1;
    top: 6px; }
  30% {
    opacity: 0; }
  100% {
    top: -25px; } }

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }

@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }

@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }

@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }

/*
*  Containers
*/
.larger-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both; }
  .larger-container:after {
    content: " ";
    display: block;
    clear: both; }

body.home #page #main > .larger-container,
body.archive #page #main > .larger-container {
  padding: 15px; }

.pre-ad-container {
  float: left;
  padding: 0 20px;
  padding-left: 10px;
  width: 700px;
  max-width: 700px; }
  .pre-ad-container + .left {
    width: 300px; }
  @media (min-width: 768px) and (max-width: 999px) {
    .pre-ad-container {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .pre-ad-container {
      padding-right: 10px; } }

.post .pre-ad-container {
  float: left;
  width: 680px;
  max-width: 680px; }
  .post .pre-ad-container + .left {
    width: 300px; }

/*
*  Grids
*/
.span1 {
  width: 8.33333%;
  float: left;
  min-height: 1px; }

.span2 {
  width: 16.66667%;
  float: left;
  min-height: 1px; }

.span3 {
  width: 25%;
  float: left;
  min-height: 1px; }

.span4 {
  width: 33.33333%;
  float: left;
  min-height: 1px; }

.span5 {
  width: 41.66667%;
  float: left;
  min-height: 1px; }

.span6 {
  width: 50%;
  float: left;
  min-height: 1px; }

.span7 {
  width: 58.33333%;
  float: left;
  min-height: 1px; }

.span8 {
  width: 66.66667%;
  float: left;
  min-height: 1px; }

.span9 {
  width: 75%;
  float: left;
  min-height: 1px; }

.span10 {
  width: 83.33333%;
  float: left;
  min-height: 1px; }

.span11 {
  width: 91.66667%;
  float: left;
  min-height: 1px; }

.span12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-height: 1px; }

.display-tb {
  display: table;
  table-layout: fixed; }

.tb-cell {
  display: table-cell;
  float: none;
  vertical-align: top; }

/*
*  Responsive Grid
*/
@media (max-width: 767px) {
  .phone1 {
    width: 8.33333%;
    float: left;
    min-height: 1px; }
  .phone2 {
    width: 16.66667%;
    float: left;
    min-height: 1px; }
  .phone3 {
    width: 25%;
    float: left;
    min-height: 1px; }
  .phone4 {
    width: 33.33333%;
    float: left;
    min-height: 1px; }
  .phone5 {
    width: 41.66667%;
    float: left;
    min-height: 1px; }
  .phone6 {
    width: 50%;
    float: left;
    min-height: 1px; }
  .phone7 {
    width: 58.33333%;
    float: left;
    min-height: 1px; }
  .phone8 {
    width: 66.66667%;
    float: left;
    min-height: 1px; }
  .phone9 {
    width: 75%;
    float: left;
    min-height: 1px; }
  .phone10 {
    width: 83.33333%;
    float: left;
    min-height: 1px; }
  .phone11 {
    width: 91.66667%;
    float: left;
    min-height: 1px; }
  .phone12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 1px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .tablet1 {
    width: 8.33333%;
    float: left;
    min-height: 1px; }
  .tablet2 {
    width: 16.66667%;
    float: left;
    min-height: 1px; }
  .tablet3 {
    width: 25%;
    float: left;
    min-height: 1px; }
  .tablet4 {
    width: 33.33333%;
    float: left;
    min-height: 1px; }
  .tablet5 {
    width: 41.66667%;
    float: left;
    min-height: 1px; }
  .tablet6 {
    width: 50%;
    float: left;
    min-height: 1px; }
  .tablet7 {
    width: 58.33333%;
    float: left;
    min-height: 1px; }
  .tablet8 {
    width: 66.66667%;
    float: left;
    min-height: 1px; }
  .tablet9 {
    width: 75%;
    float: left;
    min-height: 1px; }
  .tablet10 {
    width: 83.33333%;
    float: left;
    min-height: 1px; }
  .tablet11 {
    width: 91.66667%;
    float: left;
    min-height: 1px; }
  .tablet12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 1px; } }

@media (max-width: 999px) {
  body {
    width: 100%;
    position: relative;
    overflow-x: hidden; }
  #page {
    width: 100%; }
  .post .pre-ad-container, .pre-ad-container {
    width: 100%;
    max-width: 100%; }
  .display-tb {
    display: block; }
  .tb-cell {
    display: block;
    float: left; } }

@font-face {
  font-family: 'humanoid';
  src: url(../fonts/43cb7c2a97333ab70c66f5d88ceb779a.eot);
  src: url(../fonts/bc28283ac5a6ebd98104e10da8e392d7.woff) format("woff"), url(../fonts/4539bfd9b5cd6f6d3e29028cf768de9a.ttf) format("truetype"), url(../fonts/b46594b5c583437cac4e3106f54dcba5.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'humanoid';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class^='icon-'], [class*=' icon-'] {
  font-family: 'humanoid';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-advice:before {
  content: "\E000"; }

.icon-nikon:before {
  content: "\E001"; }

.icon-appxoid:before {
  content: "\E002"; }

.icon-security:before {
  content: "\E003"; }

.icon-game-console:before {
  content: "\E004"; }

.icon-camera:before {
  content: "\E005"; }

.icon-newuser:before {
  content: "\E006"; }

.icon-drawer:before {
  content: "\E007"; }

.icon-user:before {
  content: "\E008"; }

.icon-dev:before {
  content: "\E009"; }

.icon-nikon-2:before {
  content: "\E00A"; }

.icon-dell:before {
  content: "\E00B"; }

.icon-archos:before {
  content: "\E00C"; }

.icon-acer:before {
  content: "\E00D"; }

.icon-lenovo:before {
  content: "\E00E"; }

.icon-hp:before {
  content: "\E00F"; }

.icon-asus:before {
  content: "\E010"; }

.icon-wiko:before {
  content: "\E011"; }

.icon-amazon:before {
  content: "\E012"; }

.icon-nvidia:before {
  content: "\E013"; }

.icon-qualcomm:before {
  content: "\E014"; }

.icon-windowsphone:before {
  content: "\E015"; }

.icon-microsoft:before {
  content: "\E016"; }

.icon-windows:before {
  content: "\E017"; }

.icon-apple:before {
  content: "\E018"; }

.icon-nokia:before {
  content: "\E019"; }

.icon-huawei:before {
  content: "\E01A"; }

.icon-samsung1:before {
  content: "\E01B"; }

.icon-samsung2:before {
  content: "\E01C"; }

.icon-sony:before {
  content: "\E01D"; }

.icon-lg:before {
  content: "\E01E"; }

.icon-htc:before {
  content: "\E01F"; }

.icon-google:before {
  content: "\E020"; }

.icon-dev-android:before {
  content: "\E021"; }

.icon-experience:before {
  content: "\E022"; }

.icon-humanoid:before {
  content: "\E023"; }

.icon-frawin:before {
  content: "\E024"; }

.icon-frandroid:before, .icon-accueil:before {
  content: "\E025"; }

.icon-lesardoises:before {
  content: "\E026"; }

.icon-winstore:before {
  content: "\E027"; }

.icon-twitter:before {
  content: "\E028"; }

.icon-youtube3:before {
  content: "\E029"; }

.icon-blackberry:before {
  content: "\E02A"; }

.icon-search:before {
  content: "\E02B"; }

.icon-rss:before {
  content: "\E02C"; }

.icon-droid2:before {
  content: "\E02D"; }

.icon-tests:before {
  content: "\E02E"; }

.icon-jeux:before {
  content: "\E02F"; }

.icon-clock:before {
  content: "\E030"; }

.icon-clock2:before {
  content: "\E031"; }

.icon-right-arrow:before {
  content: "\E032"; }

.icon-plus:before {
  content: "\E033"; }

.icon-more:before {
  content: "\E034"; }

.icon-prev:before {
  content: "\E035"; }

.icon-next:before {
  content: "\E036"; }

.icon-arrow-bottom:before {
  content: "\E037"; }

.icon-mail-2:before {
  content: "\E038"; }

.icon-comment-bottom:before {
  content: "\E039"; }

.icon-arrow-right:before {
  content: "\E03A"; }

.icon-reduce:before {
  content: "\E03B"; }

.icon-toggle-side:before {
  content: "\E03C"; }

.icon-arrow-left:before {
  content: "\E03D"; }

.icon-arrow-up:before {
  content: "\E03E"; }

.icon-movie:before {
  content: "\E03F"; }

.icon-pig:before {
  content: "\E040"; }

.icon-dossiers:before {
  content: "\E041"; }

.icon-news:before {
  content: "\E042"; }

.icon-forum2:before {
  content: "\E043"; }

.icon-dossier2:before {
  content: "\E044"; }

.icon-appstore:before {
  content: "\E045"; }

.icon-playstore:before {
  content: "\E046"; }

.icon-video:before {
  content: "\E047"; }

.icon-rumor:before {
  content: "\E048"; }

.icon-gps:before {
  content: "\E049"; }

.icon-interview:before {
  content: "\E04A"; }

.icon-events:before {
  content: "\E04B"; }

.icon-eco:before {
  content: "\E04C"; }

.icon-juridique:before {
  content: "\E04D"; }

.icon-minipc:before {
  content: "\E04E"; }

.icon-watch:before {
  content: "\E04F"; }

.icon-operator:before {
  content: "\E050"; }

.icon-tablet:before {
  content: "\E051"; }

.icon-tests2:before {
  content: "\E052"; }

.icon-social:before {
  content: "\E053"; }

.icon-startup:before {
  content: "\E054"; }

.icon-podcast:before {
  content: "\E055"; }

.icon-glasses:before {
  content: "\E056"; }

.icon-gadgets:before {
  content: "\E057"; }

.icon-smartphone:before {
  content: "\E058"; }

.icon-facebook:before {
  content: "\E059"; }

.icon-gplus:before {
  content: "\E05A"; }

.icon-pro:before {
  content: "\E05B"; }

.icon-thumb-up:before {
  content: "\E05C"; }

.icon-quote-start:before {
  content: "\E05D"; }

.icon-quote-end:before {
  content: "\E05E"; }

.icon-forum:before {
  content: "\E05F"; }

.icon-picture:before {
  content: "\E060"; }

.icon-ipad-2:before {
  content: "\E061"; }

.icon-droid:before {
  content: "\E062"; }

.icon-tablet_android:before {
  content: "\E063"; }

.icon-tablet_ipad:before {
  content: "\E064"; }

.icon-tablet_windows:before {
  content: "\E065"; }

.icon-xbox:before {
  content: "\E066"; }

.icon-index:before {
  content: "\E067"; }

.icon-video2:before {
  content: "\E068"; }

.icon-windows-2:before {
  content: "\E069"; }

.icon-tv:before {
  content: "\E06A"; }

.icon-motorola:before {
  content: "\E06B"; }

.icon-zte:before {
  content: "\E06C"; }

.icon-smartphone-windows:before {
  content: "\E06D"; }

.icon-les-pub:before {
  content: "\E06E"; }

.icon-download:before {
  content: "\E06F"; }

.icon-discussion:before {
  content: "\E070"; }

.icon-xbox2:before {
  content: "\E071"; }

.icon-constructeur:before {
  content: "\E072"; }

.icon-pcportable:before {
  content: "\E073"; }

.icon-concours:before {
  content: "\E074"; }

.icon-linkedin:before {
  content: "\E075"; }

.icon-fratizen:before {
  content: "\E076"; }

.icon-iphoneblack:before {
  content: "\E077"; }

.icon-iphonebutton:before {
  content: "\E078"; }

.icon-mail:before {
  content: "\E079"; }

.icon-new:before {
  content: "\E07A"; }

.icon-iphone:before {
  content: "\E07B"; }

.icon-ipad:before {
  content: "\E07C"; }

.icon-imac:before {
  content: "\E07D"; }

.icon-icloud:before {
  content: "\E07E"; }

.icon-fratizen2:before {
  content: "\E07F"; }

.icon-edit3:before {
  content: "\E080"; }

.icon-edit2:before {
  content: "\E081"; }

.icon-edit:before {
  content: "\E082"; }

.icon-cloud:before {
  content: "\E083"; }

.icon-chrome:before {
  content: "\E084"; }

.icon-iaddict:before {
  content: "\E085"; }

.icon-produits:before {
  content: "\E086"; }

.icon-plusbouton:before {
  content: "\E087"; }

.icon-marques:before {
  content: "\E088"; }

.icon-roxino1:before {
  content: "\E089"; }

.icon-hot:before {
  content: "\E08A"; }

.icon-blog-view:before {
  content: "\E08B"; }

.icon-popular:before {
  content: "\E08C"; }

.icon-points:before {
  content: "\E08D"; }

.icon-end:before {
  content: "\E08E"; }

.icon-first:before {
  content: "\E08F"; }

.icon-blogs:before {
  content: "\E090"; }

.icon-star:before {
  content: "\E091"; }

.icon-arrow-play:before {
  content: "\E092"; }

.icon-arrow-down:before {
  content: "\E093"; }

.icon-arrow-up-2:before {
  content: "\E094"; }

.icon-list-view:before {
  content: "\E095"; }

.icon-snapshot:before {
  content: "\E096"; }

.icon-roxino-2:before {
  content: "\E097"; }

.icon-circle-arrow:before {
  content: "\E098"; }

.icon-cart:before {
  content: "\E099"; }

.icon-snapchat-ghost2:before {
  content: "\E93F"; }

.icon-numerama-letter:before {
  content: "\E940"; }

.icon-numerama:before {
  content: "\E941"; }

.icon-grid-view:before {
  content: "\E942"; }

.icon-list-view2:before {
  content: "\E943"; }

.icon-honor:before {
  content: "\E944"; }

.icon-bell:before {
  content: "\E945"; }

.icon-instagram2:before {
  content: "\E946"; }

.icon-youtube2:before {
  content: "\E947"; }

.icon-snapchat-ghost:before {
  content: "\E948"; }

.icon-whatsapp2:before {
  content: "\E949"; }

.icon-twitch2:before {
  content: "\E94A"; }

.icon-instagram:before {
  content: "\EA92"; }

.icon-whatsapp:before {
  content: "\EA93"; }

.icon-youtube:before {
  content: "\EA9D"; }

.icon-twitch:before {
  content: "\EA9F"; }

.icon-Action:before {
  content: "\E900"; }

.icon-Actualites-et-magazines:before {
  content: "\E901"; }

.icon-Arcade:before {
  content: "\E902"; }

.icon-Art-et-design:before {
  content: "\E903"; }

.icon-Auto-et-vehicules:before {
  content: "\E904"; }

.icon-Aventure:before {
  content: "\E905"; }

.icon-Bd:before {
  content: "\E906"; }

.icon-Beaute:before {
  content: "\E907"; }

.icon-Cartes:before {
  content: "\E908"; }

.icon-Casino:before {
  content: "\E909"; }

.icon-Communication:before {
  content: "\E90A"; }

.icon-Cuisine-et-boissons:before {
  content: "\E90B"; }

.icon-Culture-generale:before {
  content: "\E90C"; }

.icon-Divers:before {
  content: "\E90D"; }

.icon-Divertissement:before {
  content: "\E90E"; }

.icon-Educatif:before {
  content: "\E90F"; }

.icon-Enseignement:before {
  content: "\E910"; }

.icon-Famille:before {
  content: "\E911"; }

.icon-Finance:before {
  content: "\E912"; }

.icon-Google-Cast:before {
  content: "\E913"; }

.icon-Gratuit:before {
  content: "\E914"; }

.icon-Habitat-et-decoration:before {
  content: "\E915"; }

.icon-Jeux-de-courses:before {
  content: "\E916"; }

.icon-Jeux-de-roles:before {
  content: "\E917"; }

.icon-Jeux-de-societe:before {
  content: "\E918"; }

.icon-Jeux-grand-public:before {
  content: "\E919"; }

.icon-Jeux-litteraires:before {
  content: "\E921"; }

.icon-Lecteurs-et-editeurs-video:before {
  content: "\E922"; }

.icon-Lifestyle:before {
  content: "\E923"; }

.icon-Livres-et-references:before {
  content: "\E924"; }

.icon-Medecine:before {
  content: "\E925"; }

.icon-Meteo:before {
  content: "\E926"; }

.icon-Musique-et-audio:before {
  content: "\E927"; }

.icon-Musique:before {
  content: "\E928"; }

.icon-Nouveau:before {
  content: "\E929"; }

.icon-Outils:before {
  content: "\E92A"; }

.icon-Parents:before {
  content: "\E92B"; }

.icon-Payant:before {
  content: "\E92C"; }

.icon-Personnalisation:before {
  content: "\E92D"; }

.icon-Photographie:before {
  content: "\E92E"; }

.icon-Plans-et-navigation:before {
  content: "\E92F"; }

.icon-Populaires:before {
  content: "\E930"; }

.icon-Productivite:before {
  content: "\E931"; }

.icon-Professionnel:before {
  content: "\E932"; }

.icon-Reflexion:before {
  content: "\E933"; }

.icon-Rencontres:before {
  content: "\E934"; }

.icon-Reseaux-sociaux:before {
  content: "\E935"; }

.icon-Sante-et-remise-en-forme:before {
  content: "\E936"; }

.icon-Shopping:before {
  content: "\E937"; }

.icon-Simulation:before {
  content: "\E938"; }

.icon-Spectaclles-et-billets:before {
  content: "\E939"; }

.icon-Sport:before {
  content: "\E93A"; }

.icon-Sports:before {
  content: "\E93B"; }

.icon-Strategie:before {
  content: "\E93C"; }

.icon-Voyages-et-infos-locales:before {
  content: "\E93D"; }

.icon-Wear-OS-by-Google:before {
  content: "\E93E"; }

.icon-google-plus:before {
  content: "\1F39A"; }

body {
  font-family: "open_sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400; }

/* Capitales et petites capitales */
.caps, #home-last-posts .top-bar .title h2, #home-last-posts .switch-view p, .socialbar-newsletter-wrapper .socialbar-wrapper .socialbar-title-left h2, #index-posts .switch-view p, #tags-posts .switch-view p, .top-bar .title h2, #home-bloc-active-forum-2 .title h2, .home-seemore a {
  text-transform: uppercase; }

.small-caps {
  font-variant: small-caps; }

/* Alignement de texte */
.aleft {
  text-align: left; }

.ajustify {
  text-align: justify; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

/* Typo pour toutes les class icon* */
[class|='icon'] {
  font-family: "open_sans", sans-serif;
  vertical-align: baseline;
  font-weight: 400; }
  [class|='icon']:before {
    font-family: 'humanoid';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

::selection {
  color: white;
  background: #9ed44b; }

::-moz-selection {
  color: white;
  background: #9ed44b; }

h1, h2, h3, h4 {
  line-height: 1.15;
  margin-bottom: 0.65em;
  font-weight: 300; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.15em; }

p {
  margin: 0 0 0.65em 0; }

strong, .strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* Liens */
a {
  color: #85be2e;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #6e9e26; }
  a:active {
    color: #4c6c1a; }

/*
 *  Font Colors
 */
.txt-main {
  color: #9ed44b; }

.buy-button, .main-button {
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  font-family: "open_sans"; }

.buy-button, .main-button {
  color: white;
  background: #9ed44b;
  font-weight: 600;
  border-radius: 3px; }
  .grey.buy-button, .grey.main-button {
    background: #222;
    text-transform: none; }
  .buy-button:hover, .main-button:hover, .grey.buy-button:hover, .grey.main-button:hover {
    background: #86bc31;
    color: white; }

.buy-button, .buy-button, .main-button {
  line-height: 36px; }
  .buy-button .icon-cart, .buy-button .icon-cart, .main-button .icon-cart {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px; }

.humanoid-form input[type="text"], .humanoid-form input[type="email"] {
  display: block;
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: #f5f5f5;
  text-indent: 20px;
  margin: 15px 0;
  font-size: 100%; }

.humanoid-form input[type="submit"] {
  border: none;
  margin: 15px 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  background: #444; }
  .humanoid-form input:hover[type="submit"] {
    background: #5e5e5e; }

.hidden {
  display: none !important; }

@media (min-width: 1000px) {
  .visible-phone {
    display: none !important; }
  .hidden-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-phone {
    display: none !important; }
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 999px) {
  .visible-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-phone {
    display: none !important; } }

@media (min-width: 12) and (max-width: 320px) {
  @-ms-viewport {
    width: 320px; } }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  background: rgba(51, 51, 51, 0.8);
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.more-entries {
  margin-bottom: 25px; }
  .more-entries a {
    color: #444; }
    .more-entries a:hover {
      color: black; }
  .more-entries h2 {
    padding: 0 10px;
    font-weight: normal;
    font-size: 1.2em;
    margin: 5px 0; }
  .more-entries article {
    margin-bottom: 10px; }

/*!
 * Pics Mash CSS
 * http://www.picsmashplugin.com
 * V2.0
 *
 * Copyright 2012, Mike Stott, MYO
 *
 * Date: 02/11/2012
 */
.dilemma {
  overflow: hidden;
  width: 100%;
  position: relative; }

.dilimage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.dilimage-right {
  text-shadow: 1px 1px #8b0000;
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: right;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc;*/
  position: relative; }

.dilimage-left {
  text-shadow: 1px 1px #8b0000;
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilred {
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* IE6-9 */
  text-shadow: 1px 1px #8b0000;
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: right;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilred:hover {
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* IE6-9 */
  opacity: 1;
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: right;
  text-shadow: 1px 1px #8b0000;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilblue {
  background: #6db3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilblue:hover {
  background: #6db3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilgreen:hover {
  background: #bfd255;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilgreen {
  background: #bfd255;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  opacity: 0.9;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dilimage .percentage {
  color: white;
  font: bold 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px black;
  line-height: 100%; }

.dilimage .agreeres {
  color: white;
  text-shadow: 0 2px 3px black;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dilimage .dil {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
  text-shadow: 0 2px 3px black; }

.dilred .percentage {
  color: darkred;
  font: bold 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%; }

.dilred .agreeres {
  color: darkred;
  text-shadow: none;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dilred .dil {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: darkred;
  text-shadow: none; }

.dilgreen .percentage {
  color: darkgreen;
  font: bold 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%; }

.dilgreen .agreeres {
  color: darkgreen;
  text-shadow: none;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dilgreen .dil {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: darkgreen;
  text-shadow: none; }

.dilblue .percentage {
  color: #267ea0;
  font: bold 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%; }

.dilblue .agreeres {
  color: #267ea0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dilblue .dil {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #267ea0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5); }

.dilsilver .percentage {
  font: bold 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: grey;
  line-height: 100%; }

.dilsilver .agreeres {
  color: grey;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dilsilver .dil {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: grey;
  text-shadow: none; }

.dilsilver {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  opacity: 0.9;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc;*/
  position: relative; }

.dilsilver:hover {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  height: 45%;
  width: 49%;
  min-height: 200px;
  float: left;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc;*/
  position: relative; }

.dil_option {
  font: bold 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: white;
  position: absolute;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  word-wrap: break-word;
  vertical-align: middle;
  top: 50%; }

#dilor {
  position: absolute;
  z-index: 999999;
  width: 50%;
  left: 50%;
  top: 60%;
  padding: 0;
  margin-top: -38.5px;
  margin-left: -3.8%;
  height: 0; }

.dil_wrap #dilor span {
  display: block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f9f9f9;
  color: black;
  width: 11%;
  padding: 3%;
  text-align: center; }

.dil_wrap_min #dilor p {
  font-size: 20px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f9f9f9;
  color: black;
  width: 5%;
  padding: 2%;
  text-align: center; }

.dil_wrap_min .leftchoice {
  background: #6db3f2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(67%, #3690f0), color-stop(100%, #1e69de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 20px;
  width: 49%;
  float: left;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dil_wrap_min .leftchoice:hover {
  background: #6db3f2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(67%, #3690f0), color-stop(100%, #1e69de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #6db3f2 0%, #54a3ee 50%, #3690f0 67%, #1e69de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 20px !important;
  width: 49%;
  float: left;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px darkblue;
  border-style: solid;
  border-width: 1px;
  /*
-moz-box-shadow:    1px 1px 1px 1px #ccc;
-webkit-box-shadow: 1px 1px 1px 1px #ccc;
box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dil_wrap_min .rightchoice {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ff3019 0%, #cf0404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-shadow: 1px 1px #8b0000;
  height: 45%;
  width: 49%;
  min-height: 20px;
  float: right;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  opacity: 0.9;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dil_wrap_min .rightchoice:hover {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ff3019 0%, #cf0404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 1;
  height: 45%;
  width: 49%;
  min-height: 20px;
  float: right;
  text-shadow: 1px 1px #8b0000;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  font-size: 24px;
  border-style: solid;
  border-width: 1px;
  /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; */
  position: relative; }

.dil_wrap_min .dil_form {
  height: 20px !important;
  overflow: hidden;
  position: relative; }

#dilemma_leftform {
  vertical-align: middle; }

.dil_wrap_min .leftchoice .percentage {
  color: white;
  font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%; }

.dil_wrap_min .rightchoice .percentage {
  color: white;
  font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%; }

.dil_wrap .dil_res {
  position: absolute;
  width: 100%;
  top: 25%; }

.dil_wrap_min .dil_res {
  position: absolute;
  width: 100%; }

#dilemmavote {
  text-align: center;
  margin-top: 2%;
  text-decoration: none;
  color: white;
  width: 16%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

#dilemmavote a {
  display: block;
  text-decoration: none;
  color: white; }

.nextdil {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 28px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #b23e35;
  text-decoration: none;
  color: white; }

.nextdil:hover {
  text-decoration: none; }

.nextdil:active {
  position: relative;
  top: 1px; }

.dil_wrap {
  overflow: hidden;
  padding: 20px; }

.dilformb {
  background: #6db3f2 !important;
  border: none !important;
  color: black !important;
  text-shadow: none !important; }

.dilformr {
  background: #ff3019 !important;
  border: none !important;
  color: white !important;
  text-shadow: none !important; }

.dil_form {
  height: 200px;
  overflow: hidden;
  position: relative; }

.dil_title {
  width: 100%;
  text-align: center;
  font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black; }

.dil_wrap_min {
  background: #f9f9f9;
  overflow: hidden; }

.lvotes {
  color: #6db3f2;
  font-weight: bold; }

.rvotes {
  color: #ff3019;
  font-weight: bold; }

.dil_stats {
  padding: 5px; }

.dilwrapper {
  padding: 15px; }

.wp-polls-ans {
  padding: 20px 20%; }

.wp-polls .Buttons {
  background-color: #9ed44b;
  padding: 15px 20px;
  border: none;
  font-weight: bolder;
  color: white; }

/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/
.wp-polls-archive {
  /* background-color: #ffffff; */ }

.wp-polls, .wp-polls-form {
  /* background-color: #ffffff; */ }

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block; }

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none; }

.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
  content: ''; }

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0; }

.wp-polls-ul {
  padding: 0;
  margin: 0 0 10px 10px; }

.wp-polls-ans {
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  /* background-color: #ffffff; */ }

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px; }

.wp-polls-image {
  border: 0; }

.wp-polls .Buttons {
  border: 1px solid #c8c8c8;
  background-color: #f3f6f8; }

/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #06c;
  color: #06c;
  background-color: #fff; }

.wp-polls-paging a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #06c;
  color: #06c;
  background-color: #fff; }

.wp-polls-paging a:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #fff; }

.wp-polls-paging a:active {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #06c;
  color: #06c;
  background-color: #fff; }

.wp-polls-paging span.pages {
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff; }

.wp-polls-paging span.current {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #000;
  color: #000;
  background-color: #fff; }

.wp-polls-paging span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff; }

/**
 * Common General CSS
 */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #444;
  background: #f5f5f5; }

#main {
  background: #f5f5f5;
  overflow: hidden; }
  #main .megabanner {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    z-index: 1; }
  #main #humanoid_top_area ~ #megabanner {
    margin-top: -15px !important; }
  #main #header_ad {
    margin-top: 25px; }
  #main .ajax-loader {
    top: 200px !important; }

body.home #header_ad,
body.archive #header_ad {
  margin-left: -10px; }

@media (max-width: 767px) {
  #page {
    padding-top: 0; }
  #main .megabanner {
    min-height: 50px; } }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

.hide {
  display: none; }

.bg-main {
  color: white;
  background-color: #9ed44b; }

#ctBoc {
  margin-top: 100px; }

#main .bg-content {
  z-index: 1; }

.bg-content, .archive.category-test .bg-content, .archive.category-comment-faire .bg-content {
  background-color: white; }

.home .bg-content, .archive .bg-content, .bg-color {
  background-color: #f5f5f5; }

.bg-accent {
  background-color: #85be2e; }

.bg-darken {
  background-color: #333; }

.cb {
  clear: both; }

.ajax-loader {
  position: relative;
  top: 50%;
  width: 100%;
  min-height: 15px;
  background: url(../images/0e095408fa060c51b65e14c5a207b4d9.gif) no-repeat center; }

.ajax-loader-point {
  background-image: none !important;
  position: relative;
  top: 40%;
  display: block;
  margin: 20px calc(50% - 3em / 2);
  cursor: wait;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3em;
  height: 3em;
  transform: translateX(-50%); }
  .ajax-loader-point:before, .ajax-loader-point:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    color: rgba(158, 212, 75, 0.25);
    background-color: currentColor;
    animation: scaleCircles 2s infinite alternate; }
    #toggle:checked ~ #sect .ajax-loader-point:before, #toggle:checked ~ #sect .ajax-loader-point:after {
      box-shadow: 0.1em 0.1em 0.1em rgba(158, 212, 75, 0.25); }
  .ajax-loader-point:after {
    animation-delay: -1s; }

@keyframes scaleCircles {
  0% {
    z-index: 1;
    transform: scale3d(0, 0, 0); }
  100% {
    z-index: 2;
    transform: scale3d(1, 1, 1); } }

.cursor-pointer {
  cursor: pointer; }

.no-result {
  text-align: center; }

i.comments {
  position: relative;
  margin-right: 5px;
  display: block;
  float: left;
  background: #fff;
  width: 23px;
  height: 15px; }
  i.comments:after {
    top: 15px;
    content: '';
    position: absolute;
    display: block;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    left: 25%; }

/**
 * Tools for placement
 */
.left {
  float: left; }

.right {
  float: right; }

.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.a-middle {
  vertical-align: middle; }

.block {
  display: block; }

.il-block {
  display: inline-block; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.entry-txt {
  padding: 0 25px;
  color: #444; }

.read-more .icon-right-arrow {
  margin: 0 10px; }

/**
 * Tools for user interaction
 */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-flick {
  -webkit-transform: translate3d(0, 0, 0); }

.dropdown {
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
  display: none;
  position: absolute;
  z-index: 999; }
  .dropdown.open {
    display: block;
    opacity: 1; }

.popover {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #333;
  z-index: 250;
  display: none;
  min-width: 80px;
  min-height: 20px;
  padding: 5px;
  text-align: left;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: "0 5px 10px rgba(0,0,0,.2)";
  -moz-box-shadow: "0 5px 10px rgba(0,0,0,.2)";
  box-shadow: "0 5px 10px rgba(0,0,0,.2)";
  margin-bottom: 10px; }
  .popover:after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid white;
    position: absolute;
    bottom: -12px;
    left: 5px; }

a.btn, .btn {
  background: #9ed44b;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  -webkit-transition: background 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear false; }
  a.btn:hover, .btn:hover {
    color: white;
    background: #85be2e; }

.twitter-link:hover, .icon-twitter:hover, .gplus-link:hover, .icon-gplus:hover,
.facebook-link:hover, .icon-facebook:hover, .rss-link:hover, .icon-rss:hover,
.youtube-link:hover, .icon-youtube:hover {
  -webkit-transition: color 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear false; }

.twitter-link:hover, .icon-twitter:hover {
  color: #49a2d6 !important; }

.gplus-link:hover, .icon-gplus:hover {
  color: #c96247 !important; }

.facebook-link:hover, .icon-facebook:hover {
  color: #3b5998 !important; }

.rss-link:hover, .icon-rss:hover {
  color: #ff8400 !important; }

.youtube-link:hover, .icon-youtube:hover {
  color: #a73b2a !important; }

[class|="sprite"] {
  display: inline-block;
  vertical-align: middle; }

.ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#ctBoc {
  margin-top: 100px !important; }

.page-espace-lenovo .page.type-page, .page-espace-honor .page.type-page {
  padding: 0; }

.page.type-page {
  padding: 10px; }
  .page.type-page h1 {
    font-weight: bold;
    margin: 10px 6%; }
  .page.type-page.type-page > p {
    margin: 10px 6%; }

.bold {
  font-weight: bold; }

.semi-bold {
  font-weight: 600; }

.topic-title {
  display: block;
  overflow: hidden; }

#breadcrumb .icon-next:before, #breadcrumb .tested-product .tested-product-container .breadcrumb li:before, .breadcrumb .icon-next:before, .tested-product .tested-product-container .breadcrumb #breadcrumb li:before, .tested-product .tested-product-container .breadcrumb li:before {
  font-family: humanoid; }

#breadcrumb .icon-next, #breadcrumb .tested-product .tested-product-container .breadcrumb li:before, .breadcrumb .icon-next, .tested-product .tested-product-container .breadcrumb #breadcrumb li:before, .tested-product .tested-product-container .breadcrumb li:before {
  font-size: 10px;
  vertical-align: 0;
  color: #e0e0e0;
  position: relative;
  padding: 0 5px; }

header {
  z-index: 99; }

input[type="search"] {
  -webkit-appearance: none; }

#masthead {
  background: #323232; }

.span25 {
  width: 20%;
  float: left;
  margin-right: 0%;
  display: inline;
  min-height: 1px; }

#top {
  background: #333;
  height: 40px;
  display: none; }
  #top a, #top .header-btn {
    height: 40px;
    line-height: 40px;
    color: white;
    text-decoration: none; }
  #top #phone-menu {
    float: left;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.7em; }
  #top #rhumanoid {
    float: left; }
  #top #rapps,
  #top #rsocial {
    float: right;
    padding: 0 10px 0 5px; }

#ctBoc {
  margin-top: 102px !important; }

#post-share-bar {
  background: #fff;
  height: 59px;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  position: fixed;
  top: -60px;
  z-index: 9999999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 10px; }
  #post-share-bar ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between; }
  #post-share-bar li {
    height: 59px;
    line-height: 59px;
    min-width: 59px;
    display: block; }
  #post-share-bar li a {
    width: auto;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    height: 35px;
    margin-top: 12px;
    line-height: 35px;
    border-radius: 17.5px;
    padding: 0 20px;
    position: relative;
    padding-left: 50px; }
    #post-share-bar li a span.icon-rs {
      font-size: 18px;
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 20px;
      left: 20px; }
      #post-share-bar li a span.icon-rs:hover {
        color: #fff !important; }
    #post-share-bar li a:hover {
      color: #fff !important;
      background: #212121; }
  #post-share-bar .logo-home {
    background: #9ed44b;
    width: 59px;
    height: 59px;
    margin-top: 0;
    border-radius: 0;
    padding: 0; }
    #post-share-bar .logo-home i {
      line-height: 59px;
      margin: 0;
      font-size: 35px;
      padding: 0;
      position: relative;
      left: 0; }
  #post-share-bar .facebook-logo a {
    background: #395b97; }
  #post-share-bar .twitter-logo a {
    background: #61a8da; }
  #post-share-bar .googleplus-logo a {
    background: #d53d38; }
  #post-share-bar .linkedin-logo a {
    background: #007ec7; }

#trending-bar {
  background: #232323;
  height: 45px; }
  #trending-bar .trending-menu {
    line-height: 45px;
    width: calc(100% - 450px);
    overflow: hidden;
    height: 45px;
    float: left;
    background: #141414; }
    #trending-bar .trending-menu p, #trending-bar .trending-menu li, #trending-bar .trending-menu .menu-tendances-container, #trending-bar .trending-menu #menu-tendances {
      display: inline;
      font-size: 12px; }
    #trending-bar .trending-menu p, #trending-bar .trending-menu li a {
      color: #c7c7c7;
      padding: 0 10px;
      position: relative;
      display: block;
      float: left; }
    #trending-bar .trending-menu li a img {
      height: 20px;
      margin-top: 12px; }
    #trending-bar .trending-menu p {
      padding: 0;
      width: 25px;
      background: #232323;
      color: white;
      font-size: 18px;
      margin-right: 10px;
      position: relative;
      text-align: center; }
      #trending-bar .trending-menu p:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22.5px 0 22.5px 10px;
        border-color: transparent transparent transparent #232323;
        position: absolute;
        top: 0;
        right: -10px; }
    #trending-bar .trending-menu li a:after {
      content: " ";
      display: inline-block;
      width: 1px;
      background: #c7c7c7;
      height: 15px;
      position: absolute;
      top: 15px;
      margin-left: 10px; }
    #trending-bar .trending-menu li:last-child a:after {
      display: none; }
    #trending-bar .trending-menu li a:hover {
      color: #fff; }
  #trending-bar .social-bar {
    display: flex;
    float: right; }
    #trending-bar .social-bar li {
      display: block;
      padding: 0;
      height: 100%;
      background: initial; }
      #trending-bar .social-bar li a {
        color: white;
        font-size: 20px;
        text-align: center;
        height: 100%;
        line-height: 45px;
        width: 45px;
        display: block;
        position: relative; }
        #trending-bar .social-bar li a:hover {
          color: #212121;
          background: #fff; }
    #trending-bar .social-bar .facebook-logo {
      background: #395b97; }
    #trending-bar .social-bar .twitter-logo {
      background: #61a8da; }
    #trending-bar .social-bar .googleplus-logo {
      background: #d53d38; }
    #trending-bar .social-bar .youtube-logo {
      background: #e11b15; }
    #trending-bar .social-bar .rss-logo {
      background: #e67329; }
    #trending-bar .social-bar .snapchat-logo {
      background: #e9e500; }
    #trending-bar .social-bar .twitch-logo {
      background: #7b25b2; }
    #trending-bar .social-bar .linkedin-logo {
      background: #007ec7; }
    #trending-bar .social-bar .mail-logo {
      background: #0061ba; }
    #trending-bar .social-bar .instagram-logo {
      background: #654cd3;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#654cd3, #e43b6d);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#654cd3, #e43b6d);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#654cd3, #e43b6d);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#654cd3, #e43b6d);
      /* Standard syntax */ }
    #trending-bar .social-bar .snapchat-logo a:hover {
      color: #e9e500; }
    #trending-bar .social-bar .twitch-logo a:hover {
      color: #7b25b2; }
    #trending-bar .social-bar .linkedin-logo a:hover {
      color: #007ec7; }
    #trending-bar .social-bar .instagram-logo a:hover {
      color: #654cd3; }

#header-site {
  height: auto;
  background: #9ed44b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #header-site .logo-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 0;
    display: block;
    width: 200px;
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #header-site .logo-wrapper span.icon-arrow-down {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 10px; }
      #header-site .logo-wrapper span.icon-arrow-down:before {
        position: relative;
        top: 8px; }
      #header-site .logo-wrapper span.icon-arrow-down.hovered {
        background: #212121; }
    #header-site .logo-wrapper #logo-site {
      display: inline-block;
      vertical-align: middle;
      padding-top: 14px; }
      #header-site .logo-wrapper #logo-site img {
        max-height: 100%;
        height: auto;
        width: 150px;
        vertical-align: middle; }
      #header-site .logo-wrapper #logo-site h1 {
        line-height: 0;
        font-size: 15px;
        display: inline-block; }
      #header-site .logo-wrapper #logo-site span {
        color: #f7f7f7;
        position: relative;
        top: -2px;
        left: 7px;
        font-size: 18px;
        display: inline-block; }
  #header-site .header-content {
    height: 60px;
    float: left;
    width: calc(100% - 200px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #header-site #gsearch, #header-site .forum-user-wrapper, #header-site .logo-wrapper, #header-site .header-line-one {
    float: left; }
  #header-site .dropdown-test-wrapper, #header-site .dropdown-bp-wrapper {
    top: 100%; }
  #header-site.menu-fixed {
    top: -45px; }
    #header-site.menu-fixed .logo-wrapper {
      width: 50px;
      height: 40px; }
      #header-site.menu-fixed .logo-wrapper a, #header-site.menu-fixed .logo-wrapper p {
        opacity: 0; }
    #header-site.menu-fixed .header-content {
      height: 40px;
      width: calc(100% - 50px); }
    #header-site.menu-fixed #gsearch, #header-site.menu-fixed .forum-button {
      line-height: 40px;
      height: 40px; }
    #header-site.menu-fixed #hubs-header > li p {
      line-height: 40px; }
    #header-site.menu-fixed #hubs-header > .menu-item-home {
      opacity: 1;
      top: 0; }
    #header-site.menu-fixed #hubs-header .arrow, #header-site.menu-fixed .forum-button .arrow {
      top: 13px;
      right: 11px; }

#hubs-header .arrow, .forum-button .arrow {
  position: absolute;
  right: 10px;
  color: white;
  width: 10px;
  font-size: 13px;
  top: 24px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

/* Menu nav */
#hubs-header {
  float: left;
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #hubs-header > li p {
    color: white;
    line-height: 60px;
    font-size: 13px;
    margin: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  #hubs-header > li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #hubs-header > li.have-submenu p {
    padding-right: 20px; }
  #hubs-header > li.menu-item-home {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -20px;
    padding: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    #hubs-header > li.menu-item-home p {
      font-size: 25px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
    #hubs-header > li.menu-item-home p span {
      color: white; }
  #hubs-header > li .icon-arrow-right {
    font-size: 75%;
    padding-left: 5px; }
  #hubs-header > li .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 200px;
    background: #212121;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear; }
    #hubs-header > li .submenu > li:last-of-type p {
      padding-bottom: 20px; }
    #hubs-header > li .submenu li {
      text-align: left;
      position: relative;
      overflow: hidden; }
      #hubs-header > li .submenu li a {
        padding: 3.5px 15px; }
      #hubs-header > li .submenu li:last-of-type a {
        padding-bottom: 10.5px; }
      #hubs-header > li .submenu li .submenu {
        max-height: none;
        display: none;
        position: absolute;
        min-width: 164px;
        left: 100%;
        top: 0;
        background: none; }
        #hubs-header > li .submenu li .submenu:before {
          display: none;
          content: '';
          z-index: 1;
          position: absolute;
          top: 3px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.5px 0 5.5px 6px;
          border-color: transparent transparent transparent #212121; }
        #hubs-header > li .submenu li .submenu li {
          background: #6e9e26; }
        #hubs-header > li .submenu li .submenu li:first-of-type a {
          padding-top: 10.5px; }
        #hubs-header > li .submenu li .submenu a:hover {
          color: #212121; }
      #hubs-header > li .submenu li:hover {
        overflow: visible; }
        #hubs-header > li .submenu li:hover .submenu {
          display: block; }
    #hubs-header > li .submenu a {
      font-size: 14px;
      position: relative;
      color: white;
      text-align: left;
      display: block;
      text-transform: initial; }
      #hubs-header > li .submenu a:hover {
        color: #6e9e26; }
  #hubs-header > li:hover, #hubs-header > li.hovered {
    background: #212121;
    color: white; }
    #hubs-header > li:hover .submenu, #hubs-header > li.hovered .submenu {
      max-height: none;
      overflow: visible;
      opacity: 1; }
  #hubs-header .current-hub-blogs {
    background: #85be2e; }
    #hubs-header .current-hub-blogs:after {
      display: none; }
  #hubs-header .current-hub {
    background: #85be2e; }
    #hubs-header .current-hub:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #85be2e;
      border-width: 10px;
      margin-left: -10px;
      z-index: 10000; }
  @media (min-width: 768px) and (max-width: 999px) {
    #hubs-header .menu-item-blogs {
      display: none; } }

#gsearch {
  width: 50px;
  height: 60px;
  float: left;
  background: #85be2e;
  line-height: 60px;
  text-align: center;
  color: white;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

#hubs-header > li, .forum-button {
  text-align: left;
  display: block;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding: 0 7px; }
  #hubs-header > li:hover .arrow, .forum-button:hover .arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.forum-user-wrapper {
  float: right; }
  .forum-user-wrapper .forum-button {
    position: relative;
    font-size: 13px;
    display: block;
    height: 60px;
    line-height: 60px;
    color: white;
    width: 90px; }
    .forum-user-wrapper .forum-button:hover, .forum-user-wrapper .forum-button.hovered {
      background: #212121; }
      .forum-user-wrapper .forum-button:hover .arrow, .forum-user-wrapper .forum-button.hovered .arrow {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

/* sticky bar hide icon */
#hubs-stickynav li.menu-item {
  padding: 0 10px; }
  #hubs-stickynav li.menu-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  #hubs-stickynav li.menu-item:hover {
    cursor: pointer; }
  #hubs-stickynav li.menu-item span {
    display: none; }

/* sticky animation */
.shrunk {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.dropdown-select-site-wrapper {
  position: relative;
  top: 60px; }
  .dropdown-select-site-wrapper.blogs {
    position: static; }

.dropdown-forum-wrapper {
  position: absolute;
  top: 100%;
  width: 12.9%;
  right: 0; }
  .dropdown-forum-wrapper .submenu-forum {
    background: #212121;
    position: absolute;
    z-index: 1010;
    padding: 10px;
    width: 130%;
    right: 0; }
    .dropdown-forum-wrapper .submenu-forum .head {
      border-bottom: 1px solid #fff;
      margin-bottom: 12px;
      padding-bottom: 12px; }
    .dropdown-forum-wrapper .submenu-forum a {
      display: block;
      color: white;
      margin-bottom: 10px; }
      .dropdown-forum-wrapper .submenu-forum a.lh-small {
        line-height: 20px; }
      .dropdown-forum-wrapper .submenu-forum a:last-of-type {
        margin-bottom: 0; }
      .dropdown-forum-wrapper .submenu-forum a .icon {
        margin-right: 5px;
        width: 18px;
        text-align: center;
        display: inline-block; }
      .dropdown-forum-wrapper .submenu-forum a .user-icon-container {
        display: inline-block;
        float: none;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        line-height: 13px;
        position: relative;
        top: -2px;
        background: #fff; }
        .dropdown-forum-wrapper .submenu-forum a .user-icon-container span {
          line-height: 18px;
          font-size: 9px;
          color: #212121; }
      .dropdown-forum-wrapper .submenu-forum a:hover {
        color: #9ed44b !important; }
        .dropdown-forum-wrapper .submenu-forum a:hover .icon span {
          background: #9ed44b; }
        .dropdown-forum-wrapper .submenu-forum a:hover .user-icon-container {
          background: #9ed44b !important; }
          .dropdown-forum-wrapper .submenu-forum a:hover .user-icon-container span {
            background: none; }

.dropdown-test-wrapper, .dropdown-bp-wrapper {
  position: absolute;
  top: 102px;
  background: #212121;
  z-index: 999;
  display: none;
  padding: 10px 16px;
  width: 100%;
  top: 0; }
  .dropdown-test-wrapper .line-one .title-block, .dropdown-bp-wrapper .line-one .title-block {
    color: #e3e3e3;
    float: left; }
  .dropdown-test-wrapper .line-one .list-cat-test, .dropdown-bp-wrapper .line-one .list-cat-test {
    float: left;
    margin-top: 10px;
    color: #fff; }
    .dropdown-test-wrapper .line-one .list-cat-test .separator, .dropdown-bp-wrapper .line-one .list-cat-test .separator {
      display: inline-block;
      margin: 0 5px; }
    .dropdown-test-wrapper .line-one .list-cat-test a, .dropdown-bp-wrapper .line-one .list-cat-test a {
      color: #aeaeae; }
      .dropdown-test-wrapper .line-one .list-cat-test a:hover, .dropdown-bp-wrapper .line-one .list-cat-test a:hover {
        text-decoration: underline;
        color: #9ed44b; }
  .dropdown-test-wrapper .line-one a.see-all, .dropdown-bp-wrapper .line-one a.see-all {
    float: right;
    font-weight: bold;
    color: white;
    margin-top: 10px; }
  .dropdown-test-wrapper .line-one a.see-all:hover, .dropdown-bp-wrapper .line-one a.see-all:hover {
    color: #9ed44b; }
  .dropdown-test-wrapper ul > li, .dropdown-bp-wrapper ul > li {
    width: 180px;
    height: 171px;
    position: relative;
    float: left;
    margin-right: 17px;
    border-radius: 5px;
    overflow: hidden; }
    .dropdown-test-wrapper ul > li:last-of-type, .dropdown-bp-wrapper ul > li:last-of-type {
      margin-right: 0; }
    .dropdown-test-wrapper ul > li .rank-container, .dropdown-bp-wrapper ul > li .rank-container {
      position: absolute;
      top: 5px;
      left: 5px; }
      .dropdown-test-wrapper ul > li .rank-container .canvas-container, .dropdown-bp-wrapper ul > li .rank-container .canvas-container {
        position: relative; }
        .dropdown-test-wrapper ul > li .rank-container .canvas-container span, .dropdown-bp-wrapper ul > li .rank-container .canvas-container span {
          position: absolute;
          top: 16%;
          left: 37%;
          font-size: 18px;
          color: #9ed44b; }
    .dropdown-test-wrapper ul > li img, .dropdown-bp-wrapper ul > li img {
      border-radius: 5px;
      opacity: 0.4;
      width: 100%;
      height: 100%;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
    .dropdown-test-wrapper ul > li h4, .dropdown-test-wrapper ul > li .prev-title, .dropdown-bp-wrapper ul > li h4, .dropdown-bp-wrapper ul > li .prev-title {
      line-height: 16px;
      display: block;
      font-family: "open_sans";
      font-weight: 700;
      position: absolute;
      padding: 0 9px;
      font-size: 14.5px;
      color: white;
      width: 100%;
      bottom: 13px;
      margin: 0;
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }
    .dropdown-test-wrapper ul > li:hover img, .dropdown-bp-wrapper ul > li:hover img {
      opacity: 0.7; }

#select-site {
  width: 200px; }
  #select-site ul {
    background: #333;
    width: 100%; }
    #select-site ul li {
      font-family: "open_sans", sans-serif;
      height: 65px;
      line-height: 65px;
      padding: 0 20px;
      background: #333;
      position: relative; }
      #select-site ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #select-site ul li span {
        vertical-align: middle; }
      #select-site ul li .icon {
        font-size: 25px; }
      #select-site ul li .logo-text {
        font-size: 24px;
        font-weight: bold;
        margin-left: 15px; }
      #select-site ul li:hover {
        background: #1a1a1a;
        cursor: pointer; }
    #select-site ul li.humanoid-logo {
      color: #1a77af; }
    #select-site ul li.frandroid-logo {
      color: #9ed44b; }
    #select-site ul li.frawin-logo {
      color: #57b6dc; }
    #select-site ul li.iaddict-logo {
      color: #7460bc; }
    #select-site ul li.lesardoises-logo {
      color: #e95233; }
    #select-site ul li.fratizen-logo {
      color: #54bdc1; }
    #select-site ul li.roxino-logo {
      color: #54bdc1; }
    #select-site ul li.numerama-logo {
      color: #e9573f; }
      #select-site ul li.numerama-logo .icon-numerama {
        font-size: 26px; }

#rhumanoid ul {
  *zoom: 1; }
  #rhumanoid ul:after {
    content: "";
    display: table;
    clear: both; }
  #rhumanoid ul > li {
    float: left;
    padding: 0 4px; }
    #rhumanoid ul > li:first-child {
      padding-left: 0; }
    #rhumanoid ul > li:last-child {
      padding-right: 0; }
  #rhumanoid ul li {
    font-size: 25px; }

#rhumanoid a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  line-height: 40px;
  text-align: center; }
  #rhumanoid a:hover, #rhumanoid a.current {
    color: #85be2e; }
  #rhumanoid a.current:after {
    display: block;
    position: absolute;
    left: 10px;
    bottom: -20px;
    content: ' ';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #333; }

#rhumanoid .frandroid > a:hover,
#rhumanoid .frandroid > a.current {
  color: #9ed44b; }

#rhumanoid .humanoid > a:hover,
#rhumanoid .humanoid > a.current {
  color: #1a77af; }

#rhumanoid .frawin > a:hover,
#rhumanoid .frawin > a.current {
  color: #57b6dc; }

#rhumanoid .lesardoises > a:hover,
#rhumanoid .lesardoises > a.current {
  color: #e95233; }

#rhumanoid .iaddict > a:hover,
#rhumanoid .iaddict > a.current {
  color: #7460bc; }

#rapps {
  position: relative; }
  #rapps [class|='icon'] {
    margin-right: 10px;
    font-size: 1.1em; }
    #rapps [class|='icon']:last-of-type {
      margin-right: 0; }

#rapps,
#rsocial {
  font-size: 16px;
  -webkit-transition: background 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear false; }
  #rapps:hover, #rapps.current,
  #rsocial:hover,
  #rsocial.current {
    background: rgba(0, 0, 0, 0.3); }
  #rapps .bubbleTitle,
  #rsocial .bubbleTitle {
    position: relative;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    margin: 5px;
    height: 30px;
    width: 60px;
    line-height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 15px; }
    #rapps .bubbleTitle:after,
    #rsocial .bubbleTitle:after {
      display: block;
      position: absolute;
      right: -10px;
      top: 9px;
      content: ' ';
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 5px solid rgba(0, 0, 0, 0.3); }
  #rapps span,
  #rsocial span {
    padding: 0 2px; }
  #rapps [class|='icon']:hover,
  #rsocial [class|='icon']:hover {
    color: white !important; }
  #rapps#rapps,
  #rsocial#rapps {
    margin-right: 30px; }

.single #header-site.menu-fixed {
  top: -100px; }

.single .menu-fixed.scroll-down #post-share-bar {
  top: 0; }

.single #header-site.menu-fixed.scroll-up {
  top: -45px; }
  .single #header-site.menu-fixed.scroll-up #post-share-bar {
    top: -60px; }

@media (min-width: 768px) and (max-width: 999px), (max-width: 767px) {
  .dropdown-test-wrapper, .dropdown-bp-wrapper, .dropdown-forum-wrapper {
    display: none !important; }
  #header-site.menu-fixed .header-content {
    width: 100%; }
  #header-site.menu-fixed #hubs-header > .menu-item-home {
    opacity: 1;
    top: 0; }
  .trending-menu li a:after {
    display: none !important; }
  #logo-no-link a {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 30px;
    display: block; }
  /* fix span25 with tablet */
  .span25 {
    width: 25%; }
  /* Menu nav */
  #sticky-nav .menu {
    min-width: 300px; }
  #header-site .logo-wrapper {
    width: 75px; }
  #header-site .header-content {
    width: 100%; }
  #hubs-header > li .arrow, .forum-button .arrow {
    display: none; }
  #hubs-header > li.have-submenu p {
    padding-right: 0; }
  .small-screen-overflow {
    float: left;
    width: calc(100% - 125px);
    height: 100%;
    overflow: hidden;
    overflow-x: scroll; }
  .small-screen-menu {
    height: 100%;
    width: 800px; }
  #ctBoc {
    margin-top: 111px !important; }
  #masthead {
    width: 100%;
    z-index: 9999;
    background: #9ed44b;
    height: auto;
    position: fixed;
    top: 0;
    left: 0; } }

@media (max-width: 767px) {
  .single #header-site.menu-fixed.scroll-up #post-share-bar {
    top: 40px; }
  #post-share-bar .larger-container {
    overflow: hidden;
    overflow-x: scroll; }
  #post-share-bar li {
    min-width: 40px; }
  #post-share-bar .post-share-container {
    min-width: 270px;
    width: 100%;
    padding-left: 10px; }
  #post-share-bar .facebook-logo a {
    padding: 0 10px;
    padding-left: 30px; }
    #post-share-bar .facebook-logo a span.icon-rs {
      left: 10px; }
  #post-share-bar li:not(.facebook-logo) a {
    padding: 0;
    width: 35px;
    height: 35px;
    margin: 12.5px auto; }
    #post-share-bar li:not(.facebook-logo) a span.icon-rs {
      left: 0;
      right: 0; }
  #trending-bar .social-bar {
    width: 100%; }
    #trending-bar .social-bar li {
      width: 30%;
      font-size: 15px;
      max-height: 45px;
      height: 45px; }
      #trending-bar .social-bar li a {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center; }
        #trending-bar .social-bar li a:before {
          line-height: 45px; }
        #trending-bar .social-bar li a span {
          padding-left: 5px;
          font-size: 13px; }
    #trending-bar .social-bar li:last-child {
      width: 10%; }
  #gsearch {
    flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    margin: 0; }
    #gsearch .search-wrapper input {
      /* FF 4-18 */
      /* FF 19+ */
      /* IE 10+ */
      padding-left: 40px; }
      #gsearch .search-wrapper input::-webkit-input-placeholder {
        color: transparent; }
      #gsearch .search-wrapper input:-moz-placeholder {
        color: transparent; }
      #gsearch .search-wrapper input::-moz-placeholder {
        color: transparent; }
      #gsearch .search-wrapper input:-ms-input-placeholder {
        color: transparent; }
    #gsearch .search-wrapper:before {
      left: 10px; }
  #more-mob-content {
    position: fixed; }
    #more-mob-content ul li {
      width: 100%;
      padding: 10px 15px;
      background: #262626;
      border-bottom: 1px solid #1c1c1c;
      border-top: 1px solid #404040;
      position: relative; }
      #more-mob-content ul li:first-child {
        padding-left: 15px;
        width: 100%; }
      #more-mob-content ul li:hover {
        background: #333; }
        #more-mob-content ul li:hover p, #more-mob-content ul li:hover span {
          color: white; }
      #more-mob-content ul li:active {
        background: #333; }
        #more-mob-content ul li:active p, #more-mob-content ul li:active span {
          color: white; }
      #more-mob-content ul li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #more-mob-content ul li p {
        display: inline-block;
        padding-left: 15px;
        color: #a2a2a2;
        margin: 0; }
      #more-mob-content ul li span {
        color: #a2a2a2; }
  #masthead {
    z-index: 9999;
    background: #9ed44b;
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
  header #phone-more {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: #85be2e;
    text-align: center;
    font-size: 1.6em;
    height: 50px;
    line-height: 50px;
    color: white; }
  header #phone-feeds {
    -webkit-box-shadow: black 2px 2px 5px;
    -moz-box-shadow: black 2px 2px 5px;
    box-shadow: black 2px 2px 5px;
    z-index: 9999;
    background: white;
    position: fixed;
    top: 50px;
    left: 0;
    height: 500px; }
  header #hubs-content {
    position: absolute;
    z-index: 9999999;
    display: none; }
    header #hubs-content .more-hub,
    header #hubs-content .more-hubs-contents {
      display: none; } }

/**
 * For new page forfait
 */
.menu-item a[title="Apps"]:after, .menu-item a[title="Jeux"]:after {
  content: "New";
  display: inline-block;
  background: white;
  color: #9ed44b;
  font-size: 11px;
  line-height: 15px;
  padding: 0 5px;
  margin-left: 9px;
  font-weight: 600;
  text-transform: none; }

.menu-fixed .menu-item a[title="Apps"]:after, .menu-fixed .menu-item a[title="Jeux"]:after {
  display: none; }

.module-header {
  height: 50px;
  line-height: 50px;
  background-color: #9ed44b;
  color: white;
  font-size: 1.6em;
  overflow-y: hidden; }
  .module-header a {
    color: white; }
  .module-header > [class|='icon'] {
    margin-left: 15px; }
  .module-header .sprite-forum {
    margin-top: -50px;
    margin-right: 5px; }

.ss-header {
  height: 36px;
  color: #444;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  font-family: "open_sans";
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  white-space: nowrap; }

.single-sidebar {
  float: left; }
  .single-sidebar.sidebar {
    padding: 0;
    padding-top: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) and (max-width: 999px) {
      .single-sidebar.sidebar {
        padding: 10px 20px 0; } }

#single-sidebar-container .pagination-post-sort, #blog-sidebar .pagination-post-sort, .home-sidebar .pagination-post-sort {
  background-color: #9ed44b;
  text-align: center; }
  #single-sidebar-container .pagination-post-sort a, #blog-sidebar .pagination-post-sort a, .home-sidebar .pagination-post-sort a {
    display: block;
    padding: 10px 7px;
    text-transform: uppercase;
    color: white;
    cursor: pointer; }
    #single-sidebar-container .pagination-post-sort a:hover, #blog-sidebar .pagination-post-sort a:hover, .home-sidebar .pagination-post-sort a:hover {
      color: #444; }
    #single-sidebar-container .pagination-post-sort a.nomore-page, #blog-sidebar .pagination-post-sort a.nomore-page, .home-sidebar .pagination-post-sort a.nomore-page {
      cursor: default;
      opacity: 0.5; }
      #single-sidebar-container .pagination-post-sort a.nomore-page:hover, #blog-sidebar .pagination-post-sort a.nomore-page:hover, .home-sidebar .pagination-post-sort a.nomore-page:hover {
        color: white; }
    #single-sidebar-container .pagination-post-sort a [class|='icon']:before, #blog-sidebar .pagination-post-sort a [class|='icon']:before, .home-sidebar .pagination-post-sort a [class|='icon']:before {
      position: relative;
      top: 1px; }

#single-sidebar-container ul, #blog-sidebar ul, .home-sidebar ul {
  margin: 0;
  background-color: #eee;
  padding: 5px 0; }
  #single-sidebar-container ul a, #blog-sidebar ul a, .home-sidebar ul a {
    color: #808080; }
    #single-sidebar-container ul a:hover .ss-post-title, #blog-sidebar ul a:hover .ss-post-title, .home-sidebar ul a:hover .ss-post-title {
      color: #9ed44b; }
    #single-sidebar-container ul a:hover .btn-video-play, #blog-sidebar ul a:hover .btn-video-play, .home-sidebar ul a:hover .btn-video-play {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
  #single-sidebar-container ul .img-thumbnail img, #blog-sidebar ul .img-thumbnail img, .home-sidebar ul .img-thumbnail img {
    height: 78px;
    width: 78px; }
  #single-sidebar-container ul .span8, #blog-sidebar ul .span8, .home-sidebar ul .span8 {
    height: 57px;
    overflow: hidden; }
    #single-sidebar-container ul .span8:last-child, #blog-sidebar ul .span8:last-child, .home-sidebar ul .span8:last-child {
      height: auto; }
  #single-sidebar-container ul .video-thumbnail .btn-video-play, #blog-sidebar ul .video-thumbnail .btn-video-play, .home-sidebar ul .video-thumbnail .btn-video-play {
    position: absolute;
    top: 10px;
    left: 105px;
    -webkit-transition: -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear false; }
  #single-sidebar-container ul .video-thumbnail img, #blog-sidebar ul .video-thumbnail img, .home-sidebar ul .video-thumbnail img {
    height: 88px;
    width: 282px; }
  #single-sidebar-container ul li, #blog-sidebar ul li, .home-sidebar ul li {
    padding: 5px 10px;
    list-style: none; }
    #single-sidebar-container ul li .ss-last-post-date, #blog-sidebar ul li .ss-last-post-date, .home-sidebar ul li .ss-last-post-date {
      font-size: 13px;
      font-weight: 100;
      padding: 0 5px;
      color: #9a9a9a;
      margin-top: 5px; }

#ss-last-post {
  margin-bottom: 20px; }
  #ss-last-post .ss-last-post-header .filters {
    display: none; }
  #ss-last-post .title-sorter a {
    font-weight: 500; }

#ss-last-post-list > li > a.current .img-thumbnail:before {
  content: '';
  position: absolute;
  height: 78px;
  width: 5px;
  background-color: #9ed44b; }

#ss-last-post-list > li > a.current .ss-post-date {
  color: #9ed44b; }

.ss-post-title {
  line-height: 1.3em;
  font-size: 14.7px;
  font-family: "open_sans";
  font-weight: 100;
  letter-spacing: 0.01em;
  padding: 0 5px; }

.ss-post-date {
  font-style: italic;
  font-size: 0.8em;
  font-weight: bold; }

#ss-videos {
  margin-top: 20px; }

/* ============================= */
/* ======  RELATED POSTS  ====== */
/* ============================= */
.ss-related-posts-header {
  margin-top: 5px; }

.ss-related-title-bloc {
  float: left;
  padding: 7px;
  color: #8c8c8c;
  max-width: 70%; }

.ss-related-img-wrapper {
  float: left;
  height: 77px;
  width: 77px; }

.ss-related-img {
  width: 100%; }

.ss-related-posts article {
  background: #f5f5f5;
  margin-bottom: 0 !important; }

.ss-related-posts img {
  width: 100%; }

.ss-related-posts .gradient-image-wrapper {
  overflow: hidden;
  margin: 1% 2%;
  width: 96%;
  height: 130px;
  position: relative; }

.ss-related-posts .ss-rp-title-bloc {
  bottom: 8px;
  position: absolute; }
  .ss-related-posts .ss-rp-title-bloc .line-clamp {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    font-size: 16px;
    padding: 10px; }

.ss-related-posts .ss-rp-subtitle-bloc {
  width: 100%;
  text-align: center;
  top: -8px;
  -webkit-transition: opacity O 0.8s;
  -webkit-transition-delay: ease-in;
  -moz-transition: opacity O 0.8s ease-in;
  -o-transition: opacity O 0.8s ease-in;
  transition: opacity O 0.8s ease-in;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  position: absolute;
  opacity: 0; }
  .ss-related-posts .ss-rp-subtitle-bloc p {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0 !important;
    margin-right: 0 !important; }

.ss-related-posts .gradient-image-wrapper:hover .ss-rp-subtitle-bloc {
  top: 8px; }

.ss-related-posts .gradient-image-wrapper:hover .ss-rp-subtitle-bloc {
  opacity: 1; }

.ss-related-posts .gradient-over-img {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60px, rgba(0, 0, 0, 0.6) 110px);
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0; }

.more-entries.ss-related-posts {
  margin-bottom: 0; }

.ss-next-page {
  color: #b2b2b2; }

.single .sidebar_hub-youtube .sidebar-title {
  font-size: 20px; }

.sidebar_hub-youtube .hub-youtube_block {
  margin-bottom: 30px; }
  .sidebar_hub-youtube .hub-youtube_block .hub-youtube_title {
    margin: 0; }
  .sidebar_hub-youtube .hub-youtube_block time {
    color: #797979;
    font-size: 0.8em; }
  .sidebar_hub-youtube .hub-youtube_block .hub-youtube_subscribe {
    margin-top: 7px; }
    .sidebar_hub-youtube .hub-youtube_block .hub-youtube_subscribe a {
      background: #f44337;
      color: white;
      padding: 3px 9px;
      border-radius: 3px; }
      .sidebar_hub-youtube .hub-youtube_block .hub-youtube_subscribe a:hover {
        color: white !important; }
      .sidebar_hub-youtube .hub-youtube_block .hub-youtube_subscribe a span {
        font-size: 0.8em;
        font-weight: 700;
        position: relative;
        margin-left: 5px;
        top: -2px; }

@media (max-width: 767px) {
  .single-sidebar {
    width: 100% !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .single-sidebar {
    width: 100% !important; }
  .post .pre-ad-container + .left {
    width: 100%; } }

.author .archive-title {
  background: white;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden; }
  .author .archive-title .title-label h1 {
    color: inherit;
    font-size: 1.2em;
    font-weight: normal; }

.author .post-author-info {
  background: white;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.search .archive-title .title-label h1 {
  color: white; }

@media (max-width: 767px) {
  .search .archive-title {
    height: auto; } }

.archive-title {
  height: 64px;
  font-size: 2em;
  line-height: 64px;
  margin-bottom: 20px; }
  .archive-title .hub-label {
    font-weight: 400; }
  .archive-title .title-label {
    height: 64px;
    padding-left: 10px;
    color: #555;
    text-transform: uppercase; }
    .archive-title .title-label h1 {
      font-size: 1.5em;
      line-height: 64px;
      margin-bottom: 0;
      color: #9ed44b;
      font-weight: bold; }
  .archive-title.hub, .archive-title.author {
    margin-bottom: 0; }

.archive-page {
  background: #f1f1f1;
  display: table-cell; }
  .archive-page .title-label {
    height: 64px; }
    .archive-page .title-label h1, .archive-page .title-label h2 {
      vertical-align: middle;
      font-size: 2em;
      text-align: center;
      margin: 12px auto;
      height: 100%;
      width: 100%;
      padding: 0;
      color: #555; }

.home .archive-title {
  margin-top: 20px; }

/* ===================== Responsive ===================== */
/*
* Responsive Phone
*/
@media (max-width: 767px) {
  .archive-title .title-label {
    text-align: center;
    padding-left: 0;
    height: auto; } }

/*
* Responsive Phone
*/
@media (min-width: 768px) and (max-width: 999px) {
  .archive-title {
    font-size: 1.8em; } }

.box-search {
  right: 0;
  background: #333;
  padding: 10px;
  line-height: 18px; }
  .box-search .input-container {
    position: relative; }
    .box-search .input-container .icon-search {
      position: absolute;
      color: #333;
      top: 12px;
      left: 10px; }
  .box-search input {
    color: #333;
    border: none;
    height: 40px;
    padding-left: 35px;
    outline: none;
    background: #f1f1f1; }
  .box-search input[type=submit] {
    text-align: center;
    height: 40px;
    color: #333;
    padding-left: 0;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    background-color: #9ed44b; }

body.modal-open {
  overflow: hidden;
  position: static !important; }

.button-style, #search-content .button-bottom-wrapper button#result-bottom {
  border: none;
  background: #85be2e;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #f4f4f4;
  font-family: "open_sans", sans-serif;
  font-size: 16px; }
  .button-style:hover, #search-content .button-bottom-wrapper button#result-bottom:hover {
    cursor: pointer;
    background: #9ed44b; }
  .button-style:focus, #search-content .button-bottom-wrapper button#result-bottom:focus {
    outline: none; }

.search-block-result {
  width: 1000px;
  margin: auto;
  position: relative; }

#search-content {
  background: #1e1e1e;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 100000;
  overflow-y: scroll;
  top: 0;
  left: 0;
  padding: 0 10px;
  padding-bottom: 100px; }

#search-content .cat-item a {
  display: block;
  font-size: 500; }

#search-content .ajax-loader-point {
  display: none;
  position: absolute;
  z-index: 1000000; }

#search-content .image-container {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  float: left;
  background-color: #fff;
  padding: 10px 10px;
  height: 80px; }

#search-content .buy-button, #search-content .test-button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  background: #444;
  color: #f7f7f7; }
  #search-content .buy-button:hover, #search-content .test-button:hover {
    color: #222;
    background: #9ed44b; }
    #search-content .buy-button:hover span.rank, #search-content .test-button:hover span.rank {
      color: #222; }
  #search-content .buy-button span, #search-content .test-button span {
    margin-right: 5px; }
    #search-content .buy-button span.rank, #search-content .test-button span.rank {
      color: #85be2e;
      margin-right: 0; }

#search-content .title {
  text-align: left;
  height: 60px;
  padding-left: 0;
  padding-top: 25px;
  width: 40%;
  display: inline-block;
  line-height: initial; }
  #search-content .title a {
    color: #333;
    height: initial !important; }
    #search-content .title a:hover {
      text-decoration: underline; }
  #search-content .title * {
    width: 100%;
    display: inline-block; }

#search-content .rank-circle-value {
  margin-left: 15px;
  margin-top: 2px; }

#search-content .product-rank {
  position: relative;
  padding: 10px 0;
  height: 130px;
  text-align: center;
  line-height: 70px;
  background: #fff;
  border-radius: 5px;
  vertical-align: middle; }
  #search-content .product-rank .canvas-container {
    position: absolute;
    top: 0;
    width: 65px;
    right: 0; }
  #search-content .product-rank a {
    color: #333;
    display: inline-block;
    height: 60px;
    position: relative;
    float: left; }

#search-content .rank-value {
  color: #9ed44b;
  position: absolute;
  top: -9px;
  left: 8px;
  display: inline-block;
  font-weight: bold;
  height: 60px;
  font-size: 17px;
  width: 60px; }

#search-content .product_search {
  padding-right: 15px;
  height: auto;
  line-height: 80px; }

#search-content .search-group {
  padding: 20px 0;
  clear: left;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px; }

#search-content .button-top-wrapper {
  float: right;
  line-height: 40px; }
  #search-content .button-top-wrapper button#result-top {
    background: transparent;
    border: none;
    height: 30px;
    line-height: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #f4f4f4;
    font-family: "open_sans", sans-serif;
    font-weight: bold;
    font-size: 17.59px;
    display: none; }
    #search-content .button-top-wrapper button#result-top:hover {
      cursor: pointer;
      color: #9ed44b; }

#search-content .button-bottom-wrapper {
  width: 100%;
  clear: both;
  text-align: center; }
  #search-content .button-bottom-wrapper button#result-bottom {
    position: relative;
    display: none;
    margin: 50px 0; }

#search-content .search-block-top {
  padding: 30px 0;
  max-width: 1000px;
  margin: auto;
  position: relative; }
  #search-content .search-block-top .search-tools {
    height: 100px;
    display: block; }
  #search-content .search-block-top .search-title {
    font-family: "open_sans", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    color: #9ed44b; }
    #search-content .search-block-top .search-title .icon-search {
      padding-right: 10px; }
  #search-content .search-block-top form {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    position: relative; }
    #search-content .search-block-top form span {
      height: 60px;
      width: 60px;
      background: #3b3b3b;
      line-height: 60px;
      display: block;
      float: left;
      font-size: 20px;
      text-align: center;
      color: #646464;
      position: relative; }
      #search-content .search-block-top form span:after {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        background: #646464;
        width: 1px;
        height: 20px;
        top: 20px; }
    #search-content .search-block-top form input {
      background: #3b3b3b;
      border: none;
      font-weight: 400;
      font-family: "open_sans", sans-serif;
      font-size: 18px;
      width: calc(100% - 65px);
      margin-bottom: 15px;
      color: #f4f4f4;
      height: 60px;
      padding: 0 20px;
      display: block;
      float: left; }
    #search-content .search-block-top form input::-webkit-input-placeholder {
      color: #646464; }
    #search-content .search-block-top form input:focus {
      outline: none; }
  #search-content .search-block-top button#close-modal {
    float: right;
    position: relative;
    margin: 0 0 0 15px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 26px;
    font-family: "open_sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
    background: transparent;
    border: solid 1px #f4f4f4; }
    #search-content .search-block-top button#close-modal:hover {
      background: #f4f4f4;
      cursor: pointer;
      color: #333;
      border: solid 1px transparent; }

#search-content .search-block-result {
  width: 1000px;
  margin: auto;
  position: relative; }
  #search-content .search-block-result article:not(.brand-result) {
    padding-right: 15px;
    margin-bottom: 20px;
    min-height: 230px; }
  #search-content .search-block-result p.no-result {
    text-align: center;
    margin-top: 100px;
    font-family: "open_sans", sans-serif;
    color: #f4f4f4; }

@media (max-width: 999px) {
  #search-content .search-block-result {
    width: auto;
    padding: 0 4%; } }

.ajax-loader {
  display: none;
  position: absolute;
  top: 50%; }

.post_search .comments-count {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 15px; }
  .post_search .comments-count .comments {
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: block;
    float: left;
    background: #fff;
    width: 23px;
    height: 15px; }
    .post_search .comments-count .comments:after {
      top: 15px;
      content: '';
      position: absolute;
      display: block;
      border-left: 7px solid #fff;
      border-bottom: 7px solid transparent;
      left: 25%; }

.post_search .thumbnail {
  max-height: 209px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .post_search .thumbnail:hover {
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    filter: brightness(50%); }
  .post_search .thumbnail .rate-search {
    position: absolute;
    width: 90px;
    height: 110px;
    top: 50px;
    right: 0;
    padding: 25px 0;
    text-align: center;
    background: #9ed44b;
    color: #f4f4f4;
    font-family: "open_sans", sans-serif;
    opacity: 0.9; }
    .post_search .thumbnail .rate-search b {
      font-size: 46px;
      line-height: 40px; }
    .post_search .thumbnail .rate-search span {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 20px; }

.post_search h2 {
  font-size: 19px;
  border-bottom: none;
  padding-bottom: 0; }
  .post_search h2 .cat-item a {
    display: block;
    font-size: 500; }
  .post_search h2 a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #f4f4f4;
    font-family: "open_sans", sans-serif;
    text-transform: none;
    font-size: 18px;
    font-weight: bold; }
    .post_search h2 a:hover {
      color: #dbdbdb; }

.post_search .time {
  padding: 2px 0 7px 0;
  color: #cae89d;
  font-family: "open_sans", sans-serif;
  font-size: 13px; }

.post_search .post-excerpt {
  color: #f7f7f7;
  font-size: 14px;
  line-height: 18px; }

.post_search.featured-post .thumbnail {
  max-height: none;
  overflow: visible; }
  .post_search.featured-post .thumbnail h2 {
    position: absolute;
    bottom: 20px;
    padding: 0 13px;
    height: auto; }
  .post_search.featured-post .thumbnail img {
    opacity: 0.6;
    border-radius: 5px; }

@media (max-width: 767px) {
  #search-content {
    top: 0;
    padding: 0;
    overflow-x: hidden; }
    #search-content .keyword-value {
      padding: 0 10px; }
    #search-content .search-block-top {
      position: static;
      width: 100%;
      padding: 15px 0; }
    #search-content .button-bottom-wrapper {
      padding: 0 10px; }
      #search-content .button-bottom-wrapper button#result-bottom {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: calc(100% - 20px);
        float: none; }
    #search-content .search-group {
      padding: 10px; }
    #search-content .search-block-top {
      position: static; }
      #search-content .search-block-top h2 {
        font-size: 18px; }
      #search-content .search-block-top button#close-modal {
        position: absolute;
        right: 20px;
        top: 20px; }
        #search-content .search-block-top button#close-modal:hover {
          cursor: pointer; }
      #search-content .search-block-top .search-title {
        margin-right: 31px;
        margin-top: 20px;
        margin-bottom: 0; }
        #search-content .search-block-top .search-title .icon-search {
          display: none; }
      #search-content .search-block-top a.all-result {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 95%;
        margin: 0 10px;
        z-index: 1; }
    #search-content .search-block-result {
      padding: 10px 0 0 0; }
      #search-content .search-block-result article {
        margin: 10px 0;
        padding: 0 20px;
        min-height: 0; }
        #search-content .search-block-result article h2 {
          height: auto;
          border: none; }
  .post_search h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    background: #242424;
    padding: 10px 10px;
    margin-top: 30px; }
  .post_search .thumbnail {
    display: none; }
  .post_search .features {
    display: none; }
  .post_search .time {
    font-size: 12px;
    background: #2e2e2e;
    padding: 5px 10px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .rate-search {
    top: 40px; } }

/**********************************
*            Pagination
***********************************/
.search .pagination {
  display: none; }

.pagination {
  margin-bottom: 60px;
  clear: both; }
  .pagination .icon-prev, .pagination .icon-next {
    vertical-align: middle;
    display: inline-block;
    font-size: 2em;
    margin-top: 3px; }
  .pagination .icon-next {
    margin-left: 13px; }
  .pagination .icon-prev {
    margin-right: 13px; }
  .pagination .older-entries > a, .pagination .newer-entries > a,
  .pagination a.older-entries, .pagination a.newer-entries {
    display: block;
    font-size: 1em;
    padding: 10px;
    min-height: 60px;
    color: #797979;
    background: #f0f0f0; }
    .pagination .older-entries > a:hover, .pagination .newer-entries > a:hover,
    .pagination a.older-entries:hover, .pagination a.newer-entries:hover {
      color: white;
      background: #9ed44b;
      -webkit-transition: background 0.2s linear;
      -webkit-transition-delay: 0s;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      transition: background 0.2s linear false; }
    .pagination .older-entries > a p, .pagination .newer-entries > a p,
    .pagination a.older-entries p, .pagination a.newer-entries p {
      line-height: 1.3em;
      vertical-align: middle;
      margin: 0; }
  .pagination .older-entries {
    min-height: 1px; }
  .pagination .older-entries > a, .pagination a.older-entries {
    background: #ebebeb; }

/**********************************
*            Pagination
***********************************/
.pagination.single-pagination {
  display: none;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex; }
  .pagination.single-pagination > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .pagination.single-pagination > div > a {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .pagination.single-pagination > div > a > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center; }
  .pagination.single-pagination .button-container {
    padding: 11px; }
  .pagination.single-pagination .older-entries, .pagination.single-pagination .newer-entries {
    background: none;
    padding: 0;
    border-radius: 3px; }
    .pagination.single-pagination .older-entries .arrow-container, .pagination.single-pagination .newer-entries .arrow-container {
      display: inline-block;
      vertical-align: middle;
      font-size: 24px; }
    .pagination.single-pagination .older-entries p, .pagination.single-pagination .newer-entries p {
      display: inline-block;
      font-weight: normal;
      padding: 4px 10px;
      vertical-align: middle;
      width: 90%;
      font-size: 15px; }
      .pagination.single-pagination .older-entries p span, .pagination.single-pagination .newer-entries p span {
        font-weight: bold;
        /*font-size: 19px;*/ }
    .pagination.single-pagination .older-entries:hover, .pagination.single-pagination .newer-entries:hover {
      color: inherit;
      background: #eee; }
    @media (max-width: 767px) {
      .pagination.single-pagination .older-entries, .pagination.single-pagination .newer-entries {
        height: 100px; } }
  .pagination.single-pagination .icon-next, .pagination.single-pagination .icon-prev {
    color: white;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0; }
  .pagination.single-pagination .newer-entries .img-thumbnail {
    float: right !important;
    margin-left: 10px;
    margin-right: 0; }

/**********************************
*     Top Pagination (in single)
***********************************/
.top-pagination {
  color: #b2b2b2;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden; }
  .top-pagination .icon-next {
    margin-top: 3px;
    padding-left: 10px;
    float: right; }
  .top-pagination .top-pagination-msg {
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    padding: 10px; }
  .top-pagination a {
    line-height: 1.86667em;
    color: #b2b2b2;
    display: block;
    padding: 8px 10px;
    height: 40px;
    -webkit-transition: background 0.2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear false; }
    .top-pagination a:hover {
      background: #f5f5f5; }

/**********************************************************
*      Numbered Pagination (in single with js disabled)
***********************************************************/
.pagelink > span,
.pagelink p > span {
  padding: 2px 5px;
  background: #85be2e;
  color: white;
  margin: 0 2px;
  font-weight: 400; }

.pagelink a {
  padding: 2px 5px;
  background: #9ed44b;
  color: white;
  margin: 0 2px;
  font-weight: 400;
  -webkit-transition: background 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear false; }
  .pagelink a:hover {
    background: #85be2e; }

#tendances {
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden; }
  #tendances .title {
    float: left;
    color: white;
    padding: 0 10px;
    background: #3c3c3c; }
    #tendances .title span {
      margin-right: 5px; }
    #tendances .title:after {
      left: 110px;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-left-color: #3c3c3c;
      border-width: 17.5px;
      margin-top: -17.5px; }
  #tendances .menu {
    margin-left: 20px;
    *zoom: 1; }
    #tendances .menu:after {
      content: "";
      display: table;
      clear: both; }
    #tendances .menu > li {
      float: left;
      padding: 0 0; }
      #tendances .menu > li:first-child {
        padding-left: 0; }
      #tendances .menu > li:last-child {
        padding-right: 0; }
    #tendances .menu li {
      text-align: center; }
      #tendances .menu li:last-child a {
        border-right: none; }
  #tendances a {
    color: #797979;
    text-transform: none;
    padding: 0 10px !important;
    border-right: 2px solid #3c3c3c; }
    #tendances a:hover {
      color: white; }
  #tendances .more {
    display: none;
    font-size: 2.4em; }

@media (min-width: 768px) and (max-width: 999px) {
  #tendances {
    left: 0; }
    #tendances .title:after {
      border-width: 0;
      margin-top: 0; }
    #tendances .menu {
      margin-left: 0; }
    #tendances .menu > li {
      padding: 0; }
    #tendances a {
      padding: 0 5px !important; } }

#category-posts a .icon-star {
  color: #444; }

#category-posts a .icon-star .empty {
  color: #dfdfdf; }

.category-bloc {
  margin: 0 10px 15px 0;
  height: 180px; }
  .category-bloc:hover {
    cursor: pointer;
    box-shadow: 2px 2px 18px 0 rgba(50, 50, 50, 0.2); }
    .category-bloc:hover .rank-circle {
      opacity: 1; }
    .category-bloc:hover .category-bloc-top-bg {
      opacity: 0.6; }

.category-bloc-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-color: #eee; }
  .category-bloc-top .category-bloc-top-bg {
    width: 100%;
    height: 100%; }
  .category-bloc-top .difficulty-wrapper {
    text-align: center;
    top: 21px;
    position: relative; }
    .category-bloc-top .difficulty-wrapper h2 {
      color: #555;
      font-size: 10px;
      margin: 0;
      font-family: "open_sans";
      padding-top: 5px; }

.rank-circle {
  width: 70px;
  height: 70px;
  background: rgba(158, 212, 75, 0.4);
  border-radius: 35px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 71px; }
  .rank-circle h3 {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 30px; }

.category-bloc-bottom {
  width: 100%;
  height: 80px;
  background: #f7f7f7;
  text-align: center;
  padding: 5px; }
  .category-bloc-bottom p {
    color: #acacac;
    font-size: 12px; }
  .category-bloc-bottom h1 {
    color: #555;
    font-size: 12px;
    font-weight: bold; }

/* -- RESPONSIVE -- */
@media (max-width: 999px) {
  .rank-circle {
    display: none; }
  .category-bloc {
    margin-left: 10px;
    height: 210px; }
  #category-posts {
    margin-top: 15px; }
  .category-bloc-bottom {
    height: 110px; } }

/**

Post Preview
------------

Style spécfique des post previews

dependancies : breakpoint, $main-color-hover, $paddingMainContent, $frandroid-color
*/
.browse-page-mark {
  height: 50px; }
  .browse-page-mark .ajax-page-mark {
    text-align: center;
    color: #c5c5c5;
    font-weight: bold; }
  .browse-page-mark .browse-button {
    float: left;
    background: #9ed44b;
    color: white;
    padding: 5px 10px;
    border-radius: 3px; }
    .browse-page-mark .browse-button:hover {
      background: #262626; }

.post .container_native_banner-big.post-preview-container {
  margin: 0 34px; }

.container_native_banner-small.post-preview-container .post-preview {
  max-width: 725px;
  margin: auto;
  height: 120px; }
  .container_native_banner-small.post-preview-container .post-preview .img-container {
    width: 270px;
    height: 120px; }
  .container_native_banner-small.post-preview-container .post-preview .text-container {
    width: 455px;
    text-align: left;
    background: #fff; }

.container_native_banner-big, .container_native_banner-small {
  margin-top: 25px;
  margin-bottom: 25px; }

.container_native_banner-big.post-preview-container .post-preview .text-container {
  float: none;
  position: absolute;
  bottom: 20px;
  width: 50%;
  left: 20px;
  text-align: left;
  padding: 0;
  height: auto; }
  .container_native_banner-big.post-preview-container .post-preview .text-container .sponsoring-icon {
    position: relative; }
  .container_native_banner-big.post-preview-container .post-preview .text-container .post-preview-title {
    position: relative;
    top: 0;
    bottom: initial;
    font-size: 24px;
    line-height: 27px;
    padding: 0; }

.post-preview-container {
  padding: 10px;
  padding-left: 10px;
  padding-right: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }
  .post-preview-container a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
  .post-preview-container .only-grid {
    display: none; }
  .post-preview-container .post-preview {
    position: relative;
    background: #fff;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease-in, opacity 1s;
    -moz-transition: all 200ms ease-in, opacity 1s;
    -ms-transition: all 200ms ease-in, opacity 1s;
    -o-transition: all 200ms ease-in, opacity 1s;
    transition: all 200ms ease-in, opacity 1s; }
    .post-preview-container .post-preview img {
      height: 100%; }
    .post-preview-container .post-preview .comments-container {
      float: right;
      font-size: 13px;
      color: #9b9b9b;
      font-weight: bold; }
      .post-preview-container .post-preview .comments-container a {
        color: #9b9b9b; }
        .post-preview-container .post-preview .comments-container a:hover {
          color: #a2a2a2; }
      .post-preview-container .post-preview .comments-container i.comments {
        top: 5px;
        width: 14px;
        height: 10px;
        background: #9b9b9b; }
        .post-preview-container .post-preview .comments-container i.comments:after {
          top: 10px;
          border: none;
          border-style: solid;
          border-width: 4px 4px 0 0;
          border-color: #9b9b9b transparent transparent transparent; }
    .post-preview-container .post-preview .img-container {
      background: #000;
      width: 200px;
      height: 150px; }
      .post-preview-container .post-preview .img-container.not-featured {
        float: left; }
        .post-preview-container .post-preview .img-container.not-featured img {
          width: 100%;
          opacity: 0.85; }
    .post-preview-container .post-preview .video-thumbnail {
      height: 100%; }
      @media (max-width: 767px) {
        .post-preview-container .post-preview .video-thumbnail {
          height: 120px; } }
      .post-preview-container .post-preview .video-thumbnail .btn-video-play {
        position: absolute;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -webkit-transition-delay: 0s;
        -moz-transition: -moz-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        transition: transform 0.2s linear false; }
    .post-preview-container .post-preview .text-container {
      position: relative;
      float: left;
      width: 446px;
      height: 100%;
      padding: 15px 10px 15px 15px; }
      .post-preview-container .post-preview .text-container .post-preview-title {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
        .post-preview-container .post-preview .text-container .post-preview-title a {
          color: #444; }
          .post-preview-container .post-preview .text-container .post-preview-title a:hover {
            color: #9ed44b; }
      .post-preview-container .post-preview .text-container .post-excerpt {
        font-size: 14px;
        line-height: 16px;
        color: #444;
        margin-bottom: 15px; }
      .post-preview-container .post-preview .text-container .cat-comments-container {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 10px; }
        .post-preview-container .post-preview .text-container .cat-comments-container .cat-container {
          float: left;
          font-size: 12px;
          color: #9b9b9b; }
          .post-preview-container .post-preview .text-container .cat-comments-container .cat-container .cat {
            font-weight: bold;
            color: #9b9b9b;
            display: inline-block;
            max-width: 150px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: middle; }
            @media (max-width: 767px) {
              .post-preview-container .post-preview .text-container .cat-comments-container .cat-container .cat {
                max-width: 90px; } }
            .post-preview-container .post-preview .text-container .cat-comments-container .cat-container .cat:hover {
              color: #9ed44b; }
    .post-preview-container .post-preview:hover {
      -webkit-box-shadow: -1px 3px 8px 0 rgba(0, 1, 1, 0.2);
      box-shadow: -1px 3px 8px 0 rgba(0, 1, 1, 0.2); }
    .post-preview-container .post-preview.post-featured {
      border-radius: 3px;
      background: #000; }
      .post-preview-container .post-preview.post-featured img {
        opacity: 0.6;
        width: 100%; }
      .post-preview-container .post-preview.post-featured .post-preview-title {
        position: absolute;
        font-size: 28px;
        line-height: 33px;
        font-weight: bold;
        bottom: 20px;
        width: 100%;
        left: 0;
        padding-left: 20px;
        padding-right: 48px;
        color: #fff;
        margin: 0; }
      .post-preview-container .post-preview.post-featured .comments-container {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #fff; }
        .post-preview-container .post-preview.post-featured .comments-container a {
          color: #fff; }
        .post-preview-container .post-preview.post-featured .comments-container i.comments {
          background: #fff; }
          .post-preview-container .post-preview.post-featured .comments-container i.comments:after {
            border-color: #fff transparent transparent transparent; }
  @media (min-width: 1000px) {
    .post-preview-container.grid .only-grid {
      display: block; }
    .post-preview-container.grid .only-list {
      display: none; }
    .post-preview-container.grid .post-preview {
      float: left;
      width: 212px !important;
      height: 300px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .post-preview-container.grid .post-preview:nth-of-type(3n) {
        margin-right: 0; }
      .post-preview-container.grid .post-preview .img-container {
        float: none;
        width: 213px;
        height: 130px; }
      .post-preview-container.grid .post-preview .text-container {
        float: none;
        width: 100%;
        height: calc(100% - 130px);
        padding: 15px; }
        .post-preview-container.grid .post-preview .text-container .post-preview-title {
          font-size: 16px; }
        .post-preview-container.grid .post-preview .text-container .cat-comments-container {
          bottom: 5px; }
          .post-preview-container.grid .post-preview .text-container .cat-comments-container .cat-container {
            line-height: 15px; }
            .post-preview-container.grid .post-preview .text-container .cat-comments-container .cat-container a.cat {
              display: block; }
      .post-preview-container.grid .post-preview.post-featured .post-preview-title {
        font-size: 23px;
        line-height: 26px; } }

.see-more-list {
  display: none;
  text-align: center;
  font-weight: bold;
  background: #86bc31;
  color: white;
  text-transform: uppercase;
  width: 250px;
  margin: 20px auto;
  margin-bottom: 10px;
  padding: 5px 10px;
  float: none;
  border-radius: 3px;
  clear: both; }
  .see-more-list:hover {
    background: #78a82c;
    color: white; }

/* --- SPONSORING SECTION --- */
.sponsoring-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .sponsoring-icon:before {
    background-image: url(../fonts/71444c8ce48f3cd9e180a4c276c38fe9.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    opacity: 1;
    content: '';
    display: block; }

.sponsoring-icon-inline {
  /* used with title */
  display: inline-block;
  z-index: 1; }
  .sponsoring-icon-inline:before {
    background-image: url(../fonts/71444c8ce48f3cd9e180a4c276c38fe9.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    opacity: 1;
    content: '';
    margin-left: 5px;
    display: block;
    top: 2px;
    position: relative; }

/* --- GOOD PLANS SECTIONS --- */
/* include/bons-plans.php */
.good-plans-disclaimer {
  background: url(../images/f742ba78d6734a4a90eacf136b47d5a8.jpg) no-repeat bottom right, #9ed44b;
  background-size: 100%;
  padding: 15px 15px 10px;
  color: white;
  font-weight: 400;
  margin: 20px 0; }
  .good-plans-disclaimer p {
    padding-top: 10px;
    line-height: 1.4em;
    font-weight: 600; }
  .good-plans-disclaimer .success {
    display: none; }
  .good-plans-disclaimer.loading form {
    opacity: 0.5; }
  .good-plans-disclaimer.success form {
    display: none; }
  .good-plans-disclaimer.success p.success {
    display: block; }
  .good-plans-disclaimer .good-plans__top {
    margin-bottom: 10px; }
    .good-plans-disclaimer .good-plans__top span {
      padding: 2px 15px 5px;
      background: #fff;
      font-size: 18px;
      color: #9ed44b;
      margin-left: -15px;
      margin-bottom: 17px;
      display: inline-block; }
  .good-plans-disclaimer .good-plans__sn {
    display: block; }
    .good-plans-disclaimer .good-plans__sn a {
      background: #fff;
      font-size: 1em;
      padding: 12px 25px;
      margin-right: 6px;
      box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2);
      position: relative;
      top: 0;
      left: 0; }
      .good-plans-disclaimer .good-plans__sn a:hover {
        background: rgba(225, 225, 225, 0.88); }
      .good-plans-disclaimer .good-plans__sn a:active {
        box-shadow: none;
        position: relative;
        top: 2px;
        left: -2px; }
      .good-plans-disclaimer .good-plans__sn a.good-plans__twitter {
        color: #5ea9dd; }
        .good-plans-disclaimer .good-plans__sn a.good-plans__twitter:hover {
          color: #5ea9dd; }
      .good-plans-disclaimer .good-plans__sn a.good-plans__facebook {
        color: #4e63ac; }
        .good-plans-disclaimer .good-plans__sn a.good-plans__facebook:hover {
          color: #4e63ac; }
      .good-plans-disclaimer .good-plans__sn a .icon-facebook {
        color: #4e63ac; }
      .good-plans-disclaimer .good-plans__sn a .icon-twitter {
        color: #5ea9dd; }
      .good-plans-disclaimer .good-plans__sn a .icon-facebook,
      .good-plans-disclaimer .good-plans__sn a .icon-twitter {
        background: transparent;
        margin-right: 0;
        position: relative;
        top: 2px;
        margin-bottom: 0; }
        .good-plans-disclaimer .good-plans__sn a .icon-facebook:hover,
        .good-plans-disclaimer .good-plans__sn a .icon-twitter:hover {
          background: transparent; }
  .good-plans-disclaimer .part {
    margin-bottom: 20px; }
    .good-plans-disclaimer .part:last-child {
      margin-bottom: 0; }
  .good-plans-disclaimer p.title {
    margin-top: 0;
    font-weight: 700;
    font-size: 17px;
    padding: 0; }
  .good-plans-disclaimer .humanoid-form input[type="email"], .good-plans-disclaimer .humanoid-form input[type="submit"] {
    margin: 5px 0; }

@media (max-width: 767px) {
  .good-plans__sn a {
    width: 100%;
    display: block;
    margin-bottom: 15px; } }

/* --- SPONSORING BRANDING --- */
/* include/sponsoring.php */
.sponsoring-brand-link {
  float: right;
  font-size: 13px;
  color: #9b9b9b;
  font-weight: bold;
  text-transform: uppercase; }

.post-no-sidebar .sponsoring-branding-top span {
  margin-left: 0; }

.sponsoring-branding-top, .sponsoring-branding-bottom {
  margin-bottom: 5px; }
  .sponsoring-branding-top span, .sponsoring-branding-bottom span {
    padding: 2px 5px;
    background: #fff;
    font-size: 18px;
    color: #9ed44b;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    .sponsoring-branding-top span a, .sponsoring-branding-bottom span a {
      font-weight: 600;
      color: #9ed44b; }

.sponsoring-branding-disclamer {
  padding: 15px;
  background: #9ed44b;
  color: white;
  font-weight: 600;
  margin-top: 10px; }

@media (min-width: 1000px) {
  .post-no-sidebar .sponsoring-branding-disclamer {
    max-width: 715px;
    margin: 10px auto; } }

/* --- RESPONSIVE --- */
.anchor-url {
  min-height: 0 !important; }

@media (min-width: 768px) and (max-width: 999px) {
  .post-preview-container .post-preview .text-container {
    width: 520px; }
  .post-preview-container .post-preview.post-featured img {
    width: 100%;
    height: 100%; } }

@media (max-width: 767px) {
  .post-preview-container {
    padding: 0; }
    .post-preview-container .post-preview {
      height: 120px; }
      .post-preview-container .post-preview .text-container .post-preview-title {
        font-size: 15px;
        line-height: 18px; }
      .post-preview-container .post-preview .img-container {
        max-width: 80px;
        overflow: hidden; }
        .post-preview-container .post-preview .img-container.not-featured img {
          max-width: none;
          width: auto; }
          @supports (object-fit: cover) {
            .post-preview-container .post-preview .img-container.not-featured img {
              width: 100%;
              object-fit: cover; } }
      .post-preview-container .post-preview.post-featured .post-preview-title {
        font-size: 18px;
        line-height: 21px; }
  .see-more-list {
    width: 100%; } }

.infinite-load-ad {
  margin: 10px auto;
  text-align: center; }

.home #index-posts .pagination-wrapper {
  padding-top: 25px;
  margin: 0;
  margin-top: 10px;
  background: #eee;
  border-radius: 3px; }

#home-last-posts {
  margin: 0;
  padding: 0;
  margin-left: 20px; }
  @media (max-width: 767px) {
    #home-last-posts {
      margin: 0 20px; } }
  #home-last-posts .home-last-posts .title-sorter {
    color: #b2b2b2;
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-family: "open_sans"; }
  #home-last-posts .top-bar {
    height: 35px;
    color: white;
    background: #f7f7f7;
    margin-bottom: 20px; }
    #home-last-posts .top-bar .title {
      background: #9ed44b;
      text-align: center;
      height: 100%; }
      #home-last-posts .top-bar .title h2 {
        font-size: 18px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 0;
        font-family: "open_sans"; }
        #home-last-posts .top-bar .title h2 a {
          color: white; }
    #home-last-posts .top-bar .filters {
      background: #f7f7f7;
      height: 100%;
      float: right;
      font-size: 12px;
      padding: 0 10px;
      text-align: right;
      position: relative;
      color: #333; }
      #home-last-posts .top-bar .filters:hover {
        background: #333;
        cursor: pointer;
        color: #f4f4f4; }
        #home-last-posts .top-bar .filters:hover span.icon-filter, #home-last-posts .top-bar .filters:hover span.icon-arrow-bottom {
          color: #f4f4f4; }
      #home-last-posts .top-bar .filters span.icon-filter, #home-last-posts .top-bar .filters span.icon-arrow-bottom {
        color: #333;
        vertical-align: middle;
        line-height: 36px; }
      #home-last-posts .top-bar .filters span.icon-arrow-bottom {
        font-size: 8px; }
  #home-last-posts .switch-view {
    float: right;
    padding-left: 7px;
    margin-top: 5px;
    height: 25px;
    background: #f7f7f7;
    text-align: center; }
    #home-last-posts .switch-view p {
      font-size: 10px;
      color: #b2b2b2;
      line-height: 27px;
      float: left; }
    #home-last-posts .switch-view span {
      font-size: 20px;
      color: #b2b2b2;
      vertical-align: middle; }
    #home-last-posts .switch-view a:hover span, #home-last-posts .switch-view a:hover p {
      color: #f4f4f4; }
    #home-last-posts .switch-view:hover {
      background: #333; }
  #home-last-posts .pagination-wrapper {
    margin: 0 15px; }
    #home-last-posts .pagination-wrapper a {
      display: inline-block;
      font-size: 14px;
      margin: 0 5px;
      padding: 0 10px;
      height: 30px;
      min-width: 25px;
      line-height: 32px;
      text-align: center; }
      #home-last-posts .pagination-wrapper a:hover {
        cursor: pointer; }
      #home-last-posts .pagination-wrapper a:first-child {
        margin-left: 0; }
    #home-last-posts .pagination-wrapper a.active {
      color: white;
      background: #9ed44b; }
    #home-last-posts .pagination-wrapper a.inactive {
      color: lightgrey;
      background: #f7f7f7; }

.sortbar {
  padding: 15px 15px;
  background: #333;
  top: 35px;
  right: 0;
  width: 190px;
  text-align: left;
  cursor: pointer; }
  .sortbar h2 {
    font-size: 14px;
    font-weight: bold;
    color: #f4f4f4; }
  .sortbar a {
    display: block;
    color: #f4f4f4;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold; }
    .sortbar a:hover {
      color: #9ed44b !important; }
      .sortbar a:hover span {
        color: #9ed44b !important; }
  .sortbar span {
    margin-right: 15px;
    vertical-align: middle;
    font-size: 16px;
    color: #f4f4f4;
    line-height: 28px; }

@media (max-width: 767px) {
  .first-row {
    padding-right: 0; }
    .first-row .home-last-posts {
      padding: 0 5px; }
  #home-last-posts .pagination-wrapper, #index-posts .pagination-wrapper {
    margin: 15px 5px;
    text-align: center; }
    #home-last-posts .pagination-wrapper a, #index-posts .pagination-wrapper a {
      display: inline-block;
      font-size: 16px;
      margin: 0;
      padding: 0 15px;
      height: 50px;
      min-width: 25px;
      line-height: 52px;
      text-align: center; }
      #home-last-posts .pagination-wrapper a:hover, #index-posts .pagination-wrapper a:hover {
        cursor: pointer; }
      #home-last-posts .pagination-wrapper a:first-child, #index-posts .pagination-wrapper a:first-child {
        margin-left: 0; }
    #home-last-posts .pagination-wrapper a.active, #index-posts .pagination-wrapper a.active {
      color: white;
      background: #9ed44b; }
    #home-last-posts .pagination-wrapper a.inactive, #index-posts .pagination-wrapper a.inactive {
      color: lightgrey;
      background: #f7f7f7; } }

.universe-preview-container, .block-after-single.recent .universe-preview-container {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  margin: 10px 0; }
  .universe-preview-container .see-more, .block-after-single.recent .universe-preview-container .see-more {
    display: block;
    text-align: right;
    margin-top: 0; }
  .universe-preview-container.universe-preview-featured, .block-after-single.recent .universe-preview-container.universe-preview-featured {
    background: 0;
    margin: 0;
    margin-bottom: 10px; }
  .universe-preview-container .universe-title, .block-after-single.recent .universe-preview-container .universe-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    padding: 10px;
    display: flex;
    padding-bottom: 0; }
    .universe-preview-container .universe-title .line, .block-after-single.recent .universe-preview-container .universe-title .line {
      flex: 1;
      margin-left: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #333; }
  .universe-preview-container .universe-previews, .block-after-single.recent .universe-preview-container .universe-previews {
    background: #fff; }
  .universe-preview-container .universe-previews, .block-after-single.recent .universe-preview-container .universe-previews {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
    .universe-preview-container .universe-previews .post-preview:not(.post-featured), .block-after-single.recent .universe-preview-container .universe-previews .post-preview:not(.post-featured) {
      height: 90px; }
    .universe-preview-container .universe-previews .post-featured, .block-after-single.recent .universe-preview-container .universe-previews .post-featured {
      margin-right: 0 !important;
      width: 100%; }
      .universe-preview-container .universe-previews .post-featured a, .block-after-single.recent .universe-preview-container .universe-previews .post-featured a {
        width: 100% !important; }
      .universe-preview-container .universe-previews .post-featured a > img, .block-after-single.recent .universe-preview-container .universe-previews .post-featured a > img {
        width: 100% !important;
        height: auto !important; }
  @media (min-width: 1000px) {
    .universe-preview-container .universe-previews, .block-after-single.recent .universe-preview-container .universe-previews {
      flex-wrap: nowrap; }
      .universe-preview-container .universe-previews > li, .block-after-single.recent .universe-preview-container .universe-previews > li {
        width: 50%;
        height: 265px; }
        .universe-preview-container .universe-previews > li:not(.main-post-preview) ul, .block-after-single.recent .universe-preview-container .universe-previews > li:not(.main-post-preview) ul {
          padding: 5px 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          flex-direction: column;
          width: 100%;
          height: 100%; }
      .universe-preview-container .universe-previews .post-preview, .block-after-single.recent .universe-preview-container .universe-previews .post-preview {
        max-height: 73px;
        margin: 0;
        width: 100%;
        padding-left: 5px; }
        .universe-preview-container .universe-previews .post-preview.post-featured, .block-after-single.recent .universe-preview-container .universe-previews .post-preview.post-featured {
          padding: 0;
          max-height: none;
          border-radius: 0;
          max-width: 328px;
          margin-right: 5px; }
          .universe-preview-container .universe-previews .post-preview.post-featured .comments-container, .block-after-single.recent .universe-preview-container .universe-previews .post-preview.post-featured .comments-container {
            left: inherit;
            bottom: 0;
            height: 25px; }
          .universe-preview-container .universe-previews .post-preview.post-featured .post-preview-title, .block-after-single.recent .universe-preview-container .universe-previews .post-preview.post-featured .post-preview-title {
            line-height: 20px;
            font-size: 18px; }
        .universe-preview-container .universe-previews .post-preview:not(.post-featured):hover, .block-after-single.recent .universe-preview-container .universe-previews .post-preview:not(.post-featured):hover {
          box-shadow: none; }
        .universe-preview-container .universe-previews .post-preview .img-container, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .img-container {
          width: 100px;
          height: 73px; }
          .universe-preview-container .universe-previews .post-preview .img-container .not-featured, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .img-container .not-featured {
            height: 100% !important; }
        .universe-preview-container .universe-previews .post-preview .text-container, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .text-container {
          width: calc(100% - 100px) !important;
          padding: 0; }
        .universe-preview-container .universe-previews .post-preview .post-preview-title, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .post-preview-title {
          padding: 0 10px;
          font-size: 14px;
          line-height: 16px; }
        .universe-preview-container .universe-previews .post-preview .cat-comments-container, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .cat-comments-container {
          bottom: 5px;
          left: 10px;
          right: 5px;
          padding: 0; }
        .universe-preview-container .universe-previews .post-preview .comments-container, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .comments-container {
          left: -110px;
          bottom: 0;
          width: 100px;
          padding: 0 5px; }
          .universe-preview-container .universe-previews .post-preview .comments-container .count, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .comments-container .count {
            color: #fff;
            float: right; }
            .universe-preview-container .universe-previews .post-preview .comments-container .count i, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .comments-container .count i {
              background: #fff; }
              .universe-preview-container .universe-previews .post-preview .comments-container .count i:after, .block-after-single.recent .universe-preview-container .universe-previews .post-preview .comments-container .count i:after {
                border-color: #fff transparent transparent transparent; } }

.home-last-posts .loop {
  margin: 0; }
  .home-last-posts .loop .post-preview {
    min-height: 238px;
    margin: 0;
    position: relative;
    float: left; }
    @media (max-width: 767px) {
      .home-last-posts .loop .post-preview {
        padding: 0;
        margin-top: 15px;
        min-height: initial; } }
    .home-last-posts .loop .post-preview img {
      min-height: 112px;
      max-height: 112px;
      width: 100%;
      height: auto; }
    .home-last-posts .loop .post-preview .post-preview-details {
      height: 105px;
      overflow-y: hidden; }
      @media (max-width: 767px) {
        .home-last-posts .loop .post-preview .post-preview-details {
          height: auto;
          min-height: 35px; } }
      .home-last-posts .loop .post-preview .post-preview-details p {
        margin: 0; }
      .home-last-posts .loop .post-preview .post-preview-details .date {
        font-family: "open_sans";
        font-size: 13px;
        margin-top: 5px;
        color: #bbb; }
        .home-last-posts .loop .post-preview .post-preview-details .date span {
          margin-right: 5px; }
      .home-last-posts .loop .post-preview .post-preview-details h4.post-preview-title {
        margin: 0;
        line-height: 20px;
        font-size: 17px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .home-last-posts .loop .post-preview .post-preview-details h4.post-preview-title {
            padding-right: 75px; } }
        .home-last-posts .loop .post-preview .post-preview-details h4.post-preview-title a {
          color: #444;
          font-size: 16px;
          font-family: "open_sans"; }
          @media (max-width: 767px) {
            .home-last-posts .loop .post-preview .post-preview-details h4.post-preview-title a {
              font-size: 18px; } }
    .home-last-posts .loop .post-preview .comments-count {
      position: absolute;
      top: 5px;
      right: 15px;
      line-height: 25px;
      padding: 0 10px;
      font-family: "open_sans";
      font-weight: bold;
      font-size: 14px;
      background: #9ed44b;
      text-align: center; }
      @media (max-width: 767px) {
        .home-last-posts .loop .post-preview .comments-count {
          right: 5px; } }
      .home-last-posts .loop .post-preview .comments-count:after {
        top: 25px;
        content: '';
        position: absolute;
        display: block;
        border-left: 7px solid #9ed44b;
        border-bottom: 7px solid transparent;
        left: 40%; }
      .home-last-posts .loop .post-preview .comments-count a {
        color: #fff; }
  .home-last-posts .loop li:nth-of-type(3n+1) .post-preview {
    padding-right: 13.3px; }
    .home-last-posts .loop li:nth-of-type(3n+1) .post-preview .comments-count {
      right: 18.3px; }
  .home-last-posts .loop li:nth-of-type(3n+2) .post-preview {
    padding: 0 6.6px; }
    .home-last-posts .loop li:nth-of-type(3n+2) .post-preview .comments-count {
      right: 11.6px; }
  .home-last-posts .loop li:nth-of-type(3n+3) .post-preview {
    padding-left: 13.3px; }
    .home-last-posts .loop li:nth-of-type(3n+3) .post-preview .comments-count {
      right: 5px; }
  @media (max-width: 767px) {
    .home-last-posts .loop li .post-preview {
      padding: 0 !important; }
      .home-last-posts .loop li .post-preview .comments-count {
        right: 5px !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .first-row {
    width: 730px;
    margin: 0 auto;
    float: none; } }

@media (max-width: 767px) {
  .post-preview-container .post-preview {
    display: flex; }
    .post-preview-container .post-preview .text-container {
      width: auto;
      max-width: 315px;
      flex-grow: 1; }
      .post-preview-container .post-preview .text-container .post-excerpt {
        display: none; }
    .post-preview-container .post-preview.post-featured img {
      width: auto;
      max-width: none;
      height: 100%; } }

footer, .footer-frandroid {
  color: white;
  background-color: #3b3b3b; }
  footer a, .footer-frandroid a {
    color: white; }
    footer a:hover, .footer-frandroid a:hover {
      color: #6e9e26; }

/************************
*       Top footer
*************************/
.top-footer {
  margin: 10px 0; }
  .top-footer .icon-frandroid, .top-footer .icon-accueil,
  .top-footer .icon-frawin,
  .top-footer .icon-lesardoises, .top-footer .icon-iaddict {
    font-size: 3.33333em;
    margin: 10px;
    color: #9ed44b; }
  .top-footer .icon-arrow-bottom {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer; }

.footer-about .about-list {
  margin: 0 0 0.65em 0; }

.footer-app-link {
  display: block; }
  .footer-app-link [class|="sprite-app"] {
    -webkit-transition: -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear false; }
  .footer-app-link:hover [class|="sprite-app"] {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.footer-section {
  padding-left: 10px;
  padding-right: 10px; }

.footer-site-link {
  width: 20%;
  float: left;
  margin-right: 0%;
  display: inline;
  min-height: 1px; }

#footer-archive-button, #select-archive {
  width: 100%;
  height: 40px;
  z-index: 2;
  color: #b2b2b2;
  line-height: 20px;
  border: none;
  padding: 10px 20px;
  background: #333;
  cursor: pointer; }

#select-archive {
  -webkit-appearance: none; }

.ul-archives {
  position: absolute;
  background: #333;
  overflow: auto;
  border-top: 1px solid #404040;
  z-index: 10;
  max-height: 140px;
  width: 100%; }
  .ul-archives li a {
    display: block;
    padding: 5px 10px;
    -webkit-transition: background 0.2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear false; }
    .ul-archives li a:hover {
      background: #85be2e; }

.subscribe-nl {
  padding-right: 20px; }
  .subscribe-nl .input-container {
    position: relative; }
    .subscribe-nl .input-container .icon-mail {
      position: absolute;
      color: white;
      top: 12px;
      left: 10px; }
  .subscribe-nl input {
    width: 100%;
    color: white;
    border: none;
    height: 40px;
    padding-left: 35px;
    outline: none;
    background: #333; }
  .subscribe-nl a {
    text-align: center;
    height: 40px;
    color: #333;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 40px;
    vertical-align: middle;
    background-color: #9ed44b; }

/************************
*       Bottom footer
*************************/
.bottom-footer {
  position: relative;
  background: #9ed44b; }
  .bottom-footer > div {
    background: #85be2e; }
  .bottom-footer > div:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 4.165%;
    margin-left: -5px;
    border-bottom: 10px solid #9ed44b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .bottom-footer .hr {
    margin: 15px 0 5px 0;
    height: 2px;
    background: white;
    border-bottom: 1px solid #85be2e; }

.copyright {
  font-style: 0.8em; }

.footer-network {
  padding: 10px 20px;
  text-align: center;
  background: #9ed44b; }
  .footer-network [class|="icon"] {
    font-size: 3em; }
  .footer-network a.active {
    color: #6e9e26 !important; }
  .footer-network a [class|="icon"] {
    -webkit-transition: -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear false; }
  .footer-network a:hover [class|="icon"] {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.footer-social {
  font-size: 1.2em;
  padding: 20px 30px; }
  .footer-social > div {
    position: relative;
    margin: 10px 0; }

/************************
*       Responsive
*************************/
@media (max-width: 999px) {
  .top-footer {
    margin: 0; }
  .footer-section {
    padding: 10px 15px;
    border-bottom: 1px solid #2e2e2e;
    border-top: 1px solid #484848; }
  .footer-app-link {
    padding: 10px 10px;
    font-size: 1.5em;
    background: #333; }
    .footer-app-link [class|="sprite-app"] {
      float: left;
      margin-right: 10px; }
  .subscribe-nl {
    padding: 0; } }

@media (max-width: 767px) {
  .footer-about .about-list {
    margin: 0; }
  #select-archive {
    font-size: 1em;
    font-family: "open_sans";
    font-weight: 400; }
  .footer-link {
    width: 100%;
    display: block;
    height: 40px;
    z-index: 2;
    margin: 10px 0;
    color: #b2b2b2;
    line-height: 20px;
    padding: 10px 20px;
    background: #333; } }

/* Filtre en homepage pour l'infinite load */
.scroll-line {
  display: block;
  padding: 0;
  margin: 0;
  background: none #9ed44b;
  position: absolute;
  width: 94px;
  height: 4px;
  left: 0;
  top: 30px;
  z-index: 0; }

.browse-button-container {
  display: none; }
  .browse-button-container .browse-button {
    position: relative;
    float: right;
    display: block;
    background: #9ed44b;
    color: #fff;
    padding: 7px 10px;
    padding-right: 26px;
    font-size: 14px;
    border-radius: 3px; }
    .browse-button-container .browse-button:hover {
      background: #444; }
    .browse-button-container .browse-button:after {
      content: '';
      position: absolute;
      right: 8px;
      top: 14px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 0 5.5px 8px;
      border-color: transparent transparent transparent #fff; }

@media (max-width: 767px) {
  .browse-button-container {
    margin-bottom: 10px; } }

.post-sort-select {
  display: block;
  width: 235px;
  float: left;
  margin: 0 30px;
  padding: 3px 10px;
  background: #eee;
  border-radius: 5px;
  position: relative;
  text-transform: uppercase; }
  .post-sort-select .icon-arrow-bottom {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px; }
  .post-sort-select:hover {
    background: #9ed44b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .post-sort-select .post-sort-select-sortbar {
    width: 100%;
    display: none;
    height: auto;
    position: absolute;
    left: 0;
    top: 30px;
    background: #eee;
    margin-top: 0;
    margin-bottom: 0; }
    .post-sort-select .post-sort-select-sortbar .active a {
      background: #9ed44b; }
      .post-sort-select .post-sort-select-sortbar .active a:hover {
        background: #8ecb30; }
    .post-sort-select .post-sort-select-sortbar a {
      color: #000;
      display: block;
      padding: 10px 0;
      text-indent: 20px; }
      .post-sort-select .post-sort-select-sortbar a:hover {
        background: #ddd; }

.cookies-bar {
  align-items: center;
  background: rgba(233, 233, 233, 0.9);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: none;
  left: 0;
  padding: 30px 20px;
  position: fixed;
  width: 100%;
  z-index: 9999999; }
  @media (max-width: 767px) {
    .cookies-bar {
      padding: 20px; } }
  @media (max-width: 767px) {
    .cookies-bar {
      padding: 15px 20px 10px; } }
  .cookies-bar.cookies-bar--visible {
    display: block; }
  .cookies-bar .cookies-bar__text {
    width: 1000px;
    margin: auto; }
    @media (min-width: 768px) and (max-width: 999px) {
      .cookies-bar .cookies-bar__text {
        width: 100%; } }
    @media (max-width: 767px) {
      .cookies-bar .cookies-bar__text {
        width: 100%;
        max-height: 25vh;
        overflow-y: scroll; } }
    .cookies-bar .cookies-bar__text p.cookies-bar__text--title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 999px) {
        .cookies-bar .cookies-bar__text p.cookies-bar__text--title {
          margin-bottom: 20px;
          font-size: 28px; } }
      @media (max-width: 767px) {
        .cookies-bar .cookies-bar__text p.cookies-bar__text--title {
          display: none; } }
    .cookies-bar .cookies-bar__text p {
      color: #444;
      font-size: 20px;
      line-height: 1.435em; }
      @media (min-width: 768px) and (max-width: 999px) {
        .cookies-bar .cookies-bar__text p {
          font-size: 16px;
          line-height: 1.3em; } }
      @media (max-width: 767px) {
        .cookies-bar .cookies-bar__text p {
          display: block;
          font-size: 12px;
          line-height: 1.2em; } }
      .cookies-bar .cookies-bar__text p:nth-child(3) {
        margin-top: 15px; }
      .cookies-bar .cookies-bar__text p a {
        color: #444;
        font-weight: bold;
        text-decoration: underline; }
  .cookies-bar .cookies-bar__button {
    width: 100%;
    padding: 40px 0 10px; }
    @media (min-width: 768px) and (max-width: 999px) {
      .cookies-bar .cookies-bar__button {
        padding: 30px 0 10px; } }
    @media (max-width: 767px) {
      .cookies-bar .cookies-bar__button {
        padding: 10px 0 0; } }
    .cookies-bar .cookies-bar__button p {
      text-align: center;
      width: 100%; }
      .cookies-bar .cookies-bar__button p a {
        background: #89C73A;
        border-radius: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        color: white;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: auto;
        padding: 12px 18px;
        text-transform: uppercase;
        white-space: nowrap;
        width: 250px; }
        @media (max-width: 767px) {
          .cookies-bar .cookies-bar__button p a {
            width: 100%;
            font-size: 12px;
            padding: 8px 18px; } }
        .cookies-bar .cookies-bar__button p a:hover, .cookies-bar .cookies-bar__button p a:focus {
          background: 212; }

.cookies-modal {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }
  .cookies-modal.cookies-modal--visible {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 1000; }
  .cookies-modal .cookies-modal__content {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    width: 100%; }
    .cookies-modal .cookies-modal__content .cookies-modal__close {
      background: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      cursor: pointer;
      font-size: 18px;
      height: 40px;
      left: 50%;
      margin-left: -20px;
      position: absolute;
      text-align: center;
      top: -22px;
      width: 40px; }
      .cookies-modal .cookies-modal__content .cookies-modal__close span {
        position: relative;
        top: 5px; }
    .cookies-modal .cookies-modal__content p {
      font-size: 12px;
      line-height: 1.435em; }
    .cookies-modal .cookies-modal__content .cookies-modal__configure h2 {
      font-size: 24px;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
      line-height: 1.2em; }
    .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field:nth-child(3) {
      margin-top: 20px; }
    .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label {
      color: #444;
      display: block;
      width: 100%;
      font-size: 12px;
      margin-bottom: 20px; }
      .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever {
        width: 66px;
        height: 29px;
        display: inline-block;
        border-radius: 17px;
        position: relative; }
        .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever input {
          display: none; }
          .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever input:checked + .lever {
            background-color: #89C73A; }
          .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever input:checked + .lever:before {
            transform: translateX(38px); }
          .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever input:focus + .lever {
            box-shadow: 0 0 1px #89C73A;
            border-radius: 17px; }
        .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever .lever {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ccc;
          -webkit-transition: .4s;
          transition: .4s;
          border-radius: 17px; }
          .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label .label-lever .lever:before {
            position: absolute;
            content: "";
            height: 25px;
            width: 25px;
            left: 1px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 13px; }
      .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label span.label-text {
        display: inline-block;
        width: calc(100% - 70px);
        vertical-align: middle; }
      .cookies-modal .cookies-modal__content .cookies-modal__configure .switch-field label span.label-lever {
        display: inline-block;
        width: 66px;
        text-align: right;
        vertical-align: middle; }
    .cookies-modal .cookies-modal__content .cookies-modal__configure .cookies-modal__save {
      margin-top: 35px;
      text-align: center;
      width: 100%; }
      .cookies-modal .cookies-modal__content .cookies-modal__configure .cookies-modal__save a {
        color: white;
        background: #89C73A;
        border-radius: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 18px;
        white-space: nowrap;
        width: 100%; }
    .cookies-modal .cookies-modal__content .cookies-modal__configure .cookies-modal__legal-mentions {
      margin-top: 10px;
      text-align: right; }

.mobile-cookies-open-modal {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .mobile-cookies-open-modal a {
    text-decoration: none;
    font-size: 18px; }

button[class^="button_button--"] {
  background: #89C73A !important; }
  button[class^="button_button--"]:hover, button[class^="button_button--"]:focus {
    color: white !important; }

a[class^="purposes_vendorLink"] {
  color: #89C73A !important; }

div[class^="purposes_active--"] {
  color: #89C73A !important; }

div[class^="app_gdpr"] a {
  color: #89C73A !important; }

span[class^="closebutton_closeButton--"] {
  fill: #89C73A !important; }

span[class^="switch_visualizationContainer--"] {
  background-color: #89C73A !important; }

span[class^="switch_visualizationGlow--"] {
  background-color: #89C73A !important; }

span[class*="closebutton_hasBorder--"] {
  box-shadow: 0 0 0 3px #89C73A !important; }

.icon-accueil:before {
  font-size: 11pt;
  margin-left: 3px;
  position: relative;
  top: 1px; }

#breadcrumb, .breadcrumb {
  height: 35px;
  line-height: 35px;
  color: #b2b2b2;
  display: inline-block;
  border: none;
  padding: 0;
  text-align: left;
  display: inline-block; }
  #breadcrumb .icon-next, .breadcrumb .icon-next {
    font-size: 10px;
    vertical-align: 0;
    color: #e0e0e0;
    position: relative;
    padding: 0 5px; }
    #breadcrumb .icon-next:before, .breadcrumb .icon-next:before {
      font-family: 'humanoid'; }
  #breadcrumb a, #breadcrumb li a, .breadcrumb a, .breadcrumb li a {
    color: #b2b2b2;
    line-height: 40px;
    padding: 0; }
    #breadcrumb a:hover, #breadcrumb li a:hover, .breadcrumb a:hover, .breadcrumb li a:hover {
      color: black; }
  #breadcrumb span, .breadcrumb span {
    font-size: 13px; }
  #breadcrumb span:last-of-type span:last-of-type a, .breadcrumb span:last-of-type span:last-of-type a {
    font-weight: 400; }

.socialbar-newsletter-wrapper {
  background: #f7f7f7;
  margin-bottom: 20px;
  height: 35px;
  font-family: "open_sans";
  /* social feed */
  /* Apps download icon */
  /* Newsletter form */
  /* Dropdown apps download */ }
  .socialbar-newsletter-wrapper .socialbar-wrapper .socialbar-title-left {
    background: #9ed44b;
    height: 100%; }
    .socialbar-newsletter-wrapper .socialbar-wrapper .socialbar-title-left h2 {
      color: white;
      font-family: "open_sans";
      font-size: 18px;
      text-align: center;
      margin-bottom: 0;
      line-height: 35px; }
  .socialbar-newsletter-wrapper .socialbar-wrapper .social-feed {
    padding: 5px; }
    .socialbar-newsletter-wrapper .socialbar-wrapper .social-feed a {
      color: #b2b2b2;
      font-size: 14px;
      padding: 0 10px;
      vertical-align: middle; }
    .socialbar-newsletter-wrapper .socialbar-wrapper .social-feed a.icon-rss {
      font-size: 18px; }
  .socialbar-newsletter-wrapper .apps-wrapper {
    position: relative; }
    .socialbar-newsletter-wrapper .apps-wrapper span.apps-download-title {
      color: #b2b2b2;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 35px;
      position: relative;
      top: 3px; }
    .socialbar-newsletter-wrapper .apps-wrapper .icon-store-wrapper {
      height: 35px;
      padding: 8px 8px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .socialbar-newsletter-wrapper .apps-wrapper .icon-store-wrapper:hover {
        background: #333;
        cursor: pointer; }
      .socialbar-newsletter-wrapper .apps-wrapper .icon-store-wrapper:hover span.icon-apps {
        color: #fff; }
    .socialbar-newsletter-wrapper .apps-wrapper span.icon-apps {
      color: #b2b2b2;
      font-size: 16px;
      padding: 0 2px; }
  .socialbar-newsletter-wrapper .newsletter-wrapper {
    position: absolute;
    right: -26px; }
    .socialbar-newsletter-wrapper .newsletter-wrapper .input-container {
      position: relative;
      margin-left: 20px; }
      .socialbar-newsletter-wrapper .newsletter-wrapper .input-container .icon-mail {
        position: absolute;
        color: #b2b2b2;
        top: 7px;
        left: 10px;
        font-size: 20px; }
    .socialbar-newsletter-wrapper .newsletter-wrapper input {
      width: 100%;
      color: #b2b2b2;
      height: 35px;
      border: none;
      padding-left: 40px;
      outline: none;
      background: #fff;
      border-left: 1px solid #b2b2b2;
      border-top: 1px solid #b2b2b2;
      border-bottom: 1px solid #b2b2b2; }
      .socialbar-newsletter-wrapper .newsletter-wrapper input.placeholder {
        font-style: italic; }
      .socialbar-newsletter-wrapper .newsletter-wrapper input:-moz-placeholder {
        font-style: italic; }
      .socialbar-newsletter-wrapper .newsletter-wrapper input::-moz-placeholder {
        font-style: italic; }
      .socialbar-newsletter-wrapper .newsletter-wrapper input:-ms-input-placeholder {
        font-style: italic; }
      .socialbar-newsletter-wrapper .newsletter-wrapper input::-webkit-input-placeholder {
        font-style: italic; }
    .socialbar-newsletter-wrapper .newsletter-wrapper a.submit-form {
      text-align: center;
      height: 35px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.9em;
      line-height: 35px;
      vertical-align: middle;
      background-color: #9ed44b; }
  .socialbar-newsletter-wrapper #social-box-app {
    background: #333;
    width: 167px;
    left: 0;
    top: 35px; }
    .socialbar-newsletter-wrapper #social-box-app .apps-not-available {
      display: none; }
    .socialbar-newsletter-wrapper #social-box-app li.humanoid-logo {
      background: #1a77af;
      padding: 10px 0 5px 15px; }
      .socialbar-newsletter-wrapper #social-box-app li.humanoid-logo span {
        color: #f7f7f7; }
        .socialbar-newsletter-wrapper #social-box-app li.humanoid-logo span.icon-humanoid {
          font-size: 20px;
          margin-right: 5px; }
        .socialbar-newsletter-wrapper #social-box-app li.humanoid-logo span.logo-text {
          font-weight: bold;
          font-size: 16px; }
    .socialbar-newsletter-wrapper #social-box-app li.current-site-logo {
      background: #9ed44b;
      padding: 10px 0 5px 15px; }
      .socialbar-newsletter-wrapper #social-box-app li.current-site-logo img {
        width: 110px; }
    .socialbar-newsletter-wrapper #social-box-app li.icon-dropdown {
      color: #f7f7f7;
      padding: 7.5px 0 7.5px 15px;
      font-size: 12px;
      vertical-align: center; }
      .socialbar-newsletter-wrapper #social-box-app li.icon-dropdown span {
        margin-right: 10px;
        font-size: 16px; }
      .socialbar-newsletter-wrapper #social-box-app li.icon-dropdown:hover {
        background: #1a1a1a;
        cursor: pointer; }

@media (min-width: 768px) and (max-width: 999px) {
  .socialbar-newsletter-wrapper .newsletter-wrapper {
    position: absolute;
    right: -26px; }
    .socialbar-newsletter-wrapper .newsletter-wrapper .input-container {
      margin-left: 0; } }

#dropmenu-discussion {
  padding-bottom: 0; }

.dropdown-nav {
  width: 100%;
  color: white;
  min-height: 250px;
  overflow: hidden;
  padding-bottom: 10px;
  background: #424242; }
  .dropdown-nav .ajax-loader {
    z-index: 10000;
    top: 25%; }
  .dropdown-nav .col-left {
    background: #333;
    padding: 20px 0 300px 20px;
    margin-bottom: -300px;
    min-height: 590px; }
    .dropdown-nav .col-left a {
      color: #f7f7f7;
      font-size: 16px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .dropdown-nav .col-left a:hover {
        color: #9ed44b; }
    .dropdown-nav .col-left li {
      padding: 5px; }
    .dropdown-nav .col-left a.active {
      color: #9ed44b; }
  .dropdown-nav .col-right {
    background: #424242;
    padding: 30px 10px 300px 10px;
    margin-bottom: -300px;
    position: relative;
    min-height: 590px; }
    .dropdown-nav .col-right .product_item img {
      width: auto;
      height: auto; }
    .dropdown-nav .col-right .product_item .cat-item a {
      display: block;
      font-size: 500; }
    .dropdown-nav .col-right .product_item .image-container {
      position: relative;
      z-index: 1;
      float: left;
      background-color: #fff;
      padding: 10px 10px;
      height: 80px; }
    .dropdown-nav .col-right .product_item .buy-button {
      width: 100%;
      text-align: center;
      display: block;
      height: 30px;
      line-height: 30px;
      margin-top: 14px;
      border: solid 1px #e1e1e1;
      color: #e1e1e1; }
      .dropdown-nav .col-right .product_item .buy-button:hover {
        color: #333;
        background: #e1e1e1; }
      .dropdown-nav .col-right .product_item .buy-button span {
        margin-right: 5px; }
    .dropdown-nav .col-right .product_item .title {
      text-align: left;
      height: auto;
      padding-left: 0;
      margin-left: -5px;
      padding-top: 5px;
      max-width: 50%;
      font-size: 100%;
      display: inline-block;
      line-height: initial; }
      .dropdown-nav .col-right .product_item .title a {
        color: #333;
        height: initial !important; }
        .dropdown-nav .col-right .product_item .title a:hover {
          text-decoration: underline; }
      .dropdown-nav .col-right .product_item .title * {
        word-wrap: break-word;
        width: 100%;
        display: block; }
    .dropdown-nav .col-right .product_item .product-rank {
      position: relative;
      padding: 10px 0;
      height: 80px;
      text-align: center;
      line-height: 70px;
      background: #e1e1e1;
      vertical-align: middle; }
      .dropdown-nav .col-right .product_item .product-rank a {
        color: #333;
        display: inline-block;
        height: 60px;
        position: relative;
        float: left; }
    .dropdown-nav .col-right .thumbnail {
      position: relative; }
      .dropdown-nav .col-right .thumbnail .rate-search {
        position: absolute;
        width: 70px;
        height: 80px;
        top: 15px;
        padding: 15px 0;
        text-align: center;
        background: #9ed44b;
        color: #f4f4f4;
        font-family: 'open_sans', sans-serif;
        opacity: 0.9;
        z-index: 1000; }
        .dropdown-nav .col-right .thumbnail .rate-search b {
          font-size: 38px;
          line-height: 34px; }
        .dropdown-nav .col-right .thumbnail .rate-search span {
          font-size: 24px;
          letter-spacing: 1px;
          line-height: 20px; }
    .dropdown-nav .col-right span.date-news {
      color: #9ed44b; }
    .dropdown-nav .col-right .dropdown-results {
      min-height: 220px; }
    .dropdown-nav .col-right span {
      font-size: 16px;
      text-transform: none;
      line-height: 1.15;
      margin-bottom: 0.65em;
      font-weight: 300;
      display: inline-block; }
    .dropdown-nav .col-right li {
      padding: 0 10px; }
    .dropdown-nav .col-right img {
      width: 170px;
      height: 110px; }
    .dropdown-nav .col-right a {
      color: #f7f7f7;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      line-height: 15px; }
      .dropdown-nav .col-right a:hover {
        color: #9ed44b; }
        .dropdown-nav .col-right a:hover img {
          -webkit-filter: brightness(50%);
          -moz-filter: brightness(50%);
          filter: brightness(50%); }
    .dropdown-nav .col-right #seemore-wrapper {
      margin: 15px 0 0 10px; }
    .dropdown-nav .col-right .seemore {
      text-transform: uppercase;
      color: #fff;
      font-size: 12px; }
      .dropdown-nav .col-right .seemore:hover {
        color: #6e9e26; }
    .dropdown-nav .col-right span.icon-plusbouton {
      margin-top: 5px;
      vertical-align: middle;
      padding: 0 1px;
      font-size: 12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin-right: 5px; }
    .dropdown-nav .col-right a .link-cat {
      color: #9ed44b;
      font-weight: bold; }
  .dropdown-nav .icon-arrow-left, .dropdown-nav .icon-arrow-right {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    height: 414px;
    margin-top: 13px;
    line-height: 414px;
    display: inline-block;
    font-size: 200%;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5; }
    .dropdown-nav .icon-arrow-left:hover, .dropdown-nav .icon-arrow-right:hover {
      opacity: 0.7;
      background: #353535;
      cursor: pointer; }
  .dropdown-nav .icon-arrow-right {
    right: 0; }
  .dropdown-nav .icon-arrow-left {
    display: none;
    left: 190px; }
  .dropdown-nav .tab-actu-left {
    width: 190px;
    height: 600px;
    background: #333;
    position: absolute;
    padding: 13px;
    left: 0;
    right: 0; }
    .dropdown-nav .tab-actu-left li {
      cursor: pointer;
      display: inline-block;
      transition: none;
      width: 167px;
      height: 36px;
      line-height: 36px;
      vertical-align: middle; }
      .dropdown-nav .tab-actu-left li a {
        color: #fff !important; }
      .dropdown-nav .tab-actu-left li:hover a {
        color: #fff !important; }
      .dropdown-nav .tab-actu-left li .active {
        font-weight: bold; }
  .dropdown-nav .tab-actu-list {
    height: 400px;
    float: left;
    width: 405px; }
    .dropdown-nav .tab-actu-list img {
      width: 90px;
      height: 60px;
      float: left;
      padding-right: 10px; }
    .dropdown-nav .tab-actu-list a {
      height: 83px;
      width: 405px;
      display: inline-block !important;
      padding: 10px 30px; }
      .dropdown-nav .tab-actu-list a:hover {
        background: #3a3a3a; }
    .dropdown-nav .tab-actu-list .tab-actu-date {
      margin-bottom: 5px;
      display: block;
      color: #fff;
      font-size: 10pt;
      font-family: 'open_sans', sans-serif; }
    .dropdown-nav .tab-actu-list .tab-actu-title {
      display: block;
      color: #9ed44b;
      font-size: 11pt;
      font-family: "open_sans"; }
  .dropdown-nav .tab-actu-container {
    margin-left: 190px;
    padding: 13px 0 300px 0 !important; }

#index-posts .index-post-title h1, #tags-posts .index-post-title h2 {
  line-height: 28px;
  color: #444;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: 'open_sans', sans-serif; }
  #index-posts .index-post-title h1:hover, #tags-posts .index-post-title h2:hover {
    color: #85be2e !important; }

#index-posts .index-post-subtitle, #tags-posts .index-post-subtitle {
  max-height: 28px;
  text-overflow: ellipsis;
  background-color: #f4f4f4;
  padding: 0;
  display: inline;
  margin-bottom: 10px;
  position: relative; }

#index-posts .index-post-subtitle span, #tags-posts .index-post-subtitle span {
  line-height: 1.15;
  display: inline-block;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 200;
  margin: 6px;
  margin-left: 12px;
  white-space: nowrap;
  max-width: 82%;
  text-overflow: ellipsis;
  overflow: hidden; }
  #index-posts .index-post-subtitle span a, #tags-posts .index-post-subtitle span a {
    color: #9e9e9e; }
  #index-posts .index-post-subtitle span a:hover, #tags-posts .index-post-subtitle span a:hover {
    color: #b2b2b2; }

#index-posts .loop, #tags-posts .loop {
  float: left; }

#index-posts .index-read-btn, #tags-posts .index-read-btn {
  background-color: #9ed44b;
  color: #fff;
  padding: 1px 10px 0;
  font-weight: bold;
  display: inline-block; }

#index-posts .index-post-content, #tags-posts .index-post-content {
  padding-left: 10px;
  text-align: justify;
  padding-right: 10px; }

#index-posts .index-post-thumbnail, #tags-posts .index-post-thumbnail {
  height: 250px;
  overflow: hidden;
  text-align: center; }
  #index-posts .index-post-thumbnail img, #tags-posts .index-post-thumbnail img {
    height: 100%;
    max-width: 200%; }

#index-posts .index-post-comments, #tags-posts .index-post-comments {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 0;
  min-width: 42px;
  background: #9ed44b;
  text-align: center;
  position: relative;
  font-size: 12px; }
  #index-posts .index-post-comments:after, #tags-posts .index-post-comments:after {
    bottom: -7px;
    content: '';
    position: absolute;
    display: block;
    border-left: 7px solid #9ed44b;
    border-bottom: 7px solid transparent;
    left: 30%; }
  #index-posts .index-post-comments a, #tags-posts .index-post-comments a {
    color: white;
    font-weight: bold;
    padding: 0 4.5px;
    line-height: 20px; }
    #index-posts .index-post-comments a:hover, #tags-posts .index-post-comments a:hover {
      color: #e6e6e6; }

#index-posts .pagination-wrapper, #tags-posts .pagination-wrapper {
  margin: 20px; }
  #index-posts .pagination-wrapper a, #tags-posts .pagination-wrapper a {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 10px;
    height: 30px;
    min-width: 25px;
    line-height: 32px;
    text-align: left; }
    #index-posts .pagination-wrapper a:hover, #tags-posts .pagination-wrapper a:hover {
      cursor: pointer; }
    #index-posts .pagination-wrapper a:first-child, #tags-posts .pagination-wrapper a:first-child {
      margin-left: 0; }
  #index-posts .pagination-wrapper a.active, #tags-posts .pagination-wrapper a.active {
    color: white;
    background: #9ed44b; }
  #index-posts .pagination-wrapper a.inactive, #tags-posts .pagination-wrapper a.inactive {
    color: lightgrey;
    background: #f7f7f7; }

#index-posts .switch-view, #tags-posts .switch-view {
  float: right;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  height: 25px;
  background: #f7f7f7; }
  #index-posts .switch-view p, #tags-posts .switch-view p {
    font-size: 10px;
    color: #b2b2b2;
    line-height: 27px;
    float: left; }
  #index-posts .switch-view span, #tags-posts .switch-view span {
    font-size: 16px;
    color: #b2b2b2;
    vertical-align: middle;
    padding: 3px; }
  #index-posts .switch-view a:hover span, #index-posts .switch-view a:hover p, #tags-posts .switch-view a:hover span, #tags-posts .switch-view a:hover p {
    color: #f4f4f4; }
  #index-posts .switch-view:hover, #tags-posts .switch-view:hover {
    background: #333; }

#index-posts article, #tags-posts article {
  padding-left: 10px;
  padding-right: 10px; }

#index-posts .pagination, #tags-posts .pagination {
  position: relative;
  top: 20px; }

#blog-sidebar {
  padding: 15px;
  padding-top: 0; }
  #blog-sidebar .sidebar-blog-wrapper {
    float: left;
    margin-bottom: 15px; }
    #blog-sidebar .sidebar-blog-wrapper > #ss-videos {
      margin-top: 0; }
    #blog-sidebar .sidebar-blog-wrapper:first-child {
      margin-top: 0; }
  #blog-sidebar #home-tutos {
    margin-top: 0; }
  #blog-sidebar #home-appxoid .title {
    margin-top: 0; }
  #blog-sidebar #home-tutos .title {
    height: auto; }

.sidebar-remove-margin-15 {
  margin-bottom: -15px; }

@media (min-width: 1000px) {
  #index-posts .index-post-thumbnail img {
    position: relative;
    left: -10%; }
  #blog-sidebar .sidebar-blog-wrapper {
    width: 300px; } }

@media (max-width: 767px) {
  #blog-sidebar .sidebar-blog-wrapper {
    width: 100%; } }

.side-sortbar {
  color: #555;
  padding: 0 10px;
  border-top: none; }
  .side-sortbar .sub-side-sortbar-bloc {
    width: 300px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-top: none; }
    @media (min-width: 768px) and (max-width: 999px) {
      .side-sortbar .sub-side-sortbar-bloc {
        width: 100%; } }
    .side-sortbar .sub-side-sortbar-bloc:nth-of-type(1) {
      border-top: 1px solid #e6e6e6; }
    .side-sortbar .sub-side-sortbar-bloc h3 {
      font-size: 14px; }
    .side-sortbar .sub-side-sortbar-bloc ul.side-sortbar-filters {
      list-style-type: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
      .side-sortbar .sub-side-sortbar-bloc ul.side-sortbar-filters li a {
        color: #555; }
      .side-sortbar .sub-side-sortbar-bloc ul.side-sortbar-filters li:hover a {
        color: #acacac;
        cursor: pointer; }
      .side-sortbar .sub-side-sortbar-bloc ul.side-sortbar-filters li.active a {
        color: #9ed44b; }
      .side-sortbar .sub-side-sortbar-bloc ul.side-sortbar-filters li.sidesort-subcat {
        font-size: 10px; }

.left-sidebar-ad {
  margin: 15px 0 10px 10px; }

@media (max-width: 767px) {
  .side-sortbar {
    text-align: center; } }

.special-sort-page-breadcrumb {
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
  background: #f1f1f1;
  background: #f1f1f1;
  border: #e4e4e4 1px solid;
  color: #cbcbcb;
  margin-bottom: 10px; }
  .special-sort-page-breadcrumb span {
    font-size: 10px; }
  .special-sort-page-breadcrumb a {
    padding: 0 5px;
    color: #333;
    display: inline-block;
    text-transform: capitalize; }
    .special-sort-page-breadcrumb a:hover {
      text-decoration: underline; }

.inline-block {
  display: inline-block; }

.home-last-reviews {
  padding: 0 5px;
  margin-bottom: 30px; }
  .home-last-reviews .lab.blog-button {
    float: right;
    margin-top: 20px !important;
    margin-right: 10px !important; }
    .home-last-reviews .lab.blog-button:hover {
      color: #fff;
      background: #93cf36; }

.top-bar {
  height: 35px;
  color: white;
  background: #f7f7f7; }
  .top-bar .title {
    background: #9ed44b;
    text-align: center;
    height: 100%; }
    .top-bar .title h2 {
      font-size: 18px;
      line-height: 35px;
      font-weight: 100 !important;
      margin-bottom: 0;
      font-family: "open_sans"; }
  .top-bar .filters {
    background: #f7f7f7;
    height: 100%;
    float: right;
    text-align: center;
    position: relative; }
    .top-bar .filters:hover {
      background: #333;
      cursor: pointer; }
      .top-bar .filters:hover span.icon-filter, .top-bar .filters:hover span.icon-points {
        color: #f4f4f4; }
    .top-bar .filters span.icon-filter, .top-bar .filters span.icon-points {
      color: #b2b2b2;
      vertical-align: middle;
      line-height: 36px; }
    .top-bar .filters span.icon-points {
      font-size: 8px; }

.reviews-bloc {
  position: relative;
  padding: 15px 10px;
  padding-bottom: 0;
  float: left; }
  .reviews-bloc .img-container {
    overflow: hidden;
    width: 100% !important;
    height: 120px !important;
    background: #ddd; }
    .reviews-bloc .img-container img {
      max-width: none;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .reviews-bloc .img-container img:hover {
      -webkit-transform:  scale(1.3, 1.3) rotateZ(10deg);
      -moz-transform:  scale(1.3, 1.3) rotateZ(10deg);
      -ms-transform:  scale(1.3, 1.3) rotateZ(10deg);
      -o-transform:  scale(1.3, 1.3) rotateZ(10deg);
      transform:  scale(1.3, 1.3) rotateZ(10deg); }

.brand-reviews {
  font-family: 'open_sans';
  display: block;
  font-size: 15px;
  color: #444; }

.name-reviews {
  color: #444;
  font-family: "open_sans";
  font-size: 18px;
  height: 30px;
  overflow: hidden; }
  .name-reviews:hover {
    color: #777777; }

.reviews-bottom {
  display: block;
  margin: 0;
  padding: 0;
  height: 25px;
  width: 100%;
  background: #f7f7f7;
  position: relative; }
  .reviews-bottom .categorie {
    width: 160px;
    padding-left: 12px;
    display: inline-block;
    height: 24px;
    float: left;
    text-overflow: clip;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle; }
  .reviews-bottom .icon-home-reviews {
    float: left;
    width: 5px;
    line-height: 24px;
    vertical-align: middle;
    height: 24px; }
  .reviews-bottom a {
    color: #7f7f7f; }
    .reviews-bottom a:hover {
      color: #b2b2b2, 20%; }

.categoty-reviews {
  margin-left: 5px;
  font-size: 13px; }

.icon-home-reviews {
  margin-left: 5px; }

.reviews-bloc .note-reviews {
  position: absolute;
  width: 70px;
  height: 80px;
  top: 72px;
  left: 10px; }

.note-reviews {
  background: rgba(158, 212, 75, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  line-height: 15px;
  font-size: 22px; }
  .note-reviews span {
    font-size: 35px;
    display: block;
    line-height: 50px; }

.reviews-bottom .counter {
  float: right;
  line-height: 25px;
  height: 100%;
  padding: 0 10px;
  font-family: 'open_sans';
  font-weight: bold;
  font-size: 12px;
  position: absolute !important;
  right: 0;
  background: #9ed44b;
  text-align: center;
  position: relative;
  font-size: 16px; }
  .reviews-bottom .counter:after {
    top: -7px;
    content: '';
    position: absolute;
    display: block;
    border-left: 7px solid #9ed44b;
    border-top: 7px solid transparent;
    left: 20%; }
  .reviews-bottom .counter:after {
    top: -6px; }
  .reviews-bottom .counter a {
    color: #fff; }
    .reviews-bottom .counter a:hover {
      color: #6e9e26; }

.sortbar-larger {
  width: 250px !important; }

@media (max-width: 767px) {
  .reviews-bloc .img-container {
    height: 150px; }
    .reviews-bloc .img-container img {
      width: 100% !important; } }

/**
 * Used for list-plans shortcode and module in sidebar
 * For template list
 */
.listplans-shortcode-list a.go-page {
  background-color: #444;
  text-transform: inherit;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  margin-top: 0; }
  .listplans-shortcode-list a.go-page:hover {
    background-color: #515151; }

.listplans-shortcode-list .list-plans-shortcode-list-header .listplans-title {
  color: #444;
  font-size: 22px;
  line-height: 30px;
  display: inline-block; }

.listplans-shortcode-list .list-plans-shortcode-list-header a {
  background-color: #444;
  text-transform: inherit;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0; }
  .listplans-shortcode-list .list-plans-shortcode-list-header a:hover {
    background-color: #515151; }

@media all and (max-width: 550px) {
  .listplans-shortcode-list .list-plans-shortcode-list-header .listplans-title {
    display: block; }
  .listplans-shortcode-list .list-plans-shortcode-list-header a {
    float: none;
    margin-left: 15px; } }

.listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan {
  background-color: #F5F5F5;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  justify-content: space-between; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan p {
    margin: 0; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-logo img {
    width: 90px; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-name {
    font-weight: bold;
    width: 130px; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-info p {
    font-size: 15px; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-price {
    font-size: 22px;
    color: #85BE2E;
    font-weight: bold;
    min-width: 70px; }
    .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-price .crossed-price {
      color: #FF5E29;
      font-size: 15px;
      text-decoration: line-through;
      line-height: 22px; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code a {
    display: block;
    margin-bottom: 4px; }
  .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code .promo-code {
    color: #c7c7c7;
    line-height: 35px;
    border: 1px dashed #c7c7c7;
    border-radius: 3px;
    padding: 2px 15px;
    font-size: 14px;
    cursor: pointer; }
  @media all and (max-width: 621px) {
    .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan {
      padding: 15px; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-logo img {
        width: 72px; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code a span {
        display: none; } }
  @media all and (max-width: 550px) {
    .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan {
      display: block; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-logo img {
        width: 90px; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-name {
        margin: 10px 0; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-info {
        margin-bottom: 10px; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code {
        text-align: right; }
      .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-price, .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code {
        float: left;
        width: 50%; }
        .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-price a, .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code a {
          display: inline-block; }
          .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-price a span, .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan .plan-url-code a span {
            display: inline-block; } }

.listplans-shortcode-list.listplans-shortcode-list-sidebar {
  margin-bottom: 20px; }
  .listplans-shortcode-list.listplans-shortcode-list-sidebar .ss-header {
    height: auto;
    overflow: inherit;
    text-overflow: inherit;
    width: 100%;
    white-space: inherit; }
  .listplans-shortcode-list.listplans-shortcode-list-sidebar .listplans-shortcode-plan {
    display: block; }
    .listplans-shortcode-list.listplans-shortcode-list-sidebar .listplans-shortcode-plan .plan-logo {
      text-align: center;
      margin-bottom: 6px; }
  .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-info-data {
    display: flex;
    margin-top: 10px;
    align-items: center; }
    .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-info-data > div {
      flex: 2; }
    .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-info-data .plan-data {
      font-weight: 600;
      flex: 1; }
  .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-price-url {
    display: flex;
    margin-top: 20px;
    align-items: center; }
    .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-price-url a {
      width: 153px; }
    .listplans-shortcode-list.listplans-shortcode-list-sidebar .plan-price-url > div {
      flex: 1; }
  .listplans-shortcode-list.listplans-shortcode-list-sidebar .list-plans-shortcode-list-header a {
    margin: 0;
    width: 100%;
    text-align: center;
    float: none; }

.universe-preview-container .listplans-shortcode-list .list-plans-shortcode-list-header {
  display: none; }

.universe-preview-container .listplans-shortcode-list .listplans-shortcode-plan-list .listplans-shortcode-plan {
  background-color: white; }

.humanoid-tabs .humanoid-tabs--content > div {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .humanoid-tabs .humanoid-tabs--content > div.showed {
    visibility: visible;
    position: inherit; }

.humanoid-tabs .humanoid-tabs--header {
  border-bottom: 4px solid #EEEEEE; }
  .humanoid-tabs .humanoid-tabs--header p {
    cursor: pointer;
    position: relative;
    padding: 8px 15px !important;
    margin-bottom: 0;
    display: inline-block;
    color: #c7c7c7;
    width: auto; }
    .humanoid-tabs .humanoid-tabs--header p:last-child {
      margin-left: 5px; }
    .humanoid-tabs .humanoid-tabs--header p:hover, .humanoid-tabs .humanoid-tabs--header p.active {
      color: #85BE2E; }
      .humanoid-tabs .humanoid-tabs--header p:hover:after, .humanoid-tabs .humanoid-tabs--header p.active:after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 4px;
        background-color: #85be2e;
        display: block; }

.humanoid-tabs .humanoid-tabs--content {
  position: relative; }
  .humanoid-tabs .humanoid-tabs--content .product-accessories {
    margin-top: 20px;
    padding: 0 45px; }
    .humanoid-tabs .humanoid-tabs--content .product-accessories > p {
      display: none; }
    .humanoid-tabs .humanoid-tabs--content .product-accessories .slick-prev {
      left: -45px; }
    .humanoid-tabs .humanoid-tabs--content .product-accessories .slick-next {
      right: -45px; }

.sidebar-title {
  font-size: 17px;
  text-transform: uppercase; }

.sidebar-module {
  margin-bottom: 35px; }

.sidebar {
  padding: 20px;
  position: relative; }

.home-sidebar {
  padding-top: 0; }

#stickySidebar {
  max-width: 293px;
  min-height: 500px; }
  @media (min-width: 768px) and (max-width: 999px) {
    #stickySidebar {
      max-width: inherit;
      margin: 0 15px;
      min-height: auto; } }
  @media (max-width: 767px) {
    #stickySidebar {
      margin: 0 15px;
      max-width: inherit;
      min-height: auto !important; } }

/**************************************
*             Text Module
***************************************/
.text-module .humanoid-top-area-custom-text {
  padding: 0;
  margin: 0; }
  .text-module .humanoid-top-area-custom-text .custom-text {
    font-size: inherit;
    line-height: inherit; }

/**************************************
*             Native ad
***************************************/
.home-sidebar .container_native_sidebar, .single-sidebar .container_native_sidebar {
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  float: left; }
  .home-sidebar .container_native_sidebar a.title-link, .single-sidebar .container_native_sidebar a.title-link {
    color: inherit;
    font-weight: inherit; }
  .home-sidebar .container_native_sidebar .post-preview, .single-sidebar .container_native_sidebar .post-preview {
    position: relative; }
  .home-sidebar .container_native_sidebar .text-container, .single-sidebar .container_native_sidebar .text-container {
    margin-top: 10px;
    font-weight: 600; }

.home-sidebar .container_native_sidebar {
  margin-top: 25px; }

.sticky-content {
  width: 100%; }
  .sticky-content.active {
    position: fixed;
    top: 70px; }
  .sticky-content.end {
    position: absolute;
    bottom: 0; }

.sticky-container {
  margin-bottom: 10px;
  position: relative; }
  .sticky-container.disabled {
    height: 0;
    min-height: 0;
    max-height: 0; }

.sidebar-brand-linked {
  background: none; }
  .sidebar-brand-linked ul {
    background: none !important; }
  .sidebar-brand-linked a.see-all-products, .sidebar-brand-linked a.buy-button {
    color: white !important; }

.sidebar_social-network .twitter-button {
  background-color: #49a2d6; }

.sidebar_social-network .facebook-button {
  background-color: #3b5998; }

.sidebar_social-network .google-plus-button {
  background-color: #c96247; }

.sidebar_social-network-button {
  padding: 0 5px; }
  .sidebar_social-network-button:nth-of-type(1) {
    padding-left: 0; }
  .sidebar_social-network-button:nth-of-type(3) {
    padding-right: 0; }

.sidebar_social-network-button a {
  transition: opacity linear 200ms;
  border-radius: 3px;
  color: white;
  display: block;
  text-align: center;
  line-height: 40px; }
  .sidebar_social-network-button a span, .sidebar_social-network-button a p {
    display: inline; }
  .sidebar_social-network-button a p {
    font-size: 13px; }
  .sidebar_social-network-button a span:before {
    position: relative;
    top: 2px;
    margin-right: 3px; }
  .sidebar_social-network-button a span:hover {
    color: white !important; }
  .sidebar_social-network-button a:hover {
    opacity: 0.8; }

.sidebar_app-button .icon-apps {
  color: white;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  float: left;
  text-align: center;
  margin-right: 10px;
  font-size: 20px; }

.sidebar_app .icon-apple {
  background-color: #a2a2a2; }

.sidebar_app .icon-playstore {
  background-color: #85be2e; }

.sidebar_app .icon-winstore {
  background-color: #1a77af; }

.sidebar_app-button p {
  color: #444;
  line-height: 35px; }

.sidebar_app-button {
  transition: opacity linear 200ms; }
  .sidebar_app-button:hover {
    opacity: 0.8; }

#home-bloc-fresh-products, .sidebar-brand-linked {
  margin-top: 15px; }
  #home-bloc-fresh-products h2:not(.product-info-bloc), .sidebar-brand-linked h2:not(.product-info-bloc) {
    text-align: left; }
    #home-bloc-fresh-products h2:not(.product-info-bloc) a, .sidebar-brand-linked h2:not(.product-info-bloc) a {
      color: white;
      padding: 0 10px; }
  #home-bloc-fresh-products .ss-header, .sidebar-brand-linked .ss-header {
    text-overflow: clip;
    height: auto;
    min-height: 36px; }
    #home-bloc-fresh-products .ss-header strong, .sidebar-brand-linked .ss-header strong {
      display: block; }
  #home-bloc-fresh-products .title p, .sidebar-brand-linked .title p {
    height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 35px;
    text-align: left;
    padding-left: 20px; }
  #home-bloc-fresh-products #fresh-products-filter, .sidebar-brand-linked #fresh-products-filter {
    text-align: right;
    background: #9ed44b; }
    #home-bloc-fresh-products #fresh-products-filter span, .sidebar-brand-linked #fresh-products-filter span {
      color: white; }
    #home-bloc-fresh-products #fresh-products-filter .icon-arrow-bottom, .sidebar-brand-linked #fresh-products-filter .icon-arrow-bottom {
      font-size: 12px;
      margin-right: 20px; }
  #home-bloc-fresh-products .brand-fresh-product, .sidebar-brand-linked .brand-fresh-product {
    padding: 15px 0;
    margin-bottom: 2px;
    background: #f6f6f6; }
    #home-bloc-fresh-products .brand-fresh-product .thumbnail, .sidebar-brand-linked .brand-fresh-product .thumbnail {
      height: 100px;
      text-align: center; }
    #home-bloc-fresh-products .brand-fresh-product .product-info-bloc, .sidebar-brand-linked .brand-fresh-product .product-info-bloc {
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    #home-bloc-fresh-products .brand-fresh-product ul, .sidebar-brand-linked .brand-fresh-product ul {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      flex: 1; }
      #home-bloc-fresh-products .brand-fresh-product ul li, .sidebar-brand-linked .brand-fresh-product ul li {
        margin: 0;
        padding: 0 !important;
        display: inline-block; }
    #home-bloc-fresh-products .brand-fresh-product h3, .sidebar-brand-linked .brand-fresh-product h3 {
      font-weight: 600;
      color: #111;
      font-size: 15px;
      margin-bottom: 0; }
      #home-bloc-fresh-products .brand-fresh-product h3:hover, .sidebar-brand-linked .brand-fresh-product h3:hover {
        text-decoration: underline; }
    #home-bloc-fresh-products .brand-fresh-product .test-button, .sidebar-brand-linked .brand-fresh-product .test-button {
      background: #333; }
    #home-bloc-fresh-products .brand-fresh-product .buy-button, .sidebar-brand-linked .brand-fresh-product .buy-button {
      background: #9ed44b;
      line-height: inherit;
      text-transform: inherit;
      font-size: inherit; }
      #home-bloc-fresh-products .brand-fresh-product .buy-button span, .sidebar-brand-linked .brand-fresh-product .buy-button span {
        margin-right: 0; }
    #home-bloc-fresh-products .brand-fresh-product a.test-button:hover, .sidebar-brand-linked .brand-fresh-product a.test-button:hover {
      background: #1a1a1a; }
    #home-bloc-fresh-products .brand-fresh-product a.buy-button:hover, .sidebar-brand-linked .brand-fresh-product a.buy-button:hover {
      background: #85be2e; }
    #home-bloc-fresh-products .brand-fresh-product .test-button, #home-bloc-fresh-products .brand-fresh-product .buy-button, .sidebar-brand-linked .brand-fresh-product .test-button, .sidebar-brand-linked .brand-fresh-product .buy-button {
      display: inline-block;
      font-weight: 600;
      padding: 1px 6px;
      border-radius: 2px;
      color: #fff !important; }
  #home-bloc-fresh-products .home-bloc-fresh-products, .sidebar-brand-linked .home-bloc-fresh-products {
    background: #eee;
    padding: 0 15px; }
    @media (max-width: 767px) {
      #home-bloc-fresh-products .home-bloc-fresh-products, .sidebar-brand-linked .home-bloc-fresh-products {
        overflow-y: scroll;
        height: 250px; } }
    #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product {
      min-height: 1px;
      padding: 10px 0; }
      #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product .rank, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product .rank {
        position: relative;
        height: 50px; }
        #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product .rank span, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product .rank span {
          line-height: 35px;
          font-weight: 900;
          width: 38px;
          height: 38px;
          font-size: 20px;
          display: block;
          text-align: center;
          color: rgba(0, 0, 0, 0.8);
          border-radius: 20px;
          margin: auto;
          top: 0;
          left: 0;
          bottom: 0;
          position: absolute; }
      #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product .thumbnail, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product .thumbnail {
        position: relative;
        text-align: center;
        height: 50px; }
        #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product .thumbnail img, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product .thumbnail img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product h2, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product h2 {
        height: 50px;
        margin: 0;
        padding: 0;
        line-height: 20px;
        padding-top: 5px;
        padding-left: 5px; }
        #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product h2 span, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product h2 span {
          display: block;
          font-size: 15px;
          color: #262626; }
        #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product h2 .product-name, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product h2 .product-name {
          width: 90%;
          overflow: hidden;
          white-space: nowrap;
          font-weight: 400; }
      #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product a, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product a {
        color: #262626; }
      #home-bloc-fresh-products .home-bloc-fresh-products .fresh-product .product-info-bloc a:hover, .sidebar-brand-linked .home-bloc-fresh-products .fresh-product .product-info-bloc a:hover {
        text-decoration: underline; }
    #home-bloc-fresh-products .home-bloc-fresh-products a.buy-button, #home-bloc-fresh-products .home-bloc-fresh-products span.buy-button, .sidebar-brand-linked .home-bloc-fresh-products a.buy-button, .sidebar-brand-linked .home-bloc-fresh-products span.buy-button {
      margin-top: 10px;
      background-color: #93cf36;
      display: inline-block;
      padding: 2px 5px;
      border-radius: 3px;
      text-transform: uppercase;
      text-align: center;
      font-size: 13Px;
      color: white;
      line-height: inherit; }
    #home-bloc-fresh-products .home-bloc-fresh-products span.buy-button, .sidebar-brand-linked .home-bloc-fresh-products span.buy-button {
      background: #444; }
    #home-bloc-fresh-products .home-bloc-fresh-products a.buy-button, .sidebar-brand-linked .home-bloc-fresh-products a.buy-button {
      color: white; }
      #home-bloc-fresh-products .home-bloc-fresh-products a.buy-button:hover, .sidebar-brand-linked .home-bloc-fresh-products a.buy-button:hover {
        color: #77aa29; }
  #home-bloc-fresh-products a.see-all-products, .sidebar-brand-linked a.see-all-products {
    text-align: center;
    background: #444;
    color: white;
    text-transform: uppercase;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 3px;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold; }
    #home-bloc-fresh-products a.see-all-products:last-of-type, .sidebar-brand-linked a.see-all-products:last-of-type {
      margin-top: 0; }

#home-bloc-active-forum-2 {
  float: left;
  color: white; }
  #home-bloc-active-forum-2 .title {
    height: 35px;
    background: #9ed44b;
    text-align: center; }
    #home-bloc-active-forum-2 .title h2 {
      font-size: 18px;
      line-height: 35px;
      font-weight: bold;
      margin-bottom: 0;
      font-family: "open_sans"; }
  #home-bloc-active-forum-2 .content {
    background: white;
    padding: 10px 0; }
    #home-bloc-active-forum-2 .content li {
      line-height: 16px;
      margin-bottom: 15px; }
      #home-bloc-active-forum-2 .content li a {
        background: #f7f7f7;
        color: #808080;
        font-family: 'open_sans';
        font-size: 14px;
        display: inline-block;
        padding: 5px; }
        #home-bloc-active-forum-2 .content li a:hover {
          color: #4d4d4d; }
      #home-bloc-active-forum-2 .content li p {
        color: #444;
        margin: 10px 0 0;
        font-size: 14px;
        text-align: right; }

.sidebar-newsletter .subscribe-nl {
  padding: 0; }

.sidebar-newsletter .input-container input[type="email"] {
  padding: 0;
  background: #e6e6e6;
  font-size: 13px;
  color: #444;
  padding-left: 10px; }

.sidebar-newsletter a {
  color: white; }

#home-tutos {
  float: left; }
  #home-tutos .content {
    margin-bottom: 20px;
    margin-top: 10px; }
    #home-tutos .content a {
      font-size: 15px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
      line-height: 18px;
      color: #444; }
      #home-tutos .content a:hover {
        color: #9ed44b; }
    #home-tutos .content .star-wrapper {
      height: 15px;
      margin-right: 5px;
      float: left;
      display: block; }
      #home-tutos .content .star-wrapper .icon-star {
        float: left;
        display: inline-block;
        font-size: 12px; }
        #home-tutos .content .star-wrapper .icon-star.empty {
          color: #b6b6b6; }
        #home-tutos .content .star-wrapper .icon-star.full {
          color: #9ed44b; }

.home-seemore {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 10px; }
  .home-seemore span {
    color: #808080;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px 0 -10px;
    font-size: 13px; }
  .home-seemore a {
    color: #808080;
    font-family: 'open_sans';
    font-size: 12px !important; }
    .home-seemore a:hover, .home-seemore a:hover span {
      color: #4d4d4d; }

.second-row {
  padding: 0 10px; }

#hubs-trends {
  margin-bottom: 20px;
  float: left;
  color: white; }
  #hubs-trends .title {
    height: 36px;
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap; }
  #hubs-trends .content {
    background: #eee;
    padding: 10px; }
    #hubs-trends .content li {
      line-height: 16px; }
    #hubs-trends .content li a {
      color: #444;
      font-size: 14px; }
      #hubs-trends .content li a:hover {
        color: #a2a2a2; }

@media (max-width: 767px) {
  .show-comments {
    padding: 0 10px 0 0;
    margin-right: 10px; }
    .show-comments a {
      font-size: 15px !important; }
  #comments {
    height: 750px;
    padding-right: 20px !important; } }

#comments {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  margin-bottom: 20px;
  padding: 0; }

#comments:target, #comments.no-comments-button {
  overflow: auto;
  height: auto;
  max-height: none; }
  #comments:target .show-comments, #comments.no-comments-button .show-comments {
    display: none !important; }

.show-comments {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  padding: 0 15px 0 0; }
  .show-comments .gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 57%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 57%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 57%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100px;
    display: block;
    margin: 0;
    padding: 0; }
  .show-comments a {
    background: #9ed44b;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    border-radius: 3px;
    color: white; }
  .show-comments a:hover {
    background: #85be2e; }
  .show-comments i.comments {
    display: inline-block;
    float: none; }

.single-post-container.category-test .article-content.post-no-sidebar .comments-bar {
  margin-left: -10px; }

.comments-title {
  margin-left: 20px; }

.comments-zone {
  margin: 0 15px;
  padding-bottom: 20px; }

.highlight-comment {
  margin-bottom: 15px;
  margin-left: 15px;
  max-width: 610px;
  width: 100%; }
  .highlight-comment .hc-title {
    font-weight: bold;
    margin-left: 0; }
  .highlight-comment .comment {
    background-color: #f2f4f5;
    padding: 12px;
    border-radius: 3px; }
    .highlight-comment .comment p {
      margin-left: 0;
      margin-right: 0; }
    .highlight-comment .comment .avatar {
      float: left;
      margin-right: 12px; }
      .highlight-comment .comment .avatar .user {
        position: relative;
        z-index: 100;
        background: rgba(0, 39, 59, 0.2); }
      .highlight-comment .comment .avatar img {
        width: 48px;
        height: 48px;
        border-radius: 3px;
        display: block; }
    .highlight-comment .comment .comment-body {
      overflow: hidden; }
      .highlight-comment .comment .comment-body header {
        color: #777;
        line-height: 1;
        font-size: 13px;
        padding-right: 46px;
        margin-bottom: 3px; }
      .highlight-comment .comment .comment-body .comment-message-container {
        max-height: 314px;
        position: relative;
        overflow: hidden;
        zoom: 1;
        width: 100%; }
      .highlight-comment .comment .comment-body .see-more {
        padding: 10px 0;
        border-top: 2px solid;
        border-color: #eaedee;
        border-color: rgba(0, 39, 59, 0.08);
        color: #768187;
        color: rgba(29, 47, 58, 0.6);
        z-index: 901;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        display: block; }
        .highlight-comment .comment .comment-body .see-more:before {
          content: "";
          display: block;
          height: 3px;
          box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.08);
          position: relative;
          top: -11px; }
      .highlight-comment .comment .comment-body .comment-message p {
        font-size: 14.5px;
        line-height: 21px; }

.comments-bar {
  color: white;
  font-size: 20px;
  margin-left: -10px; }
  .comments-bar .comments {
    float: none;
    display: inline-block;
    vertical-align: baseline; }
  .comments-bar > div {
    padding: 10px 15px; }
    .comments-bar > div .number {
      color: #9ed44b; }
    .comments-bar > div a {
      color: white; }
      .comments-bar > div a:hover {
        color: #9ed44b; }
  .comments-bar > div:first-of-type {
    background: #444; }
  .comments-bar > div:last-of-type {
    background: #9ed44b; }
    .comments-bar > div:last-of-type a:hover {
      color: white; }
  .comments-bar .icon-container {
    position: relative;
    display: inline-block;
    width: 31px; }
    .comments-bar .icon-container .icon-plus {
      position: absolute;
      font-size: 10px;
      top: 0;
      right: 0; }

.post-preview-container {
  padding: 0; }
  .post-preview-container ul li {
    list-style-type: none; }
  .post-preview-container .post-preview .comments-container {
    position: absolute;
    right: 5px; }

.dropdown, .dropajax {
  position: absolute;
  z-index: 1010;
  display: none; }

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0; }

.dropdown .dropdown-panel {
  padding: 10px; }

.dropdown.dropdown-tip {
  margin-top: 8px; }

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block; }

.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px; }

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block; }

.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px; }

.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto; }

.dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0; }

/**

Post Single
------------

Gère le style global des pages single.

Template: theme/templates/single/
Dependency: $bg-color, $whatsapp-green, $linkedin-blue, $gplus-red, $facebook-blue, $twitter-blue,$text_light
,$maint-color, $greyTitle, $grey4b, $text_dark, breakpoints, lighten, darken


Sommaire :

  - Post header
  - Test cover
  - Post Title
  - Admin Tools
  - Post Content
  - Post Images
  - Social
  - After Content

*/
/* Post header */
.post-header {
  padding: 0 20px;
  padding-bottom: 5px; }
  .post-header .post-author-name {
    font-size: 14px;
    line-height: 35px;
    float: left; }
  .post-header .author {
    font-weight: bold;
    cursor: pointer; }
  .post-header .post-info-breadcump {
    float: right; }
    .post-header .post-info-breadcump #breadcrumb {
      color: #444; }
      .post-header .post-info-breadcump #breadcrumb a {
        color: #444; }
      .post-header .post-info-breadcump #breadcrumb a:hover {
        color: #232323; }
      .post-header .post-info-breadcump #breadcrumb .breadcrumb_last {
        max-width: 300px;
        overflow: hidden;
        height: 25px;
        padding-top: 2px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap; }
    @media (max-width: 767px) {
      .post-header .post-info-breadcump {
        display: none; } }

.i-love-frandroid {
  width: 300px; }

@media (max-width: 767px) {
  #bottom_ad {
    text-align: center;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .product-resume-sidebar .i-love-frandroid {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

a[rel~="affiliate"]:after,
span.rel-affiliate:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  top: -6px;
  right: -19px;
  background: url(../fonts/b902ba51f9820db6aadcd2eb0763d8e9.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.wp-embedded-content {
  max-width: 100% !important;
  width: 100%; }

span.rel-affiliate {
  display: inline-block;
  margin: 0 !important;
  padding: 0 5px !important;
  border-radius: 2px; }

@media (max-width: 767px) {
  .i-love-frandroid {
    width: 100%; } }

/* Test cover */
#cover {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: #444; }
  #cover:after {
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background-size: cover !important;
    content: ""; }

.top-info-bar-wrapper {
  padding: 10px 10px; }

/* Post title */
.post-top-area h1 {
  color: #232323;
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  line-height: 43px; }

.post-top-area h1.entry-title {
  line-height: 43px; }

.post-top-area h1.title-on-cover {
  width: 80%;
  display: block;
  text-align: center;
  margin: auto; }

.post-top-area h1.white-title {
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }

.post-top-area h1.center-title, .post-top-area h1.post-test-title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
  font-size: 35px; }

.post-top-area h1.post-test-title {
  text-transform: uppercase;
  color: #9ed44b;
  font-weight: 900; }

/**
Admin tools (edit, empty cache)
**/
.post-admin-tool {
  width: 100%;
  text-align: right;
  float: left;
  display: block;
  padding: 0 10px; }
  @media (min-width: 768px) and (max-width: 999px) {
    .post-admin-tool {
      padding: 0 20px; } }
  .post-admin-tool a {
    display: block;
    float: left;
    padding: 5px;
    background: #9ed44b;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px; }
    .post-admin-tool a:hover {
      background: #85be2e; }

/* Post content */
.article-container {
  margin-top: 25px; }

.single-post-container, .page-type {
  clear: both;
  color: #444;
  position: relative;
  box-shadow: 0 -10px 10px -10px rgba(0, 1, 1, 0.2); }
  .single-post-container .regular-post-cover, .page-type .regular-post-cover {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .single-post-container .regular-post-cover #cover, .page-type .regular-post-cover #cover {
      margin-bottom: 25px;
      width: 100%;
      height: 100%;
      display: block;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      background: #444;
      position: relative; }
    .single-post-container .regular-post-cover .post-top-area, .page-type .regular-post-cover .post-top-area {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
      .single-post-container .regular-post-cover .post-top-area h1, .page-type .regular-post-cover .post-top-area h1 {
        height: 30%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
    @media (max-width: 767px) {
      .single-post-container .regular-post-cover, .page-type .regular-post-cover {
        height: 300px; }
        .single-post-container .regular-post-cover .post-top-area h1.title-on-cover, .page-type .regular-post-cover .post-top-area h1.title-on-cover {
          width: 95%;
          height: 50%; } }
  .single-post-container #megabanner, .page-type #megabanner {
    margin-top: 0;
    margin-bottom: 30px; }
  .single-post-container #index-posts, .page-type #index-posts {
    display: none; }
  .single-post-container .article-content.post-no-sidebar .comments-bar, .page-type .article-content.post-no-sidebar .comments-bar {
    margin-left: 0; }
  .single-post-container .social a, .page-type .social a {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: inline-block;
    width: 93px;
    line-height: 39px;
    color: #fff;
    font-family: 'open_sans';
    padding-left: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold; }
    .single-post-container .social a:last-of-type, .page-type .social a:last-of-type {
      margin-right: 0; }
  .single-post-container .social, .page-type .social {
    text-align: left; }
    .single-post-container .social a, .page-type .social a {
      padding: 0 5px;
      position: relative; }
    .single-post-container .social .numbers, .page-type .social .numbers {
      display: inline-block;
      margin: auto;
      text-align: center; }
    .single-post-container .social .ic, .page-type .social .ic {
      padding: 0 3px;
      vertical-align: sub;
      font-size: 22px;
      position: relative;
      top: -2px; }
    .single-post-container .social .ic:hover, .page-type .social .ic:hover {
      color: #fff !important; }
    .single-post-container .social .button-twitter, .page-type .social .button-twitter {
      background: #49a2d6; }
      .single-post-container .social .button-twitter:hover, .page-type .social .button-twitter:hover {
        color: #fff !important;
        background: #62afdc; }
    .single-post-container .social .button-facebook, .page-type .social .button-facebook {
      background: #3b5998; }
      .single-post-container .social .button-facebook:hover, .page-type .social .button-facebook:hover {
        color: #fff !important;
        background: #4466ae; }
    .single-post-container .social .button-gplus, .page-type .social .button-gplus {
      background: #c96247; }
      .single-post-container .social .button-gplus:hover, .page-type .social .button-gplus:hover {
        color: #fff !important;
        background: #d0765f; }
    .single-post-container .social .button-linkedin, .page-type .social .button-linkedin {
      background: #0077b5; }
      .single-post-container .social .button-linkedin:hover, .page-type .social .button-linkedin:hover {
        color: #fff !important;
        background: #008bd4; }
  .single-post-container .post-info-counter, .page-type .post-info-counter {
    float: right;
    position: relative;
    height: 35px;
    background: #9ed44b;
    display: inline-block;
    width: 42px;
    font-family: "open_sans";
    font-size: 1.2em; }
    .single-post-container .post-info-counter:after, .page-type .post-info-counter:after {
      bottom: -15px;
      content: '';
      display: block;
      position: absolute;
      border-left: 15px solid #9ed44b;
      border-bottom: 15px solid transparent;
      right: 30%; }
    .single-post-container .post-info-counter a, .page-type .post-info-counter a {
      line-height: 35px;
      color: #fff; }
    .single-post-container .post-info-counter:after, .page-type .post-info-counter:after {
      bottom: -14px; }
  .single-post-container p, .page-type p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 26px; }
  .single-post-container .group p, .page-type .group p {
    margin: 10px 15px; }
  .single-post-container ul, .page-type ul {
    margin-left: 55px; }
    .single-post-container ul li, .page-type ul li {
      list-style-type: square; }
  .single-post-container ol, .page-type ol {
    margin-left: 55px; }
    .single-post-container ol li, .page-type ol li {
      list-style-type: decimal; }
  .single-post-container .post-phone-nav, .page-type .post-phone-nav {
    padding: 0 10px;
    font-size: 9pt;
    height: 35px;
    line-height: 35px;
    background: #f7f7f7;
    color: #b2b2b2; }
    .single-post-container .post-phone-nav a, .page-type .post-phone-nav a {
      color: #b2b2b2 !important;
      vertical-align: middle;
      display: inline-block;
      line-height: 35px; }
      .single-post-container .post-phone-nav a:active, .page-type .post-phone-nav a:active {
        color: #000 !important; }
  .single-post-container .post-author-avatar img, .page-type .post-author-avatar img {
    width: 42px; }
  .single-post-container .post-author-info, .page-type .post-author-info {
    background-color: transparent;
    padding-top: 11px;
    font-size: 15px;
    position: absolute; }
    .single-post-container .post-author-info img, .page-type .post-author-info img {
      cursor: default;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      display: inline-block; }
  .single-post-container .post-author-container, .page-type .post-author-container {
    position: absolute;
    width: 100%;
    top: -29px;
    left: 0;
    padding-left: 20px;
    color: white;
    line-height: 35px;
    text-align: left;
    min-height: 35px; }
    .single-post-container .post-author-container.with-video, .page-type .post-author-container.with-video {
      position: inherit;
      top: auto; }
    .single-post-container .post-author-container.grey, .page-type .post-author-container.grey {
      color: #444; }
    .single-post-container .post-author-container .post-author-separator, .page-type .post-author-container .post-author-separator {
      padding: 0 5px;
      font-size: 13pt; }
    .single-post-container .post-author-container .avatar-50, .single-post-container .post-author-container .avatar-33, .page-type .post-author-container .avatar-50, .page-type .post-author-container .avatar-33 {
      cursor: pointer;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      margin-right: 10px;
      vertical-align: middle; }
  .single-post-container .relative, .page-type .relative {
    position: relative; }
  .single-post-container .info-contener, .page-type .info-contener {
    height: auto;
    min-height: 120px;
    padding-bottom: 5px;
    box-shadow: 0 0 3px rgba(32, 32, 34, 0.5);
    background: #323232;
    display: block;
    width: 570px; }
    .single-post-container .info-contener img, .page-type .info-contener img {
      float: left;
      margin: 10px; }
    .single-post-container .info-contener .btn-profile, .page-type .info-contener .btn-profile {
      padding: 0 7px;
      margin-left: 0; }
    .single-post-container .info-contener .author-info, .page-type .info-contener .author-info {
      clear: left;
      position: relative;
      margin-top: 5px;
      font-family: "open_sans";
      display: inline-block;
      width: 450px; }
      .single-post-container .info-contener .author-info .icon-twitter, .page-type .info-contener .author-info .icon-twitter {
        color: #277bac; }
      .single-post-container .info-contener .author-info .icon-gplus, .page-type .info-contener .author-info .icon-gplus {
        color: #97432c; }
    .single-post-container .info-contener p, .page-type .info-contener p {
      font-family: 'open_sans';
      color: #fff;
      line-height: 105%;
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-top: 0;
      text-overflow: ellipsis;
      text-align: left; }
      .single-post-container .info-contener p a, .page-type .info-contener p a {
        color: white !important;
        font-family: "open_sans"; }
    .single-post-container .info-contener:after, .page-type .info-contener:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #323232;
      -moz-border-top-colors: none;
      -moz-border-right-colors: none;
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      border-image: none;
      top: -18px;
      left: 80px; }
  .single-post-container .relative, .page-type .relative {
    position: relative; }
  .single-post-container .post-info-bar, .page-type .post-info-bar {
    margin-bottom: 15px;
    margin-top: 10px;
    background: #f7f7f7;
    text-align: center;
    color: white;
    vertical-align: middle;
    overflow: visible !important; }
    .single-post-container .post-info-bar .post-info-category, .page-type .post-info-bar .post-info-category {
      padding: 0 10px;
      float: left; }
    .single-post-container .post-info-bar .post-info-breadcump, .page-type .post-info-bar .post-info-breadcump {
      text-align: left; }
    .single-post-container .post-info-bar #breadcrumb, .page-type .post-info-bar #breadcrumb {
      vertical-align: middle;
      background: none;
      height: 35px;
      line-height: 35px;
      font-size: 9pt !important;
      border: none;
      padding: 0;
      text-align: left;
      margin-top: -5px;
      display: inline-block; }
      .single-post-container .post-info-bar #breadcrumb .icon-next, .page-type .post-info-bar #breadcrumb .icon-next {
        position: relative;
        top: 2px;
        left: 5px; }
      .single-post-container .post-info-bar #breadcrumb *, .page-type .post-info-bar #breadcrumb * {
        line-height: 35px;
        vertical-align: middle;
        padding: 0;
        margin: 0; }
      .single-post-container .post-info-bar #breadcrumb span, .page-type .post-info-bar #breadcrumb span {
        margin-left: 5px; }
    .single-post-container .post-info-bar #breadcrumb span:nth-child(n+2) span, .page-type .post-info-bar #breadcrumb span:nth-child(n+2) span {
      visibility: hidden !important; }
    .single-post-container .post-info-bar #breadcrumb span:nth-child(n+2) span:first-child a, .page-type .post-info-bar #breadcrumb span:nth-child(n+2) span:first-child a {
      position: relative;
      top: 1px;
      visibility: visible !important;
      font-family: inherit;
      font-size: 12px !important; }
      .single-post-container .post-info-bar #breadcrumb span:nth-child(n+2) span:first-child a:before, .page-type .post-info-bar #breadcrumb span:nth-child(n+2) span:first-child a:before {
        content: ""; }
    .single-post-container .post-info-bar > .dropdown, .page-type .post-info-bar > .dropdown {
      position: relative; }
    .single-post-container .post-info-bar .post-info-left, .single-post-container .post-info-bar .post-info-counter, .single-post-container .post-info-bar .post-author-name, .page-type .post-info-bar .post-info-left, .page-type .post-info-bar .post-info-counter, .page-type .post-info-bar .post-author-name {
      display: inline-block;
      overflow: visible !important;
      height: 35px;
      line-height: 35px; }
    .single-post-container .post-info-bar .post-info-left, .page-type .post-info-bar .post-info-left {
      font-weight: 400;
      background: #f7f7f7;
      color: #b2b2b2; }
      .single-post-container .post-info-bar .post-info-left a, .page-type .post-info-bar .post-info-left a {
        color: #b2b2b2; }
    .single-post-container .post-info-bar .post-info-category, .page-type .post-info-bar .post-info-category {
      background: #9ed44b;
      color: #fff;
      display: inline-block;
      font-size: 1.2em;
      font-family: "open_sans"; }
    .single-post-container .post-info-bar .post-author-name, .page-type .post-info-bar .post-author-name {
      padding-left: 10px;
      color: #b2b2b2; }
      .single-post-container .post-info-bar .post-author-name > span, .page-type .post-info-bar .post-author-name > span {
        color: white;
        cursor: pointer; }
      .single-post-container .post-info-bar .post-author-name .twitter-link, .single-post-container .post-info-bar .post-author-name .gplus-link, .page-type .post-info-bar .post-author-name .twitter-link, .page-type .post-info-bar .post-author-name .gplus-link {
        margin-left: 10px;
        font-size: 0.8em;
        color: #49a2d6;
        text-transform: none; }
      .single-post-container .post-info-bar .post-author-name .gplus-link, .page-type .post-info-bar .post-author-name .gplus-link {
        color: #c96247; }
      .single-post-container .post-info-bar .post-author-name .icon-arrow-bottom, .page-type .post-info-bar .post-author-name .icon-arrow-bottom {
        float: right;
        color: white;
        cursor: pointer;
        padding: 0 20px;
        height: 100%; }
        .single-post-container .post-info-bar .post-author-name .icon-arrow-bottom:hover, .page-type .post-info-bar .post-author-name .icon-arrow-bottom:hover {
          background: #424242; }
    .single-post-container .post-info-bar .icons-social > span, .page-type .post-info-bar .icons-social > span {
      margin: 0 5px; }
    .single-post-container .post-info-bar .previous-article, .single-post-container .post-info-bar .next-article, .page-type .post-info-bar .previous-article, .page-type .post-info-bar .next-article {
      position: relative;
      overflow: visible !important;
      display: inline-block; }
      .single-post-container .post-info-bar .previous-article:hover, .single-post-container .post-info-bar .next-article:hover, .page-type .post-info-bar .previous-article:hover, .page-type .post-info-bar .next-article:hover {
        color: #fff !important; }
        .single-post-container .post-info-bar .previous-article:hover div, .single-post-container .post-info-bar .next-article:hover div, .page-type .post-info-bar .previous-article:hover div, .page-type .post-info-bar .next-article:hover div {
          box-shadow: 0 0 3px rgba(32, 32, 34, 0.5);
          background: #202022; }
        .single-post-container .post-info-bar .previous-article:hover .nav-button, .single-post-container .post-info-bar .next-article:hover .nav-button, .page-type .post-info-bar .previous-article:hover .nav-button, .page-type .post-info-bar .next-article:hover .nav-button {
          background: #202022; }
      .single-post-container .post-info-bar .previous-article span, .single-post-container .post-info-bar .next-article span, .page-type .post-info-bar .previous-article span, .page-type .post-info-bar .next-article span {
        vertical-align: middle;
        display: inline-block;
        line-height: 35px; }
  .single-post-container .nav-button, .page-type .nav-button {
    padding: 0 5px;
    margin: 0;
    font-size: 9pt !important; }
  .single-post-container .dropdown-prev, .page-type .dropdown-prev {
    position: absolute;
    right: 0; }
  .single-post-container .dropdown-prev, .single-post-container .dropdown-next, .page-type .dropdown-prev, .page-type .dropdown-next {
    line-height: 100%;
    text-align: left;
    padding: 10px 5px;
    margin: 0;
    color: #fff;
    background: #202022;
    width: 240px; }
    .single-post-container .dropdown-prev .arrow-nav, .single-post-container .dropdown-next .arrow-nav, .page-type .dropdown-prev .arrow-nav, .page-type .dropdown-next .arrow-nav {
      vertical-align: center;
      width: 10px;
      display: inline-block;
      font-size: 9pt !important;
      padding: 0;
      margin: 0;
      height: 100%; }
    .single-post-container .dropdown-prev .label-nav, .single-post-container .dropdown-next .label-nav, .page-type .dropdown-prev .label-nav, .page-type .dropdown-next .label-nav {
      display: inline-block;
      padding: 0;
      margin: 0 5px;
      font-family: "open_sans";
      width: 200px;
      line-height: 110% !important; }
  .single-post-container .post-content, .page-type .post-content {
    clear: both;
    margin-bottom: 10px;
    position: relative; }
    .single-post-container .post-content h1, .single-post-container .post-content h2, .page-type .post-content h1, .page-type .post-content h2 {
      padding: 0;
      font-size: 1.8em;
      margin: 40px 20px 10px 0; }
      @media (max-width: 767px) {
        .single-post-container .post-content h1, .single-post-container .post-content h2, .page-type .post-content h1, .page-type .post-content h2 {
          padding: 0 0 0 15px; } }
    .single-post-container .post-content h3, .page-type .post-content h3 {
      margin: 30px 10px 10px 40px;
      font-size: 1.5em;
      font-weight: bold; }
      @media (min-width: 768px) and (max-width: 999px) {
        .single-post-container .post-content h3, .page-type .post-content h3 {
          margin: 30px 0 10px; } }
    .single-post-container .post-content h4, .page-type .post-content h4 {
      margin: 15px 10px 10px 55px;
      font-size: 1em;
      font-weight: bold; }
    .single-post-container .post-content ul, .page-type .post-content ul {
      font-size: 16px; }
    .single-post-container .post-content .aligncenter, .page-type .post-content .aligncenter {
      margin: 0 auto 10px auto;
      display: block; }
    .single-post-container .post-content table td, .page-type .post-content table td {
      padding: 10px; }
  .single-post-container .post-no-sidebar, .page-type .post-no-sidebar {
    margin-left: 0 !important; }
  .single-post-container a, .page-type a {
    font-weight: bold; }
  .single-post-container .chapo, .page-type .chapo {
    font-weight: bold; }
  .single-post-container .question, .single-post-container .answer, .page-type .question, .page-type .answer {
    margin-left: 180px; }
  .single-post-container .interview-name, .page-type .interview-name {
    margin-left: -180px;
    display: block;
    float: left;
    text-align: right;
    width: 180px;
    padding-right: 20px;
    font-size: 13px;
    color: #aaa;
    font-weight: 200;
    font-style: italic;
    padding-top: 4px; }
  .single-post-container .postgrid1, .single-post-container .postgrid2, .single-post-container .postgrid3, .single-post-container .postgrid4, .single-post-container .postgrid5, .page-type .postgrid1, .page-type .postgrid2, .page-type .postgrid3, .page-type .postgrid4, .page-type .postgrid5 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify; }
  .single-post-container .aside, .page-type .aside {
    margin: 5px 15px 15px 15px;
    background: #fafafa;
    padding: 10px; }
    .single-post-container .aside p, .page-type .aside p {
      margin: 0; }
    .single-post-container .aside h3, .page-type .aside h3 {
      margin: 5px; }
  .single-post-container .asideblockquote, .page-type .asideblockquote {
    background: none !important;
    font-size: 1.5em; }
  .single-post-container .asideimage, .page-type .asideimage {
    background: none !important; }
  .single-post-container .group .aside, .page-type .group .aside {
    margin: 0 15px 15px 0 !important; }
  .single-post-container #non_js_author_position .dropdown, .page-type #non_js_author_position .dropdown {
    display: block !important;
    position: relative !important; }
  .single-post-container #non_js_author_position .info-contener, .page-type #non_js_author_position .info-contener {
    background: none !important;
    box-shadow: none !important; }
  .single-post-container #non_js_author_position p, .page-type #non_js_author_position p {
    color: #444444 !important; }
    .single-post-container #non_js_author_position p a, .page-type #non_js_author_position p a {
      color: #444444 !important; }
  .single-post-container #non_js_author_position .info-contener:after, .page-type #non_js_author_position .info-contener:after {
    border: transparent !important; }

.post-content .aside {
  float: right;
  width: 300px; }

.author-page {
  clear: left;
  margin-bottom: 20px; }
  .author-page .info-contener {
    margin-left: 0;
    clear: left;
    height: auto;
    padding: 0;
    box-shadow: none !important;
    position: relative;
    display: block;
    width: 100%; }
    .author-page .info-contener img {
      width: 100px;
      float: left;
      margin: 10px 3%;
      border-radius: 100px; }
    .author-page .info-contener .btn-profile {
      padding: 0 7px;
      margin-left: 15px; }
    .author-page .info-contener .author-info {
      position: relative;
      float: left;
      margin-top: 5px;
      font-family: "open_sans";
      display: inline-block;
      height: auto;
      width: 70%; }
    .author-page .info-contener p {
      font-family: 'open_sans';
      color: #3f3f3f !important;
      line-height: 100%;
      width: 100%;
      margin-left: 15px;
      margin-top: 5px;
      height: auto;
      text-overflow: ellipsis;
      text-align: left; }
      .author-page .info-contener p a {
        color: #3f3f3f !important;
        font-family: "open_sans"; }

img.alignleft {
  float: left;
  margin-right: 15px; }

img.alignright {
  float: right;
  margin-left: 15px; }

/****************************************
 *         Caption for images
 ****************************************/
.wp-caption {
  position: relative;
  max-width: 100% !important;
  clear: both; }
  .wp-caption p {
    margin: 0; }
  .wp-caption img {
    display: block; }
  .wp-caption .wp-caption-text {
    color: #777;
    padding: 10px;
    min-height: 50px;
    font-style: italic; }

@media (min-width: 1000px) {
  .article-content {
    margin-left: 10px; } }

@media (max-width: 767px) {
  .wp-caption-text {
    position: initial !important;
    max-width: 100% !important;
    padding: 0.5em 1em !important;
    font-size: 95%;
    line-height: 1.3em;
    font-style: normal; }
    .wp-caption-text:after {
      display: none; }
    .wp-caption-text:before {
      display: none; }
  .single-post-container .post-author-container, .page.type-page .post-author-container {
    width: 95%; }
  .single-post-container .comments-bar, .page.type-page .comments-bar {
    font-size: 15px; }
    .single-post-container .comments-bar i.comments, .single-post-container .comments-bar i.icon-plus, .single-post-container .comments-bar .icon-container, .page.type-page .comments-bar i.comments, .page.type-page .comments-bar i.icon-plus, .page.type-page .comments-bar .icon-container {
      display: none; }
    .single-post-container .comments-bar > div, .page.type-page .comments-bar > div {
      padding: 15px;
      text-align: center; }
  .post-top-area {
    height: auto; }
    .post-top-area h1 {
      font-size: 31px;
      position: relative;
      bottom: auto; }
  .article-content {
    margin: 0; } }

@media (max-width: 479px) {
  .single-post-container .comments-bar {
    font-size: 13px; } }

/*****************************************
 *               Social
 ****************************************/
.share-zone {
  margin-bottom: 30px;
  background: #f5f5f5; }
  .share-zone > div {
    height: auto;
    line-height: 38px; }

.share-text {
  padding: 10px;
  line-height: 20px;
  font-size: 1em; }

.facebook-btn, .twitter-btn, .gplus-btn, .linkedin-btn, .whatsapp-btn {
  color: white;
  display: inline-block;
  text-align: center;
  height: 100%;
  font-size: 1.3em;
  float: left;
  width: 50px;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer; }
  .facebook-btn [class|='icon']:hover, .twitter-btn [class|='icon']:hover, .gplus-btn [class|='icon']:hover, .linkedin-btn [class|='icon']:hover, .whatsapp-btn [class|='icon']:hover {
    color: white !important; }

.facebook-btn {
  background: #3b5998; }

.twitter-btn {
  background: #49a2d6; }

.gplus-btn {
  background: #c96247; }

.linkedin-btn {
  background: #0077b5; }

.whatsapp-btn {
  background: #368a43; }

.btn-zone {
  padding: 10px;
  background: #f5f5f5;
  height: 40px; }

.wa_btn {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTguMTI5LDAuOTQ1Yy0zLjc5NSwwLTYuODcyLDMuMDc3LTYuODcyLDYuODczDQoJCQljMCwxLjI5OCwwLjM2LDIuNTEyLDAuOTg2LDMuNTQ5bC0xLjI0LDMuNjg4bDMuODA1LTEuMjE5YzAuOTg0LDAuNTQ0LDIuMTE2LDAuODU0LDMuMzIxLDAuODU0YzMuNzk1LDAsNi44NzEtMy4wNzUsNi44NzEtNi44NzENCgkJCVMxMS45MjQsMC45NDUsOC4xMjksMC45NDV6IE04LjEyOSwxMy41MzhjLTEuMTYyLDAtMi4yNDQtMC4zNDgtMy4xNDctMC45NDZsLTIuMTk4LDAuNzA1bDAuNzE1LTIuMTI0DQoJCQljLTAuNjg2LTAuOTQ0LTEuMDktMi4xMDMtMS4wOS0zLjM1NGMwLTMuMTU1LDIuNTY2LTUuNzIyLDUuNzIxLTUuNzIyczUuNzIxLDIuNTY2LDUuNzIxLDUuNzIyUzExLjI4MywxMy41MzgsOC4xMjksMTMuNTM4eg0KCQkJIE0xMS4zNTIsOS4zNzljLTAuMTc0LTAuMDk0LTEuMDItMC41NS0xLjE3OC0wLjYxNUMxMC4wMTQsOC43LDkuODk4LDguNjY2LDkuNzc1LDguODM3QzkuNjUyLDkuMDA3LDkuMzAxLDkuMzksOS4xOTMsOS41MDUNCgkJCUM5LjA4OCw5LjYxNyw4Ljk4NCw5LjYyOSw4LjgxMiw5LjUzM2MtMC4xNzEtMC4wOTYtMC43My0wLjMtMS4zNzgtMC45MjNjLTAuNTA0LTAuNDg0LTAuODM0LTEuMDcyLTAuOTMtMS4yNTINCgkJCWMtMC4wOTUtMC4xOCwwLTAuMjcxLDAuMDkxLTAuMzU0QzYuNjc3LDYuOTI4LDYuNzc4LDYuODA1LDYuODcsNi43MDZjMC4wOTEtMC4xLDAuMTI0LTAuMTcxLDAuMTg3LTAuMjg2DQoJCQljMC4wNjItMC4xMTUsMC4wMzgtMC4yMTgtMC4wMDMtMC4zMDhDNy4wMTIsNi4wMjMsNi42OTQsNS4xNDYsNi41NjEsNC43OUM2LjQyOCw0LjQzNCw2LjI4LDQuNDg2LDYuMTc3LDQuNDgyDQoJCQlDNi4wNzUsNC40NzksNS45NTgsNC40NTksNS44NDEsNC40NTZDNS43MjQsNC40NTEsNS41MzMsNC40ODcsNS4zNjYsNC42NTdjLTAuMTY3LDAuMTctMC42MzcsMC41NzYtMC42NjksMS40MzkNCgkJCXMwLjU2NSwxLjcyMiwwLjY0OCwxLjg0MWMwLjA4NCwwLjEyMSwxLjE0LDEuOTkxLDIuODk3LDIuNzYyYzEuNzU2LDAuNzcsMS43NjYsMC41MzQsMi4wODgsMC41MTgNCgkJCWMwLjMyMi0wLjAxOCwxLjA1NS0wLjM4NiwxLjIxNS0wLjc4OWMwLjE2Mi0wLjQwNSwwLjE3Ni0wLjc1NSwwLjEzNS0wLjgzMUMxMS42MzksOS41MjEsMTEuNTIzLDkuNDc1LDExLjM1Miw5LjM3OXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  position: relative;
  font-family: Arial, sans-serif;
  letter-spacing: 0.4px;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  border-radius: 2px;
  background-color: #5cbe4a;
  background-repeat: no-repeat;
  line-height: 1.2;
  text-decoration: none;
  text-align: left; }

.wa_btn_s {
  font-size: 12px;
  background-size: 16px;
  background-position: 5px 2px;
  padding: 3px 6px 3px 25px; }

@media (max-width: 767px) {
  .btn-zone div {
    padding: 10px; } }

/*********************************************
 *       Tout ce ui est sur le hook "after_content"
 ********************************************/
.after-content {
  width: 100%; }
  @media (max-width: 999px) {
    .after-content {
      padding: 0 10px; } }

/**
	Related
*/
.related .post-preview-container {
  margin-bottom: 30px; }

.related .post-preview-container .post-preview .text-container .post-preview-title {
  font-size: 1.15em;
  padding: 0;
  margin: 0;
  width: 100%; }

.related ul {
  margin: 0; }
  .related ul li {
    list-style-type: none; }

.related li {
  padding-right: 20px;
  list-style-type: none;
  max-width: 240px; }
  .related li:last-of-type {
    padding-right: 0; }
  @media (max-width: 999px) {
    .related li {
      max-width: none; } }
  @media (max-width: 767px) {
    .related li {
      padding-right: 0; }
      .related li:nth-child(2n+1) {
        clear: both;
        margin-top: 10px; } }

.related a .ss-post-title {
  font-size: 20px;
  font-weight: bold;
  color: #444; }

.related a:hover .ss-post-title {
  color: #9ed44b; }

@media (min-width: 768px) {
  .related .post-preview-container .post-preview {
    height: auto;
    background: none; }
    .related .post-preview-container .post-preview .img-container {
      width: auto;
      height: auto;
      background: none;
      float: none; }
      .related .post-preview-container .post-preview .img-container img {
        opacity: 1;
        width: auto; }
    .related .post-preview-container .post-preview:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .related .post-preview-container .post-preview .text-container {
      padding: 0;
      width: auto;
      height: auto;
      float: none; }
      .related .post-preview-container .post-preview .text-container .cat-comments-container {
        padding: 0;
        position: relative;
        bottom: auto;
        right: auto; } }

/*
	Bottom sidebar (mode dossier)
*/
.post-footer.bottom-sidebar {
  padding-left: 20px;
  padding-right: 10px; }

/**
	Anciennement related et DERNIERS ARTICLES, maintenant uniquement DERNIERS ARTICLES
*/
.block-after-single {
  padding: 0;
  margin-top: 30px;
  background: white; }
  .block-after-single.recent .post-preview-container .post-preview .text-container {
    width: 440px; }
    @media (min-width: 768px) and (max-width: 999px) {
      .block-after-single.recent .post-preview-container .post-preview .text-container {
        width: 490px; } }
    @media (max-width: 767px) {
      .block-after-single.recent .post-preview-container .post-preview .text-container {
        width: auto; } }
  .block-after-single.recent .post-preview-container .post-preview {
    background: #f7f7f7; }
  .block-after-single.recent .post-preview-container .post-preview.post-featured {
    background: #000; }
  @media (max-width: 999px) {
    .block-after-single.first-row {
      padding: 0; }
    .block-after-single .content {
      margin-top: 20px !important; } }
  .block-after-single ul {
    margin: 0; }
    .block-after-single ul li {
      list-style-type: none; }
  .block-after-single .title-block {
    display: block;
    margin: 0;
    font-size: 50px;
    padding: 0 20px;
    font-weight: 800;
    text-transform: uppercase;
    background: #9ed44b;
    color: white; }
    @media (max-width: 999px) {
      .block-after-single .title-block {
        font-size: 30px; } }
  .block-after-single .content {
    margin: 20px;
    position: relative; }
    @media (min-width: 1000px) {
      .block-after-single .content > div.span8:first-of-type {
        width: 70%; }
      .block-after-single .content > div.span4 {
        width: 30%; }
      .block-after-single .content > div {
        padding-right: 20px; } }
    @media (max-width: 999px) {
      .block-after-single .content {
        margin-top: 0; } }
  .block-after-single a .ss-post-title {
    font-size: 20px;
    font-weight: bold;
    color: #444; }
  .block-after-single a:hover .ss-post-title {
    color: #9ed44b; }
  .block-after-single .cat-container {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase; }
    .block-after-single .cat-container .cat {
      color: #9ed44b;
      font-weight: normal; }
      .block-after-single .cat-container .cat:hover {
        color: #6e9e26; }
  @media (max-width: 999px) {
    .block-after-single .ad-dup, .block-after-single #side_ad2 {
      display: none; } }

@media (min-width: 1000px) {
  #disqus_thread {
    max-width: 670px;
    padding-right: 20px; } }

#disqus_thread #dsq-comments {
  opacity: 0; }

#disqus_thread_html {
  display: none; }

@media (max-width: 767px) {
  h2 {
    padding: 20px;
    font-size: 1.5em; } }

.post-list #incontent_ad {
  margin-left: -50px; }

.post-list h1 {
  display: inline-block;
  text-align: left;
  margin-top: 0 !important; }
  .post-list h1 .title {
    display: inline-block;
    float: left;
    margin-top: -13px; }
  .post-list h1 .firstword {
    color: #9ed44b; }
  .post-list h1 .number {
    font-weight: 900;
    color: #9ed44b;
    float: left;
    letter-spacing: -15px;
    display: inline-block;
    line-height: 14px;
    font-size: 150px;
    height: 70px;
    padding-right: 15px;
    margin-top: 60px;
    margin-right: 10px; }

.post-list h1.post-list-cover-title {
  margin-top: -30px !important; }
  .post-list h1.post-list-cover-title .number {
    margin-top: 30px;
    font-size: 200px; }

.post-list span.brand {
  display: block;
  font-size: 24px;
  color: #444;
  font-weight: 100;
  margin-top: -15px; }

.list-part .no-product {
  padding-left: 60px; }
  .list-part .no-product h2 {
    font-weight: bold;
    padding-left: 0 !important; }

.list-part p {
  margin: 0;
  padding: 10px; }

.list-part h2 {
  color: black;
  display: inline-block;
  font-weight: 900;
  margin: 20px 20px 10px 20px !important;
  letter-spacing: 2px;
  padding-left: 60px !important;
  font-family: 'open_sans'; }
  .list-part h2:before {
    letter-spacing: -5px;
    font-weight: 700;
    content: attr(data-number);
    color: #9ed44b;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 60px;
    font-size: 60px;
    text-align: center; }

@media (max-width: 767px) {
  .post-list h1 .number {
    height: 85px;
    margin-top: 60px; }
  .list-part h2 {
    margin: 0 !important;
    margin-top: 10px !important;
    margin-left: 60px !important;
    font-size: 1.5em !important; }
  .list-part h2:before {
    font-size: 40px; }
  .post-list .no-product {
    padding-left: 0; } }

@media (max-width: 999px) {
  .single-post-container h1 {
    font-size: 25px !important;
    line-height: 30px !important; } }

/* Manage Slick sliders (js lib) */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-initialized {
  display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin-right: 20px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide a {
    outline: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  background: #9ed44b;
  width: 40px;
  height: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 28px);
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none; }
  .slick-prev:before,
  .slick-next:before {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 51px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px; }

.slick-prev,
.slick-next {
  font-family: 'humanoid'; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\E03D"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\E03A"; }

@media (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 50px; } }

/**
  CSS for ban home and feature for event (page event)
**/
#ces-2016 .post-filters-container {
  margin-top: 25px !important; }

#ces-2016 .custom-breadcrumb {
  margin-top: 5px; }

#ces-2016 .custom-breadcrumb a {
  color: #444;
  font-weight: 700;
  margin: 0 5px; }
  #ces-2016 .custom-breadcrumb a:hover {
    color: #9ed44b; }

#event-small-banner.mwc-2018 .text-left, #event-banner.mwc-2018 .text-left {
  float: left;
  color: #e31713;
  font-size: 30px;
  margin-top: 10px; }
  #event-small-banner.mwc-2018 .text-left span, #event-banner.mwc-2018 .text-left span {
    display: inline-block;
    font-size: 34px; }

#event-small-banner.mwc-2018 .text, #event-banner.mwc-2018 .text {
  margin-right: 43px;
  background: rgba(0, 0, 0, 0.5); }

#event-small-banner.mwc-2018 .text-right, #event-banner.mwc-2018 .text-right {
  float: right;
  text-align: center;
  margin-top: 10px;
  margin-right: 20px; }
  #event-small-banner.mwc-2018 .text-right .title, #event-banner.mwc-2018 .text-right .title {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 17px; }
  #event-small-banner.mwc-2018 .text-right .date, #event-banner.mwc-2018 .text-right .date {
    font-size: 12px;
    margin-bottom: 0; }

@media (max-width: 767px) {
  #event-small-banner.mwc-2018, #event-banner.mwc-2018 {
    display: block !important;
    background: #f53605 !important;
    overflow: hidden; }
    #event-small-banner.mwc-2018 img, #event-banner.mwc-2018 img {
      max-width: none;
      right: -87px;
      left: inherit; }
    #event-small-banner.mwc-2018 .text-left, #event-banner.mwc-2018 .text-left {
      font-size: 6vw;
      color: #fff;
      float: none;
      text-align: center; }
      #event-small-banner.mwc-2018 .text-left span, #event-banner.mwc-2018 .text-left span {
        font-size: 6.2vw; }
    #event-small-banner.mwc-2018 .text, #event-banner.mwc-2018 .text {
      display: none; } }

#event-small-banner.ifa-2017 .nb-post-container, #event-banner.ifa-2017 .nb-post-container {
  padding-top: 0; }
  @media (min-width: 768px) and (max-width: 999px) {
    #event-small-banner.ifa-2017 .nb-post-container, #event-banner.ifa-2017 .nb-post-container {
      display: flex; } }

@media (min-width: 768px) and (max-width: 999px) {
  #event-small-banner.ifa-2017 img, #event-banner.ifa-2017 img {
    max-width: none; } }

#event-small-banner.ifa-2017 .text-left, #event-banner.ifa-2017 .text-left {
  float: left;
  width: 245px; }
  #event-small-banner.ifa-2017 .text-left p, #event-banner.ifa-2017 .text-left p {
    width: 100%; }
  #event-small-banner.ifa-2017 .text-left .title, #event-banner.ifa-2017 .text-left .title {
    font-weight: bold;
    color: #e40613;
    font-size: 48px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 0; }
  #event-small-banner.ifa-2017 .text-left .date, #event-banner.ifa-2017 .text-left .date {
    font-size: 15px;
    text-align: center; }

#event-small-banner.ifa-2017 .text-center, #event-banner.ifa-2017 .text-center {
  font-size: 30px;
  line-height: 100px;
  float: left;
  width: 60%;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 999px) {
    #event-small-banner.ifa-2017 .text-center, #event-banner.ifa-2017 .text-center {
      font-size: 21px; } }

#event-small-banner.ifa-2017 .text, #event-banner.ifa-2017 .text {
  text-align: center;
  float: left;
  width: 150px;
  border-radius: 15px;
  margin-top: 17px;
  margin-right: 0;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0; }
  @media (min-width: 768px) and (max-width: 999px) {
    #event-small-banner.ifa-2017 .text, #event-banner.ifa-2017 .text {
      margin: auto; } }

#event-small-banner.ces-2018 .nb-post-container .text, #event-banner.ces-2018 .nb-post-container .text {
  margin-right: 196px; }

@media (max-width: 767px) {
  #event-small-banner.ces-2018, #event-banner.ces-2018 {
    display: block !important;
    margn-top: 160px;
    overflow: hidden; }
    #event-small-banner.ces-2018 .nb-post-container .text, #event-banner.ces-2018 .nb-post-container .text {
      display: none; }
    #event-small-banner.ces-2018 img, #event-banner.ces-2018 img {
      width: 653px;
      max-width: none; } }

#event-banner.event-prime-day .text-left, #event-banner.event-black-friday .text-left, #event-banner.event-french-days .text-left {
  float: left;
  margin-left: 65px; }
  @media (max-width: 767px) {
    #event-banner.event-prime-day .text-left, #event-banner.event-black-friday .text-left, #event-banner.event-french-days .text-left {
      margin-left: 5%; } }
  #event-banner.event-prime-day .text-left .title, #event-banner.event-black-friday .text-left .title, #event-banner.event-french-days .text-left .title {
    background: #000;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 22px;
    margin: 0;
    line-height: 40px;
    padding: 0 5px; }
  #event-banner.event-prime-day .text-left .date, #event-banner.event-black-friday .text-left .date, #event-banner.event-french-days .text-left .date {
    background: #85bf1f;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    margin: 0; }

#event-banner.event-prime-day .text-right, #event-banner.event-black-friday .text-right, #event-banner.event-french-days .text-right {
  float: right;
  width: 370px; }
  @media (max-width: 767px) {
    #event-banner.event-prime-day .text-right, #event-banner.event-black-friday .text-right, #event-banner.event-french-days .text-right {
      width: auto; } }
  #event-banner.event-prime-day .text-right .text-1, #event-banner.event-prime-day .text-right .text-2, #event-banner.event-black-friday .text-right .text-1, #event-banner.event-black-friday .text-right .text-2, #event-banner.event-french-days .text-right .text-1, #event-banner.event-french-days .text-right .text-2 {
    float: left; }
  #event-banner.event-prime-day .text-right .text-1, #event-banner.event-black-friday .text-right .text-1, #event-banner.event-french-days .text-right .text-1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    width: 260px; }
    #event-banner.event-prime-day .text-right .text-1 span, #event-banner.event-black-friday .text-right .text-1 span, #event-banner.event-french-days .text-right .text-1 span {
      float: left;
      margin-right: 10px;
      font-size: 40px;
      line-height: 40px;
      font-weight: bold; }
  #event-banner.event-prime-day .text-right .text-2, #event-banner.event-black-friday .text-right .text-2, #event-banner.event-french-days .text-right .text-2 {
    margin-top: -5px; }
    @media (max-width: 767px) {
      #event-banner.event-prime-day .text-right .text-2, #event-banner.event-black-friday .text-right .text-2, #event-banner.event-french-days .text-right .text-2 {
        margin-top: 0; } }
    #event-banner.event-prime-day .text-right .text-2 span, #event-banner.event-black-friday .text-right .text-2 span, #event-banner.event-french-days .text-right .text-2 span {
      display: block;
      width: 87px;
      height: 57px;
      line-height: 56px;
      border-radius: 3px;
      background: #000;
      font-size: 35px;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 767px) {
        #event-banner.event-prime-day .text-right .text-2 span, #event-banner.event-black-friday .text-right .text-2 span, #event-banner.event-french-days .text-right .text-2 span {
          width: 65px;
          height: 48px;
          line-height: 46px;
          font-size: 30px; } }

#event-banner.event-prime-day.event-french-days .nb-post-container, #event-banner.event-black-friday.event-french-days .nb-post-container, #event-banner.event-french-days.event-french-days .nb-post-container {
  padding-top: 14px; }

#event-banner.event-prime-day.event-french-days .text-left .title, #event-banner.event-black-friday.event-french-days .text-left .title, #event-banner.event-french-days.event-french-days .text-left .title {
  color: #444;
  background: #fff;
  line-height: 43px;
  padding: 0 7px;
  margin-bottom: 0; }

#event-banner.event-prime-day.event-french-days .text-left .date, #event-banner.event-black-friday.event-french-days .text-left .date, #event-banner.event-french-days.event-french-days .text-left .date {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding: 3px 10px; }

#event-banner.event-prime-day.event-french-days .text-right, #event-banner.event-black-friday.event-french-days .text-right, #event-banner.event-french-days.event-french-days .text-right {
  padding-top: 7px; }

#event-banner.event-prime-day.event-french-days .text-right .text-1, #event-banner.event-black-friday.event-french-days .text-right .text-1, #event-banner.event-french-days.event-french-days .text-right .text-1 {
  padding-top: 9px; }

#event-banner.event-prime-day.event-french-days .text-right .text-2, #event-banner.event-black-friday.event-french-days .text-right .text-2, #event-banner.event-french-days.event-french-days .text-right .text-2 {
  margin-top: 0; }

.page-event h1 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 35px; }

.page-event h2 {
  margin: 20px 0;
  font-size: 20px; }

.page-event #header_ad {
  text-align: center; }

.page-event .title-module {
  cursor: pointer; }

.page-event .event-description {
  font-size: 17px;
  font-weight: 600; }

.page-event #humanoid_top_area .humanoid-top-area-custom-text {
  padding-top: 0; }

.page-event .custom-breadcrumb {
  margin: 14px 0; }

.page-event .post-preview-container .post-preview {
  margin-left: -10px; }

.page-event .event-filters-container .filter-event-container {
  background: #444;
  float: left; }
  .page-event .event-filters-container .filter-event-container:first-child {
    margin-right: 17px; }
  .page-event .event-filters-container .filter-event-container.post-filters-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0; }
  .page-event .event-filters-container .filter-event-container .filters {
    display: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    padding-bottom: inherit;
    height: inherit;
    width: inherit; }
    .page-event .event-filters-container .filter-event-container .filters li {
      float: left; }
    .page-event .event-filters-container .filter-event-container .filters .filter {
      position: inherit;
      top: inherit;
      vertical-align: inherit;
      line-height: inherit;
      font-size: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
      margin-right: inherit; }
    .page-event .event-filters-container .filter-event-container .filters .filter a {
      display: inline-block;
      padding: 13.2px;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 18px;
      color: white;
      cursor: pointer; }

.page-event .injected {
  margin-top: 22px;
  margin-bottom: 25px;
  margin-left: -10px; }
  .page-event .injected .title-module {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 17px; }
  .page-event .injected.event-video-module .video-preview-container {
    margin-right: 15px;
    width: 212px; }
    .page-event .injected.event-video-module .video-preview-container:last-child {
      margin-right: 0; }
  .page-event .injected.event-video-module .video-preview {
    border-radius: 3px;
    position: relative;
    background: #000;
    height: 160px; }
    .page-event .injected.event-video-module .video-preview img {
      opacity: 0.6;
      width: 100%;
      height: 100%; }
    .page-event .injected.event-video-module .video-preview h4 {
      position: absolute;
      font-size: 19px;
      font-weight: 600;
      bottom: 15px;
      width: 100%;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      color: white;
      margin: 0; }

.page-event .frozen-post-module a {
  display: block;
  background: #eee;
  color: #444;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 10px 14px;
  line-height: 17px;
  border-radius: 3px; }
  .page-event .frozen-post-module a .icon-rumor {
    display: none; }

.img-yt-video {
  display: block;
  width: 34px;
  height: 22px;
  margin-bottom: 8px;
  background: url(../images/5e7b2beb3ac1a56d45e48c35405fe6d6.png) no-repeat center; }

#humanoid_top_area {
  padding-bottom: 15px;
  /**

Home ZH
------------

Style spécfique à la ZH de la home page

template plugin top area

dependancies : breakpoint, $main-color
*/
  /*
 * =======================
 * Responsive
 * =======================
*/
  /*
 * =======================
 * Responsive
 * =======================
*/ }
  #humanoid_top_area #new_home_zh_container {
    overflow: hidden;
    width: 100%;
    height: 350px;
    display: block;
    position: relative; }
    #humanoid_top_area #new_home_zh_container .sponsoring-icon-inline {
      display: inline-block;
      z-index: 6; }
      #humanoid_top_area #new_home_zh_container .sponsoring-icon-inline:before {
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 6px; }
    @media (min-width: 768px) and (max-width: 999px) {
      #humanoid_top_area #new_home_zh_container {
        height: 250px; } }
    @media (max-width: 767px) {
      #humanoid_top_area #new_home_zh_container {
        height: 150px; } }
    #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container {
      display: block;
      position: relative; }
      @media (max-width: 767px) {
        #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container {
          overflow: hidden;
          overflow-x: scroll;
          height: 150px;
          width: 100%;
          display: block; } }
      @media (max-width: 767px) {
        #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_responsive {
          height: 150px;
          width: 800px;
          display: block;
          margin: 0;
          padding: 0; } }
      #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh {
        position: relative;
        overflow: hidden;
        background-size: cover !important;
        background: black; }
        @media (min-width: 1000px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh {
            width: auto !important; } }
        @media (max-width: 767px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh {
            overflow: hidden;
            height: 150px !important;
            width: 200px !important;
            border: none !important; } }
        #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh {
          padding: 25px;
          width: 100%;
          z-index: 1;
          position: absolute;
          bottom: 0; }
          @media (max-width: 767px) {
            #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh {
              top: 0;
              padding: 0;
              line-height: 160px; } }
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh .post-label {
            font-size: 1em;
            padding: 3px 10px;
            background: #9ed44b;
            color: #fff;
            font-weight: bold; }
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh h2, #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh p {
            font-size: 1.35em;
            color: #fff;
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
            font-weight: bold;
            margin-top: 5px; }
            @media (min-width: 768px) and (max-width: 999px) {
              #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh h2, #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh p {
                font-size: 1em; } }
            @media (max-width: 767px) {
              #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh h2, #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh .bloc-title-zh p {
                font-size: 1em;
                line-height: 1.5em;
                display: inline-block;
                vertical-align: middle;
                padding: 20px;
                margin-bottom: 0; } }
        #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh img {
          transition: all 200ms linear;
          opacity: 0.5;
          width: 100%;
          height: 100%;
          max-width: 110%; }
        #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .home_bloc_zh:hover img {
          opacity: 0.8; }
      #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-1 {
        height: 350px; }
        @media (min-width: 768px) and (max-width: 999px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-1 {
            height: 250px; } }
      #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-2 {
        height: 350px; }
        @media (min-width: 768px) and (max-width: 999px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-2 {
            height: 250px; } }
      #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-3 {
        height: 175px; }
        @media (min-width: 768px) and (max-width: 999px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-3 {
            height: 125px; } }
      #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-4 {
        height: 175px; }
        @media (min-width: 768px) and (max-width: 999px) {
          #humanoid_top_area #new_home_zh_container .new_home_bloc_zh_container .featured-new-4 {
            height: 125px; } }
  #humanoid_top_area .top-area-defaut {
    display: block;
    position: relative;
    height: 375px;
    width: 100%; }
    #humanoid_top_area .top-area-defaut .sponsoring-icon-inline {
      display: inline-block;
      z-index: 6; }
      #humanoid_top_area .top-area-defaut .sponsoring-icon-inline:before {
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 6px; }
    #humanoid_top_area .top-area-defaut_post {
      background: #333333;
      position: relative;
      overflow: hidden;
      width: 100%; }
      #humanoid_top_area .top-area-defaut_post h2 {
        color: white;
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        font-family: 'open_sans';
        font-size: 17px;
        z-index: 10;
        font-weight: bold;
        padding: 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
        line-height: 23px;
        transition: all linear 200ms; }
      #humanoid_top_area .top-area-defaut_post img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: relative;
        z-index: 5;
        opacity: 0.3;
        transition: all 200ms linear; }
    #humanoid_top_area .top-area-defaut_post:hover img {
      opacity: 0.8; }
    #humanoid_top_area .top-area-defaut .top-area-first-col {
      width: 500px;
      height: 375px;
      float: left; }
      #humanoid_top_area .top-area-defaut .top-area-first-col .top-area-defaut_post {
        height: 375px; }
      #humanoid_top_area .top-area-defaut .top-area-first-col h2 {
        font-size: 25px;
        line-height: 30px; }
    #humanoid_top_area .top-area-defaut .top-area-second-col {
      width: 500px;
      height: 375px;
      float: left; }
      #humanoid_top_area .top-area-defaut .top-area-second-col .top-area-defaut_post {
        height: 125px; }
    #humanoid_top_area .top-area-defaut .rank-container {
      height: 50px;
      width: 50px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 15; }
      #humanoid_top_area .top-area-defaut .rank-container .canvas-container {
        height: 50px;
        width: 50px;
        left: 0;
        top: 0;
        position: relative; }
      #humanoid_top_area .top-area-defaut .rank-container .rank-value {
        height: 50px;
        width: 47px;
        line-height: 47px;
        color: white;
        font-weight: bold;
        left: 0;
        top: 0;
        position: absolute;
        text-align: center; }
  #humanoid_top_area .zh-right-zone {
    width: 305px;
    float: left; }
  @media (min-width: 768px) and (max-width: 999px) {
    #humanoid_top_area .top-area-defaut_post {
      overflow: hidden; }
    #humanoid_top_area img:not(.emoji) {
      min-width: 100%;
      min-height: 100%;
      width: auto; }
    #humanoid_top_area .top-area-defaut .top-area-first-col {
      width: 50%;
      background: green; }
    #humanoid_top_area .top-area-defaut .top-area-second-col {
      width: 50%;
      background: red; }
    #humanoid_top_area h2 {
      font-size: 15px !important; }
    #humanoid_top_area .zh-right-zone {
      width: 33%; } }
  @media (max-width: 767px) {
    #humanoid_top_area .top-area-defaut {
      height: 150px;
      width: 100%;
      overflow: hidden;
      overflow-x: scroll; }
    #humanoid_top_area .top-area-defaut img {
      min-width: 100%;
      max-width: 500%;
      width: auto !important;
      height: 100% !important;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      max-height: 150%;
      min-height: 100%; }
    #humanoid_top_area .top-area-defaut .top-area-first-col {
      width: 200px;
      height: 150px;
      float: left; }
    #humanoid_top_area .top-area-defaut .top-area-second-col {
      width: 600px;
      height: 150px;
      float: left; }
    #humanoid_top_area .top-area-defaut .top-area-defaut_post {
      height: 150px !important;
      width: 200px !important; }
    #humanoid_top_area .top-area-defaut .responsive-scroll {
      width: 800px;
      height: 150px; }
    #humanoid_top_area .top-area-defaut h2 {
      font-size: 13px !important;
      line-height: 15px !important;
      bottom: auto;
      top: 0px; } }
  #humanoid_top_area .top-area-blur-background {
    display: block;
    position: relative;
    height: 350px;
    width: 100%; }
    #humanoid_top_area .top-area-blur-background .sponsoring-icon-inline {
      display: inline-block;
      z-index: 6; }
      #humanoid_top_area .top-area-blur-background .sponsoring-icon-inline:before {
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 6px; }
    #humanoid_top_area .top-area-blur-background_post {
      background: #333333;
      position: relative;
      overflow: hidden;
      width: 100%; }
      #humanoid_top_area .top-area-blur-background_post h2 {
        color: white;
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        font-family: 'open_sans';
        font-size: 17px;
        z-index: 10;
        font-weight: bold;
        padding: 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
        line-height: 23px;
        transition: all linear 200ms; }
      #humanoid_top_area .top-area-blur-background_post img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: relative;
        z-index: 5;
        opacity: 0.3;
        transition: all 200ms linear; }
    #humanoid_top_area .top-area-blur-background_post:hover img {
      opacity: 0.8;
      filter: blur(10px); }
    #humanoid_top_area .top-area-blur-background .top-area-defaut_post {
      position: relative;
      overflow: inherit; }
      #humanoid_top_area .top-area-blur-background .top-area-defaut_post:after {
        content: "";
        display: block;
        background-color: #9dd542;
        width: 80%;
        margin: 0 auto;
        position: absolute;
        left: 10%;
        bottom: -3px;
        height: 6px;
        transition: height .2s; }
    #humanoid_top_area .top-area-blur-background .top-area-first-col {
      width: 475px;
      height: 350px;
      float: left;
      margin-right: 10px; }
      #humanoid_top_area .top-area-blur-background .top-area-first-col .top-area-defaut_post {
        height: 350px; }
      #humanoid_top_area .top-area-blur-background .top-area-first-col h2 {
        font-size: 25px;
        line-height: 30px; }
    #humanoid_top_area .top-area-blur-background .top-area-second-col {
      width: 485px;
      height: 350px;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #humanoid_top_area .top-area-blur-background .top-area-second-col .top-area-defaut_post {
        height: 170px; }
    #humanoid_top_area .top-area-blur-background .rank-container {
      height: 50px;
      width: 50px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 15; }
      #humanoid_top_area .top-area-blur-background .rank-container .canvas-container {
        height: 50px;
        width: 50px;
        left: 0;
        top: 0;
        position: relative; }
      #humanoid_top_area .top-area-blur-background .rank-container .rank-value {
        height: 50px;
        width: 47px;
        line-height: 47px;
        color: white;
        font-weight: bold;
        left: 0;
        top: 0;
        position: absolute;
        text-align: center; }
  #humanoid_top_area .zh-right-zone {
    width: 305px;
    float: left; }
  @media (min-width: 768px) and (max-width: 999px) {
    #humanoid_top_area .top-area-defaut_post {
      overflow: hidden; }
    #humanoid_top_area img:not(.emoji) {
      min-width: 100%;
      min-height: 100%;
      width: auto; }
    #humanoid_top_area .top-area-blur-background .top-area-first-col {
      width: 50%;
      margin-right: 1%; }
    #humanoid_top_area .top-area-blur-background .top-area-second-col {
      width: 49%; }
    #humanoid_top_area h2 {
      font-size: 15px !important; }
    #humanoid_top_area .zh-right-zone {
      width: 33%; } }
  @media (max-width: 767px) {
    #humanoid_top_area .top-area-blur-background {
      height: 150px;
      width: 100%;
      overflow: hidden;
      overflow-x: scroll; }
    #humanoid_top_area .top-area-blur-background img {
      min-width: 100%;
      max-width: 500%;
      width: auto !important;
      height: 100% !important;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      max-height: 150%;
      min-height: 100%; }
    #humanoid_top_area .top-area-blur-background .top-area-first-col {
      width: 200px;
      height: 150px;
      float: left;
      margin-right: 0; }
    #humanoid_top_area .top-area-blur-background .top-area-second-col {
      display: block;
      width: 600px;
      height: 150px;
      float: left; }
    #humanoid_top_area .top-area-blur-background .top-area-defaut_post {
      height: 150px !important;
      width: 200px !important; }
    #humanoid_top_area .top-area-blur-background .responsive-scroll {
      width: 800px;
      height: 150px; }
    #humanoid_top_area .top-area-blur-background h2 {
      font-size: 13px !important;
      line-height: 15px !important;
      bottom: auto;
      top: 0px; } }
  #humanoid_top_area .zh_container {
    display: block;
    position: relative; }
    #humanoid_top_area .zh_container .bloc_zh {
      position: relative;
      overflow: hidden;
      background-size: cover !important;
      height: 187px;
      transition: all 200ms linear; }
      #humanoid_top_area .zh_container .bloc_zh:hover .bloc-title-zh {
        box-shadow: 0 -80px 60px rgba(0, 0, 0, 0.8) inset; }
    #humanoid_top_area .zh_container .bloc-title-zh {
      transition: all 200ms linear;
      position: absolute;
      top: 0;
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
      display: block;
      color: #fff;
      height: 100%;
      width: 150%;
      margin-left: -25%;
      padding-left: 25%;
      font-weight: bold;
      vertical-align: bottom;
      box-shadow: 0 -50px 60px rgba(0, 0, 0, 0.8) inset; }
      #humanoid_top_area .zh_container .bloc-title-zh span {
        width: 250px;
        position: absolute;
        bottom: 0px;
        padding: 10px;
        height: 63px;
        display: inline-block; }
    #humanoid_top_area .zh_container img {
      transition: all 200ms linear;
      position: absolute;
      width: 250px;
      height: 187px;
      max-width: none;
      left: 0;
      top: 0; }
    #humanoid_top_area .zh_container .note {
      text-shadow: 0 3px 0 #80b62c;
      opacity: 0.8;
      width: 80px;
      height: 80px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      background: #9ed44b;
      font-size: 16pt;
      color: #fff;
      line-height: 24pt;
      text-align: center; }
      #humanoid_top_area .zh_container .note span {
        font-size: 26pt;
        margin-top: 10px;
        display: block; }
  #humanoid_top_area .top-area-telecom {
    height: auto;
    padding: 10px 0;
    background: #f5f5f5; }
    #humanoid_top_area .top-area-telecom_brand {
      width: 11.6%;
      height: 90px;
      border-radius: 3px;
      background: white;
      display: block;
      padding: 0;
      float: left;
      margin: 0;
      margin-left: 1%;
      margin-bottom: 1%;
      position: relative; }
    #humanoid_top_area .top-area-telecom_brand img {
      max-width: 80%;
      max-height: 80%;
      min-height: 10%;
      min-width: 10%;
      height: auto;
      width: auto;
      position: absolute;
      margin: auto;
      display: block;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    #humanoid_top_area .top-area-telecom_brand:first-child {
      margin-left: 0; }
    #humanoid_top_area .top-area-telecom .bouygues {
      background: #fff; }
    #humanoid_top_area .top-area-telecom .orange {
      background: #ec6b06; }
    #humanoid_top_area .top-area-telecom .sfr {
      background: #c2000b; }
    #humanoid_top_area .top-area-telecom .free {
      background: #fff; }
    #humanoid_top_area .top-area-telecom .sosh {
      background: #00a1ab; }
    #humanoid_top_area .top-area-telecom .red-by-sfr {
      background: #e7060a; }
    #humanoid_top_area .top-area-telecom .virgin-mobile {
      background: #fff; }
    #humanoid_top_area .top-area-telecom .nrj-mobile {
      background: #fff; }
  @media (max-width: 767px) {
    #humanoid_top_area .top-area-telecom {
      padding: 10px 0; }
    #humanoid_top_area .top-area-telecom_brand {
      margin: 5px 1% !important;
      width: 23%;
      height: 70px; } }
  #humanoid_top_area .frozen-posts a {
    background: white;
    color: rgba(49, 49, 49, 0.8);
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 3px;
    padding-left: 38px;
    position: relative;
    font-size: 15px; }
    #humanoid_top_area .frozen-posts a span {
      font-size: 20px;
      padding-top: 5px;
      color: rgba(0, 0, 0, 0.8);
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 30px; }
    #humanoid_top_area .frozen-posts a:hover {
      color: #9ed44b; }
  #humanoid_top_area .frozen-posts {
    background: #f5f5f5;
    padding-top: 5px; }

#ces-banner, #ces-small-banner, #event-banner, #event-small-banner, #event-banner-with-text {
  background-size: cover;
  background-position: center center;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1; }
  #ces-banner img, #ces-small-banner img, #event-banner img, #event-small-banner img, #event-banner-with-text img {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    z-index: 310;
    max-width: 100%; }
  #ces-banner .nb-post-container, #ces-small-banner .nb-post-container, #event-banner .nb-post-container, #event-small-banner .nb-post-container, #event-banner-with-text .nb-post-container {
    z-index: 312;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding-top: 26px;
    line-height: 25px; }
    #ces-banner .nb-post-container .text, #ces-small-banner .nb-post-container .text, #event-banner .nb-post-container .text, #event-small-banner .nb-post-container .text, #event-banner-with-text .nb-post-container .text {
      text-align: center;
      float: right;
      width: 150px;
      border-radius: 15px;
      font-size: 22px;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px 0; }
      #ces-banner .nb-post-container .text span, #ces-small-banner .nb-post-container .text span, #event-banner .nb-post-container .text span, #event-small-banner .nb-post-container .text span, #event-banner-with-text .nb-post-container .text span {
        text-transform: uppercase;
        font-size: 24px; }
      @media (min-width: 768px) and (max-width: 999px) {
        #ces-banner .nb-post-container .text, #ces-small-banner .nb-post-container .text, #event-banner .nb-post-container .text, #event-small-banner .nb-post-container .text, #event-banner-with-text .nb-post-container .text {
          margin-right: 23%; } }
    #ces-banner .nb-post-container span, #ces-small-banner .nb-post-container span, #event-banner .nb-post-container span, #event-small-banner .nb-post-container span, #event-banner-with-text .nb-post-container span {
      display: block;
      font-weight: 900;
      font-size: 21px; }

#event-banner-ifa-2016 {
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%; }
  @media (max-width: 767px) {
    #event-banner-ifa-2016 {
      height: 82px; } }
  #event-banner-ifa-2016 div {
    height: 100%; }
  #event-banner-ifa-2016 a {
    color: white; }
  #event-banner-ifa-2016 a:hover {
    color: #ccc; }
  #event-banner-ifa-2016 .logo-ifa {
    background-repeat: no-repeat;
    background-size: 379px;
    width: 379px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 999px) {
      #event-banner-ifa-2016 .logo-ifa {
        left: -71px; } }
    @media (max-width: 767px) {
      #event-banner-ifa-2016 .logo-ifa {
        background-size: 269px;
        width: 269px;
        left: -53px;
        top: 11px; } }
    @media (max-width: 430px) {
      #event-banner-ifa-2016 .logo-ifa {
        display: none; } }
  #event-banner-ifa-2016 .txt-event {
    position: absolute;
    top: 0;
    left: 291px;
    padding-left: 100px;
    padding-top: 12px;
    width: 611px;
    padding-right: 90px;
    background: #c5000d !important;
    color: white !important; }
    @media (min-width: 768px) and (max-width: 999px) {
      #event-banner-ifa-2016 .txt-event {
        left: 224px;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      #event-banner-ifa-2016 .txt-event {
        left: 122px;
        width: 83%;
        padding-right: 0px; } }
    @media (max-width: 430px) {
      #event-banner-ifa-2016 .txt-event {
        padding-right: 0px;
        left: 0;
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 21px; } }
  #event-banner-ifa-2016 .nb-post {
    background: #8b0000;
    position: absolute;
    right: 0;
    color: white;
    height: 100%;
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
    line-height: 100px; }
    #event-banner-ifa-2016 .nb-post .text-container {
      display: inline-block;
      vertical-align: middle;
      height: auto;
      line-height: normal; }
    #event-banner-ifa-2016 .nb-post .number-post {
      display: block;
      font-size: 42px;
      line-height: 42px; }

#ces-banner, #event-banner {
  height: 100px;
  width: 100%; }
  #ces-banner img, #event-banner img {
    max-height: 100px; }

#ces-small-banner, #event-small-banner {
  height: 100px;
  width: 100%; }
  #ces-small-banner img, #event-small-banner img {
    max-height: 100px; }

#ces-2016 #humanoid_top_area .top-area-defaut_post, .page-event #humanoid_top_area .top-area-defaut_post {
  max-width: 100%;
  height: 300px;
  display: block; }
  #ces-2016 #humanoid_top_area .top-area-defaut_post h2, .page-event #humanoid_top_area .top-area-defaut_post h2 {
    font-size: 25px; }
  #ces-2016 #humanoid_top_area .top-area-defaut_post img, .page-event #humanoid_top_area .top-area-defaut_post img {
    opacity: 0.3; }

#ces-2016 #humanoid_top_area .top-area-defaut_post:hover img, .page-event #humanoid_top_area .top-area-defaut_post:hover img {
  opacity: 0.59; }

#ces-2016 #humanoid_top_area .humanoid-top-area-custom-text, .page-event #humanoid_top_area .humanoid-top-area-custom-text {
  padding: 20px 0;
  margin: 0; }

#ces-2016 #humanoid_top_area .frozen-posts a {
  width: calc(50% - 2.5px) !important;
  display: inline-block;
  text-overflow: ellipsis;
  padding-left: 10px;
  overflow: hidden;
  height: 44px;
  white-space: nowrap;
  margin-left: 2.5px; }
  #ces-2016 #humanoid_top_area .frozen-posts a .icon-rumor {
    display: none; }
  #ces-2016 #humanoid_top_area .frozen-posts a:nth-of-type(odd) {
    margin-right: 2.5px;
    margin-left: 0px; }

@media (max-width: 767px), (min-width: 768px) and (max-width: 999px) {
  #ces-2016 #humanoid_top_area, .page-event #humanoid_top_area {
    padding: 10px; } }

@media (max-width: 767px) {
  #ces-2016 #humanoid_top_area .frozen-posts a {
    width: 100% !important; }
  #ces-2016 #humanoid_top_area .top-area-defaut_post h2, .page-event #humanoid_top_area .top-area-defaut_post h2 {
    font-size: 18px; } }

.humanoid-top-area-custom-text {
  padding: 10px;
  margin: 0 10px;
  background: #f5f5f5; }

.humanoid-top-area-custom-text .custom-text {
  white-space: pre-line;
  line-height: 25px;
  font-size: 18px;
  margin: 0; }
