/* External modules */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot~v=4.3.0.eot0');
  src: url(https://assets.over-blog.com/b/site/bundles/build/fonts/fontawesome-webfont.eot?#iefix&v=4.3.00') format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2~v=4.3.0.woff20') format('woff2'), url(../fonts/fontawesome-webfont.woff~v=4.3.0.woff0') format('woff'), url(../fonts/fontawesome-webfont.ttf~v=4.3.0.ttf0') format('truetype'), url(https://assets.over-blog.com/b/site/bundles/build/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregularr') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/* Shared definitions */

:root {
  /* Breakpoints */
  /* Colors */
  /* Shadows */
}

/* http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/ */

/* < 670px */

/* > 670px && < 1024px */

/* > 1024px && 1360px */

/* > 1360px */

/* > 670px */

/* > 1024px */

/* > 1360px */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  border-collapse: collapse;
}

/*
 * Repeating the background mostly makes sense in the <body>. Otherwise, people
 * usually want the image and preferably its center (not the top-right corner)
 */

*:not(body) {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

/*
 * Makes the hidden attribute works even when an element is styled display: flex
 * http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2014-May/254198.html
 */

[hidden] {
  display: none !important;
}

/*
 * kill document defaults margin & padding. We all do that all the times, right ?
 */

html,
body {
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

.u-clearfix:before,
.u-clearfix:after,
.u-row:before,
.u-row:after,
.u-container:before,
.u-container:after,
.Article:before,
.Article:after,
.Blog--hMedium:before,
.Blog--hMedium:after,
.Marketing-block--withNav:before,
.Marketing-block--withNav:after,
.Vip:before,
.Vip:after,
.Community:before,
.Community:after {
  content: " ";
  display: table;
}

.u-clearfix:after,
.u-row:after,
.u-container:after,
.Article:after,
.Blog--hMedium:after,
.Marketing-block--withNav:after,
.Vip:after,
.Community:after {
  clear: both;
}

.u-row,
.Blog--hMedium,
.Marketing-block--withNav {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .u-container {
    max-width: 1024px;
  }
}

@media all and (min-width: 85.025em) {
  .u-container {
    max-width: 1360px;
  }
}

.u-container--gutter,
.Article,
.Community {
  margin-bottom: 1em;
}

.u-container--gutterTop {
  margin-top: 1em;
}

/* Internal macros */

.u-col,
.u-col-xs-1,
.u-col-xs-2,
.u-col-xs-3,
.u-col-xs-4,
.u-col-xs-5,
.u-col-xs-6,
.u-col-xs-7,
.u-col-xs-8,
.u-col-xs-9,
.u-col-xs-10,
.u-col-xs-11,
.u-col-xs-12,
.u-col-sm-1,
.u-col-sm-2,
.u-col-sm-3,
.u-col-sm-4,
.u-col-sm-5,
.u-col-sm-6,
.u-col-sm-7,
.u-col-sm-8,
.u-col-sm-9,
.u-col-sm-10,
.u-col-sm-11,
.u-col-sm-12,
.u-col-md-1,
.u-col-md-2,
.u-col-md-3,
.u-col-md-4,
.u-col-md-5,
.u-col-md-6,
.u-col-md-7,
.u-col-md-8,
.u-col-md-9,
.u-col-md-10,
.u-col-md-11,
.u-col-md-12,
.u-col-lg-1,
.u-col-lg-2,
.u-col-lg-3,
.u-col-lg-4,
.u-col-lg-5,
.u-col-lg-6,
.u-col-lg-7,
.u-col-lg-8,
.u-col-lg-9,
.u-col-lg-10,
.u-col-lg-11,
.u-col-lg-12,
.Article-figure,
.Article-content,
.Article-autopromo,
.Blog--hMedium .Blog-figure,
.Blog--hMedium .Blog-content,
.Blog--hMedium .Blog-infos,
.Marketing-nav,
.Marketing-block--withNav .Marketing-content,
.Vip-cover,
.Vip-content,
.Community-figure,
.Community-content,
.Community-metadata {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  min-height: 1em;
}

/* Extra small */

.u-col-xs-1 {
  float: left;
  width: 8.333333333333332%;
}

.u-col-xs-2,
.Community-figure {
  float: left;
  width: 16.666666666666664%;
}

.u-col-xs-3,
.Article-figure,
.Blog--hMedium .Blog-figure,
.Community-metadata {
  float: left;
  width: 25%;
}

.u-col-xs-4,
.Article-autopromo,
.Blog--hMedium .Blog-infos,
.Marketing-nav {
  float: left;
  width: 33.33333333333333%;
}

.u-col-xs-5,
.Blog--hMedium .Blog-content {
  float: left;
  width: 41.66666666666667%;
}

.u-col-xs-6 {
  float: left;
  width: 50%;
}

.u-col-xs-7,
.Community-content {
  float: left;
  width: 58.333333333333336%;
}

.u-col-xs-8,
.Marketing-block--withNav .Marketing-content {
  float: left;
  width: 66.66666666666666%;
}

.u-col-xs-9,
.Article-content {
  float: left;
  width: 75%;
}

.u-col-xs-10 {
  float: left;
  width: 83.33333333333334%;
}

.u-col-xs-11 {
  float: left;
  width: 91.66666666666666%;
}

.u-col-xs-12,
.Vip-cover,
.Vip-content {
  float: left;
  width: 100%;
}

.u-col-xs-offset-0 {
  margin-left: 0;
}

.u-col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.u-col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.u-col-xs-offset-3 {
  margin-left: 25%;
}

.u-col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.u-col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.u-col-xs-offset-6 {
  margin-left: 50%;
}

.u-col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.u-col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.u-col-xs-offset-9 {
  margin-left: 75%;
}

.u-col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.u-col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.u-col-xs-offset-12 {
  margin-left: 100%;
}

/* Small */

@media all and (min-width: 41.9em) {
  .u-col-sm-1 {
    float: left;
    width: 8.333333333333332%;
  }

  .u-col-sm-2 {
    float: left;
    width: 16.666666666666664%;
  }

  .u-col-sm-3 {
    float: left;
    width: 25%;
  }

  .u-col-sm-4 {
    float: left;
    width: 33.33333333333333%;
  }

  .u-col-sm-5 {
    float: left;
    width: 41.66666666666667%;
  }

  .u-col-sm-6 {
    float: left;
    width: 50%;
  }

  .u-col-sm-7 {
    float: left;
    width: 58.333333333333336%;
  }

  .u-col-sm-8 {
    float: left;
    width: 66.66666666666666%;
  }

  .u-col-sm-9 {
    float: left;
    width: 75%;
  }

  .u-col-sm-10 {
    float: left;
    width: 83.33333333333334%;
  }

  .u-col-sm-11 {
    float: left;
    width: 91.66666666666666%;
  }

  .u-col-sm-12 {
    float: left;
    width: 100%;
  }

  .u-col-sm-offset-0 {
    margin-left: 0;
  }

  .u-col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .u-col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .u-col-sm-offset-3 {
    margin-left: 25%;
  }

  .u-col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .u-col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .u-col-sm-offset-6 {
    margin-left: 50%;
  }

  .u-col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .u-col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .u-col-sm-offset-9 {
    margin-left: 75%;
  }

  .u-col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .u-col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .u-col-sm-offset-12 {
    margin-left: 100%;
  }
}

/* Medium */

@media all and (min-width: 64.05em) {
  .u-col-md-1 {
    float: left;
    width: 8.333333333333332%;
  }

  .u-col-md-2 {
    float: left;
    width: 16.666666666666664%;
  }

  .u-col-md-3 {
    float: left;
    width: 25%;
  }

  .u-col-md-4 {
    float: left;
    width: 33.33333333333333%;
  }

  .u-col-md-5 {
    float: left;
    width: 41.66666666666667%;
  }

  .u-col-md-6 {
    float: left;
    width: 50%;
  }

  .u-col-md-7 {
    float: left;
    width: 58.333333333333336%;
  }

  .u-col-md-8 {
    float: left;
    width: 66.66666666666666%;
  }

  .u-col-md-9 {
    float: left;
    width: 75%;
  }

  .u-col-md-10 {
    float: left;
    width: 83.33333333333334%;
  }

  .u-col-md-11 {
    float: left;
    width: 91.66666666666666%;
  }

  .u-col-md-12 {
    float: left;
    width: 100%;
  }

  .u-col-md-offset-0 {
    margin-left: 0;
  }

  .u-col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .u-col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .u-col-md-offset-3 {
    margin-left: 25%;
  }

  .u-col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .u-col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .u-col-md-offset-6 {
    margin-left: 50%;
  }

  .u-col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .u-col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .u-col-md-offset-9 {
    margin-left: 75%;
  }

  .u-col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .u-col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .u-col-md-offset-12 {
    margin-left: 100%;
  }
}

/* Large */

@media all and (min-width: 85.025em) {
  .u-col-lg-1 {
    float: left;
    width: 8.333333333333332%;
  }

  .u-col-lg-2 {
    float: left;
    width: 16.666666666666664%;
  }

  .u-col-lg-3 {
    float: left;
    width: 25%;
  }

  .u-col-lg-4 {
    float: left;
    width: 33.33333333333333%;
  }

  .u-col-lg-5 {
    float: left;
    width: 41.66666666666667%;
  }

  .u-col-lg-6 {
    float: left;
    width: 50%;
  }

  .u-col-lg-7 {
    float: left;
    width: 58.333333333333336%;
  }

  .u-col-lg-8 {
    float: left;
    width: 66.66666666666666%;
  }

  .u-col-lg-9 {
    float: left;
    width: 75%;
  }

  .u-col-lg-10 {
    float: left;
    width: 83.33333333333334%;
  }

  .u-col-lg-11 {
    float: left;
    width: 91.66666666666666%;
  }

  .u-col-lg-12 {
    float: left;
    width: 100%;
  }

  .u-col-lg-offset-0 {
    margin-left: 0;
  }

  .u-col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .u-col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .u-col-lg-offset-3 {
    margin-left: 25%;
  }

  .u-col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .u-col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .u-col-lg-offset-6 {
    margin-left: 50%;
  }

  .u-col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .u-col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .u-col-lg-offset-9 {
    margin-left: 75%;
  }

  .u-col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .u-col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .u-col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* Visibilities */

@media all and (max-width: 41.875em) {
  .u-hidden--xs {
    display: none !important;
  }
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .u-hidden--sm {
    display: none !important;
  }
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .u-hidden--md {
    display: none !important;
  }
}

@media all and (min-width: 85.025em) {
  .u-hidden--lg {
    display: none !important;
  }
}

.u-visible--xs,
.u-visible--sm,
.u-visible--md,
.u-visible--lg {
  display: none !important;
}

@media all and (max-width: 41.875em) {
  .u-visible--xs {
    display: block !important;
  }

  .u-visible--xs.u-visible--inline {
    display: inline !important;
  }
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .u-visible--sm {
    display: block !important;
  }

  .u-visible--sm.u-visible--inline {
    display: inline !important;
  }
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .u-visible--md {
    display: block !important;
  }

  .u-visible--md.u-visible--inline {
    display: inline !important;
  }
}

@media all and (min-width: 85.025em) {
  .u-visible--lg {
    display: block !important;
  }

  .u-visible--lg.u-visible--inline {
    display: inline !important;
  }
}

.c-responsive,
.Article-figureLink,
.Blog-figureLink,
.Vip-cover-figure,
.Community-figureLink {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.c-responsive--1x1,
.Article-figureLink,
.Community-figureLink {
  padding-bottom: 100%;
}

.c-responsive--16x9 {
  padding-bottom: 56.25%;
}

.c-responsive--3x2,
.Article--large .Article-figureLink,
.Blog-figureLink,
.Vip-cover-figure {
  padding-bottom: 66.66666666666666%;
}

.c-responsive--4x3 {
  padding-bottom: 75%;
}

.c-responsive-item,
.Article-figureImage,
.Blog-image,
.Vip-cover-image,
.Community-figureImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 0;
  object-fit: cover;
}

.sf-toolbar,
.sf-toolbar * {
  overflow: visible;
  background-size: initial;
}

.c-button,
.MarketingContent-text .premiumchoice_box_button {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  padding: 8px 1em;
  /* IE < 10 fallback */
  padding: calc(2px + .5em) 1em;
  white-space: nowrap;
  letter-spacing: 0.04em;
  line-height: 1.4em;
  border: 0;
}

.c-button:active,
.c-button:focus,
.c-button:hover,
.MarketingContent-text .premiumchoice_box_button:active,
.MarketingContent-text .premiumchoice_box_button:focus,
.MarketingContent-text .premiumchoice_box_button:hover {
  text-decoration: none;
}

.c-button:focus,
.MarketingContent-text .premiumchoice_box_button:focus {
  outline: 0;
}

/**
 * Define a button style variant.
 *
 * @param $1 Background color
 * @param $2 Font color
 */

/**
 * Variants
 */

.c-button,
.MarketingContent-text .premiumchoice_box_button {
  background: #f76327;
  color: #fff;
}

.c-button:active,
.c-button:focus,
.c-button:hover,
.MarketingContent-text .premiumchoice_box_button:active,
.MarketingContent-text .premiumchoice_box_button:focus,
.MarketingContent-text .premiumchoice_box_button:hover {
  background: #fc732e;
  color: #fff;
}

.c-button--primary {
  background: #286cae;
  color: #fff;
}

.c-button--primary:active,
.c-button--primary:focus,
.c-button--primary:hover {
  background: #2f7ecb;
  color: #fff;
}

.Header {
  border-bottom: 1px solid #979797;
  background: #363636;
  overflow: visible;
}

.Header-container {
  background: #363636;
  margin: 0 auto;
}

.Header-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.Header-navButton,
.Header-logo,
.Header-controls,
.Header-userButton {
  display: table-cell;
  vertical-align: middle;
}

.Header-overblogImg {
  display: block;
  padding: 0.357em 0;
}

.Header-controls {
  text-align: right;
  position: relative;
}

.Header-search,
.Header-language,
.Header-button--login,
.Header-button--createBlog {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

.HeaderSearch-submit {
  border-radius: 0 4px 4px 0;
}

.HeaderSearch-submit:active,
.HeaderSearch-submit:focus,
.HeaderSearch-submit:hover {
  color: #fff;
}

.HeaderSearch-submit:active,
.HeaderSearch-submit:focus {
  background: #4d96e1;
}

.Header-language {
  line-height: 3.142em;
  position: relative;
  z-index: 2;
}

.HeaderSearch {
  position: relative;
  min-width: 26.142em;
}

.HeaderSearch-input,
.HeaderSearch-submit {
  outline: 0 none;
}

.HeaderSearch-input.c-input {
  width: 100%;
  height: 100%;
  background: #262626;
  color: #fff;
  border: 2px solid transparent;
  padding: 0.5em 2em 0.5em 0.5em;
}

.HeaderSearch-input.c-input {
  font-weight: 300;
}

.HeaderSearch-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
  right: 0;
  color: #bebebe;
  font-size: 1.4em;
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
}

.HeaderSearch-input:active + .HeaderSearch-submit,
.HeaderSearch-input:focus + .HeaderSearch-submit {
  color: #fff;
}

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

@media all and (min-width: 41.9em) {
  .HeaderSearch-input.c-input + label[placeholder] {
    text-shadow: 2px 0 0 #262626,
      -2px 0 0 #262626,
      0 2px 0 #262626,
      0 -2px 0 #262626,
      1px 1px #262626,
      -1px -1px 0 #262626,
      1px -1px 0 #262626,
      -1px 1px 0 #262626;
  }

  .HeaderSearch > .c-input-container > .c-input + label[placeholder],
  .HeaderSearch > .c-input-container > .c-input--active + label[placeholder] {
    color: #bebebe;
  }

  .HeaderSearch > .c-input-container > .c-input.c-input--active,
  .HeaderSearch > .c-input-container > .c-input.c-input:focus,
  .HeaderSearch > .c-input-container > .c-input.c-input:active {
    border-color: #bebebe;
  }
}

@media all and (max-width: 85.025em) {
  .HeaderSearch {
    min-width: 0;
  }
}

@media all and (max-width: 64.05em) {
  .Header {
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 65px;
  }

  .Header-container {
    padding: 0;
  }

  .Header-smallButton:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .Header-smallButton {
    display: inline-block;
    font-size: 1.2em;
    height: 100%;
    width: 100%;
    color: #fff;
  }

  .Header-smallButton i {
    display: inline-block;
    vertical-align: middle;
  }

  .Header-smallButton:hover,
  .Header-smallButton--active {
    color: white;
    background-color: #ff6f39;
    text-decoration: none;
  }
}

@media all and (max-width: 41.875em) {
  .Header {
    height: 50px;
  }

  .Header-container {
    padding: 0;
    height: 50px;
  }

  .Header-language {
    display: none;
  }

  .Header-logo {
    text-align: center;
    height: 100%;
    width: 100%;
  }

  .Header-overblogImg {
    height: 2.857em;
    margin: auto;
  }

  .Header-search {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: 10px;
    height: 1.428em;
  }

  .Header-connexionButtons {
    position: fixed;
    right: -100%;
    top: 50px;
    bottom: 0;
    background-color: #f7f5f3;
    background-image: linear-gradient(-180deg, #f7f5f3 0%, #e7e0e0 100%);
    position: fixed;
    z-index: 2;
    width: 100%;
    transition: 0.3s;
  }

  .Header-connexionButtons--visible {
    right: 0;
    transition: 0.3s;
  }

  .Header-smallButton--nav {
    box-shadow: gray 1px 0 0;
    float: left;
  }

  .Header-smallButton--user {
    box-shadow: gray -1px 0 0;
    float: right;
  }

  .Header-smallButton--nav,
  .Header-smallButton--user {
    width: 50px;
    text-align: center;
    height: 50px;
    color: white;
    font-size: 1.428em;
    padding: 0;
  }

  .Header-label--login {
    text-align: center;
    font-family: "Lato";
    font-size: 1.5em;
    margin: 1.428em;
  }

  .Header-button--login {
    display: block;
    margin: 1.428em;
  }

  .Header-label--createBlog {
    text-align: center;
    font-family: "Lato";
    font-size: 1.5em;
    margin: 1.428em;
  }

  .Header-button--createBlog {
    display: block;
    margin: 1.428em;
  }

  .HeaderSearch {
    background-color: #f9f9f9;
    margin: 0;
    padding: 0.714em;
    height: auto;
    box-shadow: #979797 0px 1px;
    transition: top 0.2s ease-in-out;
    z-index: -1;
  }

  .HeaderSearch--hidden {
    top: -55px;
  }

  .HeaderSearch-input.c-input {
    background-color: white;
    border: 1px solid #979797;
    color: black;
  }

  .HeaderSearch-submit {
    right: 0.357em;
    margin: 10px 0;
  }

  .HeaderSearch-submit:hover {
    color: #4d96e1;
  }

  .HeaderSearch-submit:focus:hover {
    color: #fff;
  }
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .Header {
    height: 65px;
  }

  .Header-search {
    min-width: inherit;
  }

  .Header-container {
    padding: 0;
  }

  .Header-controls {
    margin: 0;
    padding: 0;
    height: 65px;
    width: 28.571em;
  }

  .Header-connexionButtons .fa {
    margin-right: 0;
  }

  .Header-logo {
    position: absolute;
    text-align: center;
    top: 15px;
    left: 100px;
  }

  .Header-overblogImg {
    max-height: 40px;
  }

  .Header-smallButton--nav,
  .Header-button--login,
  .Header-button--createBlog {
    font-size: 1.785em;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 0;
  }

  .Header-button--login {
    position: absolute;
    right: 65px;
  }

  .Header-button--createBlog {
    position: absolute;
    right: 0;
  }

  .Header-button--createBlog {
    margin: 0;
    border-radius: 0;
  }

  .HeaderSearch {
    right: 10em;
  }

  .Header-language {
    right: 10em;
  }
}

@media all and (min-width: 64.05em) {
  .Header-overblogImg {
    margin-left: 0;
    margin-right: 0;
  }
}

.js-dropdown--open .Languages-dropdown {
  display: block;
  position: absolute;
  z-index: 2;
}

.Languages-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -1em;
  background: #f7f5f3;
  padding: .5em 1em;
  line-height: 2;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .3);
}

.Languages-arrow,
.Languages-arrow:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-width: 0;
}

.Languages-arrow {
  top: -10px;
  left: calc(1em + 12px - 10px);
  border-bottom-color: rgba(0, 0, 0, .3);
}

.Languages-arrow:after {
  content: '';
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #f7f5f3;
}

.Languages-current {
  vertical-align: middle;
  cursor: pointer;
  color: #bebebe;
}

.Languages-current-flag,
.Languages-current-caret {
  display: inline-block;
  vertical-align: middle;
}

.Languages-current-caret {
  text-shadow: 0 1px 0 rgba(0, 0, 0, .17);
}

.Languages-flag {
  vertical-align: middle;
  margin-right: .5em;
}

.Languages-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.Languages-language {
  white-space: nowrap;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

.c-input-container {
  position: relative;
}

.c-input-container--hidden {
  display: none;
}

.c-input {
  height: 3em;
  padding: 0.5em;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  outline: none;
  padding-right: 2.857em;
  line-height: 1.4em;
}

textarea.c-input {
  height: auto;
  min-height: 7em;
}

.c-input--active,
.c-input:focus,
.c-input:active {
  border-color: #4d96e1;
}

.c-input-container > .c-input--active + label[placeholder] {
  color: #4d96e1;
}

.c-input--active + label[placeholder]:before,
.c-input--valid + label[placeholder]:before,
.c-input--full + label[placeholder]:before {
  transition-duration: .2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
      -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
          transform: translate(0, -1.5em) scale(0.9, 0.9);
}

/* fix chrome label transition on autofill */

.c-input:-webkit-autofill + label[placeholder]:before {
  transition-duration: .2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
          transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.c-input--invalid {
  box-shadow: none;
}

.c-input--invalid + label[placeholder][alt]:before {
  content: attr(alt);
}

.c-input + label[placeholder] {
  position: absolute;
  top: 1em;
  display: block;
  pointer-events: none;
  line-height: 1em;
  text-shadow: 2px 0 0 white,
      -2px 0 0 white,
      0 2px 0 white,
      0 -2px 0 white,
      1px 1px white,
      -1px -1px 0 white,
      1px -1px 0 white,
      -1px 1px 0 white;
  color: #bebec8;
}

.c-input + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}

.c-input-container--success > .c-input + label[placeholder] {
  color: #7ed321;
}

.c-input-container--error > .c-input + label[placeholder] {
  color: #F06361;
}

.c-input-container--success:after,
.c-input-container--error:after {
  position: absolute;
  right: 1em;
  top: 0.5em;
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.285em;
}

.c-input-container--success:after {
  content: '\f00c';
  color: #7ed321;
}

.c-input-container--error:after {
  content: '\f00d';
  color: #F06361;
}

.c-input-container--success > .c-input {
  border-color: #7ed321;
}

.c-input-container--error > .c-input {
  border-color: #F06361;
}

.c-input-container--withSelect {
  display: none;
}

.ie .c-input + label[placeholder] {
  top: -0.5em;
  left: 0.714em;
  background-color: white;
}

@media all and (max-width: 41.875em) {
  .c-input + label {
    z-index: 1;
  }

  .c-input + label[placeholder] {
    transition-duration: .2s;
    -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
        -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
            transform: translate(0, -1.5em) scale(0.9, 0.9);
  }

  .c-input:-webkit-autofill + label[placeholder]:before {
    transition-duration: 0;
    -webkit-transform: none;
            transform: none;
  }

  .c-input--active + label[placeholder]:before,
  .c-input--valid + label[placeholder]:before,
  .c-input--full + label[placeholder]:before {
    transition-duration: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.FormErrors {
  color: #e9322d;
  display: inline-block;
}

.FormErrors-list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.Social {
  margin: 2em 0;
  text-align: center;
}

.Social-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  margin: 0 !important;
  font-size: 1.4em;
}

.Social-link {
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  width: 2.8em;
  height: 2.8em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .17);
  margin: 0 0.357em;
  transition: .2s;
  position: relative;
}

.Social-link:hover {
  color: #fff;
  -webkit-transform: rotate(10deg) scale(1.2);
      -ms-transform: rotate(10deg) scale(1.2);
          transform: rotate(10deg) scale(1.2);
}

.Social-link--facebook {
  background: #3b5998;
}

.Social-link--twitter {
  background: #00aced;
}

.Social-link--gplus {
  background: #cc3732;
}

.Social-link--facebook:hover {
  background: #507cbd;
}

.Social-link--twitter:hover {
  background: #64cbee;
}

.Social-link--gplus:hover {
  background: #f06361;
}

@media all and (max-width: 41.875em) {
  .Social {
    margin: 1em 0;
  }
}

:root {
  /* base font size is 14px, we can't use em() here because it is the root of all font sizes */
}

.Body {
  font-family: "Roboto";
  font-size: 0.875em;
  line-height: 1.4285714285714286;
}

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

a:hover {
  color: #ff6f39;
  text-decoration: underline;
}

.fa {
  margin-right: .2em;
}

.Typo-h1,
h1,
.Typo-h2,
h2,
.Typo-h3,
h3,
.Typo-h4,
h4,
.Typo-h5,
h5,
.Typo-h6,
h6 {
  font-family: "Lato";
}

.Typo-h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}

:root {
  /* colours */
  /* backgrounds */
  /* texts */
  /* forms */
  /* menus */
  /* shadows */
}

.Body {
  background: #f7f5f3;
}

.c-box,
.SidebarBox,
.Article,
.Cod,
.Vip,
.Community {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07);
}

