/*
 * Project stylesheet
 */
article,
aside,
audio,
canvas,
datagrid,
datalist,
details,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
video {
  display: block;
}
abbr,
eventsource,
mark,
meter,
time,
progress,
output,
bb {
  display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
img {
  border: 0;
  display: block;
  vertical-align: text-bottom;
}
svg:not(:root) {
  overflow: hidden;
}
li li {
  margin-left: 0;
}
li p,
li ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
sup,
sub,
blockquote:before,
blockquote:after {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub,
blockquote:before,
blockquote:after {
  top: 0.5ex;
}
textarea,
table,
td,
th,
code,
pre,
samp,
div,
p {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code,
pre,
samp {
  white-space: pre-wrap;
}
img,
table,
td,
blockquote,
code,
pre,
textarea,
input {
  height: auto;
  max-width: 100%;
}
label,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
label,
button,
input {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}
button {
  border: none;
  background: none;
}
input[type="radio"],
input[type="checkbox"],
input[type="image"] {
  background-color: none;
  border: 0;
  width: auto;
}
textarea {
  border: 1px solid $color-base-lighten;
  resize: vertical;
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Regular.woff") format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Italic.woff") format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff") format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-BoldItalic.woff") format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-weight: 900;
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-ExtraBold.woff") format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-ExtraBoldItalic.woff") format('woff');
}
@font-face {
  font-family: '20mn';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/20mn.eot");
  src: url("../fonts/20mn.eot?#iefix") format('embedded-opentype'), url("../fonts/20mn.woff") format('woff');
}
.icon:after,
.data-icon:after,
[data-icon]:after,
.data-icon-after:after,
[data-icon-after]:after,
.logo:after,
.brand-menu-icon:after,
.icon:before,
.data-icon:before,
[data-icon]:before,
.data-icon-after:before,
[data-icon-after]:before,
.logo:before,
.brand-menu-icon:before {
  font-family: "20mn";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon-after]:after {
  content: attr(data-icon-after);
}
.icon p,
[data-icon] p,
[data-icon-after] p,
.logo p,
.brand-menu-icon p,
.icon ul,
[data-icon] ul,
[data-icon-after] ul,
.logo ul,
.brand-menu-icon ul {
  overflow: hidden;
}
.icon em,
[data-icon] em,
[data-icon-after] em,
.logo em,
.brand-menu-icon em {
  display: none;
}
.border-color-base {
  border: 1px solid #4c4d4e !important;
}
.bg-base {
  background-color: #4c4d4e;
}
.color-base,
.box-footer a {
  color: #4c4d4e;
}
.bg-base-dk-1 {
  background-color: #3d3e3e;
}
.bg-base-lt-1 {
  background-color: #6f7172;
}
.color-base-dk-1 {
  color: #3d3e3e;
}
.color-base-lt-1 {
  color: #6f7172;
}
.bg-base-dk-2 {
  background-color: #2e2e2f;
}
.bg-base-lt-2,
.spinner-small > span {
  background-color: #939496;
}
.color-base-dk-2 {
  color: #2e2e2f;
}
.color-base-lt-2 {
  color: #939496;
}
.bg-base-dk-3 {
  background-color: #1e1f1f;
}
.bg-base-lt-3 {
  background-color: #b7b8b9;
}
.color-base-dk-3 {
  color: #1e1f1f;
}
.color-base-lt-3,
.item-title {
  color: #b7b8b9;
}
.bg-base-dk-4 {
  background-color: #0f0f10;
}
.bg-base-lt-4 {
  background-color: #dbdbdc;
}
.color-base-dk-4 {
  color: #0f0f10;
}
.color-base-lt-4 {
  color: #dbdbdc;
}
.border-color-default {
  border: 1px solid #0b4892 !important;
}
.bg-default,
footer {
  background-color: #0b4892;
}
.color-default {
  color: #0b4892;
}
.bg-default-dk-1 {
  background-color: #093a75;
}
.bg-default-lt-1 {
  background-color: #1068d4;
}
.color-default-dk-1 {
  color: #093a75;
}
.color-default-lt-1 {
  color: #1068d4;
}
.bg-default-dk-2 {
  background-color: #072b58;
}
.bg-default-lt-2 {
  background-color: #3a8cf0;
}
.color-default-dk-2 {
  color: #072b58;
}
.color-default-lt-2 {
  color: #3a8cf0;
}
.bg-default-dk-3 {
  background-color: #041d3a;
}
.bg-default-lt-3 {
  background-color: #7cb3f5;
}
.color-default-dk-3 {
  color: #041d3a;
}
.color-default-lt-3 {
  color: #7cb3f5;
}
.bg-default-dk-4 {
  background-color: #020e1d;
}
.bg-default-lt-4 {
  background-color: #bdd9fa;
}
.color-default-dk-4 {
  color: #020e1d;
}
.color-default-lt-4 {
  color: #bdd9fa;
}
.border-color-sport {
  border: 1px solid #00b9f3 !important;
}
.bg-sport {
  background-color: #00b9f3;
}
.color-sport {
  color: #00b9f3;
}
.bg-sport-dk-1 {
  background-color: #0094c2;
}
.bg-sport-lt-1 {
  background-color: #29ccff;
}
.color-sport-dk-1 {
  color: #0094c2;
}
.color-sport-lt-1 {
  color: #29ccff;
}
.bg-sport-dk-2 {
  background-color: #006f92;
}
.bg-sport-lt-2 {
  background-color: #5fd9ff;
}
.color-sport-dk-2 {
  color: #006f92;
}
.color-sport-lt-2 {
  color: #5fd9ff;
}
.bg-sport-dk-3 {
  background-color: #004a61;
}
.bg-sport-lt-3 {
  background-color: #94e6ff;
}
.color-sport-dk-3 {
  color: #004a61;
}
.color-sport-lt-3 {
  color: #94e6ff;
}
.bg-sport-dk-4 {
  background-color: #002531;
}
.bg-sport-lt-4 {
  background-color: #caf2ff;
}
.color-sport-dk-4 {
  color: #002531;
}
.color-sport-lt-4 {
  color: #caf2ff;
}
.border-color-entertainment {
  border: 1px solid #cc190f !important;
}
.bg-entertainment {
  background-color: #cc190f;
}
.color-entertainment {
  color: #cc190f;
}
.bg-entertainment-dk-1 {
  background-color: #a3140c;
}
.bg-entertainment-lt-1 {
  background-color: #ef3126;
}
.color-entertainment-dk-1 {
  color: #a3140c;
}
.color-entertainment-lt-1 {
  color: #ef3126;
}
.bg-entertainment-dk-2 {
  background-color: #7a0f09;
}
.bg-entertainment-lt-2 {
  background-color: #f3645c;
}
.color-entertainment-dk-2 {
  color: #7a0f09;
}
.color-entertainment-lt-2 {
  color: #f3645c;
}
.bg-entertainment-dk-3 {
  background-color: #520a06;
}
.bg-entertainment-lt-3 {
  background-color: #f79893;
}
.color-entertainment-dk-3 {
  color: #520a06;
}
.color-entertainment-lt-3 {
  color: #f79893;
}
.bg-entertainment-dk-4 {
  background-color: #290503;
}
.bg-entertainment-lt-4 {
  background-color: #fbcbc9;
}
.color-entertainment-dk-4 {
  color: #290503;
}
.color-entertainment-lt-4 {
  color: #fbcbc9;
}
.border-color-economy {
  border: 1px solid #053042 !important;
}
.bg-economy {
  background-color: #053042;
}
.color-economy {
  color: #053042;
}
.bg-economy-dk-1 {
  background-color: #042635;
}
.bg-economy-lt-1 {
  background-color: #0b6b94;
}
.color-economy-dk-1 {
  color: #042635;
}
.color-economy-lt-1 {
  color: #0b6b94;
}
.bg-economy-dk-2 {
  background-color: #031d28;
}
.bg-economy-lt-2 {
  background-color: #11a7e5;
}
.color-economy-dk-2 {
  color: #031d28;
}
.color-economy-lt-2 {
  color: #11a7e5;
}
.bg-economy-dk-3 {
  background-color: #02131a;
}
.bg-economy-lt-3 {
  background-color: #5cc6f3;
}
.color-economy-dk-3 {
  color: #02131a;
}
.color-economy-lt-3 {
  color: #5cc6f3;
}
.bg-economy-dk-4 {
  background-color: #010a0d;
}
.bg-economy-lt-4 {
  background-color: #ade3f9;
}
.color-economy-dk-4 {
  color: #010a0d;
}
.color-economy-lt-4 {
  color: #ade3f9;
}
.border-color-community {
  border: 1px solid #930b48 !important;
}
.bg-community {
  background-color: #930b48;
}
.color-community {
  color: #930b48;
}
.bg-community-dk-1 {
  background-color: #76093a;
}
.bg-community-lt-1 {
  background-color: #d41068;
}
.color-community-dk-1 {
  color: #76093a;
}
.color-community-lt-1 {
  color: #d41068;
}
.bg-community-dk-2 {
  background-color: #58072b;
}
.bg-community-lt-2 {
  background-color: #f03b8c;
}
.color-community-dk-2 {
  color: #58072b;
}
.color-community-lt-2 {
  color: #f03b8c;
}
.bg-community-dk-3 {
  background-color: #3b041d;
}
.bg-community-lt-3 {
  background-color: #f57cb2;
}
.color-community-dk-3 {
  color: #3b041d;
}
.color-community-lt-3 {
  color: #f57cb2;
}
.bg-community-dk-4 {
  background-color: #1d020e;
}
.bg-community-lt-4 {
  background-color: #fabed9;
}
.color-community-dk-4 {
  color: #1d020e;
}
.color-community-lt-4 {
  color: #fabed9;
}
.border-color-weird {
  border: 1px solid #ef2a82 !important;
}
.bg-weird {
  background-color: #ef2a82;
}
.color-weird {
  color: #ef2a82;
}
.bg-weird-dk-1 {
  background-color: #d11066;
}
.bg-weird-lt-1 {
  background-color: #f2559b;
}
.color-weird-dk-1 {
  color: #d11066;
}
.color-weird-lt-1 {
  color: #f2559b;
}
.bg-weird-dk-2 {
  background-color: #9d0c4d;
}
.bg-weird-lt-2 {
  background-color: #f57fb4;
}
.color-weird-dk-2 {
  color: #9d0c4d;
}
.color-weird-lt-2 {
  color: #f57fb4;
}
.bg-weird-dk-3 {
  background-color: #690833;
}
.bg-weird-lt-3 {
  background-color: #f9aacd;
}
.color-weird-dk-3 {
  color: #690833;
}
.color-weird-lt-3 {
  color: #f9aacd;
}
.bg-weird-dk-4 {
  background-color: #34041a;
}
.bg-weird-lt-4 {
  background-color: #fcd4e6;
}
.color-weird-dk-4 {
  color: #34041a;
}
.color-weird-lt-4 {
  color: #fcd4e6;
}
.border-color-partner {
  border: 1px solid #ff5400 !important;
}
.bg-partner {
  background-color: #ff5400;
}
.color-partner {
  color: #ff5400;
}
.bg-partner-dk-1 {
  background-color: #cc4300;
}
.bg-partner-lt-1 {
  background-color: #ff7633;
}
.color-partner-dk-1 {
  color: #cc4300;
}
.color-partner-lt-1 {
  color: #ff7633;
}
.bg-partner-dk-2 {
  background-color: #993200;
}
.bg-partner-lt-2 {
  background-color: #ff9866;
}
.color-partner-dk-2 {
  color: #993200;
}
.color-partner-lt-2 {
  color: #ff9866;
}
.bg-partner-dk-3 {
  background-color: #620;
}
.bg-partner-lt-3 {
  background-color: #fb9;
}
.color-partner-dk-3 {
  color: #620;
}
.color-partner-lt-3 {
  color: #fb9;
}
.bg-partner-dk-4 {
  background-color: #310;
}
.bg-partner-lt-4 {
  background-color: #fdc;
}
.color-partner-dk-4 {
  color: #310;
}
.color-partner-lt-4 {
  color: #fdc;
}
.border-color-planet {
  border: 1px solid #48930b !important;
}
.bg-planet {
  background-color: #48930b;
}
.color-planet {
  color: #48930b;
}
.bg-planet-dk-1 {
  background-color: #3a7609;
}
.bg-planet-lt-1 {
  background-color: #68d410;
}
.color-planet-dk-1 {
  color: #3a7609;
}
.color-planet-lt-1 {
  color: #68d410;
}
.bg-planet-dk-2 {
  background-color: #2b5807;
}
.bg-planet-lt-2 {
  background-color: #8cf03b;
}
.color-planet-dk-2 {
  color: #2b5807;
}
.color-planet-lt-2 {
  color: #8cf03b;
}
.bg-planet-dk-3 {
  background-color: #1d3b04;
}
.bg-planet-lt-3 {
  background-color: #b2f57c;
}
.color-planet-dk-3 {
  color: #1d3b04;
}
.color-planet-lt-3 {
  color: #b2f57c;
}
.bg-planet-dk-4 {
  background-color: #0e1d02;
}
.bg-planet-lt-4 {
  background-color: #d9fabe;
}
.color-planet-dk-4 {
  color: #0e1d02;
}
.color-planet-lt-4 {
  color: #d9fabe;
}
.border-color-media {
  border: 1px solid #000 !important;
}
.bg-media {
  background-color: #000;
}
.color-media {
  color: #000;
}
.bg-media-dk-1 {
  background-color: #000;
}
.bg-media-lt-1 {
  background-color: #333;
}
.color-media-dk-1 {
  color: #000;
}
.color-media-lt-1 {
  color: #333;
}
.bg-media-dk-2 {
  background-color: #000;
}
.bg-media-lt-2 {
  background-color: #666;
}
.color-media-dk-2 {
  color: #000;
}
.color-media-lt-2 {
  color: #666;
}
.bg-media-dk-3 {
  background-color: #000;
}
.bg-media-lt-3 {
  background-color: #999;
}
.color-media-dk-3 {
  color: #000;
}
.color-media-lt-3 {
  color: #999;
}
.bg-media-dk-4 {
  background-color: #000;
}
.bg-media-lt-4 {
  background-color: #ccc;
}
.color-media-dk-4 {
  color: #000;
}
.color-media-lt-4 {
  color: #ccc;
}
.border-color-hightech {
  border: 1px solid #686868 !important;
}
.bg-hightech {
  background-color: #686868;
}
.color-hightech,
.share-comments:before {
  color: #686868;
}
.bg-hightech-dk-1 {
  background-color: #535353;
}
.bg-hightech-lt-1 {
  background-color: #868686;
}
.color-hightech-dk-1 {
  color: #535353;
}
.color-hightech-lt-1 {
  color: #868686;
}
.bg-hightech-dk-2 {
  background-color: #3e3e3e;
}
.bg-hightech-lt-2 {
  background-color: #a4a4a4;
}
.color-hightech-dk-2 {
  color: #3e3e3e;
}
.color-hightech-lt-2 {
  color: #a4a4a4;
}
.bg-hightech-dk-3 {
  background-color: #2a2a2a;
}
.bg-hightech-lt-3 {
  background-color: #c3c3c3;
}
.color-hightech-dk-3 {
  color: #2a2a2a;
}
.color-hightech-lt-3 {
  color: #c3c3c3;
}
.bg-hightech-dk-4 {
  background-color: #151515;
}
.bg-hightech-lt-4 {
  background-color: #e1e1e1;
}
.color-hightech-dk-4 {
  color: #151515;
}
.color-hightech-lt-4 {
  color: #e1e1e1;
}
.border-color-native {
  border: 1px solid #fffacd !important;
}
.bg-native {
  background-color: #fffacd;
}
.color-native {
  color: #fffacd;
}
.bg-native-dk-1 {
  background-color: #fff171;
}
.bg-native-lt-1 {
  background-color: #fffbd7;
}
.color-native-dk-1 {
  color: #fff171;
}
.color-native-lt-1 {
  color: #fffbd7;
}
.bg-native-dk-2 {
  background-color: #ffe815;
}
.bg-native-lt-2 {
  background-color: #fffce1;
}
.color-native-dk-2 {
  color: #ffe815;
}
.color-native-lt-2 {
  color: #fffce1;
}
.bg-native-dk-3 {
  background-color: #b8a600;
}
.bg-native-lt-3 {
  background-color: #fffdeb;
}
.color-native-dk-3 {
  color: #b8a600;
}
.color-native-lt-3 {
  color: #fffdeb;
}
.bg-native-dk-4 {
  background-color: #5c5300;
}
.bg-native-lt-4 {
  background-color: #fffef5;
}
.color-native-dk-4 {
  color: #5c5300;
}
.color-native-lt-4 {
  color: #fffef5;
}
.white {
  color: #fff;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: #fff;
  color: #4c4d4e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1 {
  font-size: 4.8rem;
}
h2,
.h2 {
  font-size: 3.6rem;
}
h3,
.h3,
.mb_title.mb_bloc_title.mb_bloc_main_title {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2.1rem;
}
h5,
.h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.5rem;
}
h1,
.h1 {
  font-family: 'Open Sans';
  font-weight: normal;
}
h2,
.h2 {
  font-family: 'Open Sans';
  font-weight: normal;
}
h3,
.h3,
.mb_title.mb_bloc_title.mb_bloc_main_title {
  font-family: 'Open Sans';
  font-weight: normal;
}
h4,
.h4 {
  font-family: 'Open Sans';
  font-weight: normal;
}
h5,
.h5 {
  font-family: 'Open Sans';
  font-weight: normal;
}
h6,
.h6 {
  font-family: 'Open Sans';
  font-weight: normal;
}
hr {
  clear: both;
  background-color: #4c4d4e;
  border: 0;
  height: 1px;
  margin: 2.4rem 0 4.8rem;
}
tt,
code,
kbd,
samp,
pre {
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #f8f8f8;
  font-size: 1.2em;
}
small {
  font-size: 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  empty-cells: show;
  background-color: #f8f8f8;
}
thead tr {
  background-color: #4c4d4e;
  color: #fff;
}
td,
th {
  border-width: 0;
  padding: 0.6rem 1.2rem;
}
blockquote {
  font-family: 'Open Sans';
  font-size: 4.2rem;
  font-style: italic;
  line-height: 1;
}
blockquote:before,
blockquote:after {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 6rem;
  line-height: 0;
}
blockquote:before {
  content: "\201C";
}
blockquote:after {
  content: "\201D";
}
blockquote.column {
  font-size: 3rem;
}
blockquote .bigger {
  font-size: 4.8rem;
}
blockquote .xl-bigger {
  font-size: 6rem;
}
blockquote .quote-source {
  padding-top: 1.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 419px) {
  html {
    font-size: 50%;
  }
  body {
    font-size: 2.4rem;
  }
  tr {
    border-bottom: 1px solid;
  }
  td,
  th {
    display: block;
    text-align: left;
    border-bottom: 1px solid #dbdbdc;
  }
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-secondary,
footer,
.box-footer,
#country-list .country-help {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.uppercase,
.project-name-21e {
  text-transform: uppercase;
}
.list-pos-outside {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.list-type-none {
  list-style-type: none;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.quote-source {
  font-family: 'Open Sans';
  font-style: italic;
}
.ws-responsive-content,
.ws-responsive-container > iframe,
.ws-responsive-container > object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ws-responsive-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.inline {
  display: inline;
}
.inline > li {
  display: inline;
}
.inline-block,
.spinner > span,
.carousel-caption {
  display: inline-block;
}
.border-none {
  border: none !important;
}
.vsb-hidden {
  visibility: hidden;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.relative {
  position: relative;
}
.clearfix:after,
.section:after,
.box-footer:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.shadowed {
  text-shadow: 2px 2px 6px #000;
}
.rnd-left {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
.rnd-right {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.bg-black-al-1 {
  background: rgba(0,0,0,0.1);
}
.bg-black-al-2 {
  background: rgba(0,0,0,0.2);
}
.bg-black-al-3 {
  background: rgba(0,0,0,0.3);
}
.bg-black-al-4 {
  background: rgba(0,0,0,0.4);
}
.bg-black-al-5 {
  background: rgba(0,0,0,0.5);
}
.bg-black-al-6 {
  background: rgba(0,0,0,0.6);
}
.bg-black-al-7 {
  background: rgba(0,0,0,0.7);
}
.bg-black-al-8 {
  background: rgba(0,0,0,0.8);
}
.bg-black-al-9 {
  background: rgba(0,0,0,0.9);
}
.even {
  background-color: #fff;
}
.odd {
  background-color: #f8f8f8;
}
.bado {
  border: 1px dotted #a7a7a7;
}
.bbdo {
  border-bottom: 1px dotted #a7a7a7;
}
.btdo {
  border-top: 1px dotted #a7a7a7;
}
.brdo {
  border-right: 1px dotted #a7a7a7;
}
.bldo {
  border-left: 1px dotted #a7a7a7;
}
.bad {
  border: 1px dashed #c7c7c7;
}
.bbd {
  border-bottom: 1px dashed #c7c7c7;
}
.btd {
  border-top: 1px dashed #c7c7c7;
}
.brd {
  border-right: 1px dashed #c7c7c7;
}
.bld {
  border-left: 1px dashed #c7c7c7;
}
.bas {
  border: 1px solid #c7c7c7;
}
.bts {
  border-top: 1px solid #c7c7c7;
}
.brs {
  border-right: 1px solid #c7c7c7;
}
.bbs {
  border-bottom: 1px solid #c7c7c7;
}
.bls {
  border-left: 1px solid #c7c7c7;
}
.pa0 {
  padding: 0rem;
}
.pt0 {
  padding-top: 0rem;
}
.pr0 {
  padding-right: 0rem;
}
.pb0 {
  padding-bottom: 0rem;
}
.pl0 {
  padding-left: 0rem;
}
.ma0 {
  margin: 0rem;
}
.mt0 {
  margin-top: 0rem;
}
.mr0 {
  margin-right: 0rem;
}
.mb0 {
  margin-bottom: 0rem;
}
.ml0 {
  margin-left: 0rem;
}
.pa1,
.collapsed .teaser,
.mb_title.mb_bloc_title.mb_bloc_main_title {
  padding: 1.2rem;
}
.pt1 {
  padding-top: 1.2rem;
}
.pr1 {
  padding-right: 1.2rem;
}
.pb1,
.project-title {
  padding-bottom: 1.2rem;
}
.pl1 {
  padding-left: 1.2rem;
}
.ma1 {
  margin: 1.2rem;
}
.mt1 {
  margin-top: 1.2rem;
}
.mr1 {
  margin-right: 1.2rem;
}
.mb1 {
  margin-bottom: 1.2rem;
}
.ml1 {
  margin-left: 1.2rem;
}
.pa2,
.teaser,
.encadre,
.screen-card {
  padding: 2.4rem;
}
.pt2,
.trapeze-wrapper,
.trapeze-reverse-wrapper {
  padding-top: 2.4rem;
}
.pr2 {
  padding-right: 2.4rem;
}
.pb2,
.trapeze-wrapper,
.trapeze-reverse-wrapper {
  padding-bottom: 2.4rem;
}
.pl2 {
  padding-left: 2.4rem;
}
.ma2 {
  margin: 2.4rem;
}
.mt2 {
  margin-top: 2.4rem;
}
.mr2 {
  margin-right: 2.4rem;
}
.mb2 {
  margin-bottom: 2.4rem;
}
.ml2 {
  margin-left: 2.4rem;
}
.pa3 {
  padding: 3.6rem;
}
.pt3 {
  padding-top: 3.6rem;
}
.pr3 {
  padding-right: 3.6rem;
}
.pb3 {
  padding-bottom: 3.6rem;
}
.pl3 {
  padding-left: 3.6rem;
}
.ma3 {
  margin: 3.6rem;
}
.mt3 {
  margin-top: 3.6rem;
}
.mr3 {
  margin-right: 3.6rem;
}
.mb3 {
  margin-bottom: 3.6rem;
}
.ml3 {
  margin-left: 3.6rem;
}
.pa4 {
  padding: 4.800000000000001rem;
}
.pt4 {
  padding-top: 4.800000000000001rem;
}
.pr4 {
  padding-right: 4.800000000000001rem;
}
.pb4 {
  padding-bottom: 4.800000000000001rem;
}
.pl4 {
  padding-left: 4.800000000000001rem;
}
.ma4 {
  margin: 4.800000000000001rem;
}
.mt4 {
  margin-top: 4.800000000000001rem;
}
.mr4 {
  margin-right: 4.800000000000001rem;
}
.mb4 {
  margin-bottom: 4.800000000000001rem;
}
.ml4 {
  margin-left: 4.800000000000001rem;
}
.pa5 {
  padding: 6rem;
}
.pt5 {
  padding-top: 6rem;
}
.pr5 {
  padding-right: 6rem;
}
.pb5 {
  padding-bottom: 6rem;
}
.pl5 {
  padding-left: 6rem;
}
.ma5 {
  margin: 6rem;
}
.mt5 {
  margin-top: 6rem;
}
.mr5 {
  margin-right: 6rem;
}
.mb5 {
  margin-bottom: 6rem;
}
.ml5 {
  margin-left: 6rem;
}
.pa6 {
  padding: 7.2rem;
}
.pt6 {
  padding-top: 7.2rem;
}
.pr6 {
  padding-right: 7.2rem;
}
.pb6 {
  padding-bottom: 7.2rem;
}
.pl6 {
  padding-left: 7.2rem;
}
.ma6 {
  margin: 7.2rem;
}
.mt6 {
  margin-top: 7.2rem;
}
.mr6 {
  margin-right: 7.2rem;
}
.mb6 {
  margin-bottom: 7.2rem;
}
.ml6 {
  margin-left: 7.2rem;
}
.arrow {
  width: 6rem;
  height: 6rem;
  font-size: 3.6rem;
  text-align: center;
  line-height: 6rem;
  color: #fff;
}
.arrow.bg-black-al4:hover {
  background: rgba(0,0,0,0.6);
}
.arrow-up {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3rem;
  -webkit-border-radius: 0 0 6rem 6rem;
  border-radius: 0 0 6rem 6rem;
}
.arrow-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3rem;
  -webkit-border-radius: 6rem 6rem 0 0;
  border-radius: 6rem 6rem 0 0;
}
.arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3rem;
  -webkit-border-radius: 6rem 0 0 6rem;
  border-radius: 6rem 0 0 6rem;
}
.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3rem;
  -webkit-border-radius: 0 6rem 6rem 0;
  border-radius: 0 6rem 6rem 0;
}
@media screen and (min-width: 420px) {
  .arrow {
    width: 9rem;
    height: 9rem;
    font-size: 5.399999999999999rem;
    text-align: center;
    line-height: 9rem;
    color: #fff;
  }
  .arrow.bg-black-al4:hover {
    background: rgba(0,0,0,0.6);
  }
  .arrow-up {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4.5rem;
    -webkit-border-radius: 0 0 9rem 9rem;
    border-radius: 0 0 9rem 9rem;
  }
  .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4.5rem;
    -webkit-border-radius: 9rem 9rem 0 0;
    border-radius: 9rem 9rem 0 0;
  }
  .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4.5rem;
    -webkit-border-radius: 9rem 0 0 9rem;
    border-radius: 9rem 0 0 9rem;
  }
  .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4.5rem;
    -webkit-border-radius: 0 9rem 9rem 0;
    border-radius: 0 9rem 9rem 0;
  }
}
@media screen and (min-width: 768px) {
  .arrow {
    width: 12rem;
    height: 12rem;
    font-size: 7.199999999999999rem;
    text-align: center;
    line-height: 12rem;
    color: #fff;
  }
  .arrow.bg-black-al4:hover {
    background: rgba(0,0,0,0.6);
  }
  .arrow-up {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6rem;
    -webkit-border-radius: 0 0 12rem 12rem;
    border-radius: 0 0 12rem 12rem;
  }
  .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6rem;
    -webkit-border-radius: 12rem 12rem 0 0;
    border-radius: 12rem 12rem 0 0;
  }
  .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6rem;
    -webkit-border-radius: 12rem 0 0 12rem;
    border-radius: 12rem 0 0 12rem;
  }
  .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6rem;
    -webkit-border-radius: 0 12rem 12rem 0;
    border-radius: 0 12rem 12rem 0;
  }
}
.logo {
  display: inline-block;
  padding-top: 4px;
  width: 6rem;
  height: 6rem;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.logo:before {
  content: 'L';
}
.logo.bordered {
  border: 1px solid;
}
.logo.l-small {
  width: auto;
  height: auto;
  padding: 0 0 0.4rem;
  font-size: 2.4rem;
}
.logo.l-small:before {
  content: 'l';
}
.logo em {
  display: none;
}
.project-name-21e {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.project-name-21e sup {
  text-transform: none;
}
#page-content {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
#start {
  color: #fff;
}
.content-centered {
  max-width: 1280px;
  margin: 0 auto;
}
.centered {
  margin: 0 auto;
}
.section {
  position: relative;
}
.section-heading {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.section-heading.bg-img {
  background-image: url(attr(data-bg-img));
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section-heading.bg-base-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #262727;
  box-shadow: inset 0 0 9rem #262727;
}
.section-heading.bg-default-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #052449;
  box-shadow: inset 0 0 9rem #052449;
}
.section-heading.bg-sport-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #005c79;
  box-shadow: inset 0 0 9rem #005c79;
}
.section-heading.bg-entertainment-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #660d08;
  box-shadow: inset 0 0 9rem #660d08;
}
.section-heading.bg-economy-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #021821;
  box-shadow: inset 0 0 9rem #021821;
}
.section-heading.bg-community-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #4a0524;
  box-shadow: inset 0 0 9rem #4a0524;
}
.section-heading.bg-weird-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #830a40;
  box-shadow: inset 0 0 9rem #830a40;
}
.section-heading.bg-partner-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #802a00;
  box-shadow: inset 0 0 9rem #802a00;
}
.section-heading.bg-planet-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #244a05;
  box-shadow: inset 0 0 9rem #244a05;
}
.section-heading.bg-media-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #000;
  box-shadow: inset 0 0 9rem #000;
}
.section-heading.bg-hightech-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #343434;
  box-shadow: inset 0 0 9rem #343434;
}
.section-heading.bg-native-shadowed {
  -webkit-box-shadow: inset 0 0 9rem #e6cf00;
  box-shadow: inset 0 0 9rem #e6cf00;
}
.project-title {
  display: inline-block;
  min-height: 6rem;
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
}
.project-summary {
  font-size: 2.7rem;
  line-height: 1.2;
}
.project-summary small {
  font-size: 0.6em;
}
.section-share li {
  display: inline-block;
}
.section-share li a {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 0.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  line-height: 6.6rem;
  text-shadow: none;
}
.section-share li a:before {
  font-size: 4rem;
}
.section-caption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.6rem;
  font-family: 'Open Sans';
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.section-title {
  font-weight: 900;
  text-transform: uppercase;
}
.content-wrapper {
  position: relative;
  display: table-cell;
  padding: 3rem 0 12rem;
  vertical-align: middle;
}
#comments {
  border-top: 1px solid #fff;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .project-title {
    min-height: 7.2rem;
    font-size: 7.2rem;
  }
  .project-summary {
    max-width: 75%;
  }
  .content-wrapper {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 960px) {
  .content-inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .project-title {
    min-height: 12rem;
    font-size: 12rem;
  }
  .project-summary {
    max-width: 60%;
    font-size: 3.6rem;
  }
}
footer {
  clear: both;
  width: 100%;
  min-height: 30px;
  padding: 6px 24px;
  border-top: 3px solid #73a0d6;
  color: #73a0d6;
}
footer ul {
  float: right;
}
footer li {
  display: inline;
  padding: 0 24px;
  border-left: 1px solid #73a0d6;
}
footer li:first-child {
  padding-left: 0;
  border-left: none;
}
footer a {
  color: #e7e7e7;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 419px) {
  .col-xs-1 {
    float: left;
    width: 8.333%;
  }
  .offset-xs-1 {
    margin-left: 8.333%;
  }
  .col-xs-2 {
    float: left;
    width: 16.667%;
  }
  .offset-xs-2 {
    margin-left: 16.667%;
  }
  .col-xs-3 {
    float: left;
    width: 25%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    float: left;
    width: 33.333%;
  }
  .offset-xs-4 {
    margin-left: 33.333%;
  }
  .col-xs-5 {
    float: left;
    width: 41.667%;
  }
  .offset-xs-5 {
    margin-left: 41.667%;
  }
  .col-xs-6 {
    float: left;
    width: 50%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    float: left;
    width: 58.333%;
  }
  .offset-xs-7 {
    margin-left: 58.333%;
  }
  .col-xs-8 {
    float: left;
    width: 66.667%;
  }
  .offset-xs-8 {
    margin-left: 66.667%;
  }
  .col-xs-9 {
    float: left;
    width: 75%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    float: left;
    width: 83.333%;
  }
  .offset-xs-10 {
    margin-left: 83.333%;
  }
  .col-xs-11 {
    float: left;
    width: 91.667%;
  }
  .offset-xs-11 {
    margin-left: 91.667%;
  }
  .col-xs-12 {
    float: left;
    width: 100%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 420px) {
  .col-sm-1 {
    float: left;
    width: 8.333%;
  }
  .offset-sm-1 {
    margin-left: 8.333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.667%;
  }
  .offset-sm-2 {
    margin-left: 16.667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333%;
  }
  .offset-sm-4 {
    margin-left: 33.333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.667%;
  }
  .offset-sm-5 {
    margin-left: 41.667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333%;
  }
  .offset-sm-7 {
    margin-left: 58.333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.667%;
  }
  .offset-sm-8 {
    margin-left: 66.667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333%;
  }
  .offset-sm-10 {
    margin-left: 83.333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.667%;
  }
  .offset-sm-11 {
    margin-left: 91.667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333%;
  }
  .offset-md-1 {
    margin-left: 8.333%;
  }
  .col-md-2 {
    float: left;
    width: 16.667%;
  }
  .offset-md-2 {
    margin-left: 16.667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4,
  .desc {
    float: left;
    width: 33.333%;
  }
  .offset-md-4 {
    margin-left: 33.333%;
  }
  .col-md-5 {
    float: left;
    width: 41.667%;
  }
  .offset-md-5 {
    margin-left: 41.667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333%;
  }
  .offset-md-7 {
    margin-left: 58.333%;
  }
  .col-md-8 {
    float: left;
    width: 66.667%;
  }
  .offset-md-8 {
    margin-left: 66.667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333%;
  }
  .offset-md-10 {
    margin-left: 83.333%;
  }
  .col-md-11 {
    float: left;
    width: 91.667%;
  }
  .offset-md-11 {
    margin-left: 91.667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 960px) {
  .col-lg-1 {
    float: left;
    width: 8.333%;
  }
  .offset-lg-1 {
    margin-left: 8.333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.667%;
  }
  .offset-lg-2 {
    margin-left: 16.667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333%;
  }
  .offset-lg-4 {
    margin-left: 33.333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.667%;
  }
  .offset-lg-5 {
    margin-left: 41.667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333%;
  }
  .offset-lg-7 {
    margin-left: 58.333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.667%;
  }
  .offset-lg-8 {
    margin-left: 66.667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333%;
  }
  .offset-lg-10 {
    margin-left: 83.333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.667%;
  }
  .offset-lg-11 {
    margin-left: 91.667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
#navigation {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 4.8rem;
  border-bottom: 1px solid #0a4183;
  background: #f8f8f8;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 4.8rem;
}
#navigation a {
  color: #b7b8b9;
}
#navigation a:hover,
#navigation a:hover span,
#navigation .active a,
#navigation .active span {
  color: #4c4d4e;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  border-bottom-color: #0b4892;
}
#navigation:hover {
  border-bottom-color: #0b4892;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.site-title,
#navigation li {
  float: left;
  height: inherit;
}
.brand {
  position: static;
  display: none;
  float: left;
  height: 4.5rem;
  margin: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 4.8rem;
  line-height: 1;
}
.brand-menu-icon {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 4.8rem;
}
.brand-menu-icon:before {
  content: 'L';
}
.brand-menu-icon em {
  display: none;
}
.site-title {
  display: none;
  font-size: 1.8rem;
  font-style: oblique;
}
.nav {
  float: right;
  height: inherit;
  font-size: 1.4rem;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: uppercase;
}
.nav a {
  overflow: hidden;
  float: left;
  display: block;
  height: inherit;
  width: 2.4rem;
  padding: 0;
  margin: 0 0.6rem;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-transition-delay: 0.25;
  -moz-transition-delay: 0.25;
  -o-transition-delay: 0.25;
  -ms-transition-delay: 0.25;
  transition-delay: 0.25;
}
.nav .active {
  position: relative;
}
.nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -0.4rem;
  border-bottom: 0.8rem solid #000;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
.share {
  float: right;
}
.share a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0.6rem 0.6rem 0.6rem 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #f8f8f8 !important;
  text-align: center;
  line-height: 3.9rem;
}
.share a:before {
  font-size: 2.1rem;
}
.share-facebook {
  background-color: #0b4892;
}
.share-facebook:hover {
  background-color: #072b58;
}
.share-twitter {
  background-color: #00b9f3;
}
.share-twitter:hover {
  background-color: #0094c2;
}
.share-google {
  background-color: #cc190f;
}
.share-google:hover {
  background-color: #a3140c;
}
.share-comments:hover {
  background-color: transparent !important;
}
.share-comments:hover:before {
  color: #4c4d4e;
}
@media screen and (min-width: 1280px) {
  .nav a,
  .nav a:hover {
    width: auto !important;
  }
}
@media screen and (min-width: 960px) {
  .nav a:hover {
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .site-title {
    display: block;
  }
}
@media screen and (min-width: 420px) {
  .brand {
    display: block;
  }
}
.box {
  position: relative;
  padding: 1px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
}
.box-footer {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  background-color: #f8f8f8;
}
.box-footer time {
  color: $color-tertiary;
  text-transform: none;
}
.box-footer time[data-icon]:before {
  margin-bottom: 0.3rem;
  color: $color-secondary;
}
.box-footer li {
  display: inline;
}
.box-footer li:not(:first-child) {
  margin-left: 1.8rem;
}
.box-footer [data-icon] {
  text-align: center;
}
.box-footer [data-icon]:before {
  display: block;
  font-size: 2.7rem;
}
.collapsed .media-caption p {
  display: none;
}
.collapsed .teaser-summary {
  font-size: 0.9em;
}
.spinner {
  margin: 0 auto;
  width: 9.6rem;
  text-align: center;
}
.spinner > span {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.3rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.spinner:not(.spinner-small) > span {
  background-color: #4c4d4e;
}
.spinner-small > span {
  width: 0.9rem;
  height: 0.9rem;
}
.spinner .bounce1,
.spinner .bounce2,
.spinner .bounce3 {
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -o-animation: bouncedelay 1.4s infinite ease-in-out;
  -ms-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.carousel {
  position: relative;
/* Specific fixed-height formats */
/* widescreen (16/9) */
/* full width */
}
.carousel.wide-screen {
  width: 100%;
  padding-bottom: 60%;
  padding-bottom: calc(56.25% + 7rem);
}
.carousel.wide-screen .carousel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
}
.carousel.wide-screen .carousel-inner > .item {
  height: 100%;
  padding: bottom 7.2rem;
}
.carousel.wide-screen .carousel-inner > .item img {
  width: 100%;
  height: auto;
}
.carousel.wide-screen .carousel-inner .item-media {
  height: 90%;
  height: calc(100% - 7.2rem);
  overflow: hidden;
}
.carousel.wide-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel.wide-screen .oembedall-container {
  height: 100%;
  padding-bottom: 0;
}
.carousel.full-width .carousel-caption {
  position: static;
}
.carousel.full-width .oembedall-container {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .carousel.full-width .item-media {
    position: relative;
    padding-bottom: 30%;
  }
  .carousel iframe,
  .carousel img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 15;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  text-indent: -999px;
  border: 2px solid #4c4d4e;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  cursor: pointer;
  background-color: #4c4d4e 9;
  background-color: rgba(76,77,78,0);
}
.carousel-indicators .active {
  background-color: #4c4d4e;
}
.carousel-caption {
  font-size: 1.8rem;
  line-height: 1.5;
}
.item-title {
  padding-bottom: 0.6rem;
  font-family: 'Open Sans';
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.teaser-headline {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.teaser-title {
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 1.2;
}
.teaser-summary {
  padding-top: 0.3rem;
}
.native {
  background-color: #fffacd;
}
.native .teaser-title,
.native .teaser-subtitle {
  font-family: $font-native;
}
.native .teaser-headline {
  color: #ef962a;
}
.media {
  position: relative;
}
.media img {
  width: 100%;
  height: auto;
}
.media figcaption {
  padding-top: 6px;
  font-size: 0.85em;
  color: $color-tertiary;
  line-height: 1;
}
.media-credit {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.2rem 0.6rem;
  background-color: rgba(0,0,0,0.6);
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
.media-blank {
  display: block;
  position: relative;
  background-color: #bdd9fa;
  color: rgba(255,255,255,0.5);
}
.media-blank:before {
  display: block;
  content: 'L';
  font-family: '20mn';
  font-size: 12rem;
  line-height: 18rem;
  text-align: center;
}
.color-blue,
#country-map .country-help {
  color: #05ad9f;
}
.project-title {
  line-height: 1;
}
/* quotes */
blockquote {
  font-size: 3rem;
}
blockquote:before,
blockquote:after {
  padding: 0.3rem;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 3.6rem;
}
.quote-source {
  font-size: 1.6rem;
}
.quote-credit {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.quote-portrait {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* containers */
#start {
  z-index: 2;
  height: 122%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}
#start .arrow-down {
  bottom: 20%;
  -webkit-border-radius: 9rem;
  border-radius: 9rem;
}
.project-author {
  color: #05ad9f;
}
.section-title {
  margin-bottom: 2.4rem;
  line-height: 1;
}
.section-share a {
  background-color: #05ad9f;
}
.encadre {
  border: 1px solid #049c8f;
  background-color: #f1f1f1;
}
.encadre .h4 {
  color: #048277;
}
#intro {
  z-index: 1;
  top: -96px;
  margin-bottom: -96px;
  padding-top: 96px;
  padding-bottom: 680px;
  background: url("../../images/section1.jpg") no-repeat center bottom;
}
footer {
  background-color: #04796f;
  border-color: #05bdae;
  color: #fff;
}
/* containers: trapeze */
.trapeze,
.trapeze-wrapper {
/* @TODO: check if fallback is needed for calc() */
  min-height: 400px;
  -webkit-clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
  clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
}
.trapeze-reverse,
.trapeze-reverse-wrapper {
/* @TODO: check if fallback is needed for calc() */
  min-height: 400px;
  -webkit-clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
  clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
}
.trapeze,
.trapeze-reverse {
  padding-top: 200px;
  padding-bottom: 200px;
}
.trapeze-title {
  position: relative;
  height: 156px;
  margin-bottom: -144px;
  z-index: 10;
  max-width: 520px;
  background: url("../../images/trapeze-title.png") no-repeat right 4.2rem;
  font-family: 'Open Sans';
  font-size: 3rem;
  font-style: italic;
  text-transform: uppercase;
}
#comments {
  padding-top: 200px;
  -webkit-clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 100%);
}
/* infog mêlée */
.bg-grass {
  -webkit-box-shadow: inset 0 0 600px #000;
  box-shadow: inset 0 0 600px #000;
  background: url("../../images/melee/bg-grass.jpg");
  color: #fff;
}
/* module video */
.wrap-video {
  background-color: #f0f0f0;
}
.wrap-video .trapeze {
  background: url("../../images/video/bg-video.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/* section articles liés */
#articles {
  background-color: #f1f1f1;
}
#articles_insert a {
  color: #4c4d4e;
}
#articles_insert article {
  float: left;
  position: relative;
  height: 336px;
}
@media screen and (min-width: 420px) {
  #articles_insert article {
    width: 48%;
    width: calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 768px) {
  #articles_insert article {
    width: 31%;
    width: calc(33.33% - 1.2rem);
  }
}
@media screen and (min-width: 960px) {
  #articles_insert article {
    width: 23%;
    width: calc(25% - 1.2rem);
  }
}
#articles_insert .teaser {
  padding: 1.2rem !important;
}
#articles_insert .box-footer {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
#articles_insert .box-footer .inline-time[data-icon] {
  text-align: left !important;
}
#articles_insert .box-footer .inline-time[data-icon]:before {
  padding-right: 6px;
  display: inline !important;
  font-size: inherit !important;
}
/* mediabong */
#mb_container .mb_bloc {
  background-color: transparent !important;
  padding: 0 !important;
}
/* others stylesheets */
.wrap-map {
  background-color: #f0f0f0;
}
.wrap-map .trapeze-reverse,
.wrap-map .trapeze {
  background-color: #fff;
}
#country-map hr,
#country-list hr {
  border-top: 1px dotted #4c4d4e;
  background-color: transparent;
}
#country-map hr {
  display: none;
}
#country-map .country-help {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 5% 3rem;
  background-color: rgba(255,255,255,0.8);
  font-family: 'Open Sans';
  font-size: 4.2rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#country-map .country-help:before {
  display: inline-block;
  margin-right: 1.2rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#country-list {
  display: none;
}
#country-list [data-country-id] {
  padding: 6px 3px;
  font-weight: normal;
  font-size: 1.8rem;
  text-transform: none;
  line-height: 1.2;
  cursor: pointer;
}
#country-list [data-country-id]:hover {
  background-color: #05ad9f;
  color: #fff;
}
#country-list .country-help {
  padding-bottom: 6px;
  margin-bottom: 1px;
  border-bottom: 1px solid #05ad9f;
  line-height: 1;
}
#country-list .country-help:before {
  content: 'i';
  position: relative;
  top: -3px;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #05ad9f;
  font-family: Garamond, "Times New Roman", serif;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-transform: none;
  line-height: 16px;
}
[data-country-detail] {
  display: none;
}
[data-country-detail]:before {
  content: attr(data-name);
  display: block;
  padding-bottom: 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
}
[data-country-detail] p {
  padding-bottom: 0.6rem;
  line-height: 1.2;
}
[data-country-detail] span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  [data-country-detail] {
    position: relative;
    padding-left: 22%;
  }
  [data-country-detail]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    line-height: 21.6px;
  }
}
@media screen and (min-width: 960px) {
  #country-map {
    position: relative;
    float: right;
  }
  #country-map hr {
    display: none;
  }
  #country-map .country-help {
    display: block;
  }
  #country-list {
    display: block;
  }
  #country-list hr {
    margin: 1px 0;
  }
  [data-country-detail] {
    display: none;
    position: absolute;
    width: 30%;
    padding: 2.4rem;
    margin-top: -74px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
  }
  [data-country-detail]:before {
    position: static;
    width: auto;
    padding-bottom: 6px;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid;
    font-family: 'Open Sans';
    font-size: 2.4rem;
  }
  [data-country-detail]:after {
    content: '';
    display: block;
    position: absolute;
    top: 52px;
    width: 112px;
    height: 22px;
    background: url("../../images/map-pointer.png") no-repeat left top;
  }
  [data-country-detail].lhp {
    margin-left: 112px;
  }
  [data-country-detail].lhp:after {
    left: -112px;
  }
  [data-country-detail].rhp {
    margin-right: 112px;
    margin-left: -112px;
  }
  [data-country-detail].rhp:after {
    right: -112px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  [data-country-detail] p {
    padding-bottom: 1.2rem;
  }
  [data-country-detail='c1'] {
    left: 52%;
    top: 82%;
  }
  [data-country-detail='c2'] {
    left: 40%;
    top: 20%;
  }
  [data-country-detail='c3'] {
    left: 26.5%;
    top: 85%;
  }
  [data-country-detail='c4'] {
    left: 52%;
    top: 82%;
  }
  [data-country-detail='c5'] {
    left: 15%;
    top: 30%;
  }
  [data-country-detail='c6'] {
    left: 38%;
    top: 11%;
  }
  [data-country-detail='c7'] {
    left: 16%;
    top: 43%;
  }
  [data-country-detail='c8'] {
    left: 61%;
    top: 48%;
  }
  [data-country-detail='c9'] {
    left: 45%;
    top: 40%;
  }
  [data-country-detail='c10'] {
    left: 27%;
    top: 42.5%;
  }
  [data-country-detail='c11'] {
    left: 35%;
    top: 19%;
  }
  [data-country-detail='c12'] {
    left: 48%;
    top: 42%;
  }
  [data-country-detail='c13'] {
    left: 55%;
    top: 45%;
  }
  [data-country-detail='c14'] {
    left: 50%;
    top: 77%;
  }
  [data-country-detail='c15'] {
    left: 64%;
    top: 95%;
  }
  [data-country-detail='c16'] {
    left: 38.5%;
    top: 20%;
  }
  [data-country-detail='c17'] {
    left: 22%;
    top: 41%;
  }
  [data-country-detail='c18'] {
    left: 61%;
    top: 57%;
  }
  [data-country-detail='c19'] {
    left: 29%;
    top: 84%;
  }
  [data-country-detail='c20'] {
    left: 61%;
    top: 67%;
  }
}
.screen-wrapper {
  height: 1120vh;
  height: calc(7 * 160vh - 1206px);
}
@media screen and (min-width: 768px) {
  .screen-wrapper {
    height: 980vh;
    height: calc(7 * 140vh - 1206px);
  }
}
.screen-section {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 160vh;
  margin-bottom: -201px;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .screen-section {
    height: 140vh;
  }
}
.screen-section h2 {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid;
  font-size: 2.7rem;
  line-height: 1;
}
.screen-1 {
  background-image: url("../../images/diapo/diapo1.jpg");
}
.screen-2 {
  background-image: url("../../images/diapo/diapo2.jpg");
}
.screen-3 {
  background-image: url("../../images/diapo/diapo3.jpg");
}
.screen-4 {
  background-image: url("../../images/diapo/diapo4.jpg");
}
.screen-5 {
  background-image: url("../../images/diapo/diapo5.jpg");
}
.screen-6 {
  background-image: url("../../images/diapo/diapo6.jpg");
}
.screen-7 {
  background-image: url("../../images/diapo/diapo7.jpg");
}
.screen-8 {
  background-image: url("../../images/diapo/diapo8.jpg");
}
.screen-9 {
  background-image: url("../../images/diapo/diapo9.jpg");
}
.screen-10 {
  background-image: url("../../images/diapo/diapo10.jpg");
}
.screen-11 {
  background-image: url("../../images/diapo/diapo11.jpg");
}
.screen-1 {
  background-position: 70% center;
}
.screen-3,
.screen-4 {
  background-position: 30% center;
}
.screen-6 {
  background-position: left;
}
.screen-inner {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  filter: brightness(50%);
}
@media screen and (min-width: 768px) {
  .screen-inner {
    padding-bottom: 120px;
  }
}
.screen-card {
  background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 767px) {
  .screen-card {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
body {
  overflow-x: hidden;
}
.content-videos {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
}
#les-videos {
  display: block;
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}
.vid-1,
.vid-2,
.vid-3 {
  display: inline-block;
  position: absolute;
}
.vid-1 {
  top: 0;
  left: 40%;
  z-index: 300;
}
.vid-2 {
  top: 34%;
  left: 23%;
  z-index: 200;
}
.vid-3 {
  top: 34%;
  right: 12%;
}
.roll-vid:hover {
  -webkit-filter: brightness(1.4);
  -moz-filter: brightness(1.4);
  -o-filter: brightness(1.4);
  -ms-filter: brightness(1.4);
  filter: brightness(1.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rotate {
  width: 75%;
  -webkit-border-radius: 3%;
  border-radius: 3%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bg-interview1 {
  background-color: #1d1d1f;
  background: url("../../images/interview/bg-itw.jpg") top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
}
.perso-960 {
  display: none;
  width: 100%;
  height: auto;
  margin: 15% 0;
}
.perso-960 img {
  width: 100%;
}
.content-interview {
  position: relative;
  background: url("../../images/interview/photo-interview-1.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 65%;
  width: 100%;
}
#citations-interview1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #05ad9f;
  list-style: none;
}
.itw-active {
  color: #02ffea;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.itw-inactive {
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
li {
  text-decoration: none;
  color: #05ad9f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  font-size: 2.2rem;
}
.q1 {
  position: absolute;
  top: 10%;
  left: 10%;
}
.q2 {
  position: absolute;
  right: 18%;
  top: 15%;
}
.q3 {
  position: absolute;
  right: 13%;
  top: 33%;
}
.q4 {
  position: absolute;
  top: 27.5%;
  left: 12%;
}
.q5 {
  position: absolute;
  right: 3%;
  bottom: 50%;
}
.q6 {
  position: absolute;
  left: 14%;
  bottom: 23%;
}
[data-trigger-note] {
  cursor: pointer;
}
.reveal {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  right: 0% !important;
  z-index: 300 !important;
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}
.encart {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 1.7rem;
  width: 52%;
  height: auto;
  z-index: -2;
  position: absolute;
  right: -25%;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.title-encart {
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
  padding-top: 4%;
  padding-bottom: 3%;
  padding-left: 2%;
}
.close-note {
  color: #fff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 7px #2f6627;
  background-color: #05ad9f;
  display: inline-block;
  cursor: pointer;
  padding: 2px 44px;
  text-decoration: none;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.close-note:hover {
  background-color: #02ffea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
blockquote:before,
blockquote:after {
  padding: 0.3rem;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 5.6rem;
  color: #05ad9f;
}
.bg-itw {
  background: #151517 url("../../images/interview/bg-itw.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
#infog-melee {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}
.infog-bulles {
  position: absolute;
  z-index: 600;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.infog-bulles li {
  list-style: none;
}
.pulse-button {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 41%;
  left: 15%;
  border: none;
  -webkit-box-shadow: 0 0 0 0 #4aaca0;
  box-shadow: 0 0 0 0 #4aaca0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../../images/melee/images/puce.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.5, 0, 0, 0.6);
  -moz-animation: pulse 1s infinite cubic-bezier(0.5, 0, 0, 0.6);
  -o-animation: pulse 1s infinite cubic-bezier(0.5, 0, 0, 0.6);
  -ms-animation: pulse 1s infinite cubic-bezier(0.5, 0, 0, 0.6);
  animation: pulse 1s infinite cubic-bezier(0.5, 0, 0, 0.6);
}
.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.puce-infog-1 {
  position: absolute;
  top: 36%;
  left: 39%;
}
.puce-infog-2 {
  position: absolute;
  top: 46%;
  left: 36%;
}
.puce-infog-3 {
  position: absolute;
  top: 37%;
  left: 74%;
}
.puce-infog-4 {
  position: absolute;
  top: 50%;
  left: 73%;
}
.desc {
  display: none;
  z-index: 200;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
  height: auto;
  position: absolute;
  top: 10%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #474747;
  padding: 1px;
}
.desc p {
  padding: 5%;
}
.desc-1,
.desc-2 {
  left: 52%;
  top: 16%;
}
.desc-3,
.desc-4 {
  left: 15%;
  top: 16%;
}
.num-desc {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  background-color: #05ad9f;
  padding: 0 2%;
}
.back-title-infog {
  background: url("../../images/ball.png") 4% no-repeat rgba(5,173,159,0.33);
  content: "";
  height: 70px;
  border-bottom: 2px solid #05ad9f;
}
.back-title-infog h1 {
  font-size: 3rem;
  padding-left: 19%;
  padding-top: 2.2%;
}
.infog-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.infog-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
}
#infog-img-0 {
  display: block;
  z-index: 5;
}
.off {
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  -ms-filter: brightness(50%);
  filter: brightness(50%);
}
@media screen and (max-width: 960px) {
  .content-videos {
    padding-bottom: 0;
    overflow: hidden;
  }
  #les-videos {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .vid-1,
  .vid-2,
  .vid-3 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 13%;
  }
  .rotate {
    margin: 35% 0;
  }
  .desc {
    display: block !important;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 5%;
  }
  .infog-bulles {
    display: none;
  }
  .infog-img {
    display: none !important;
  }
  #citations-interview1 {
    display: none;
  }
  .close-note {
    display: none !important;
  }
  .encart {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 100%;
    position: relative;
    margin-bottom: 10%;
    right: 0;
    left: 0;
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    -ms-filter: blur(0px) !important;
    filter: blur(0px) !important;
  }
  .content-interview {
    background-image: none;
  }
  .perso-960 {
    display: block;
  }
  .bg-interview1 {
    background-image: none;
    background: -webkit-linear-gradient(top, #545454 0%, #2e4d4f 52%, #2d3f30 100%);
    background: -moz-linear-gradient(top, #545454 0%, #2e4d4f 52%, #2d3f30 100%);
    background: -o-linear-gradient(top, #545454 0%, #2e4d4f 52%, #2d3f30 100%);
    background: -ms-linear-gradient(top, #545454 0%, #2e4d4f 52%, #2d3f30 100%);
    background: linear-gradient(to bottom, #545454 0%, #2e4d4f 52%, #2d3f30 100%);
  }
}
@-moz-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(232,76,61,0);
    box-shadow: 0 0 0 15px rgba(232,76,61,0);
  }
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(232,76,61,0);
    box-shadow: 0 0 0 15px rgba(232,76,61,0);
  }
}
@-o-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(232,76,61,0);
    box-shadow: 0 0 0 15px rgba(232,76,61,0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(232,76,61,0);
    box-shadow: 0 0 0 15px rgba(232,76,61,0);
  }
}
.edition-block {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
}
.edition-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 97%;
  width: calc(100% - 1.2rem);
  height: 24px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.edition-block:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.edition-block:hover .edition-content {
  top: 0;
}
.edition-block:hover .edition-desc,
.edition-block:hover .edition-credits {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.edition-block img {
  position: absolute;
  width: 97%;
  width: calc(100% - 1.2rem);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .edition-block {
    padding-bottom: 28%;
  }
}
@media screen and (min-width: 960px) {
  .edition-block {
    padding-bottom: 18.6%;
  }
}
.edition-content {
  position: absolute;
  top: 75%;
  z-index: 1;
  width: 97%;
  width: calc(100% - 1.2rem);
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 20%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 20%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, #000 20%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, #000 20%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 20%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.edition-desc,
.edition-credits {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.edition-title {
  font-family: 'Open Sans';
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
}
.edition-desc {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
.edition-credits {
  font-family: 'Open Sans';
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(255,255,255,0.25);
}
