/*
Theme Name: Belgium Underground
Author: Cécile Habran pour PointCulture
Author URI: http://www.pointculture.be
Description: Thème pour les pages de lancement et le blog de l'application Belgium Underground
25/11
*/
/* FONTS
----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Titillium';
  src: url('fonts/titilliumweb-regular-webfont.eot');
  src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titilliumweb-regular-webfont.woff2') format('woff2'), url('fonts/titilliumweb-regular-webfont.woff') format('woff'), url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'), url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/titilliumweb-italic-webfont.eot');
  src: url('fonts/titilliumweb-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titilliumweb-italic-webfont.woff2') format('woff2'), url('fonts/titilliumweb-italic-webfont.woff') format('woff'), url('fonts/titilliumweb-italic-webfont.ttf') format('truetype'), url('fonts/titilliumweb-italic-webfont.svg#titillium_webregular') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/titilliumweb-bold-webfont.eot');
  src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titilliumweb-bold-webfont.woff2') format('woff2'), url('fonts/titilliumweb-bold-webfont.woff') format('woff'), url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'), url('fonts/titilliumweb-bold-webfont.svg#titillium_webregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/titilliumweb-bolditalic-webfont.eot');
  src: url('fonts/titilliumweb-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titilliumweb-bolditalic-webfont.woff2') format('woff2'), url('fonts/titilliumweb-bolditalic-webfont.woff') format('woff'), url('fonts/titilliumweb-bolditalic-webfont.ttf') format('truetype'), url('fonts/titilliumweb-bolditalic-webfont.svg#titillium_webregular') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
}
button {
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
}
input,
textarea {
  font-family: 'Titillium';
  font-weight: 300;
}
.edit-link {
  display: none;
}
input[type="search"],
input[type="text"],
input[type="email"],
.yikes-easy-mc-email,
.yikes-easy-mc-form input[type=email],
#yikes-easy-mc-form-1-EMAIL,
textarea {
  border: 1px solid #656565;
  font-size: 16px;
  padding: 4px 28px;
  color: #e5e5e5;
  background: #141414;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
.yikes-easy-mc-email:focus,
.yikes-easy-mc-form input[type=email]:focus,
#yikes-easy-mc-form-1-EMAIL:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #00ff72;
}
.home .yikes-easy-mc-form input {
  padding: 10px;
  min-width: 300px;
}
.home .yikes-easy-mc-email {
  max-width: 400px;
  width: auto !important;
  float: left;
  margin: 0 !important;
}
.home .yikes-easy-mc-email p {
  margin: 0;
}
.home .yks_form_error_message {
  padding: 0;
}
.home #yks_form_error_message ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.home .yks_error_field_required {
  border: 1px solid #00ff72 !important;
  background: #141414 !important;
}
.home .yks-mailchimpFormContainerInner {
  margin-top: 20px;
}
.home .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  float: left;
  min-height: 0;
  width: auto;
  padding: 8px 30px !important;
  line-height: 1;
  font-weight: bold;
  font-family: Titillium;
  font-size: 16px;
  margin: 0 15px !important;
}
.home .yikes-easy-mc-form .yikes-easy-mc-submit-button .ykfmc-submit {
  margin: 0 0 0 15px;
}
.home .yikes-easy-mc-form .yikes-easy-mc-submit-button img {
  padding: 5px 0 0 5px;
}
textarea {
  width: 100%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"] {
  height: 20px;
  width: 20px;
  border: 1px solid #656565;
  background: #141414;
  margin-right: 5px;
  vertical-align: bottom;
}
input[type="radio"]:checked {
  background: #00ff72;
}
input[type="submit"] {
  background: #00ff72;
  border: none;
  color: #141414;
  font-size: 16px;
  padding: 5px;
  font-weight: normal;
}
input[type="submit"]:hover {
  background: #00ff72;
  cursor: pointer;
}
label {
  display: block;
}
.wpcf7-list-item {
  display: block;
  float: none;
  margin: 0 0 10px 0 !important;
}
.wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}
span.wpcf7-not-valid-tip {
  color: #FA008A !important;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  border: 1px solid #FA008A !important;
  margin: 0 !important;
  float: left;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  text-align: center;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #00ff72 !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  width: 100%;
  display: block;
}
@media screen and (max-width: 680px) {
  .home .yks-mailchimpFormDivRow,
  .home .yks-mailchimpFormTableRow {
    float: none;
    clear: both;
  }
  .home .yks-mailchimpFormDivSubmit {
    float: none;
    width: 100%;
    margin: 0px !important;
    clear: both;
    display: block;
  }
  .home .yks-mailchimpFormDivSubmit .ykfmc-submit {
    display: block;
    float: none;
    margin: 20px 0;
  }
}
/* MIXINS (http://css-tricks.com/snippets/css/useful-css3-less-mixins/)
----------------------------------------------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
section.clearfix {
  clear: both;
}
.hidden {
  display: none;
}
/* TYPO
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 24px;
}
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
ul {
  list-style: none;
  margin-top: 16px;
}
ul li {
  position: relative;
  padding-left: 24px;
}
ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 8px;
  color: #33ff8e;
}
p {
  margin-top: 16px;
}
p + ul {
  margin-top: 0;
}
a {
  color: #00ff72;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*h1 a, h2 a, h3 a{
	&:hover{
		border-bottom: none;
	}
}*/
/* VARIABLES
----------------------------------------------------------------------------------------------------*/
/* GRID
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  float: left;
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col.first {
  padding-left: 0;
}
.col.last {
  float: right;
  padding-right: 0;
}
.two-col {
  width: 50%;
}
.three-col {
  width: 75%;
}
.four-col {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .col,
  .two-col,
  .three-col,
  .four-col {
    float: none;
    width: 100%;
  }
  .col + .col {
    padding-top: 20px;
  }
}
/* GENERAL
----------------------------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  background: #141414;
  font-family: Titillium, sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #e5e5e5;
}
section {
  padding: 40px 0;
}
.bg-landingpage {
  background: url('images/bg-landingpage.png') no-repeat center bottom;
  background-size: cover;
}
.main-content {
  background: #2a2a2a;
  padding: 40px 0 60px 0;
}
.main-wrapper {
  overflow: hidden;
}
/* MODULES
----------------------------------------------------------------------------------------------------*/
.blockquote {
  font-size: 24px;
  line-height: 24px;
  border-bottom: 1px solid #00ff72;
  padding: 0 0 10px 0;
  margin: 20px 20px 20px 0;
  float: left;
  width: 34%;
  margin-left: -17%;
  position: relative;
}
.blockquote:before {
  content: '“';
  position: absolute;
  left: -16px;
  top: -4px;
  font-size: 45px;
  color: #00ff72;
}
.divider {
  padding-top: 20px;
  border-bottom: 1px solid #00ff72;
  margin: 0 0 30px 0;
}
.slick-dots {
  list-style: none;
  position: relative;
  top: -16px;
  margin: 0 0 0 12px;
  padding-left: 13%;
  float: left;
}
.slick-dots li {
  float: left;
  padding-left: 12px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #656565;
  padding: 0;
}
.slick-dots li button:hover {
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  border-color: #00ff72;
}
.date:before {
  content: '\f017';
  font-family: 'FontAwesome';
  line-height: 1.2;
  margin-right: 5px;
  vertical-align: bottom;
}
.tags:before {
  content: '\f02b';
  font-family: 'FontAwesome';
  line-height: 1.2;
  margin-right: 5px;
  vertical-align: bottom;
}
.btn,
input[type="submit"],
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  background: #00ff72;
  padding: 10px 30px;
  position: relative;
  top: 0px;
  display: block;
  float: left;
  color: #2a2a2a;
  border: none;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: 20px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.btn.btn-download:before,