.c-box--padded {
  padding: 1.3125em;
}

.pagination-container {
  text-align: center;
  padding: 0;
  margin-bottom: 0.5em;
  overflow: auto;
  zoom: 1;
}

.pagination {
  display: inline-block;
  border-radius: 6px;
  padding: 0;
  margin: 0;
}

.pagination .fa {
  margin: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 0.6em 0.9em;
  margin-left: -1px;
  color: #666;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination > li > a:hover {
  background: #ff6f39;
  color: #fff;
}

.pagination > .disabled > a,
.pagination > .disabled > span {
  background: #f7f7f7;
  color: #666;
  cursor: not-allowed;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > li > a.ob-page-current,
.pagination > li > span.ob-page-current {
  background: #fff;
  color: #ff6f39;
  cursor: default;
}

.pagination > li > a.ob-page-more {
  display: none;
}

.pagination-previous > a {
  border-radius: 6px;
}

.pagination-next > a {
  border-radius: 6px;
}

.pagination-previous ~ .pagination-next a {
  margin-left: 1em;
}

@media all and (max-width: 41.875em) {
  .pagination-container {
    margin-top: 1em;
  }

  .pagination > li > a,
  .pagination > li > span {
    display: none;
    padding: 1em 1.5em;
  }

  .pagination > li > span.ob-page-current,
  .pagination > li > a.ob-page-first,
  .pagination > li > a.ob-page-previous,
  .pagination > li > a.ob-page-next,
  .pagination > li > a.ob-page-last,
  .pagination > li.pagination-previous > a,
  .pagination > li.pagination-next > a {
    display: block;
  }
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .pagination > li > a,
  .pagination > li > span {
    display: none;
    padding: 1em 1.5em;
  }

  .pagination > li > span.ob-page-current,
  .pagination > li > a.ob-page-first,
  .pagination > li > a.ob-page-previous,
  .pagination > li > a.ob-page-next,
  .pagination > li > a.ob-page-last,
  .pagination > li > a.ob-page-tens,
  .pagination > li.pagination-previous > a,
  .pagination > li.pagination-next > a {
    display: block;
  }

  .pagination > li > a.ob-page-more {
    display: none;
  }
}

.CookiesBar {
  padding: 0.714em;
  background-color: black;
  color: white;
  display: none;
}

.CookiesBar--visible {
  display: block;
}

.CookiesBar-content {
  display: table;
  width: 100%;
}

.CookiesBar-message {
  display: table-cell;
  padding-top: 0;
  padding-right: 0.714em;
  vertical-align: middle;
}

.CookiesBar-readMore {
  color: #ff6f39;
}

.CookiesBar-actions {
  display: table-cell;
  vertical-align: middle;
}

.CookiesBar-closeButton {
  padding: 0.357em 0.714em;
  line-height: 1em;
}

@media all and (max-width: 64.05em) {
  .CookiesBar {
    position: fixed;
    z-index: 3;
  }
}

@media all and (min-width: 64.05em) {
  .Nav {
    padding-top: 2em;
  }
}

@media all and (max-width: 64.05em) {
  .Nav {
    background-color: #f7f5f3;
    background-image: linear-gradient(-180deg, #f7f5f3 0%, #e7e0e0 100%);
    position: fixed;
    bottom: 0;
    left: -100%;
    z-index: 2;
    transition: 0.3s;
    overflow-y: scroll;
    padding-bottom: 10px;
  }

  .Nav--visible {
    left: 0;
    transition: 0.3s;
  }
}

@media all and (max-width: 41.875em) {
  .Nav {
    width: 100%;
    top: 50px;
  }
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .Nav {
    min-width: 14.285em;
    top: 65px;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1;
  }

  .rwd-menuwrapper {
    height: 108%;
  }
}

.Menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.Menu-icon {
  font-size: 1.3em;
  text-align: center;
  width: 1.5em;
  vertical-align: middle;
}

.Menu-element {
  padding-left: 0.571em;
  position: relative;
  left: -0.571em;
  border-left: 4px solid transparent;
  display: block;
  line-height: 2;
}

.Menu-label {
  color: #000;
}

.Menu-element:hover .Menu-label,
.Menu-element--selected .Menu-label {
  font-weight: bold;
}

.Menu-separator {
  margin-top: 2em;
}

.Menu-element:hover,
.Menu-element--selected {
  text-decoration: none;
  border-color: #ff6f42;
  color: #ff6f42;
}

/* television-film */

.Menu-element--television-film:hover,
.Menu-element--television-film.Menu-element--selected {
  border-color: #47cec5;
  color: #47cec5;
}

/* music */

.Menu-element--music:hover,
.Menu-element--music.Menu-element--selected {
  color: #9c55b8;
  border-color: #9c55b8;
}

/* entertainment */

.Menu-element--entertainment:hover,
.Menu-element--entertainment.Menu-element--selected {
  color: #227fbb;
  border-color: #227fbb;
}

/* home-cooking */

.Menu-element--home-cooking:hover,
.Menu-element--home-cooking.Menu-element--selected {
  color: #ff67a7;
  border-color: #ff67a7;
}

/* glamour */

.Menu-element--glamour:hover,
.Menu-element--glamour.Menu-element--selected {
  color: #f012be;
  border-color: #f012be;
}

/* celebrities */

.Menu-element--celebrities:hover,
.Menu-element--celebrities.Menu-element--selected {
  color: #ffd100;
  border-color: #ffd100;
}

/* high-tech */

.Menu-element--high-tech:hover,
.Menu-element--high-tech.Menu-element--selected {
  color: #64d2e8;
  border-color: #64d2e8;
}

/* business */

.Menu-element--business:hover,
.Menu-element--business.Menu-element--selected {
  color: #e94b35;
  border-color: #e94b35;
}

/* sport */

.Menu-element--sport:hover,
.Menu-element--sport.Menu-element--selected {
  color: #1ecd6d;
  border-color: #1ecd6d;
}

/* society */

.Menu-element--society:hover,
.Menu-element--society.Menu-element--selected {
  color: #85144B;
  border-color: #85144B;
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .Menu {
    font-size: 0.928em;
  }

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

@media all and (max-width: 64.05em) {
  .Menu-element {
    line-height: 44px;
  }

  .Menu-element:after {
    content: '\f105';
    position: absolute;
    right: 0.5em;
    top: 0;
    line-height: 44px;
    font-family: 'FontAwesome';
    color: #c3c3c3;
  }

  .Menu-separator {
    margin-top: 0;
  }
}

.MainTitle {
  border-bottom: 5px solid #ff6f39;
  margin: 1em 0;
}

.MainTitle--television-film {
  border-bottom-color: #47cec5;
}

.MainTitle--music {
  border-bottom-color: #9c55b8;
}

.MainTitle--entertainment {
  border-bottom-color: #227fbb;
}

.MainTitle--home-cooking {
  border-bottom-color: #ff67a7;
}

.MainTitle--glamour {
  border-bottom-color: #f012be;
}

.MainTitle--celebrities {
  border-bottom-color: #ffd100;
}

.MainTitle--high-tech {
  border-bottom-color: #64d2e8;
}

.MainTitle--business {
  border-bottom-color: #e94b35;
}

.MainTitle--sport {
  border-bottom-color: #1ecd6d;
}

.MainTitle--society {
  border-bottom-color: #85144B;
}

.MainTitle-title {
  margin: 0;
  background-color: #ff6f39;
  font-family: "Lato";
  font-size: 1.428em;
  color: white;
  display: inline-block;
  padding: 7px 15px;
  font-weight: normal;
}

.MainTitle--television-film .MainTitle-title {
  background-color: #47cec5;
}

.MainTitle--music .MainTitle-title {
  background-color: #9c55b8;
}

.MainTitle--entertainment .MainTitle-title {
  background-color: #227fbb;
}

.MainTitle--home-cooking .MainTitle-title {
  background-color: #ff67a7;
}

.MainTitle--glamour .MainTitle-title {
  background-color: #f012be;
}

.MainTitle--celebrities .MainTitle-title {
  background-color: #ffd100;
}

.MainTitle--high-tech .MainTitle-title {
  background-color: #64d2e8;
}

.MainTitle--business .MainTitle-title {
  background-color: #e94b35;
}

.MainTitle--sport .MainTitle-title {
  background-color: #1ecd6d;
}

.MainTitle--society .MainTitle-title {
  background-color: #85144B;
}

.MainTitle-breadcrumb {
  display: inline-block;
  margin-left: 0.5em;
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .Breadcrumb--alone {
    margin-top: 4.642em;
  }

  .MainTitle {
    margin-top: 75px;
  }

  .MainTitle--home {
    margin-top: 0;
  }

  .Home-728x90 {
    margin-top: 75px;
  }
}

@media all and (max-width: 41.875em) {
  .Breadcrumb-alone {
    margin-top: 50px;
    padding: 0 5px;
  }

  .Main-320x50 {
    margin-top: 65px;
  }
}

/**
 * Stick left and right columns
 */

@media all and (min-width: 85.025em) {
  .Content-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .Content-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/**
 * Remove empty space beneath the breadcrumb
 */

@media all and (max-width: 64.05em) {
  .Content-main {
    overflow-x: hidden;
  }

  .Content-menu {
    min-height: 0;
  }
}

/**
 * Remove left and right gutters.
 * Reduce horizontal gutters.
 */

@media all and (max-width: 41.875em) {
  .Content-main {
    overflow-x: hidden;
    margin-top: 55px;
  }

  .Content-main,
  .Content-menu,
  .Content-sidebar {
    padding: 0;
  }

  .u-container--gutter {
    margin-bottom: 1px;
  }

  .MainTitle {
    border-bottom: 0;
    margin-top: 1em;
  }

  .MainTitle-title {
    width: 100%;
  }
}

.Placeholder-box {
  border: 5px solid #b3b3b3;
  background: #dbdbdb;
  text-align: center;
  margin: 0 auto;
}

.Placeholder-box:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.Placeholder-text {
  color: #b3b3b3;
  font-weight: 300;
  display: inline-block;
  font-size: 1.857em;
  vertical-align: middle;
}

.ellipsis-overflowing-child {
  margin-bottom: 9em;
  padding: 0 !important;
  position: relative;
}

.ellipsis-overflowing-child .ellipsis-helper {
  width: 5em;
  background: #fff;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
}

.Article--large .ellipsis-overflowing-child .ellipsis-helper:after {
  line-height: 1.25 !important;
}

.Breadcrumb {
  border-spacing: 0;
  padding-top: 0.5em;
  line-height: 1em;
  min-height: 2em;
  padding-bottom: 0.5em;
}

.Breadcrumb-path {
  font-size: 0.857em;
  color: #737373;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Breadcrumb-item:last-child {
  color: #4a4a4a;
  font-weight: bold;
}

@media all and (min-width: 41.9em) and (max-width: 64.025em) {
  .Breadcrumb--alone {
    margin-top: 4.642em;
  }
}

@media all and (max-width: 41.875em) {
  .Breadcrumb-alone {
    margin-top: 50px;
    padding: 0 5px;
  }
}

.Footer {
  line-height: 1.5em;
  margin-top: 2em;
}

.Footer-title {
  font-size: 1.142em;
  font-weight: 900;
  color: rgba(115, 115, 115, 1);
  margin: 1em 2em 0.5em 0;
  border-bottom: 1px solid rgba(115, 115, 115, 0.5);
}

.Footer-paragraph,
.Footer-list {
  padding: 0;
  margin: 0;
}

.Footer-list {
  list-style-type: none;
}

.Footer-elementList {
  word-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Footer-bottomBand {
  margin-top: 2em;
  background-color: #ff6f39;
  color: #fff;
  line-height: 2em;
  font-size: 0.928em;
}

.BottomBand-rightLinks {
  text-align: right;
}

.BottomBand a:hover {
  color: #fff;
}

.rwd-footercontainer {
  display: inline;
}

.BottomBand-rightLinks .rwd-footercontainer:last-child:before {
  content: " | ";
}

/**
 * Center copyright text.
 * Ellipsis texts.
 * Reduce spacing.
 */

@media all and (max-width: 41.875em) {
  .Footer {
    margin-bottom: 50px;
  }

  .Footer-title {
    margin-top: 1.5em;
    margin-right: 0;
  }

  .Footer-title,
  .Footer li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .BottomBand-leftLinks,
  .BottomBand-rightLinks {
    text-align: center !important;
  }

  .rwd-footercontainer {
    display: block;
  }

  .BottomBand-rightLinks .rwd-footercontainer:last-child:before {
    content: none;
  }
}

@media all and (max-width: 64.05em) {
  .Footer-content {
    padding: 0 1em;
  }
}

.SidebarList--hidden {
  display: none;
}

.SidebarList {
  padding: 1em 1.5em 1.5em;
}

.SidebarList .Article-container:last-child {
  margin-bottom: 0;
}

.SidebarList .Article-container:last-child .Article--small {
  padding-bottom: 0;
  border-bottom: none;
}

.SidebarBox {
  padding: 1.5em;
}

.SidebarBox-title {
  color: rgba(115, 115, 115, 1);
  font-size: 1.285em;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.SidebarBox-title .fa {
  vertical-align: middle;
  margin-right: .4em;
}

.SidebarBox-follow {
  float: right;
}

.SidebarBox--social .FollowButton {
  position: absolute;
  right: 0;
}

.SidebarBox--social iframe {
  border: 0;
  display: block;
  overflow: hidden;
}

/**
   * Facebook
   */

.SidebarBox--facebook .SidebarBox-title {
  color: #3b5998;
}

.SidebarBox--facebook iframe {
  width: 106%;
  margin: -3% -3% 0 -3%;
  height: 14.285em;
}

/**
   * Twitter
   */

.SidebarBox--twitter {
  overflow-x: hidden;
}

.SidebarBox--twitter .SidebarBox-title {
  color: #00aced;
}

.twitter-timeline {
  width: 100% !important;
}

@media all and (min-width: 85.025em) {
  .Sidebar {
    margin-top: 2em;
  }
}

@media all and (max-width: 41.875em) {
  .SidebarList {
    padding: 0;
  }

  .SidebarList .Article-container {
    margin-bottom: 0.5em;
  }

  .SidebarList .Article--small {
    padding-bottom: 0.5em;
  }

  .RecentPopular {
    padding-bottom: 0.5em;
  }
}

@media all and (min-width: 41.9em) and (max-width: 85em) {
  .SidebarList .Article-container:nth-last-child(2) {
    margin-bottom: 0;
  }

  .SidebarList .Article-container:nth-last-child(2) .Article--small {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .Sidebar-container {
    display: table;
  }

  .rwd-sidebarcontainer,
  .Ads-300x600 {
    display: table-cell !important;
    vertical-align: top;
    padding-top: 22.857em;
  }
}

.RecentPopular {
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07);
}

.RecentPopular > .u-row,
.RecentPopular > .Blog--hMedium,
.RecentPopular > .Marketing-block--withNav {
  padding: 1em 1.5em 1.5em;
}

.RecentPopular > .u-row + .u-row,
.RecentPopular > .Blog--hMedium + .Blog--hMedium,
.RecentPopular > .Marketing-block--withNav + .Marketing-block--withNav {
  padding-top: 0;
}

.RecentPopular-recentArticlesTitle {
  padding: 0;
}

.RecentPopular-mostRedTitle {
  padding: 0;
}

@media all and (max-width: 41.875em) {
  .RecentPopular > .u-row {
    padding: .5em;
  }
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .RecentPopular {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: table;
    table-layout: fixed;
  }

  .Ads-300x600 {
    padding-left: 1em;
  }

  .RecentPopular > .u-row {
    padding: 0.5em;
    margin: 0;
  }
}

.VipOfTheWeek {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07);
  background: #fff;
  padding: 1em 1.5em 1.5em;
}

.VipOfTheWeek-title {
  font-size: 1.285em;
  font-weight: 1.142em;
  color: rgba(115, 115, 115, 1);
  margin-top: 0;
}

.VipOfTheWeek-blogFigure {
  margin: 0;
  position: relative;
}

.VipOfTheWeek-blogImage {
  width: 100%;
}

.VipOfTheWeek-vipBadge {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.VipOfTheWeek-blogTitle {
  font-size: 1.142em;
  margin: .5em 0;
}

.VipOfTheWeek-blogDescription {
  text-align: justify;
  font-size: 1em;
  margin-top: 0;
}

.VipOfTheWeek-blogLink {
  color: #ff6f39;
}

.VipOfTheWeek-container p:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 41.9em) and (max-width: 85em) {
  .rwd-vipcontainer {
    float: left;
    margin-right: 0.5em;
  }
}

.Newsletter {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07);
  background: #fff;
  padding: 1em 1.5em 1.5em;
}

.Newsletter-title {
  font-size: 1.285em;
  font-weight: 1.142em;
  color: rgba(115, 115, 115, 1);
  margin-top: 0;
}

.Newsletter-container p:last-child {
  margin-bottom: 0;
}

.Newsletter-form {
  display: table;
  width: 100%;
}

.NewsletterForm-inputcontainer,
.NewsletterForm-submit {
  display: table-cell;
}

.NewsletterForm-inputcontainer {
  padding-right: 0.5em;
}

.NewsletterForm-input {
  width: 100%;
  display: inline-block;
}

.Blogger {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.Blogger-avatar,
.Blogger-nickname {
  vertical-align: middle;
}

.Blogger-avatar {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.Blogger-nickname {
  margin-left: 0.5em;
}

a.Blogger-nickname {
  color: #ff6f39;
}

@media all and (max-width: 41.875em) {
  .Blogger-nickname {
    margin-left: 0.1em;
  }
}

.Metadata {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #737373;
}

.Metadata a {
  color: #ff6f39;
}

.VipBadge {
  border-radius: 50%;
  background: #ffd100;
  color: #fff;
  font-family: "Lato";
  font-weight: 700;
  text-align: center;
  width: 4.285em;
  height: 4.285em;
  line-height: 4.285em;
}

.Tabs-title {
  font-family: "Lato";
  font-size: 1.142em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.Tabs-title--selected {
  color: rgba(115, 115, 115, 1);
}

.Tabs-titleLink {
  display: block;
  color: rgba(115, 115, 115, 0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(115, 115, 115, 0.5);
  padding-bottom: 1px;
}

.Tabs-titleLink:hover {
  text-decoration: none;
}

.Tabs-title--selected > .Tabs-titleLink {
  color: rgba(115, 115, 115, 1);
  border-bottom: 2px solid rgba(115, 115, 115, 0.5);
  padding-bottom: 0;
}

.Tabs-contentContainer {
  /*padding: calc(2 * var(--ob-grid-gutter)) calc(3 * var(--ob-grid-gutter)) calc(3 * var(--ob-grid-gutter));*/
}

.Tabs-content {
  display: block;
}

.Tabs-content--hidden {
  display: none;
}

.Article:hover {
  color: #ff6f39;
  cursor: pointer;
}

.Article-figure {
  margin: 0;
}

.Article-figure {
  padding: 0;
}

.Article-content {
  padding: 1em;
}

.Article-figureLink {
  background: #fff;
}

.Article-figureLink:hover {
  text-decoration: none;
}

.Article-figureLabel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none !important;
  overflow: visible;
  border-bottom: 4px solid;
}

.Article-figureLabelText {
  color: #fff;
  font-size: 0.857em;
  padding: 7px 15px;
  display: inline-block;
}

.Magazine--television-film .Article-figureLabel,
.Magazine--television-film .Article-figureLabelText {
  border-bottom-color: #47cec5;
  background-color: #47cec5;
}

.Magazine--music .Article-figureLabel,
.Magazine--music .Article-figureLabelText {
  border-bottom-color: #9c55b8;
  background-color: #9c55b8;
}

.Magazine--entertainment .Article-figureLabel,
.Magazine--entertainment .Article-figureLabelText {
  border-bottom-color: #227fbb;
  background-color: #227fbb;
}

.Magazine--home-cooking .Article-figureLabel,
.Magazine--home-cooking .Article-figureLabelText {
  border-bottom-color: #ff67a7;
  background-color: #ff67a7;
}

.Magazine--glamour .Article-figureLabel,
.Magazine--glamour .Article-figureLabelText {
  border-bottom-color: #f012be;
  background-color: #f012be;
}

.Magazine--celebrities .Article-figureLabel,
.Magazine--celebrities .Article-figureLabelText {
  border-bottom-color: #ffd100;
  background-color: #ffd100;
}

.Magazine--high-tech .Article-figureLabel,
.Magazine--high-tech .Article-figureLabelText {
  border-bottom-color: #64d2e8;
  background-color: #64d2e8;
}

.Magazine--business .Article-figureLabel,
.Magazine--business .Article-figureLabelText {
  border-bottom-color: #e94b35;
  background-color: #e94b35;
}

.Magazine--sport .Article-figureLabel,
.Magazine--sport .Article-figureLabelText {
  border-bottom-color: #1ecd6d;
  background-color: #1ecd6d;
}

.Magazine--society .Article-figureLabel,
.Magazine--society .Article-figureLabelText {
  border-bottom-color: #85144B;
  background-color: #85144B;
}

.Article-title {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 900;
  font-size: 1.6em;
  white-space: normal;
}

.Article-titleLink {
  display: block;
  overflow: hidden;
  line-height: 1.4em;
  max-height: 2.8em;
  position: relative;
}

.Article-titleLink:hover {
  text-decoration: none;
}

.Article-titleLink span {
  display: block;
}

.Article-descriptionLink:hover {
  text-decoration: none;
}

.Article-description {
  word-break: break-word;
  overflow: hidden;
  margin-top: 1em;
  line-height: 1.2em;
  height: 3.63em;
  /* 3 lines */
}

.Article-description > p {
  margin: 0;
}

.Article-metadata {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.Article-metadata .Metadata {
  display: table-cell;
}

.Article-metadata .Metadata--date {
  text-align: right;
}

.Article-autopromo {
  margin-left: 1em;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

/**
 * Large
 * -----
 *
 * Used to display the first article.
 * Has bigger title, longer description and a big image.
 */

.Article--large .Article-figure,
.Article--large .Article-content {
  width: 50%;
  padding: 2em;
}

.Article--large .Article-figure {
  padding-right: 0;
}

.Article--large .Article-title {
  font-size: 2em;
}

.Article--large .Article-description {
  font-size: 1.2em;
  height: 6em;
  /* 5 lines */
}

/**
 * Small
 * -----
 *
 * Used to display a condensed version on the article.
 * Does not display description nor author.
 */

.Article--small {
  box-shadow: none;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.Article--small .Article-content {
  padding: 0 1em;
}

.Article--small .Article-title {
  font-family: "Roboto";
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 400;
  white-space: normal;
}

.Article--small .Article-titleLink {
  line-height: inherit;
  max-height: 2.2em;
}

.Article--small .Article-description,
.Article--small .Metadata--blogger {
  display: none;
}

.Article--small .Metadata--date {
  text-align: left;
}

/* COD */

.Article--cod {
  position: relative;
  overflow: hidden;
}

.Article--cod .Article-content {
  padding-bottom: 36px;
  position: static;
}

.Article--cod .Article-metadata {
  position: absolute;
  left: 25%;
  /* u-col-3 */
  right: 0;
  bottom: 0;
  height: 36px;
  border-top: 1px solid #f0f0f0;
  display: block;
}

.Article--cod .Metadata {
  padding: 0 1em;
  display: inline-block;
  line-height: 36px;
  text-align: left;
}

.Article--cod .Metadata--category {
  border-left: 1px solid #f0f0f0;
}

/**
 * Alternate view
 * --------------
 *
 * Used to apply vertical layout.
 * Does nothing on mobile views.
 */

@media all and (min-width: 41.9em) {
  .Article--alt .Article-figure,
  .Article--alt .Article-content {
    width: 100%;
  }

  .Article--alt .Article-figureLink {
    padding-bottom: 66.66666666666666%;
  }

  .Article--alt .Article-content {
    padding-top: 0;
  }

  .Article--alt .Article-figureLabel {
    text-align: right;
  }

  .Article--alt .Article-title {
    margin: 0.4em 0;
    font-size: 1.285em;
    height: 2.85em;
  }

  .Article--alt .Metadata--date {
    display: none;
  }

  .Article--alt .Article-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em;
  }
}

/**
 * Mobile view
 * -----------
 *
 * Display magazine caption under article's image.
 * Change image ration to 3x2.
 * Reduce bottom gutter.
 */

@media all and (max-width: 41.875em) {
  .Article-figure,
  .Article--large .Article-figure {
    width: 41.66666666666667%;
  }

  .Article-content,
  .Article--large .Article-content {
    width: 58.333333333333336%;
    padding: 0.5em;
  }

  .Article-figureLink {
    padding-bottom: 66.66666666666666%;
  }

  .Article-figureLabelText {
    display: block;
    float: none;
    padding: 2px 10px 0 10px;
  }

  .Article-description {
    display: none;
  }

  .Article--large .Article-figure {
    padding: 0;
  }

  .Article-title,
  .Article--large .Article-title {
    font-size: 1.071em;
    margin-bottom: 0.357em;
  }

  .Article-metadata {
    display: block;
    font-size: 0.928em;
  }

  .Article-metadata .Metadata {
    display: block;
    line-height: 1.5;
    padding: 0 .5em;
  }

  .Article-metadata .Metadata--date {
    text-align: left;
  }

  .Article--cod .Article-metadata {
    margin-left: 41.66666666666667%;
    left: 0;
    height: auto;
    border-color: transparent;
  }

  .Article--cod .Metadata,
  .Article--cod .Metadata-category {
    display: block;
  }

  .rwd-metadatatext-container {
    display: none;
  }
}

/**
 * Desktop views
 * -------------
 */

@media all and (min-width: 64.05em) {
  .Article-figureImage {
    opacity: 1;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    /* FIXME(ooflorent): Removing this breaks `object-fit` */
    box-shadow: 0 0 0 #000;
  }

  .Article-figureImage--gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
    /* IE 6-9 */
  }

  .Article-figureLink:hover .Article-figureImage {
    opacity: 0.7;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}

.ArticleAutopromo {
  display: table;
  table-layout: fixed;
  margin-bottom: 1em;
  width: 100%;
}

.ArticleAutopromo-article,
.ArticleAutopromo-ads {
  display: table-cell;
  vertical-align: top;
}

.ArticleAutopromo-article {
  width: 66.66666666666666%;
  padding-right: 0.25em;
}

.ArticleAutopromo-article .Article {
  margin-bottom: 0;
}

.ArticleAutopromo-ads {
  width: 33.33333333333333%;
  padding-left: 1em;
  position: relative;
  display: none;
}

.ArticleAutopromo-ads .Autopromo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0.75em;
  min-height: 150px;
}

@media all and (max-width: 41.875em) {
  .ArticleAutopromo {
    width: 100%;
    margin-bottom: 0;
  }
}

@media all and (min-width: 85.025em) {
  .ArticleAutopromo-article .Article-figure {
    width: 37.5%;
  }

  .ArticleAutopromo-article .Article-content {
    width: 62.5%;
  }

  .ArticleAutopromo-ads {
    display: table-cell;
  }
}

@media all and (min-width: 41.9em) {
  .ArticleSlider {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07);
  }

  .ArticleSlider {
    padding: 2em;
    position: relative;
  }

  .ArticleSlider-wrapper {
    overflow: hidden;
  }

  .ArticleSlider-container:before,
  .ArticleSlider-container:after,
  .ArticleSlider-row:before,
  .ArticleSlider-row:after {
    content: " ";
    display: table;
  }

  .ArticleSlider-container:after,
  .ArticleSlider-row:after {
    clear: both;
  }

  .ArticleSlider-container {
    width: 400%;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .ArticleSlider-container.js-row-0 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .ArticleSlider-container.js-row-1 {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }

  .ArticleSlider-container.js-row-2 {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .ArticleSlider-container.js-row-3 {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }

  .ArticleSlider .Article {
    box-shadow: none;
  }

  .ArticleSlider-controls {
    width: 24px;
    float: right;
    padding-top: 2.5em;
  }

  .ArticleSlider-row {
    float: left;
    width: 25%;
  }

  .ArticleSlider-row.js-row--visible {
    display: block;
  }

  .ArticleSlider-col {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-height: 1em;
  }

  .ArticleSlider-col {
    float: left;
    width: 25%;
  }

  .ArticleSlider-col {
    border-left: 1px solid #f0f0f0;
  }

  .ArticleSlider-row:target {
    border: 4px solid red;
  }

  .ArticleSlider-col:first-child {
    border-color: transparent;
  }

  .ArticleSlider-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 2em;
    background: #ababab;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .ArticleSlider-button .fa {
    margin: 0;
    color: #fff;
  }

  .ArticleSlider-button:hover {
    background: #ff6f42;
  }

  .ArticleSlider-button--prev {
    left: 0;
  }

  .ArticleSlider-button--next {
    right: 0;
  }

  /**
   * Custom article element
   */

  .Article--slider {
    margin-bottom: 0;
  }

  .Article--slider .Article-content {
    padding: 0;
  }

  .Article--slider .Article-header {
    padding-bottom: 0;
    border: 0;
  }

  .Article--slider .Article-title {
    font-size: 1.142em;
    height: 2.85em;
  }
}

/**
 * Hide controls.
 * Display every article.
 */

@media all and (max-width: 41.875em) {
  .ArticleSlider-controls {
    display: none;
  }
}

.UserPage {
  overflow: hidden;
}

.UserPage-subtitle {
  margin: 0;
  padding: .7em 0em;
  font-family: "Lato";
  font-size: 1.142em;
}

.UserProfile-avatar,
.UserProfile-infos {
  vertical-align: middle;
}

.UserProfile-avatar-image {
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 0 rgba(0, 0, 0, .1);
  width: 100%;
}

.UserProfile-infos {
  color: #000;
}

.UserProfile-infos-name {
  margin: 0;
}

.UserProfile-infos-bio {
  font-size: 1.142em;
  font-style: italic;
  margin: 1em 0;
}

.UserProfile-tags {
  color: #737373;
  font-size: 0.928em;
}

.UserProfile-tags-caption {
  color: #000;
  font-weight: bold;
}

.Blog {
  background: #fff;
}

.Blog-figure {
  margin: 0;
}

.Blog--hMedium .Blog-figure {
  padding: 0;
}

.Blog-figureLink:hover {
  text-decoration: none;
}

.Blog-ribbon {
  position: relative;
  left: -4px;
  top: 17px;
}

.Blog--hMedium .Blog-content {
  padding: 1em 1.5em;
}

.Blog--hMedium .Blog-name {
  font-size: 1.142em;
  margin-top: 0;
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Blog-description {
  margin-bottom: 0.5em;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 2.40em;
}

.Blog--hMedium .Blog-infos {
  padding: 1em;
  font-size: 0.928em;
}

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

.BlogInfo {
  padding: 0.285em 0;
}

.BlogInfo-label,
.BlogInfo-description {
  color: #737373;
}

.BlogRibbon {
  width: 70px;
}

.BlogRibbon-banner {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.BlogRibbon-text {
  padding: 6px 0;
  font-weight: bold;
  min-height: 1.285em;
  line-height: 1.285em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff;
}

.BlogRibbon-text::before,
.BlogRibbon-text::after,
.BlogRibbon-text {
  background: #ff6f39;
  background: linear-gradient(to bottom, #fc732e 0%, #ff6f39 100%);
}

.BlogRibbon--gold .BlogRibbon-text::before,
.BlogRibbon--gold .BlogRibbon-text::after,
.BlogRibbon--gold .BlogRibbon-text {
  background: #e99c23;
  background: linear-gradient(to bottom, #f9df86 0%, #e99c23 100%);
}

.BlogRibbon--blue .BlogRibbon-text::before,
.BlogRibbon--blue .BlogRibbon-text::after,
.BlogRibbon--blue .BlogRibbon-text {
  background: #4589ce;
  background: linear-gradient(to bottom, #a4bdeb 0%, #4589ce 100%);
}

.BlogRibbon--red .BlogRibbon-text::before,
.BlogRibbon--red .BlogRibbon-text::after,
.BlogRibbon--red .BlogRibbon-text {
  background: #d91015;
  background: linear-gradient(to bottom, #f7a78d 0%, #d91015 100%);
}

.BlogRibbon-text::before,
.BlogRibbon-text::after {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.BlogRibbon-text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
      -ms-transform: translateX(-15%) skewX(-45deg);
          transform: translateX(-15%) skewX(-45deg);
}

.BlogRibbon-text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
      -ms-transform: translateX(15%) skewX(45deg);
          transform: translateX(15%) skewX(45deg);
}

.BlogRibbon-sup {
  vertical-align: baseline;
}

@media all and (max-width: 41.875em) {
  .Blog {
    position: relative;
    padding-bottom: 2.714em;
  }

  .Blog--hMedium .Blog-figure,
  .Blog--hMedium .Blog-content {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-height: 1em;
  }

  .Blog--hMedium .Blog-figure,
  .Blog--hMedium .Blog-content {
    float: left;
    width: 50%;
  }

  .Blog--hMedium .Blog-figure {
    padding: 0;
  }

  .Blog--hMedium .Blog-content {
    padding: 1em;
  }

  .Blog--hMedium .Blog-infos {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-height: 1em;
  }

  .Blog--hMedium .Blog-infos {
    float: left;
    width: 100%;
  }

  .Blog--hMedium .Blog-infos {
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.23),
      0 -1px 0 rgba(0,0,0,0.23);
    padding: 0.5em 1.5em;
    margin-bottom: 1px;
    height: 2.857em;
  }

  .BlogInfo-label span {
    display: none;
  }
}

/**
 * Desktop views
 * -------------
 */

@media all and (min-width: 64.05em) {
  .Blog-image {
    opacity: 1;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    /* FIXME(ooflorent): Removing this breaks `object-fit` */
    box-shadow: 0 0 0 #000;
  }

  .Blog-figureLink:hover .Blog-image {
    opacity: 0.7;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}

.Directory-filters {
  background-color: white;
  margin-left: -0.5em;
  margin-right: -0.5em;
  box-shadow: 0 0 1px rgba(0, 0, 0, .07);
  margin-bottom: 1em;
}

.DirectoryFilters-active {
  margin-left: 1.428em;
}

.DirectoryFilters-categories > .DirectoryFilter-list {
  max-height: 320px;
  overflow-y: scroll;
}

.Directory-blogs {
  margin-top: 1px;
}

.DirectoryFilter {
  position: relative;
  display: inline-block;
}

.DirectoryFilter-list {
  position: absolute;
  left: 0;
  top: 2.857em;
  z-index: 2;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  list-style: none;
  padding: 0.357em 1.071em;
  margin: 0;
  min-width: 18.571em;
}

.DirectoryFilter.js-dropdown .DirectoryFilter-list {
  display: none;
}

.DirectoryFilter.js-dropdown--open .DirectoryFilter-list {
  display: block;
}

.DirectoryFilter-elementList {
  line-height: 2.857em;
}

.DirectoryFilter-elementList--selected {
  color: #ff6f39;
}

.DirectoryFilterDropdown {
  line-height: 2.857em;
  background-color: #FAFAFA;
  box-shadow: 1px 0 0 #F0F0F0;
  display: inline-block;
  padding: 0 1.428em;
}

.DirectoryFilterDropdown:hover {
  cursor: pointer;
}

.DirectoryFilterDropdown-label {
  font-weight: bold;
}

.DirectoryFilterDropdown-icon {
  color: #919191;
  margin-left: 10px;
}

.DirectoryActiveFilters-filter {
  color: #ff6f39;
}

.Directory-categories {
  list-style-type: none;
  padding-left: 0;
}

.Directory-category {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}

.Directory-category:before {
  content: "\00BB";
  color: #ababab;
  font-size: 1.571em;
  line-height: 0.727em;
  position: absolute;
  left: 0;
}

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

.DirectoryCategory-tags {
  font-size: 0.785em;
  color: #ababab;
}

@media all and (max-width: 41.875em) {
  .DirectoryFilters-categories,
  .DirectoryFilters-orders {
    width: 49%;
  }

  .DirectoryFilters-categories .DirectoryFilter-Dropdown,
  .DirectoryFilters-orders .DirectoryFilter-Dropdown {
    width: 100%;
  }

  .DirectoryFilter {
    position: inherit;
  }

  .DirectoryFilter-list {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
  }
}

.Autopromo {
  background: #ff6f42;
  padding: 1.071em;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  min-height: 120px;
}

.Autopromo-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.071em;
}

.Autopromo-text {
  color: #fff;
  font-size: 1.285em;
  font-family: "Lato";
  margin-bottom: 0.642em;
  line-height: 1.285em;
  max-height: 5.142em;
  overflow: hidden;
}

.Autopromo-button {
  background-color: #fff;
  color: #ff6f39;
}

.Autopromo-button:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #ff6f39;
}

.Autopromo-container {
  height: 17.857em;
  position: relative;
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.Autopromo-ad {
  position: absolute;
}

.Autopromo-container .Autopromo {
  position: absolute;
  left: calc(300px + 1em);
  right: 0;
}

.Autopromo-container .Autopromo-content {
  padding: 1em;
}

@media all and (min-width: 64.05em) and (max-width: 85em) {
  .ArticleAutopromo-container .Article-figure {
    width: 25%;
  }

  .ArticleAutopromo-container .Article-content {
    width: 75%;
  }

  .ArticleAutopromo-article {
    padding-right: 0;
  }
}

@media all and (max-width: 41.875em) {
  .Autopromo-container .Autopromo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    left: auto;
    right: auto;
  }
}

.BottomFixedAd {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  z-index: 1;
  transition: bottom 0.2s ease-in-out;
}

.BottomFixedAd--hidden {
  bottom: -50px;
}

.Adsense {
  background-color: white;
  padding: 1em;
}

.Adsense-adsByGoogle {
  margin-top: 0;
  font-size: 0.785em;
  color: #ababab;
}

.Adsense-adsContent {
  margin-bottom: 1em;
}

.Adsense-adsContent:last-child {
  margin-bottom: 0;
}

.Adsense-adTitle {
  font-family: "Lato";
  font-weight: bold;
  margin: 0;
}

.Adsense-adDescription {
  margin: 0;
}

.Adsense-adLink {
  margin: 0;
  color: #ff6f39;
}

.MagazineLabel {
  color: #fff;
  padding: 0.4em;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0.3em;
  white-space: nowrap;
  display: inline-block;
}

.MagazineLabel:hover {
  color: #fff;
}

.MagazineLabel--television-film {
  background: #47cec5;
}

.MagazineLabel--music {
  background: #9c55b8;
}

.MagazineLabel--entertainment {
  background: #227fbb;
}

.MagazineLabel--home-cooking {
  background: #ff67a7;
}

.MagazineLabel--glamour {
  background: #f012be;
}

.MagazineLabel--celebrities {
  background: #ffd100;
}

.MagazineLabel--high-tech {
  background: #64d2e8;
}

.MagazineLabel--business {
  background: #e94b35;
}

.MagazineLabel--sport {
  background: #1ecd6d;
}

.MagazineLabel--society {
  background: #85144B;
}

.Magazine--cinema-tv .Adsense-adLink {
  color: #47cec5;
}

.Magazine--musique .Adsense-adLink {
  color: #9c55b8;
}

.Magazine--loisirs-culture .Adsense-adLink {
  color: #227fbb;
}

.Magazine--deco-cuisine .Adsense-adLink {
  color: #ff67a7;
}

.Magazine--mode-beaute .Adsense-adLink {
  color: #f012be;
}

.Magazine--people .Adsense-adLink {
  color: #ffd100;
}

.Magazine--high-tech .Adsense-adLink {
  color: #64d2e8;
}

.Magazine--business .Adsense-adLink {
  color: #e94b35;
}

.Magazine--sport .Adsense-adLink {
  color: #1ecd6d;
}

.Magazine--societe .Adsense-adLink {
  color: #85144B;
}

.Marketing-title {
  font-size: 32px;
  text-align: center;
}

.Marketing-subtitle {
  font-weight: 300;
  font-size: 1.285em;
  text-align: center;
}

.Marketing-block--withNav {
  margin-right: 0;
}

.Marketing-nav {
  padding-right: 0;
}

.Marketing-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.Marketing-elementList {
  border-left: 4px solid transparent;
  background-color: #f9f9f9;
}

.Marketing-content {
  padding: 1.428em;
}

.Marketing-block--withNav .Marketing-content {
  margin-left: 0;
  padding: 2.142em;
}

.MarketingElementList {
  /*height: em(55px);*/
  padding-top: 0.714em;
  padding-bottom: 0.714em;
}

.MarketingElementList:hover,
.MarketingElementList--selected {
  border-left: 4px solid #ff6f42;
  color: black;
}

.MarketingElementList-link {
  display: table;
  width: 100%;
  height: 100%;
}

.Marketing-elementList:hover .MarketingElementList-link,
.MarketingElementList--selected .MarketingElementList-link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.MarketingElementList-title {
  display: table-cell;
  font-size: (em14px);
  vertical-align: middle;
  word-wrap: break-word;
  padding-left: 2.142em;
  padding-right: 1.428em;
}

.MarketingElementList-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.714em;
  color: #919191;
  width: 15px;
}

.MarketingContent-text > :first-child {
  margin-top: 0;
}

.MarketingContent-text > :last-child {
  margin-bottom: 0;
}

.MarketingContent-text .premium-comparison {
  /*border: 1px solid black;*/
}

/*.choice {
    color: white;
    padding: 5px;
    position: relative;
    width: 70px;
    margin: 0 5px;
  }

  .choice:after {
    content: '';
    border-style: solid;
    border-width: 20px 35px 0 35px;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
  }

  .choice.basic {
    background-color: #0895CD;
  }

  .choice.basic:after {
    border-color: #0895CD transparent transparent transparent;
  }

  .choice.individual {
    background-color: #0071AF;
  }

  .choice.individual:after {
    border-color: #0071AF transparent transparent transparent;
  }

  .choice.business {
    background-color: #06608A;
  }

  .choice.business:after {
    border-color: #06608A transparent transparent transparent;
  }*/

/* Premium tab */

.MarketingContent-text .premium-comparison {
  width: 100%;
}

.MarketingContent-text .premium-comparison thead .choice .choice-title {
  display: block;
  font-weight: 900;
  font-family: "Lato";
  font-size: 1.285em;
  margin-bottom: 1.071em;
}

.MarketingContent-text .premium-comparison thead .choice .choice-price {
  display: block;
  font-weight: normal;
  font-family: "Lato";
  font-size: 1.142em;
  white-space: nowrap;
  padding: 0 5px;
}

.MarketingContent-text .premium-comparison tbody td,
.MarketingContent-text .premium-comparison thead th {
  border: 1px solid #e7e7e7;
  padding: 5px;
}

.MarketingContent-text .premium-comparison tbody tr td {
  background-color: white;
}

.MarketingContent-text .premium-comparison tbody tr.comparison-title td {
  border: 1px solid #e7e7e7;
}

.MarketingContent-text .premium-comparison tbody tr td:nth-last-child(-n+3) {
  text-align: center;
  font-weight: bold;
}

.MarketingContent-text .premium-comparison tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.MarketingContent-text .premium-comparison tbody .comparison-title td {
  text-align: left !important;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: white !important;
  padding-top: 15px;
}

.MarketingContent-text .premium-comparison tbody td.checked:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #7ED321;
}

.MarketingContent-text .premiumchoice-container-boxes {
  text-align: center;
}

.MarketingContent-text .premiumchoice-container-boxes h4 {
  text-align: left;
  font-weight: 1.285em;
}

.MarketingContent-text .premiumchoice-box {
  display: inline-block;
  width: 14.285em;
  border: 1px solid #ff6f39;
  text-align: center;
}

.MarketingContent-text .premiumchoice-box h3 {
  font-size: 1.642em;
  margin-bottom: 0.714em;
}

.MarketingContent-text .premiumchoice_box_description {
  display: block;
  padding-bottom: 0.714em;
}

.MarketingContent-text .premiumchoice_box_description .price {
  font-size: 2.142em;
  color: #ff6f39;
}

.MarketingContent-text .premiumchoice_box_button {
  display: block;
  padding: 10px;
  border-radius: 0;
}

@media all and (max-width: 41.875em) {
  .Marketing-nav {
    width: 100%;
  }

  .Marketing-block--withNav .Marketing-content {
    float: none;
    background-color: white;
    width: 100%;
  }
}

.Error-title {
  font-size: 32px;
  text-align: center;
}

.Error-content {
  padding: 1.428em;
}

.Premium-title {
  font-size: 32px;
  text-align: center;
}

.Premium-subtitle {
  font-weight: 300;
  font-size: 1.285em;
  text-align: center;
}

.Premium-buttonContainer {
  margin-bottom: 2em;
}

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

.Premium-content {
  padding: 0;
}

.Premium-advantages {
  margin: 0;
  padding: 1em;
}

.PremiumAdvantagesBox {
  border: 1px solid #ECF0F1;
  padding: 0;
}

.PremiumAdvantagesBox-header {
  background-color: #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  text-align: center;
  padding: 0.714em;
}

.PremiumAdvantagesBox-title {
  margin: 0;
  font-size: 1.285em;
}

.PremiumAdvantagesBox-content {
  border: 1px solid #ECF0F1;
  padding: 1em;
}

.PremiumAdvantagesBox-price {
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 1em;
}

.PremiumAdvantagesBox-priceValue {
  font-family: "Lato";
  font-size: 3em;
}

.PremiumAdvantagesBox-priceUnit {
  font-size: 1.285em;
}

.PremiumAdvantagesBox-list {
  list-style: none;
  padding: 0;
}

.PremiumAdvantagesBox-elementList {
  font-size: 16px;
  margin-bottom: 1.071em;
}

.PremiumAdvantagesBox-iconList {
  color: #7ED321;
}

.PremiumAdvantagesBox-startButton {
  display: block;
}

.PremiumAdvantagesBox-businessLink {
  font-weight: bold;
  color: #ff6f39;
  text-align: center;
  margin-bottom: 0;
}

.PremiumAdvantagesList {
  padding: 0;
  padding-right: 0.5em;
}

.PremiumAdvantagesList-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PremiumAdvantagesList-element {
  display: table;
  width: 100%;
}

.PremiumAdvantagesList-elementIcon {
  display: table-cell;
  font-size: 3.571em;
  vertical-align: middle;
  color: #BAC2C4;
  text-align: center;
}

.PremiumAdvantagesList-elementContent {
  display: table-cell;
}

.PremiumAdvantagesList-elementTitle {
  font-size: 1.5em;
  margin: 0;
}

.PremiumAdvantagesList-elementDescription {
  margin-top: 0.357em;
}

.PremiumPromo {
  background-color: #F9F9F9;
  padding: 1em;
  margin: 0;
}

.PremiumPromo-content {
  padding: 0;
}

.PremiumPromo-icon {
  font-size: 3.571em;
  vertical-align: middle;
  color: #BAC2C4;
  text-align: center;
}

.PremiumPromo-title {
  font-size: 1.285em;
  margin: 0;
  font-weight: bold;
}

.PremiumPromo-subtitle {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

.PremiumPromo-code {
  vertical-align: middle;
  padding: 1em;
}

.PremiumPromo-inputCode {
  text-align: center;
  padding: 1.071em;
  background-color: #7FCFE3;
  color: white;
  font-weight: bold;
  border: 0;
  width: 100%;
}

.PremiumTestimonies {
  padding-top: 0.5em;
  padding-left: 0;
}

.PremiumTestimonies-title {
  font-size: 1.857em;
  text-align: center;
}

.PremiumTestimony {
  margin-bottom: 1em;
}

.PremiumTestimony-title {
  margin-top: 0;
  font-size: 1.285em;
}

.PremiumTestimony-figure {
  display: block;
  margin: 0;
  border-radius: 50%;
}

.PremiumTestimony-image {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid white;
  margin: auto;
}

.PremiumTestimony-description a {
  color: #ff6f39;
}

.single-page .premium-testimonies li:before {
  width: 283px;
  height: 212px;
  background-image: url(../../images/portal/sprite/sprite-landing-premium-page.png);
  content: '';
  float: left;
  background-position: -72px -18px;
}

.single-page li.premium-testimony-1:before {
  background-position: -72px -1188px;
}

.single-page li.premium-testimony-2:before {
  background-position: -72px -252px;
}

.single-page li.premium-testimony-3:before {
  background-position: -72px -486px;
}

.single-page li.premium-testimony-4:before {
  background-position: -72px -720px;
}

.single-page li.premium-testimony-1-business:before {
  background-position: -72px -954px;
}

.single-page li.premium-testimony-2-business:before {
  background-position: -72px -1188px;
}

.single-page li.premium-testimony-3-business:before {
  background-position: -72px -1422px;
}

.single-page .premium-advantages li:before {
  width: 60px;
  height: 50px;
  background-image: url(../../images/portal/sprite/sprite-landing-premium-page.png);
  content: '';
  float: left;
}

.single-page .premium-advantage-2:before {
  background-position: 0 -61px;
}

.single-page .premium-advantage-3:before {
  background-position: 0 -135px;
}

.single-page .premium-advantage-4:before {
  background-position: 0 -187px;
}

.Cod {
  padding: 1em;
}

.Cod-title {
  margin-top: 0;
}

.Cod-metadata {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
}

.Cod-metadata .Metadata {
  display: inline-block;
  margin: 1em;
}

.Cod-metadata .Metadata:first-child {
  margin-left: 0;
}

.Cod-metadata .Metadata:last-child {
  margin-right: 0;
}

.Cod-snippet {
  font-size: 1.2em;
  font-weight: bold;
}

.Cod-image {
  width: 100%;
}

.Cod-text {
  margin-bottom: 1em;
}

.Cod--television-film .Cod-text h1,
.Cod--television-film .Cod-text h2,
.Cod--television-film .Cod-text h3,
.Cod--television-film .Cod-text h4,
.Cod--television-film .Cod-text h5,
.Cod--television-film a:hover,
.Cod--television-film .Adsense-adLink {
  color: #47cec5;
}

.Cod--music .Cod-text h1,
.Cod--music .Cod-text h2,
.Cod--music .Cod-text h3,
.Cod--music .Cod-text h4,
.Cod--music .Cod-text h5,
.Cod--music a:hover,
.Cod--music .Adsense-adLink {
  color: #9c55b8;
}

.Cod--entertainment .Cod-text h1,
.Cod--entertainment .Cod-text h2,
.Cod--entertainment .Cod-text h3,
.Cod--entertainment .Cod-text h4,
.Cod--entertainment .Cod-text h5,
.Cod--entertainment a:hover,
.Cod--entertainment .Adsense-adLink {
  color: #227fbb;
}

.Cod--home-cooking .Cod-text h1,
.Cod--home-cooking .Cod-text h2,
.Cod--home-cooking .Cod-text h3,
.Cod--home-cooking .Cod-text h4,
.Cod--home-cooking .Cod-text h5,
.Cod--home-cooking a:hover,
.Cod--home-cooking .Adsense-adLink {
  color: #ff67a7;
}

.Cod--glamour .Cod-text h1,
.Cod--glamour .Cod-text h2,
.Cod--glamour .Cod-text h3,
.Cod--glamour .Cod-text h4,
.Cod--glamour .Cod-text h5,
.Cod--glamour a:hover,
.Cod--glamour .Adsense-adLink {
  color: #f012be;
}

.Cod--celebrities .Cod-text h1,
.Cod--celebrities .Cod-text h2,
.Cod--celebrities .Cod-text h3,
.Cod--celebrities .Cod-text h4,
.Cod--celebrities .Cod-text h5,
.Cod--celebrities a:hover,
.Cod--celebrities .Adsense-adLink {
  color: #ffd100;
}

.Cod--high-tech .Cod-text h1,
.Cod--high-tech .Cod-text h2,
.Cod--high-tech .Cod-text h3,
.Cod--high-tech .Cod-text h4,
.Cod--high-tech .Cod-text h5,
.Cod--high-tech a:hover,
.Cod--high-tech .Adsense-adLink {
  color: #64d2e8;
}

.Cod--business .Cod-text h1,
.Cod--business .Cod-text h2,
.Cod--business .Cod-text h3,
.Cod--business .Cod-text h4,
.Cod--business .Cod-text h5,
.Cod--business a:hover,
.Cod--business .Adsense-adLink {
  color: #e94b35;
}

.Cod--sport .Cod-text h1,
.Cod--sport .Cod-text h2,
.Cod--sport .Cod-text h3,
.Cod--sport .Cod-text h4,
.Cod--sport .Cod-text h5,
.Cod--sport a:hover,
.Cod--sport .Adsense-adLink {
  color: #1ecd6d;
}

.Cod--society .Cod-text h1,
.Cod--society .Cod-text h2,
.Cod--society .Cod-text h3,
.Cod--society .Cod-text h4,
.Cod--society .Cod-text h5,
.Cod--society a:hover,
.Cod--society .Adsense-adLink {
  color: #85144B;
}

@media all and (max-width: 41.875em) {
  .Cod-more {
    text-align: center;
  }
}

.Vip {
  position: relative;
}

.Vip-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Vip-cover {
  padding: 0;
}

.Vip-cover-figure {
  margin: 0;
}

.Vip-content,
.Vip-avatar,
.Vip-nickname,
.Vip-since {
  text-align: center;
}

.Vip-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fff;
}

.Vip-nickname {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.142em;
  font-family: "Lato";
}

.Vip-since {
  color: #9b9b9b;
  font-size: .9em;
  font-style: italic;
}

@media all and (min-width: 41.9em) {
  .Vip-content {
    position: relative;
    padding: 40px 1em 2em;
  }

  .Vip-avatar {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
  }
}

@media all and (max-width: 41.875em) {
  .Vip-cover {
    width: 41.66666666666667%;
  }

  .Vip-cover-figure {
    padding-bottom: 100%;
  }

  .Vip-content {
    width: 58.333333333333336%;
  }
}

.Abuse-title {
  font-size: 32px;
  text-align: center;
}

.Abuse-content {
  padding: 1.428em;
}

.Abuse-input {
  width: 100%;
  margin-bottom: 0.714em;
}

.Community:hover {
  color: #ff6f39;
  cursor: pointer;
}

.Community-figure {
  margin: 0;
}

.Community-figure {
  padding: 0;
}

.Community-figureLink {
  background: #fff;
}

.Community-figureLink:hover {
  text-decoration: none;
}

.Community-content {
  padding: 1em;
}

.Community-title {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 900;
  font-size: 1.285em;
  white-space: normal;
  word-wrap: break-word;
}

.Community-description {
  word-wrap: break-word;
}

.CommunityManager {
  font-size: 0.928em;
  font-weight: bold;
}

.CommunityManager-caption {
  color: #ff6f39;
}

.CommunityManager-username {
  color: #ff6f39;
}

.Community-metadata {
  padding: 1em;
  color: #737373;
}

.CommunityMetadata-blogs,
.CommunityMetadata-posts,
.CommunityMetadata-date {
  margin: 0 0 10px;
}

.CommunitySearch {
  position: relative;
  margin-top: 2em;
}

.CommunitySearch-input,
.CommunitySearch-submit {
  outline: 0 none;
}

.CommunitySearch-input {
  width: 100%;
}

.CommunitySearch-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background: none;
  border: 0;
  padding: 0.5em .75em;
  background: #ff6f39;
}

.CommunitySearch-submit .fa {
  font-size: 1.357em;
  margin-left: .5em;
}

.CommunityList {
  margin-bottom: 0;
}

.CommunityResults {
  text-align: center;
}

/**
 * Mobile view
 * -----------
 */

@media all and (max-width: 41.875em) {
  .Community-figure,
  .Community--large .Community-figure {
    width: 41.66666666666667%;
  }

  .Community-figureLink {
    padding-bottom: 66.66666666666666%;
  }

  .Community-content {
    width: 41.66666666666667%;
    padding: 0.5em;
  }

  .Community-metadata {
    display: none;
  }
}

/**
 * Desktop views
 * -------------
 */

@media all and (min-width: 64.05em) {
  .Community-figureImage {
    opacity: 1;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    /* FIXME(ooflorent): Removing this breaks `object-fit` */
    box-shadow: 0 0 0 #000;
  }

  .Community-figureLink:hover .Community-figureImage {
    opacity: 0.7;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
}

.Community-tags {
  margin: 0;
  padding: 0;
  overflow: auto;
  zoom: 1;
}

.Community-tags-item {
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Community-tags-link {
  color: #ff6f39;
}

.Community-index {
  margin: 0;
  padding: 0;
}

.Community-index-link {
  color: #ff6f39;
}

.CommunityTags-seeAll {
  padding-left: 1.5em;
  position: relative;
  top: 0.714em;
}

.CommunityTags-seeAll:before {
  content: "\00BB";
  color: #ababab;
  font-size: 1.571em;
  line-height: 0.727em;
  position: absolute;
  left: 0.3em;
  top: 0;
}

.CommunityPage {
  overflow: hidden;
}

.CommunityPage-subtitle {
  margin: 0;
  padding: .7em 0em;
  font-family: "Lato";
  font-size: 1.142em;
}

.CommunityProfile-avatar {
  vertical-align: middle;
}

.CommunityProfile-avatarImage {
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 0 rgba(0, 0, 0, .1);
  width: 100%;
}

.CommunityProfile-infos {
  color: #737373;
}

.CommunityProfileInfos-blogs,
.CommunityProfileInfos-posts,
.CommunityProfileInfos-date {
  margin: 0 0 10px;
}

.CommunityProfile-name {
  margin: 0;
  word-wrap: break-word;
}

.CommunityProfile-bio {
  font-size: 1.142em;
  font-style: italic;
  margin: 1em 0;
  word-wrap: break-word;
}

.CommunityProfileManager {
  font-size: 0.928em;
  font-weight: bold;
}

.CommunityProfileManager-username {
  color: #ff6f39;
}

.CommunityProfileTags {
  font-size: 0.928em;
  font-weight: bold;
}

.CommunityProfileTags-tag {
  color: #ff6f39;
}

.CommunityProfile-joinButton {
  white-space: normal;
}

/**
 * Preserve aspect ratio until `object-fit` gets supported.
 */

.ua-firefox .Article-figureImage,
.ua-ie .Article-figureImage,
.ua-firefox .Blog-image,
.ua-ie .Blog-image {
  height: auto;
}
