@font-face {
  font-family: 'slate_bold';
  src: url("fonts/slate-webfont.eot");
  src: url("fonts/slate-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/slate-webfont.woff") format("woff"), url("fonts/slate-webfont.ttf") format("truetype"), url("fonts/slate-webfont.svg#slatebold") format("svg");
  font-weight: normal;
  font-style: normal; }

#header_root {
  font-size: 0.8em;
  position: relative;
  width: inherit !important; }
  #header_root #social {
    position: absolute;
    top: 0;
    right: 0; }
    #header_root #social ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      font-size: 0; }
    #header_root #social li {
      display: inline; }
    #header_root #social i {
      color: #670133;
      font-size: 22px;
      line-height: 32px;
      transition: color 0.1s ease-out; }
    #header_root #social i:hover {
      color: #f1921e; }
  #header_root #logo {
    font-family: "slate_bold";
    font-size: 5.6em;
    height: 75px;
    left: 3px;
    letter-spacing: -0.05em;
    position: absolute;
    top: 6px;
    width: 390px; }
    #header_root #logo img {
      border: 0px; }
  #header_root #trending {
    background-color: white;
    height: 67px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 540px;
    z-index: 10; }
    #header_root #trending h1 {
      font-size: 1.3em;
      font-weight: bold;
      margin: 0;
      padding: 0;
      color: #670133; }
    #header_root #trending h2 {
      font-weight: normal;
      font-size: 1em;
      margin: 0;
      padding: 0; }
    #header_root #trending a:hover h1 {
      text-decoration: underline;
      color: #f1921e; }
    #header_root #trending a:hover h2 {
      text-decoration: underline; }
    #header_root #trending .button {
      background-color: #670133;
      color: white;
      cursor: pointer;
      float: right;
      font-family: "slate_bold";
      font-size: 1.1em;
      height: 68px;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.1s ease-out;
      width: 120px; }
      #header_root #trending .button:hover {
        background-color: #f1921e;
        text-decoration: none; }
    #header_root #trending ul {
      background-color: white;
      height: 69px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      transition: all 0.25s ease-out;
      width: 420px;
      margin-top: -32px;
      height: 100px; }
    #header_root #trending.active ul {
      height: 403px; }
    #header_root #trending .icon {
      height: 25px;
      margin: 5px auto 2px;
      width: 22px; }
      #header_root #trending .icon .bar {
        background-color: white;
        float: left;
        margin: 0 2px 0 0;
        padding: 0;
        width: 5px; }
        #header_root #trending .icon .bar:nth-child(1) {
          height: 15px;
          margin-top: 10px; }
        #header_root #trending .icon .bar:nth-child(2) {
          height: 25px; }
        #header_root #trending .icon .bar:nth-child(3) {
          height: 20px;
          margin-top: 5px; }
    #header_root #trending .arrow {
      background-color: transparent;
      border: 8px solid transparent;
      border-top-color: white;
      height: 0;
      margin: 5px auto 0px;
      width: 0; }
    #header_root #trending.active .arrow {
      border: 8px solid transparent;
      border-bottom-color: white;
      margin: 0 auto 5px; }
    #header_root #trending article {
      border-top: 1px solid #d8d8d8;
      height: 100px;
      overflow: hidden; }
      #header_root #trending article figure {
        float: left;
        margin: 0 5px 0 0;
        padding: 0; }
      #header_root #trending article img {
        float: left;
        height: 100px;
        width: 150px; }
      #header_root #trending article hgroup {
        padding: 5px; }
    #header_root #trending li:first-child article {
      border-top: none; }
  #header_root #header_top {
    height: 100px;
    position: relative;
    width: 940px; }
  #header_root #logo a:hover {
    text-decoration: none; }
  #header_root #logo img {
    float: left;
    height: 100px;
    margin-right: 10px;
    padding-left: 2px;
    width: 140px; }
  #header_root .countries {
    background-color: #f0eaed;
    height: 40px;
    position: relative;
    text-align: center; }
    #header_root .countries > ul {
      border-bottom: none;
      color: white;
      font-size: 0;
      padding: 0; }
      #header_root .countries > ul > li {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0px 6px;
        text-align: left;
        text-transform: uppercase; }
        #header_root .countries > ul > li.more {
          float: left; }
          #header_root .countries > ul > li.more .country li {
            font-size: 13px;
            line-height: 2em;
            display: block; }
            #header_root .countries > ul > li.more .country li.primary {
              display: none; }
          #header_root .countries > ul > li.more ul {
            -webkit-column-count: 4;
            -moz-column-count: 4;
            -ms-column-count: 4;
            column-count: 4; }
            #header_root .countries > ul > li.more ul li + li {
              margin-left: 0; }
          #header_root .countries > ul > li.more .icon,
          #header_root .countries > ul > li.more .icon:before,
          #header_root .countries > ul > li.more .icon:after {
            width: 16px;
            height: 3px;
            display: block;
            position: absolute;
            top: 18px;
            background: black;
            content: ""; }
          #header_root .countries > ul > li.more .icon:before {
            top: -6px; }
          #header_root .countries > ul > li.more .icon:after {
            top: 6px; }
        #header_root .countries > ul > li a {
          display: block;
          text-decoration: none;
          min-width: 16px; }
        #header_root .countries > ul > li.active, #header_root .countries > ul > li:hover {
          background: white; }
          #header_root .countries > ul > li.active .country, #header_root .countries > ul > li:hover .country {
            display: block;
            z-index: 5;
            opacity: 1;
            height: auto; }
  #header_root .country {
    min-height: 260px;
    z-index: -999;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    margin: 0;
    background: #333;
    height: 0;
    opacity: 0; }
    #header_root .country h4 {
      font-size: 1.5em;
      padding: 0;
      margin: 0 28px; }
    #header_root .country h5 {
      padding: 0;
      margin: 0;
      line-height: 1em; }
    #header_root .country a {
      color: white; }
      #header_root .country a:hover {
        color: white;
        text-decoration: underline; }
    #header_root .country ul {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 0; }
    #header_root .country li {
      display: inline-block;
      padding: 0;
      text-align: center;
      font-size: 16px;
      width: 160px;
      vertical-align: top;
      margin-bottom: 1em; }
    #header_root .country li + li {
      margin-left: 20px; }
    #header_root .country figure {
      margin: 0;
      margin-bottom: 1em;
      line-height: 0;
      width: 160px;
      max-height: 120px;
      overflow: hidden;
      position: relative;
      background: #333; }
      #header_root .country figure:empty {
        height: 120px;
        background: #555; }
        #header_root .country figure:empty:after {
          color: #aaa;
          content: "Slate Afrique";
          height: 120px;
          left: 0;
          line-height: 120px;
          position: absolute;
          text-align: center;
          top: 0;
          width: 160px; }
    #header_root .country img {
      width: 160px; }
  #header_root .mandarine {
    color: #f1921e; }
  #header_root .burgundy {
    color: #670133; }
  #header_root .bg_mandarine {
    background-color: #f1921e; }
  #header_root .bg_burgundy {
    background-color: #670133; }
  #header_root a {
    color: black;
    text-decoration: none; }
  #header_root .clearer {
    clear: both; }
  #header_root ul {
    list-style: none; }

#une {
  margin-top: 0; }

#wrapper_main {
  border: 1px solid #ccc;
  border-bottom: none; }

#page_slate_menu {
  top: 0; }