input[type="submit"].btn-download:before,
.yikes-easy-mc-form .yikes-easy-mc-submit-button.btn-download:before {
  content: '\f019';
  font-family: 'FontAwesome';
  line-height: 1.2;
  margin-right: 5px;
  vertical-align: bottom;
}
.btn:hover,
input[type="submit"]:hover,
.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
  text-decoration: none;
  background: #1aff80;
  position: relative;
  top: -3px;
}
.breadcrumb {
  line-height: 50px;
  height: 38px;
  color: #00ff72;
  font-size: 24px;
}
.breadcrumb a {
  color: #e5e5e5;
}
.breadcrumb a:hover {
  color: #00ff72;
  text-decoration: none;
}
.breadcrumb .tags:before {
  line-height: 2;
  margin-right: 10px;
}
.slide-container {
  position: relative;
  overflow: hidden;
}
.slide {
  width: 100%;
  float: left;
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -ms-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
}
.slide .btn-slide {
  float: right;
  margin-right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.slide.newsletter-form {
  position: absolute;
  left: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide.newsletter-form label {
  display: none;
}
.slide.newsletter-form input[type="email"] {
  float: left;
  margin-right: 20px;
  padding: 10px 28px;
}
.slide.newsletter-form .cancel {
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .blockquote {
    margin-left: -10%;
  }
  .slick .slick-dots {
    overflow: auto;
    float: none;
    text-align: center;
    position: static;
    padding: 0;
    margin: 0 auto;
  }
  .slick .slick-dots li {
    float: none;
    padding-left: 12px;
    display: inline-block;
    padding: 6px;
  }
  .slide,
  .newsletter-form {
    position: static !important;
  }
  .newsletter-form {
    padding: 10px !important;
    background: #00ff72;
    margin: 0 10px;
    width: auto;
    color: #141414;
  }
  .newsletter-form .cancel {
    color: #141414;
  }
  .slide + .slide {
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    width: 100%;
    max-width: 250px;
    margin: 3px auto 20px auto;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .blockquote {
    display: none;
  }
  .counter .btn {
    display: none;
  }
}
/* HEADER
----------------------------------------------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 300;
}
.main-header .container {
  overflow: visible;
}
.main-header .site {
  margin: 0 10px;
  float: left;
}
.main-menu {
  float: right;
}
.main-menu .btn-main-nav {
  display: none;
}
.main-menu > div {
  float: right;
}
.main-menu .menu {
  float: left;
}
.main-menu .responsive-nav div,
.main-menu .responsive-nav ul {
  float: right;
}
.main-menu .responsive-nav > div > ul {
  margin: 0;
}
.main-menu .responsive-nav > div > ul > li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu .responsive-nav > div > ul > li:before {
  display: none;
}
.main-menu .responsive-nav > div > ul > li a {
  height: 15px;
  padding: 20px;
  display: block;
  line-height: 15px;
  color: #e5e5e5;
}
.main-menu .responsive-nav > div > ul > li a:hover {
  color: #00ff72;
  text-decoration: none;
}
.main-menu .responsive-nav > div > ul > li:hover .sub-menu {
  display: block;
}
.main-menu .responsive-nav > div > ul > li.current-menu-item a {
  color: #00ff72;
}
.main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0;
  z-index: 200;
}
.main-menu .sub-menu li {
  padding: 0;
  margin: 0;
}
.main-menu .sub-menu li:before {
  display: none;
}
.main-menu .sub-menu li a {
  padding: 10px 20px;
  display: block;
  background: #141414;
  color: #e5e5e5 !important;
}
.main-menu .sub-menu li a:hover {
  background: #656565;
}
.language-switcher {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
}
.language-switcher li {
  float: left;
  padding-left: 6px;
}
.language-switcher li a {
  display: block;
  text-transform: uppercase;
  color: #656565;
}
.language-switcher li a:hover {
  color: #00ff72;
  text-decoration: none;
}
.language-switcher li.current-lang a {
  color: #00ff72;
}
.language-switcher li:before {
  display: none;
}
.logo {
  background: url('images/bu-logo.png') no-repeat -20px center;
  font-size: 0;
  color: transparent;
  text-indent: -99999px;
  display: block;
  height: 15px;
  width: 215px;
  padding: 20px 0;
}
@media screen and (max-width: 680px) {
  .main-menu .btn-main-nav {
    z-index: 300;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00ff72;
  }
  .main-menu .btn-main-nav span {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 34px;
    height: 4px;
    margin-top: -2px;
    background-color: white;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .main-menu .btn-main-nav span:before,
  .main-menu .btn-main-nav span:after {
    position: absolute;
    left: 0;
    width: 34px;
    height: 100%;
    background: white;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .main-menu .btn-main-nav span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  .main-menu .btn-main-nav span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
  .open .btn-main-nav span {
    background-color: transparent;
  }
  .open .btn-main-nav span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .open .btn-main-nav span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .main-menu .responsive-nav {
    width: 200px;
    position: absolute;
    right: 0;
    background: #141414;
    right: -200px;
    margin-top: 2px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 2px 6px rgba(42, 42, 42, 0.4);
    -moz-box-shadow: 0 2px 6px rgba(42, 42, 42, 0.4);
    box-shadow: 0 2px 6px rgba(42, 42, 42, 0.4);
    float: none;
  }
  .main-menu.open .responsive-nav {
    right: 0;
    margin-top: 84px;
  }
  .main-menu.open .responsive-nav > div {
    float: left;
  }
  .main-menu.open .responsive-nav > div > ul > li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-menu.open .responsive-nav > div > ul > li a {
    padding: 10px 20px;
  }
  .main-menu.open .language-switcher {
    float: none;
    margin: 0;
    padding: 10px 20px;
  }
  .main-menu.open .language-switcher li {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .logo {
    height: 44px;
  }
}
/* FOOTER
----------------------------------------------------------------------------------------------------*/
.social-links {
  padding: 50px 0;
}
.social-links h2 {
  background: #00ff72;
  color: #2a2a2a;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.social-links ul li {
  display: block;
  padding-left: 0;
  margin-right: 10px;
  float: left;
}
.social-links ul li:before {
  display: none;
}
.social-links ul li a {
  text-align: center;
  display: block;
  width: 42px;
  height: 42px;
  border: 3px solid #656565;
  background: #141414;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
}
.social-links ul li a:after {
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 43px;
}
.social-links ul li a:hover {
  border-color: #00ff72;
  text-decoration: none;
}
.social-links ul li.facebook a:after {
  content: '\f09a';
}
.social-links ul li.twitter a:after {
  content: '\f099';
}
.social-links ul li.google a:after {
  content: '\f0d5';
}
.social-links ul li.youtube a:after {
  content: '\f167';
}
.social-links ul li.linkedin a:after {
  content: '\f0e1';
}
.social-links ul li.pinterest a:after {
  content: '\f231';
}
.social-links ul li.instagram a:after {
  content: '\f16d';
}
.partners {
  padding-bottom: 60px;
}
.partners .pointculture a {
  float: left;
  position: relative;
  padding-left: 90px;
  padding-top: 8px;
  height: 60px;
  font-size: 14px;
}
.partners .pointculture a:before {
  content: '';
  width: 80px;
  height: 60px;
  background: url('images/pointculture-logo.png') no-repeat 20px center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.partners .pointculture a:hover {
  text-decoration: none;
  color: white;
}
.partners .partners-logos {
  list-style: none;
  float: left;
}
.partners .partners-logos li {
  display: inline-block;
  vertical-align: middle;
}
.partners .partners-logos li:before {
  display: none;
}
.partners .partners-logos li a {
  opacity: 0.5;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.partners .partners-logos li a:hover {
  opacity: 1;
}
@media screen and (max-width: 864px) {
  .partners .pointculture {
    padding-left: 70px;
    padding-top: 0;
    max-width: 200px;
  }
  .partners .pointculture:before {
    background-position: 0 0;
  }
}
@media screen and (max-width: 680px) {
  .social-links,
  .partners {
    padding: 20px 0;
  }
  .partners .pointculture {
    float: none;
    margin: 0 auto;
  }
  .partners .partners-logos {
    text-align: center;
    float: none;
  }
  .partners .partners-logos li {
    display: inline-block;
    float: none;
  }
}
/* FRONTPAGE
----------------------------------------------------------------------------------------------------*/
.hero {
  background: #2a2a2a;
}
.home .stories {
  background: rgba(42, 42, 42, 0.9);
}
.hero {
  padding: 0;
  /*	background: url('images/arrow.png') no-repeat left 57px @darkgrey;
*/
}
.hero .slide-container {
  padding: 40px 0;
  background: url('images/bbu-lancement-applis.png') no-repeat -28px bottom;
}
.hero .download {
  float: left;
  width: 48%;
  margin-right: 20px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: 0;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hero .slide {
  min-height: 263px;
}
.hero .arrow {
  position: absolute;
  right: 50%;
  top: 149px;
  margin-right: 10px;
}
.capsule {
  padding: 0;
}
.stories article .inner {
  background: #141414;
  padding: 10px;
}
.stories article h3 {
  color: #00ff72;
  font-size: 24px;
  margin: 0;
}
.stories article p {
  margin: 5px 0 0 0;
}
.stories article .date {
  display: block;
  margin-top: 10px;
  float: none;
  opacity: 0.9;
}
.stories article img {
  width: 100%;
}
.anecdote-content {
  padding-right: 12%;
}
.home .main-content {
  background: none;
  padding: 0;
}
.clock {
  border: 2px solid #656565;
  margin-left: 50px;
  text-align: center;
  padding: 8px;
  color: #00ff72;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
.clock:before {
  content: '\f073';
  font-family: 'FontAwesome';
  color: #656565;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -50px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #656565;
  top: -2px;
  text-align: center;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .anecdote-content {
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (max-width: 680px) {
  .hero .slide-container {
    padding-bottom: 344px;
    padding-top: 20px;
    background: url('images/bbu-lancement-applis.png') no-repeat left bottom;
  }
  .hero .arrow {
    display: none;
  }
}
/* PAGES/POSTS
----------------------------------------------------------------------------------------------------*/
article header h1 {
  margin: 0;
}
article .breadcrumb {
  font-size: 15px;
}
article p,
article table,
article ul,
article ol {
  margin-bottom: 10px;
}
article .date {
  float: left;
  margin-right: 20px;
}
article .tags a {
  color: #e5e5e5;
}
article .tags a:hover {
  color: #00ff72;
  text-decoration: none;
}
article .press-files {
  padding: 20px 10px;
}
article .post-thumbnail {
  margin-bottom: 20px;
}
article ol {
  list-style: decimal;
  list-style-position: indent;
  padding-left: 20px;
}
article ul li {
  padding-left: 20px;
}
article ul li:before {
  left: 0;
}
.juiz_sps_links .juiz_sps_item:before {
  display: none;
}
.juiz_sps_links .juiz_sps_item a .juiz_sps_network_name {
  font-weight: normal !important;
  font-family: Titillium;
}
.social-sharer {
  list-style: none;
  margin: 0;
}
.social-sharer li {
  float: left;
}
.social-sharer li:before {
  display: none;
}
.social-sharer li a {
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  opacity: 0.8;
}
.social-sharer li a:after {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
}
.social-sharer li a:hover {
  border-color: #00ff72;
  text-decoration: none;
  opacity: 1;
}
.social-sharer li.facebook a:after {
  content: '\f09a';
}
.social-sharer li.twitter a:after {
  content: '\f099';
}
@media screen and (max-width: 768px) {
  .article-content {
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  article .breadcrumb,
  article h1 {
    width: 100% !important;
    float: none;
  }
}
/* ARCHIVES
----------------------------------------------------------------------------------------------------*/
.archive article,
.page-template-archive-press article,
.page-template-template-blog article {
  overflow: auto;
}
.archive article h1,
.page-template-archive-press article h1,
.page-template-template-blog article h1 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0;
}
.archive article h1 .name,
.page-template-archive-press article h1 .name,
.page-template-template-blog article h1 .name {
  color: white;
}
.archive article p,
.page-template-archive-press article p,
.page-template-template-blog article p {
  margin: 0;
  float: left;
  clear: both;
}
.archive .archive-content .divider,
.page-template-archive-press .archive-content .divider,
.page-template-template-blog .archive-content .divider {
  margin: 0;
  max-width: 300px;
}
.archive .archive-content .divider + article,
.page-template-archive-press .archive-content .divider + article,
.page-template-template-blog .archive-content .divider + article {
  margin-top: 20px;
}
.archive .date,
.page-template-archive-press .date,
.page-template-template-blog .date,
.archive .tags,
.page-template-archive-press .tags,
.page-template-template-blog .tags {
  margin: 10px 20px 10px 0;
}
@media screen and (max-width: 768px) {
  .archive-content {
    margin: 0 auto;
    float: none !important;
  }
}
/* FEATURES
----------------------------------------------------------------------------------------------------*/
.features {
  background: rgba(20, 20, 20, 0.5);
  padding-bottom: 40px;
}
.features .col {
  padding: 0 !important;
}
.features .description {
  padding: 20px !important;
}
.features h2 {
  color: #2a2a2a;
  padding: 0;
  display: block;
  margin: 0;
  line-height: 35px;
}
.features h2 span {
  background: #00ff72;
  -webkit-box-shadow: 0 0 0 #00ff72, 0 0 0 #00ff72, -5px 0 0 #00ff72, 5px 0 0 #00ff72;
  -moz-box-shadow: 0 0 0 #00ff72, 0 0 0 #00ff72, -5px 0 0 #00ff72, 5px 0 0 #00ff72;
  box-shadow: 0 0 0 #00ff72, 0 0 0 #00ff72, -5px 0 0 #00ff72, 5px 0 0 #00ff72;
}
.features .feature {
  padding: 100px 0;
}
.features .feature .number {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00ff72;
  color: #00ff72;
  display: block;
  text-align: center;
  line-height: 30px;
  position: absolute;
}
.features .feature .description {
  position: relative;
}
.features .feature .description.last {
  padding-right: 60px !important;
}
.features .feature .description.last .number {
  right: 10px;
}
.features .feature .description.first {
  padding-left: 60px !important;
}
.features .feature .description.first .number {
  left: 10px;
}
.page-template-template-features .content-page {
  margin: 0 auto 40px auto;
  float: none;
  text-align: justify;
}
.page-template-template-features .main-content {
  padding-bottom: 0;
}
.page-template-template-features .col h1 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.btn-center {
  text-align: center;
  padding-left: 0;
}
.btn-center .btn {
  float: none;
  display: inline-block;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 680px) {
  .features .feature {
    padding: 40px 0;
  }
  .features .feature .description,
  .features .feature .description.first {
    padding-right: 20px !important;
    padding-left: 60px !important;
  }
  .features .feature .description .number,
  .features .feature .description.first .number {
    left: 10px;
  }
  .features .feature img {
    width: 100%;
  }
}
