@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* @mixin ib-justify($lineheight: '-1.2em') {
  text-align: justify;
  font-size: 0;

  &:before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: $lineheight; // your line-height
  }

  &:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
} */
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

select[data-ss-uuid] {
  display: none;
  pointer-events: none; }

.style-select {
  display: block;
  position: relative;
  width: 140px; }
  .style-select, .style-select * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 19px;
    color: black;
    font-weight: 300;
    cursor: pointer; }
  .style-select .ss-selected-option {
    width: 100%;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    border-radius: 2px;
    padding: 6px;
    border: 1px solid #d0d0d0; }
    .style-select .ss-selected-option::after {
      content: "▾";
      position: absolute;
      top: 6px;
      right: 12px;
      display: block; }
  .style-select .ss-dropdown {
    top: 32px;
    left: 0;
    position: absolute;
    float: left;
    width: 100%;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #d0d0d0;
    border-top: 0 none; }
    .style-select .ss-dropdown .ss-option {
      width: 100%;
      padding: 6px;
      background-color: white; }
      .style-select .ss-dropdown .ss-option.highlighted {
        background-color: #f2f4f8; }
      .style-select .ss-dropdown .ss-option.disabled {
        color: #d0d0d0; }
      .style-select .ss-dropdown .ss-option.ticked::before {
        content: "✓";
        padding-right: 3px; }
  .style-select.open .ss-dropdown {
    display: block; }
  .style-select.open .ss-selected-option::after {
    content: "▴"; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

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

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

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

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

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

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

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

@font-face {
  font-family: 'Dax-BoldItalic';
  src: url("../fonts/DaxlinePro/Dax-BoldItalic.eot");
  src: url("../fonts/DaxlinePro/Dax-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/Dax-BoldItalic.woff") format("woff"), url("../fonts/DaxlinePro/Dax-BoldItalic.ttf") format("truetype"), url("../fonts/DaxlinePro/Dax-BoldItalic.svg#Dax-BoldItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora/Lora-BoldItalic.eot");
  src: url("../fonts/Lora/Lora-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("../fonts/Lora/Lora-BoldItalic.ttf") format("truetype"), url("../fonts/Lora/Lora-BoldItalic.svg#Lora-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

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

.DaxLineReg, body, .main-footer, .data-row .label, .article-news-detail .news-article-info, .company-recap table td h3, .company-recap .company-recap-mobile h3, .article-program-detail-text .program-casting table tr td:first-child, .twitter-timeline .tweet span.user a:before, .twitter-timeline .tweet .description time, .button-more:after, .button-close:after, .section-today-on-tv article .today-on-tv-title, .cc_banner, .section-showreel .programs-article h2 {
  font-family: "DaxlinePro", sans-serif;
  font-weight: normal; }

.DaxLineEB, .section-head-detail-title h1.detail-title, .section-head-company-title h1.company-name {
  font-family: "DaxlinePro", sans-serif;
  font-weight: 800; }

.DaxLineL {
  font-family: "DaxlinePro", sans-serif;
  font-weight: 300; }

.DaxLineB, header.main-header .languages > li.active, .section-legal-notices-content h1.legal-notices-title, .no-content h2, .no-result h2, .news-article-text h2,
.search-result-article-text h2, .other-news h2,
.company-program h2, .legal-notices-article .references .label, .twitter-timeline .tweet span.user, .section-figures, .cc_more_info,
.cc_btn {
  font-family: "DaxlinePro", sans-serif;
  font-weight: bold; }

.DaxLineT {
  font-family: "DaxlinePro", sans-serif;
  font-weight: 100; }

.DaxLineBlack, .article .article-category, .section-today-on-tv article time, .filter-wrapper .filter-by, .section-showreel .showreel-image figcaption, .section-head-whois-title.showreel .yt-video .yt-overlay .play-video {
  font-family: "DaxlinePro", sans-serif;
  font-weight: 900; }

.DaxLineMed, .menu > div > div > ul:not(.has-dropdown) > li > a, .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a {
  font-family: "DaxlinePro", sans-serif;
  font-weight: 500; }

.DaxLineBItalic {
  font-family: 'Dax-BoldItalic', sans-serif;
  font-weight: bold;
  font-style: italic; }

.LoraReg, .section-head-detail-title h1.detail-title .detail-subtitle, .section-head-company-title .company-info a, .data-row .name .actor, .news-article .description,
.search-result-article .description, .article-news-detail-text, .other-news .other-news-article-info,
.other-news .company-program-info,
.company-program .other-news-article-info,
.company-program .company-program-info, .company-recap .company-recap-text, .article-program-detail-text, .legal-notices-article .description, .legal-notices-article .references ul li, .dropdown, .section-home-activities, .section-group-presentation .group-presentation-text, .section-contact-map #map .infoWindow-wrapper, .section-head-whois-title .head-whois-text-wrapper span.subtitles.second-subtitle, .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption, .section-content-whois .description, .whois-navigation-wrapper .whois-navigation, .section-search-head h1.search-title, .section-404-content {
  font-family: 'Lora', serif;
  font-weight: normal; }

.LoraItalic, .description blockquote,
.article-news-detail-text blockquote,
.article-program-detail-text blockquote,
.company-recap-text blockquote, .twitter-timeline .tweet .description .text {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-style: italic; }

.LoraBItalic, .twitter-timeline .tweet .description a, .section-figures .figures-listing li span.figure {
  font-family: 'Lora', serif;
  font-weight: bold;
  font-style: italic; }

.LoraB, .description h2,
.article-news-detail-text h2,
.article-program-detail-text h2,
.company-recap-text h2, .description h3,
.article-news-detail-text h3,
.article-program-detail-text h3,
.company-recap-text h3, .search-bar .search-input, .section h1, .section-head-detail-title.program-head-title .program-info, .section-others-news h2.others-news-title,
.section-others-news h2.company-programs-title,
.section-company-programs h2.others-news-title,
.section-company-programs h2.company-programs-title, .article h2.rub-title, .data-row .label--strong, .data-row .name .character, .news-article-info,
.search-result-article-info, .article-news-detail .toolbox, .company-recap table td, .company-recap .company-recap-mobile, .article-program-detail-text .program-technical-aspects .name, .article-program-detail-text .program-casting table tr td, .section-today-on-tv h2, .section-home-activities .activities-implantation p, .contact-head-title .contact-info, .section-head-whois-title .head-whois-text-wrapper span.subtitles.first-subtitle, .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption .name, .section-content-whois h3 {
  font-family: 'Lora', serif;
  font-weight: bold; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg"); }

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

/* CONTENT BACKGROUNDS */
/* SOCIAL NETWORK */
/* COMPANY DETAIL*/
/* TODAY ON TV */
/* FOOTER */
/* SELECTS */
/* OtHERS NEWS */
/* TOOLBOX */
/* MENU */
/* WHOIS */
/* Activities color */
/* (25*100)/320 */
/* MENU */
body {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  overflow-x: hidden;
  color: #1a1a1a; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.grid-sizer,
.grid-item {
  width: 50%; }

.main-content {
  margin: 0 auto;
  padding-top: 160px;
  width: 100%; }

.displayMobile {
  display: none !important; }

.hide {
  display: none !important; }

.responsive-video {
  width: 100%; }
  .responsive-video iframe {
    height: 551px !important;
    width: 100% !important; }

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

strong {
  font-weight: bold; }

a {
  color: currentColor;
  text-decoration: none; }
  a:focus {
    outline: none;
    border: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.play-video .showreel-image {
  display: none; }

.play-video .youtube-wrapper {
  display: block !important; }

.our-activites-triangle {
  position: absolute;
  right: -40px;
  top: -12px;
  fill: transparent;
  stroke: #000000;
  stroke-dashoffset: -200;
  stroke-dasharray: 200;
  transition: stroke-dashoffset 1s linear; }
  .our-activites-triangle.full {
    stroke-dashoffset: 0; }

.description h1,
.article-news-detail-text h1,
.article-program-detail-text h1,
.company-recap-text h1 {
  position: relative;
  margin-bottom: 80px;
  margin-top: 60px;
  font-size: 40px !important;
  line-height: 1; }
  .description h1:after,
  .article-news-detail-text h1:after,
  .article-program-detail-text h1:after,
  .company-recap-text h1:after {
    bottom: -40px !important; }

.description h2,
.article-news-detail-text h2,
.article-program-detail-text h2,
.company-recap-text h2 {
  font-size: 30px !important;
  padding-bottom: 30px; }

.description h3,
.article-news-detail-text h3,
.article-program-detail-text h3,
.company-recap-text h3 {
  text-transform: uppercase; }

.description p,
.article-news-detail-text p,
.article-program-detail-text p,
.company-recap-text p {
  padding-bottom: 30px; }

.description em,
.article-news-detail-text em,
.article-program-detail-text em,
.company-recap-text em {
  font-style: italic; }

.description ul, .description ol,
.article-news-detail-text ul,
.article-news-detail-text ol,
.article-program-detail-text ul,
.article-program-detail-text ol,
.company-recap-text ul,
.company-recap-text ol {
  padding-bottom: 40px; }
  .description ul li, .description ol li,
  .article-news-detail-text ul li,
  .article-news-detail-text ol li,
  .article-program-detail-text ul li,
  .article-program-detail-text ol li,
  .company-recap-text ul li,
  .company-recap-text ol li {
    list-style-position: inside;
    line-height: 30px; }

.description ul li,
.article-news-detail-text ul li,
.article-program-detail-text ul li,
.company-recap-text ul li {
  list-style-type: disc; }

.description ol li,
.article-news-detail-text ol li,
.article-program-detail-text ol li,
.company-recap-text ol li {
  list-style-type: decimal; }

.description blockquote,
.article-news-detail-text blockquote,
.article-program-detail-text blockquote,
.company-recap-text blockquote {
  position: relative;
  padding-left: 16.66667%; }
  .description blockquote:before,
  .article-news-detail-text blockquote:before,
  .article-program-detail-text blockquote:before,
  .company-recap-text blockquote:before {
    content: '“';
    position: absolute;
    top: -48px;
    left: 29px;
    font-size: 170px;
    line-height: 1;
    font-family: Arial Black,Gadget,sans-serif;
    color: #E6E6E6;
    z-index: -1; }

.description img,
.article-news-detail-text img,
.article-program-detail-text img,
.company-recap-text img {
  width: 100% !important;
  height: auto !important; }

.grayscale, .company-article figure img, .article-news-detail .society-logo img, .section-our-societies figure img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */ }

.no-margin {
  margin: 0 !important; }

/* RESPONSIVE */
@media (max-width: 800px) {
  .container {
    max-width: 750px; }
  .main-content {
    padding-top: 101px; }
  .our-activites-triangle {
    transform: scale(0.8); }
  .responsive-video iframe {
    height: 344px !important; }
  .description h1,
  .article-news-detail-text h1,
  .article-program-detail-text h1,
  .company-recap-text h1 {
    margin-bottom: 60px;
    font-size: 2.2em; }
  .description ul, .description ol,
  .article-news-detail-text ul,
  .article-news-detail-text ol,
  .article-program-detail-text ul,
  .article-program-detail-text ol,
  .company-recap-text ul,
  .company-recap-text ol {
    padding-bottom: 20px; }
    .description ul li, .description ol li,
    .article-news-detail-text ul li,
    .article-news-detail-text ol li,
    .article-program-detail-text ul li,
    .article-program-detail-text ol li,
    .company-recap-text ul li,
    .company-recap-text ol li {
      margin-bottom: 20px;
      line-height: 20px; } }

@media (max-width: 600px) {
  .main-content {
    padding-top: 80px;
    overflow-x: hidden; }
  .container {
    padding: 0; }
  .responsive-video iframe {
    height: 245px !important; }
  .displayMobile {
    display: block !important; }
  .hideMobile {
    display: none !important; } }

header.main-header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  float: left;
  height: 160px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  z-index: 1052;
  transition: height .3s; }
  header.main-header.header-collapse {
    height: 100px; }
  header.main-header .header-container {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    font-size: 0; }
    header.main-header .header-container:before {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      height: 100%;
      width: 0;
      white-space: nowrap;
      content: ''; }
  header.main-header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: auto; }
  header.main-header .menu-left-side,
  header.main-header .languages {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  header.main-header .menu-left-side {
    padding-left: 3.33333333%;
    left: 0;
    width: 22%;
    max-width: 200px;
    z-index: 8; }
  header.main-header .languages {
    right: 8.33333%;
    padding-right: 3.33333333%;
    font-size: 13px; }
    header.main-header .languages > li {
      position: relative;
      margin-right: 20px;
      display: inline-block;
      cursor: pointer; }
      header.main-header .languages > li:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        background-color: #000000;
        transform: scale(0);
        opacity: 0;
        transition: transform .2s ease-out;
        -webkit-backface-visibility: hidden; }
      header.main-header .languages > li:hover:after {
        opacity: 1;
        transform: scale(1); }
      header.main-header .languages > li:last-child {
        margin-right: 0; }
  header.main-header .icon-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    margin-right: 3.33333333%;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: white;
    cursor: pointer;
    z-index: 999;
    transform: scale(1);
    transition: transform .3s; }
    header.main-header .icon-search:hover {
      transform: scale(1.15); }
  header.main-header .button-close {
    position: absolute;
    right: 3.3333333%;
    top: 50%;
    margin-top: -30px;
    background-color: white;
    z-index: 999; }

.search-bar-open .search-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(232, 232, 232, 0.5); }

.search-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  background-color: #ffffff;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity .3s, transform .5s; }
  .search-bar.open {
    transform: translateX(0);
    opacity: 1;
    z-index: 99; }
    .search-bar.open .search-input {
      pointer-events: auto; }
  .search-bar .search-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 16.66667%;
    box-sizing: border-box;
    font-size: 3em;
    width: 100%;
    height: 70%;
    pointer-events: none;
    border: none; }
    .search-bar .search-input:focus {
      outline: none; }

.social-bar {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 115px;
  white-space: nowrap; }
  .social-bar li {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    margin-right: 20px; }
    .social-bar li:last-child {
      margin-right: 0; }
  .social-bar .icon {
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    color: #000000;
    cursor: pointer;
    transition: color .3s; }
    .social-bar .icon-twitter:hover {
      color: #17cdff; }
    .social-bar .icon-facebook:hover {
      color: #3b5998; }
    .social-bar .icon-mail:hover {
      color: #00ccff; }
    .social-bar .icon-googleplus:hover {
      color: #dd4b39; }
    .social-bar .icon-periscope:hover {
      color: #ea4f3d; }
    .social-bar .icon-vimeo:hover {
      color: #112233; }
    .social-bar .icon-youtube:hover {
      color: #bb0000; }
    .social-bar .icon-instagram:hover {
      color: #af33af; }

/* RESPONSIVE */
@media (max-width: 800px) {
  header.main-header {
    height: 101px; }
    header.main-header .languages {
      font-size: 10px; }
      header.main-header .languages li:after {
        content: none; }
    header.main-header .icon-search {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px; }
    header.main-header .logo {
      width: 88px; }
    header.main-header.header-collapse {
      height: 80px; }
    header.main-header .button-close {
      margin-top: -22px; }
  .search-bar .search-input {
    font-size: 2em;
    padding-left: 20px; } }

@media (max-width: 600px) {
  header.main-header {
    height: 80px; }
    header.main-header.header-collapse {
      height: 65px; }
    header.main-header .languages,
    header.main-header .social-bar {
      display: none; }
    header.main-header .logo {
      width: 125px; }
  .search-input {
    padding-left: 25px; } }

.main-footer {
  position: relative;
  color: #1a1a1a;
  background-color: #f2f2f2;
  height: 160px; }
  .main-footer .container {
    height: 160px; }
  .main-footer ul {
    padding-left: 8.33333%;
    height: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
    .main-footer ul:before {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      height: 100%;
      width: 0;
      white-space: nowrap;
      content: ''; }
    .main-footer ul li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      margin-right: 35px; }
      .main-footer ul li:last-child {
        padding-right: 0; }
      .main-footer ul li:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -5px;
        background-color: #000000;
        transform: scale(0);
        opacity: 0;
        transition: transform .2s ease-out;
        -webkit-backface-visibility: hidden; }
      .main-footer ul li:hover:after {
        opacity: 1;
        transform: scale(1); }
  .main-footer figure {
    position: relative;
    float: right;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
    .main-footer figure:before {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      height: 100%;
      width: 0;
      white-space: nowrap;
      content: ''; }
    .main-footer figure img {
      display: inline-block;
      vertical-align: middle; }
  .main-footer figure.charte-diversite img {
    margin-top: -5%;
    width: 65px;
    height: 65px;
    max-width: 100%; }
  .main-footer figure.charte-diversite figcaption {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 14px; }
    .main-footer figure.charte-diversite figcaption:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -5px;
      background-color: #000000;
      transform: scale(0);
      opacity: 0;
      transition: transform .2s ease-out;
      -webkit-backface-visibility: hidden; }
  .main-footer figure.charte-diversite:hover figcaption:after {
    opacity: 1;
    transform: scale(1); }
  .main-footer figure.logo-partenaire {
    margin: 0 0 0 30px; }
    .main-footer figure.logo-partenaire img {
      width: auto;
      height: auto;
      max-width: 120px;
      max-height: 70px; }
  .main-footer figure.logo-lgstudio img {
    width: auto;
    height: auto; }

/* RESPONSIVE */
@media (max-width: 800px) {
  .main-footer ul li {
    font-size: 11px;
    margin-right: 25px; }
    .main-footer ul li:after {
      content: none; }
  .main-footer figure img {
    width: 40px;
    height: 40px; }
  .main-footer figure figcaption {
    font-size: 11px;
    padding-right: 25px; } }

@media (max-width: 600px) {
  .main-footer {
    padding: 25px 0 35px;
    height: auto; }
    .main-footer .container {
      height: auto;
      text-align: center; }
    .main-footer ul {
      display: block;
      height: auto;
      padding-left: 0; }
      .main-footer ul:after, .main-footer ul:before {
        content: none; }
      .main-footer ul li {
        width: 100%;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        margin-right: 0; }
        .main-footer ul li:after {
          content: none !important; }
    .main-footer figure {
      display: block;
      margin-top: 30px;
      position: relative;
      width: 100%;
      height: auto; }
      .main-footer figure:after, .main-footer figure:before {
        content: none; }
      .main-footer figure img {
        display: block;
        margin: 35px auto 20px;
        height: 55px;
        width: auto; }
      .main-footer figure figcaption {
        padding: 0;
        margin-right: 0;
        font-size: 14px;
        text-align: center; }
        .main-footer figure figcaption:after {
          content: none; }
      .main-footer figure.logo-partenaire {
        display: inline-block;
        margin: 0;
        width: auto;
        float: none; }
        .main-footer figure.logo-partenaire:first-of-type {
          margin-right: 30px; }
      .main-footer figure.charte-diversite figcaption {
        margin-right: 0; } }

.section {
  width: 100%;
  margin-bottom: 80px;
  clear: fix; }
  .section h1 {
    position: relative;
    font-size: 5em; }
    .section h1:after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 100px;
      height: 1px;
      background-color: #000000; }

.section-head-list-title, .section-head-detail-title {
  padding-top: 58px;
  padding-bottom: 46px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: #f2f2f2; }
  .section-head-list-title h1, .section-head-detail-title h1 {
    display: table;
    margin: 0 auto; }
    .section-head-list-title h1:after, .section-head-detail-title h1:after {
      left: 50%;
      margin-left: -50px; }

.section-load-more .button-more, .section-load-more .button-close {
  margin: 0 auto; }

.section-load-more.no-data {
  margin-bottom: 200px; }

.section-programs-listing {
  padding: 0; }

/* DETAIL PAGES */
.section-header-detail {
  padding: 0 6.25%;
  /*(80*100)/1280*/
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: #f2f2f2;
  z-index: 9999;
  transition: height .3s; }
  .section-header-detail .header-detail-wrapper {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%; }
    .section-header-detail .header-detail-wrapper figure {
      position: absolute;
      top: 50%;
      right: -7.8125%; }
      .section-header-detail .header-detail-wrapper figure img {
        height: 65px;
        width: auto; }
  .section-header-detail .menu-left-side {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    padding-left: 3.33333333%; }
  .section-header-detail .outer-menu .hamburger {
    padding: 0; }
  .section-header-detail .button-close {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px; }
  .section-header-detail.header-collapse {
    height: 100px; }

.section-head-detail-title {
  position: relative;
  padding-top: 0;
  padding-bottom: 232px;
  margin-bottom: 0; }
  .section-head-detail-title h1.detail-title {
    margin: 0 auto;
    padding: 0 8.33333%;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    max-width: 1280px; }
    .section-head-detail-title h1.detail-title .detail-subtitle {
      display: block;
      font-size: 15px; }
  .section-head-detail-title:before {
    content: '';
    position: absolute;
    top: -160px;
    height: 160px;
    width: 100%;
    background-color: #f2f2f2; }
  .section-head-detail-title.program-head-title {
    padding-top: 78px;
    padding-bottom: 200px; }
    .section-head-detail-title.program-head-title .program-info {
      margin-top: 80px;
      font-size: 1.6em;
      text-align: center; }

.section-news-detail,
.section-program-detail {
  margin-top: -143px;
  margin-bottom: 117px; }

.section-others-news,
.section-company-programs {
  padding: 100px 0;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #000000; }
  .section-others-news h2.others-news-title,
  .section-others-news h2.company-programs-title,
  .section-company-programs h2.others-news-title,
  .section-company-programs h2.company-programs-title {
    display: inline-block;
    vertical-align: top;
    padding-left: 3.333333%;
    box-sizing: border-box;
    font-size: 2em;
    width: 25%; }
  .section-others-news .other-news-wrapper,
  .section-others-news .company-programs-wrapper,
  .section-company-programs .other-news-wrapper,
  .section-company-programs .company-programs-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 75%; }

/* COMPANY DETAIL */
.section-head-company-title {
  position: relative;
  height: 272px;
  padding-bottom: 0; }
  .section-head-company-title .container {
    position: static;
    position: initial;
    height: 100%; }
  .section-head-company-title figure {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    margin-top: -40px; }
    .section-head-company-title figure img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      position: relative; }
  .section-head-company-title .company-name-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7.77777777778%;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 40px;
    width: 75%;
    height: 100%;
    background-color: #272727; }
  .section-head-company-title h1.company-name {
    margin: 0;
    color: #ffffff;
    text-align: left; }
    .section-head-company-title h1.company-name:after {
      background-color: #ffffff;
      left: 0;
      margin-left: 0; }
  .section-head-company-title .company-info {
    margin-top: 65px;
    color: #ffffff; }
    .section-head-company-title .company-info a {
      font-size: 2em;
      display: inline-block;
      vertical-align: middle; }
    .section-head-company-title .company-info .icon {
      font-size: 20px;
      margin-left: 30px; }

.section-company-recap {
  margin-top: 40px;
  padding-top: 45px;
  overflow: hidden; }

/* STATIC PAGES */
.section-head-legal-notices {
  padding-bottom: 98px;
  padding-top: 78px;
  margin-bottom: 75px; }

.section-legal-notices-content h1.legal-notices-title {
  margin-bottom: 80px;
  font-size: 3.4em; }
  .section-legal-notices-content h1.legal-notices-title:after {
    bottom: -40px; }

@media (max-width: 800px) {
  .section {
    margin-bottom: 48px; }
    .section h1 {
      font-size: 3.2em; }
      .section h1:after {
        bottom: -20px; }
  .section-home-news:before {
    content: none; }
  .section-header-detail {
    height: 101px; }
    .section-header-detail h1.detail-title {
      font-size: 3em; }
    .section-header-detail .button-close {
      margin-top: -22px;
      margin-left: -22px; }
    .section-header-detail.header-collapse {
      height: 80px; }
  .section-head-detail-title {
    padding-bottom: 171px; }
    .section-head-detail-title h1.detail-title {
      font-size: 3em; }
      .section-head-detail-title h1.detail-title .detail-subtitle {
        font-size: 11px; }
    .section-head-detail-title.program-head-title {
      padding-top: 30px;
      padding-bottom: 120px; }
      .section-head-detail-title.program-head-title h1.detail-title:after {
        bottom: -25px; }
      .section-head-detail-title.program-head-title .program-info {
        margin-top: 50px; }
  .section-news-detail,
  .section-program-detail {
    margin-bottom: 80px; }
  .section-others-news {
    padding: 65px 3.3333% 75px;
    margin-bottom: 0;
    box-sizing: border-box; }
    .section-others-news h2.others-news-title {
      font-size: 1.3em;
      line-height: 18px;
      width: 16.66667%;
      padding-right: 10px; }
  .section-head-company-title {
    padding-bottom: 0;
    height: 195px; }
    .section-head-company-title .company-name-wrapper h1.company-name:after {
      content: none; }
    .section-head-company-title .company-info {
      margin-top: 30px; }
      .section-head-company-title .company-info a {
        font-size: 1.2em; }
      .section-head-company-title .company-info .icon {
        font-size: 17px;
        margin-left: 25px; }
  .section-company-programs {
    padding: 65px 0 75px 3.3333%;
    margin-bottom: 0;
    box-sizing: border-box; }
    .section-company-programs h2.company-programs-title {
      font-size: 1.3em;
      line-height: 18px;
      width: 16.66667%;
      padding-right: 10px; }
  .section-head-legal-notices {
    padding-bottom: 70px;
    padding-top: 50px;
    margin-bottom: 75px; }
  .section-legal-notices-content h1.legal-notices-title {
    font-size: 3em; } }

@media (max-width: 600px) {
  .section h1 {
    font-size: 3.5em; }
    .section h1:after {
      bottom: -25px; }
  .section-news-listing {
    padding: 0 0; }
  .section-head-list-title, .section-head-detail-title {
    margin-bottom: 0;
    padding-bottom: 35px; }
    .section-head-list-title h1, .section-head-detail-title h1 {
      text-align: center;
      padding: 0 60px; }
  .section-header-detail {
    height: 80px; }
    .section-header-detail.header-collapse {
      height: 65px; }
    .section-header-detail .header-detail-wrapper figure {
      display: inline-block !important;
      vertical-align: middle;
      margin-top: -33px; }
  .section-head-detail-title h1.detail-title {
    padding: 25px 12.5%;
    font-size: 2.4em;
    text-align: center; }
    .section-head-detail-title h1.detail-title .detail-subtitle {
      font-size: 14px; }
    .section-head-detail-title h1.detail-title:after {
      bottom: 0;
      width: 50px;
      margin-left: -25px; }
  .section-head-detail-title.program-head-title {
    padding-bottom: 0;
    padding-top: 0; }
    .section-head-detail-title.program-head-title h1.detail-title:after {
      bottom: 0; }
    .section-head-detail-title.program-head-title .program-info {
      margin-top: 25px;
      padding-bottom: 30px;
      font-size: 1.3em; }
  .section-news-detail,
  .section-program-detail {
    margin-top: 0;
    margin-bottom: 48px; }
  .section-others-news,
  .section-company-programs {
    padding: 55px 0;
    margin-bottom: 0; }
    .section-others-news h2.others-news-title,
    .section-others-news h2.company-programs-title,
    .section-company-programs h2.others-news-title,
    .section-company-programs h2.company-programs-title {
      display: block;
      padding: 0 7.8125%;
      margin-bottom: 55px;
      box-sizing: border-box;
      font-size: 2em;
      width: 100%; }
    .section-others-news .other-news-wrapper,
    .section-others-news .company-programs-wrapper,
    .section-company-programs .other-news-wrapper,
    .section-company-programs .company-programs-wrapper {
      display: block;
      padding: 0 7.8125%;
      box-sizing: border-box;
      width: 100%; }
  .section-head-company-title {
    position: static;
    position: initial;
    min-height: 212px; }
    .section-head-company-title .company-name-wrapper {
      margin-top: 0;
      padding-left: 0;
      padding-top: 50px;
      width: 100%;
      min-height: 212px; }
    .section-head-company-title h1.company-name {
      margin: 0 auto 10px;
      padding-top: 0;
      font-size: 3em;
      text-align: center; }
    .section-head-company-title .company-info {
      text-align: center;
      margin-top: 0; }
      .section-head-company-title .company-info .societe-website {
        display: block;
        margin-bottom: 20px; }
      .section-head-company-title .company-info .icon {
        margin: 0 10px; }
  .section-company-recap {
    margin-top: 0; }
  .section-head-legal-notices {
    padding-bottom: 70px;
    margin-bottom: 50px; }
  .section-home-news article {
    height: 260px;
    overflow: hidden; } }

.article {
  width: 50%;
  float: left;
  position: relative; }
  .article figure {
    position: relative; }
    .article figure:after {
      content: '';
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      z-index: 0; }
    .article figure img {
      opacity: 1;
      transition: opacity .3s; }
    .article figure figcaption {
      position: absolute;
      bottom: 35px;
      left: 0;
      right: 0;
      z-index: 1;
      color: #ffffff;
      line-height: 30px;
      text-align: center; }
  .article .article-category {
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 1px; }
  .article h2 {
    font-size: 2.2em; }
    .article h2.rub-title {
      position: relative;
      margin-bottom: 80px;
      font-size: 40px; }
      .article h2.rub-title:after {
        content: '';
        width: 14.28571%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -40px;
        background-color: #000000; }
  .article:hover .hovered {
    opacity: 1; }
  .article .hovered {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: opacity .3s; }
    .article .hovered .img-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .article .hovered figure {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent; }
      .article .hovered figure:after {
        content: none; }
    .article .hovered figure:nth-of-type(2) {
      border-left: 1px solid #ffffff; }
    .article .hovered img {
      height: auto;
      width: auto;
      max-height: 80px;
      max-width: 80px;
      margin: 0 20px;
      transition: filter .3s; }

.data-row {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2; }
  .data-row:last-child {
    border-bottom: none; }
  .data-row .label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 16.66667%; }
    .data-row .label--strong {
      font-size: inherit;
      margin-right: 3.3333%; }
  .data-row .name {
    padding-left: 20px;
    box-sizing: border-box; }
    .data-row .name .character,
    .data-row .name .actor {
      display: inline-block;
      padding-left: 3.33333%;
      padding-top: 10px;
      padding-bottom: 10px;
      box-sizing: border-box;
      width: 22.22222%; }
    .data-row .name .actor {
      font-style: italic; }
  .data-row .actors-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 83.33333%;
    width: 100%; }
    .data-row .actors-wrapper > div {
      width: 100%; }
    .data-row .actors-wrapper .name .actor, .data-row .actors-wrapper .name .character {
      vertical-align: top;
      padding-top: 0;
      padding-left: 0;
      width: 25%; }

.no-content {
  padding-bottom: 100px; }
  .no-content h2 {
    font-size: 3.4em;
    margin-bottom: 20px;
    text-align: center; }

.no-result {
  display: none;
  padding-bottom: 100px; }
  .no-result.displayed {
    display: block; }
  .no-result h2 {
    font-size: 3.4em;
    margin-bottom: 20px;
    text-align: center; }

/* LISTING ARTICLE */
.news-article,
.search-result-article {
  position: relative;
  margin-bottom: 60px;
  padding-left: 8.33333%;
  box-sizing: border-box;
  width: 91.66667%; }
  .news-article:last-child,
  .search-result-article:last-child {
    margin-bottom: 0; }
  .news-article-image,
  .search-result-article-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 30%;
    box-sizing: border-box; }
    .news-article-image img,
    .search-result-article-image img {
      height: auto;
      width: 100%; }
  .news-article-text,
  .search-result-article-text {
    padding-left: 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 58.33333%; }
    .news-article-text h2,
    .search-result-article-text h2 {
      font-size: 3.4em;
      margin-bottom: 20px; }
    .news-article-text > p,
    .search-result-article-text > p {
      display: block; }
  .news-article-info,
  .search-result-article-info {
    font-size: 1.6em;
    margin-bottom: 20px; }
    .news-article-info .news-category,
    .news-article-info .search-result-category,
    .search-result-article-info .news-category,
    .search-result-article-info .search-result-category {
      display: inline-block; }
  .news-article .description,
  .search-result-article .description {
    font-size: 1.6em;
    line-height: 26px; }
  .news-article .button-more, .news-article .button-close,
  .search-result-article .button-more,
  .search-result-article .button-close {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    transition: opacity .3s; }
  .news-article:hover .button-more, .news-article:hover .button-close,
  .search-result-article:hover .button-more,
  .search-result-article:hover .button-close {
    opacity: 1; }

/* LISTING COMPANY */
.company-article {
  position: relative;
  margin-bottom: 95px;
  width: 25%;
  display: inline-block;
  vertical-align: top; }
  .company-article:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 90%;
    background-color: #f2f2f2; }
  .company-article:nth-child(4n):after {
    content: none; }
  .company-article figure img {
    padding: 0 10%;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2; }
  .company-article figure figcaption {
    display: table;
    margin: 20px auto 0;
    padding: 15px 25px;
    text-align: center;
    font-size: 1.8em;
    transition: color .3s, background-color .3s; }
  .company-article figure:hover img {
    filter: grayscale(0);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  .company-article figure:hover figcaption {
    color: #ffffff;
    background-color: #000000; }

/* NEWS DETAILS */
.article-news-detail {
  width: 58.33333%;
  margin-left: 25%;
  margin-right: 16.66667%; }
  .article-news-detail figure:before {
    content: '';
    width: 28.57143%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28.47143%;
    background-color: #ffffff; }
  .article-news-detail figure:after {
    content: none; }
  .article-news-detail figure img {
    max-width: none;
    max-width: initial; }
  .article-news-detail figure.society:before, .article-news-detail figure.no-society:before {
    content: none; }
  .article-news-detail .society-logo {
    position: absolute;
    top: 0;
    left: -28.57143%;
    width: 28.57143%;
    background-color: #ffffff; }
    .article-news-detail .society-logo img {
      min-width: 0;
      min-width: initial;
      transition: filter .3s; }
    .article-news-detail .society-logo:hover img {
      filter: grayscale(0); }
  .article-news-detail .news-article-info {
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 1.3em; }
  .article-news-detail-text {
    font-size: 1.5em;
    line-height: 26px;
    padding-right: 14.28571%; }
    .article-news-detail-text .intro {
      font-weight: bold; }
  .article-news-detail .responsive-video iframe {
    max-height: 400px !important;
    height: 100% !important; }
  .article-news-detail .toolbox {
    padding-right: 14.28571%;
    margin-top: 95px;
    font-size: 1.8em; }
    .article-news-detail .toolbox .share {
      position: relative;
      float: left; }
      .article-news-detail .toolbox .share .share-text {
        z-index: 2; }
      .article-news-detail .toolbox .share .share-button {
        position: absolute;
        top: 50%;
        right: -60px;
        margin-top: -26px;
        z-index: 2; }
    .article-news-detail .toolbox .download-pdf {
      position: relative;
      float: right;
      margin-right: 15%; }
      .article-news-detail .toolbox .download-pdf:hover .our-activites-triangle {
        stroke-dashoffset: 200;
        transition: stroke-dashoffset .3s; }
    .article-news-detail .toolbox .our-activites-triangle {
      top: -16px; }
  .article-news-detail .social-bar {
    opacity: 0;
    padding-left: 30px;
    width: 135px;
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -11px;
    transition: opacity .3s, right .3s;
    z-index: -1; }
    .article-news-detail .social-bar li a {
      pointer-events: none; }
    .article-news-detail .social-bar .icon-googleplus {
      font-size: 19px; }
  .article-news-detail .share:hover .social-bar,
  .article-news-detail .share-button:hover .social-bar {
    opacity: 1;
    right: -215px;
    z-index: 3; }
    .article-news-detail .share:hover .social-bar li a,
    .article-news-detail .share-button:hover .social-bar li a {
      pointer-events: auto; }

/* OTHER ARTICLES */
.other-news,
.company-program {
  position: relative;
  margin-bottom: 70px;
  padding-right: 25%;
  color: #ffffff; }
  .other-news:last-child,
  .company-program:last-child {
    margin-bottom: 0; }
  .other-news figure img,
  .company-program figure img {
    max-height: 90px; }
  .other-news h2,
  .company-program h2 {
    font-size: 3.4em;
    line-height: 1.1;
    color: #FFFFFF;
    transition: color .3s; }
  .other-news .other-news-article-info,
  .other-news .company-program-info,
  .company-program .other-news-article-info,
  .company-program .company-program-info {
    color: #999999;
    font-size: 1.6em;
    margin-top: 10px;
    opacity: 1;
    transition: opacity .3s; }
  .other-news .button-more, .other-news .button-close,
  .company-program .button-more,
  .company-program .button-close {
    position: absolute;
    top: 0;
    right: 25%;
    opacity: 0;
    transition: opacity .3s; }
    .other-news .button-more .button-horizontal, .other-news .button-close .button-horizontal,
    .other-news .button-more .button-vertical,
    .other-news .button-close .button-vertical,
    .company-program .button-more .button-horizontal,
    .company-program .button-close .button-horizontal,
    .company-program .button-more .button-vertical,
    .company-program .button-close .button-vertical {
      background-color: #ffffff; }
  .other-news:hover h2,
  .company-program:hover h2 {
    color: #999999; }
  .other-news:hover .other-news-article-info,
  .other-news:hover .company-program-info,
  .company-program:hover .other-news-article-info,
  .company-program:hover .company-program-info {
    opacity: .5; }
  .other-news:hover .button-more, .other-news:hover .button-close,
  .company-program:hover .button-more,
  .company-program:hover .button-close {
    opacity: 1; }

/* DETAIL SOCIETE */
.company-recap {
  width: 75%;
  float: right; }
  .company-recap table {
    padding-bottom: 40px;
    position: relative;
    width: 88.88889%; }
    .company-recap table:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -40px;
      width: 150%;
      height: 1px;
      background-color: #f2f2f2; }
    .company-recap table td {
      display: inline-block;
      vertical-align: top;
      padding-right: 4.16667%;
      box-sizing: border-box;
      text-align: center;
      font-size: 1.6em;
      line-height: 30px; }
      .company-recap table td:last-child {
        padding-right: 0; }
      .company-recap table td h3 {
        font-size: 13px; }
      .company-recap table td.leader {
        width: 22.22222%; }
      .company-recap table td.activities {
        width: 33.33333%; }
      .company-recap table td.production-types {
        width: 27.77778%; }
      .company-recap table td.countries {
        width: 16.66667%; }
  .company-recap .company-recap-text {
    padding-right: 28.72222%;
    margin-top: 80px;
    font-size: 1.6em; }
    .company-recap .company-recap-text p {
      line-height: 30px; }
  .company-recap .company-recap-mobile {
    font-size: 15px;
    line-height: 27px; }
    .company-recap .company-recap-mobile h3 {
      font-size: 13px;
      line-height: 19px; }
    .company-recap .company-recap-mobile li {
      padding: 20px 0;
      border-bottom: 1px solid #f2f2f2; }
      .company-recap .company-recap-mobile li:last-child {
        border-bottom: none; }

.company-program {
  padding-right: 0; }
  .company-program-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 13.33333%;
    box-sizing: border-box;
    width: 66.66667%; }
  .company-program figure {
    display: inline-block;
    vertical-align: middle;
    width: 15.5555555556%; }
  .company-program .button-more, .company-program .button-close {
    right: 8.33333%; }

/* DETAIL PROGRAM */
.article-program-detail {
  margin-left: 8.33333%;
  box-sizing: border-box;
  width: 91.66667%; }
  .article-program-detail .program-slider,
  .article-program-detail .flickity-js {
    margin-right: 18.18182%; }
    .article-program-detail .program-slider img,
    .article-program-detail .flickity-js img {
      padding-left: 3.333333%;
      box-sizing: border-box;
      max-height: 551px;
      width: auto;
      max-width: 100%;
      height: auto; }
  .article-program-detail .flickity-prev-next-button {
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    height: 40%; }
    .article-program-detail .flickity-prev-next-button.next {
      right: -8.33333%;
      background: none; }
      .article-program-detail .flickity-prev-next-button.next .arrow {
        stroke: #000000; }
    .article-program-detail .flickity-prev-next-button.previous .arrow {
      stroke: #ffffff; }
  .article-program-detail-text {
    padding-left: 18.18182%;
    padding-top: 75px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.5em;
    line-height: 26px; }
    .article-program-detail-text .intro {
      font-weight: bold; }
    .article-program-detail-text p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .article-program-detail-text .program-description {
      padding-right: 27.77778%; }
    .article-program-detail-text .program-technical-aspects {
      margin-top: 100px; }
    .article-program-detail-text .program-casting {
      margin-top: 80px; }
      .article-program-detail-text .program-casting table {
        width: 100%; }
        .article-program-detail-text .program-casting table tr {
          border-bottom: 1px solid #f2f2f2; }
          .article-program-detail-text .program-casting table tr:last-child {
            border-bottom: none; }
          .article-program-detail-text .program-casting table tr td {
            padding: 20px 0; }
            .article-program-detail-text .program-casting table tr td:first-child {
              font-size: 13px;
              width: 16.66667%; }
            .article-program-detail-text .program-casting table tr td:nth-child(2) {
              width: 16.66667%; }

.programs-article figure {
  position: relative;
  overflow: hidden; }
  .programs-article figure .companies-logo-wrapper {
    position: absolute;
    right: 0;
    bottom: 10px;
    max-width: 120px;
    z-index: 1; }
  .programs-article figure .companies-logo {
    position: relative;
    max-width: 120px;
    height: auto; }

.programs-article .program-text {
  padding: 30px 0;
  text-align: center;
  font-size: 2.2em; }
  .programs-article .program-text .article-category {
    display: block;
    margin-bottom: 10px;
    font-size: 14px; }

.programs-article .img-wrapper figure {
  position: relative;
  width: 160px;
  height: 88px; }
  .programs-article .img-wrapper figure img {
    position: absolute;
    left: 0;
    top: 0; }
    .programs-article .img-wrapper figure img:not(.hovered-img) {
      z-index: 2; }

/* STATIC PAGES */
.legal-notices-article {
  margin-left: 25%;
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  margin-bottom: 90px; }
  .legal-notices-article:last-child {
    margin-bottom: 0; }
  .legal-notices-article .description {
    padding-right: 7.14286%;
    font-size: 1.5em;
    line-height: 26px; }
    .legal-notices-article .description p:last-child {
      margin-bottom: 0; }
  .legal-notices-article .references .data-row {
    border-bottom: none; }
    .legal-notices-article .references .data-row > span, .legal-notices-article .references .data-row ul {
      display: inline-block;
      vertical-align: top; }
  .legal-notices-article .references ul {
    padding-left: 3.33333%;
    box-sizing: border-box;
    width: 57.14286%; }
    .legal-notices-article .references ul li {
      margin-bottom: 20px;
      font-size: 1.5em; }
      .legal-notices-article .references ul li:last-child {
        margin-bottom: 0; }
  .legal-notices-article .references .label {
    width: 28.57143%; }

/* RESPONSIVE */
@media (max-width: 800px) {
  .article figure figcaption {
    bottom: 20px;
    line-height: 18px; }
  .article .article-category {
    font-size: 1.2em; }
  .article h2 {
    font-size: 1.5em; }
    .article h2.rub-title {
      font-size: 30px;
      margin-bottom: 65px; }
      .article h2.rub-title:after {
        bottom: -35px; }
  .article .hovered img {
    max-width: 50px;
    max-height: 50px;
    margin: 0 10px; }
  .news-article,
  .search-result-article {
    padding: 0; }
    .news-article h2,
    .search-result-article h2 {
      margin-bottom: 10px;
      font-size: 2.2em; }
    .news-article-text,
    .search-result-article-text {
      padding-left: 25px;
      padding-right: 25px;
      width: 66.66667%;
      box-sizing: border-box; }
    .news-article-image,
    .search-result-article-image {
      width: 33.33333%;
      padding-left: 25px;
      box-sizing: border-box; }
    .news-article .news-article-info,
    .news-article .search-result-article-info,
    .search-result-article .news-article-info,
    .search-result-article .search-result-article-info {
      margin-bottom: 10px;
      font-size: 1.2em; }
    .news-article .description,
    .search-result-article .description {
      font-size: 1.3em;
      line-height: 16px; }
    .news-article .button-more, .news-article .button-close,
    .search-result-article .button-more,
    .search-result-article .button-close {
      opacity: 0 !important; }
  .company-article figure figcaption {
    font-size: 1.1em; }
  .article-news-detail {
    width: 75%;
    margin-left: 16.66667%;
    margin-right: 8.33333%;
    box-sizing: border-box;
    padding-left: 3.33333%; }
    .article-news-detail figure:before {
      width: 22.22222%;
      left: -22.22222%; }
    .article-news-detail figure img {
      max-width: none;
      max-width: initial; }
    .article-news-detail .society-logo {
      width: 22.22222%;
      left: -22.22222%; }
    .article-news-detail-text {
      font-size: 1.2em;
      line-height: 25px; }
    .article-news-detail .toolbox {
      margin-top: 70px;
      font-size: 1.4em; }
  .other-news,
  .company-program {
    margin-bottom: 45px; }
    .other-news h2,
    .company-program h2 {
      font-size: 2.2em; }
    .other-news .other-news-article-info,
    .company-program .other-news-article-info {
      font-size: 1.2em;
      margin-top: 5px; }
    .other-news .button-more, .other-news .button-close,
    .company-program .button-more,
    .company-program .button-close {
      width: 39px;
      height: 39px; }
      .other-news .button-more .button-horizontal, .other-news .button-close .button-horizontal,
      .other-news .button-more .button-vertical,
      .other-news .button-close .button-vertical,
      .company-program .button-more .button-horizontal,
      .company-program .button-close .button-horizontal,
      .company-program .button-more .button-vertical,
      .company-program .button-close .button-vertical {
        width: 39px;
        top: 20px; }
  .company-recap table td {
    padding-right: 4.16667%;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: left;
    line-height: 19px; }
    .company-recap table td h3.company-recap-title {
      font-size: 11px;
      line-height: 19px; }
  .company-recap-text {
    margin-top: 40px;
    font-size: 1.2em; }
  .company-program-text {
    width: 77.77778%; }
  .company-program-info {
    font-size: 1.2em; }
  .company-program figure {
    width: 16.8333333333%; }
  .article-program-detail {
    margin-left: 0;
    padding-left: 8.33333%;
    left: 3.3333333%;
    width: 100%; }
    .article-program-detail .program-slider {
      margin-right: 18.18182%; }
      .article-program-detail .program-slider img {
        max-height: 344px; }
    .article-program-detail-text {
      padding-top: 50px;
      padding-left: 9.09091%;
      font-size: 1.2em; }
      .article-program-detail-text .program-description {
        padding-right: 18.18182%; }
  .programs-article .program-text {
    font-size: 1.5em; }
    .programs-article .program-text .article-category {
      margin-bottom: 5px;
      font-size: 10px; }
  .programs-article figure .companies-logo-wrapper {
    top: 0;
    max-width: 95px; }
  .legal-notices-article {
    margin-left: 16.66667%;
    width: 75%; }
    .legal-notices-article .description {
      font-size: 1.3em; } }

@media (max-width: 600px) {
  .article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .article figure {
      position: relative;
      height: 100%;
      overflow: hidden; }
      .article figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-height: 100%;
        min-width: 101%;
        max-width: 380px; }
    .article h2 {
      font-size: 2em; }
      .article h2.rub-title {
        font-size: 30px;
        padding-right: 37.5%; }
        .article h2.rub-title:after {
          width: 25%; }
    .article .article-category {
      font-size: 1.4em;
      margin-bottom: 5px; }
    .article .hovered img {
      max-width: 50px;
      max-height: 50px;
      min-width: 0;
      min-width: initial;
      min-height: 0;
      min-height: initial;
      margin: 0 10px;
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0); }
  .news-article,
  .search-result-article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .news-article-image,
    .search-result-article-image {
      position: relative;
      margin: 0;
      height: 260px;
      width: 100%;
      max-width: none;
      max-width: initial;
      overflow: hidden; }
      .news-article-image img,
      .search-result-article-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: 380px; }
    .news-article-text,
    .search-result-article-text {
      width: 100%;
      padding: 0 25px; }
      .news-article-text h2,
      .search-result-article-text h2 {
        margin-top: 35px;
        line-height: 30px; }
    .news-article .news-article-info,
    .news-article .search-result-article-info,
    .search-result-article .news-article-info,
    .search-result-article .search-result-article-info {
      line-height: 1;
      font-size: 1.3em; }
    .news-article .description,
    .search-result-article .description {
      line-height: 26px; }
  .company-article {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 0; }
    .company-article:nth-child(even):after {
      content: none; }
    .company-article figure figcaption {
      padding: 10px 15px;
      font-size: 1.4em;
      line-height: 20px; }
  .article-news-detail {
    padding-left: 0; }
    .article-news-detail figure {
      max-height: 360px; }
      .article-news-detail figure:before {
        content: none; }
      .article-news-detail figure img {
        max-width: none;
        max-width: initial;
        max-height: 100%; }
    .article-news-detail .society-logo {
      width: auto;
      bottom: 0;
      left: 0;
      top: auto;
      height: 70px; }
      .article-news-detail .society-logo img {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0); }
    .article-news-detail .news-article-info, .article-news-detail-text,
    .article-news-detail .toolbox {
      width: 100%;
      padding: 0 7.8125%;
      box-sizing: border-box; }
    .article-news-detail .news-article-info {
      margin-top: 35px;
      margin-bottom: 40px; }
    .article-news-detail-text {
      font-size: 1.5em;
      line-height: 26px; }
    .article-news-detail .toolbox {
      margin-top: 30px; }
      .article-news-detail .toolbox .share,
      .article-news-detail .toolbox .download-pdf {
        display: block;
        text-align: center;
        line-height: 115px;
        width: auto;
        height: 115px; }
      .article-news-detail .toolbox .share {
        width: 100%; }
        .article-news-detail .toolbox .share .share-button {
          position: relative;
          vertical-align: middle;
          margin-top: 0;
          top: 0;
          bottom: 0;
          right: 0; }
        .article-news-detail .toolbox .share.pdf {
          border-bottom: 1px solid #f2f2f2; }
        .article-news-detail .toolbox .share .social-bar {
          right: 50%;
          margin-right: -90px;
          width: 180px;
          opacity: 0;
          transition: opacity .3s, top .3s;
          z-index: -1; }
        .article-news-detail .toolbox .share .mobile-tap-share {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 115px;
          height: 53px;
          z-index: 9999;
          transform: translate(-50%, -50%); }
        .article-news-detail .toolbox .share--opened .social-bar {
          opacity: 1;
          top: 0;
          z-index: 9; }
      .article-news-detail .toolbox .download-pdf {
        float: none;
        display: table;
        margin: 0 auto; }
      .article-news-detail .toolbox .our-activites-triangle {
        top: 35px; }
  .other-news {
    margin-bottom: 55px;
    padding-right: 0; }
    .other-news h2 {
      font-size: 2.5em; }
    .other-news .other-news-article-info {
      margin-top: 10px;
      font-size: 1.5em; }
  .company-recap {
    width: 100%;
    float: none;
    padding: 0 7.8125%;
    box-sizing: border-box; }
    .company-recap .company-recap-text {
      margin-top: 0;
      padding-right: 0; }
  .company-program {
    margin-bottom: 55px; }
    .company-program-text {
      width: 100%;
      padding-right: 0; }
      .company-program-text figure {
        width: 100%;
        margin-bottom: 20px; }
        .company-program-text figure img {
          max-height: none;
          max-height: initial; }
  .article-program-detail {
    left: 0;
    padding-left: 0;
    width: 100%; }
    .article-program-detail .flickity-js:not(.program-slider) {
      margin-right: 0;
      margin-bottom: 30px; }
      .article-program-detail .flickity-js:not(.program-slider) img {
        width: 100%;
        height: auto;
        padding-left: 0; }
    .article-program-detail .program-slider {
      margin-right: 0; }
      .article-program-detail .program-slider img {
        max-height: 245px;
        padding-left: 5px;
        padding-right: 5px; }
    .article-program-detail .flickity-prev-next-button {
      position: relative;
      height: 100px;
      width: 50%; }
      .article-program-detail .flickity-prev-next-button svg {
        padding-top: 0;
        width: 50%; }
      .article-program-detail .flickity-prev-next-button .arrow {
        transform-origin: center; }
      .article-program-detail .flickity-prev-next-button.previous svg {
        position: absolute;
        right: -15px;
        left: auto; }
      .article-program-detail .flickity-prev-next-button.previous .arrow {
        stroke: #000000;
        transform: scale(0.7); }
      .article-program-detail .flickity-prev-next-button.next {
        right: 0; }
        .article-program-detail .flickity-prev-next-button.next svg {
          position: absolute;
          left: 0; }
        .article-program-detail .flickity-prev-next-button.next .arrow {
          transform: scale(0.7) rotate(180deg); }
    .article-program-detail-text {
      padding: 20px 7.8125%;
      font-size: 1.5em; }
      .article-program-detail-text .program-description,
      .article-program-detail-text .program-technical-aspects {
        padding: 0;
        margin-bottom: 40px; }
      .article-program-detail-text .label {
        display: block;
        font-size: 13px; }
      .article-program-detail-text .name {
        font-size: 15px; }
  .programs-article > figure {
    height: 260px; }
  .programs-article .companies-logo-wrapper {
    display: none; }
  .programs-article .program-text {
    font-size: 2.2em; }
    .programs-article .program-text .article-category {
      margin-bottom: 10px;
      font-size: 12px; }
  .legal-notices-article {
    padding: 0 7.8125%;
    margin-bottom: 50px; }
    .legal-notices-article .description {
      padding-right: 0;
      font-size: 1.5em; }
    .legal-notices-article .references ul {
      padding-left: 0;
      width: 100%; }
    .legal-notices-article .references .label {
      margin-bottom: 10px;
      font-size: 1.5em;
      display: block;
      width: 100%; }
  .data-row .label {
    display: block;
    margin-right: 0;
    width: 100%; }
  .data-row .name {
    padding-left: 0; }
  .data-row .actors-wrapper {
    margin-top: 5px;
    width: 100%;
    max-width: none;
    max-width: initial; }
    .data-row .actors-wrapper .name {
      width: 100%; }
      .data-row .actors-wrapper .name .actor,
      .data-row .actors-wrapper .name .character {
        width: 50%; }
      .data-row .actors-wrapper .name .character {
        padding-right: 10px; }
      .data-row .actors-wrapper .name .actor {
        padding-left: 10px; } }

article.budda-roll h2,
article.program-roll h2 {
  width: 100%;
  text-align: center; }

article.budda-roll > figure,
article.program-roll > figure {
  position: relative;
  background-color: #000000; }
  article.budda-roll > figure span,
  article.program-roll > figure span {
    display: block; }
  article.budda-roll > figure img,
  article.program-roll > figure img {
    opacity: 1;
    transition: opacity .3s; }
  article.budda-roll > figure figcaption,
  article.program-roll > figure figcaption {
    top: 0;
    bottom: 0; }
    article.budda-roll > figure figcaption > div,
    article.program-roll > figure figcaption > div {
      padding: 0 50px;
      box-sizing: border-box;
      position: absolute;
      bottom: 30px;
      width: 100%;
      transform: translateY(0);
      transition: transform .3s; }
      article.budda-roll > figure figcaption > div .img-wrapper figure,
      article.program-roll > figure figcaption > div .img-wrapper figure {
        margin: 20px 0; }
    article.budda-roll > figure figcaption > a,
    article.program-roll > figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    article.budda-roll > figure figcaption:before, article.budda-roll > figure figcaption:after,
    article.program-roll > figure figcaption:before,
    article.program-roll > figure figcaption:after {
      content: '';
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s; }
    article.budda-roll > figure figcaption:before,
    article.program-roll > figure figcaption:before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: scale(0, 1); }
    article.budda-roll > figure figcaption:after,
    article.program-roll > figure figcaption:after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: scale(1, 0); }
  article.budda-roll > figure:hover > img,
  article.program-roll > figure:hover > img {
    opacity: .3; }
  article.budda-roll > figure:hover figcaption > div,
  article.program-roll > figure:hover figcaption > div {
    transform: translateY(-30px); }
    article.budda-roll > figure:hover figcaption > div.showslisting-rollover,
    article.program-roll > figure:hover figcaption > div.showslisting-rollover {
      transform: translateY(-70px); }
  article.budda-roll > figure:hover figcaption:after, article.budda-roll > figure:hover figcaption:before,
  article.program-roll > figure:hover figcaption:after,
  article.program-roll > figure:hover figcaption:before {
    opacity: 1;
    transform: scale(1);
    z-index: -1; }
  article.budda-roll > figure:hover .companies-logo,
  article.program-roll > figure:hover .companies-logo {
    opacity: 0; }
  article.budda-roll > figure:after,
  article.program-roll > figure:after {
    content: '';
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 0; }

article.budda-roll.society > figure:hover figcaption > div.showslisting-rollover,
article.program-roll.society > figure:hover figcaption > div.showslisting-rollover {
  transform: translateY(-150px); }

article.program-roll .img-wrapper {
  opacity: 0;
  transition: opacity .3s; }
  article.program-roll .img-wrapper span.discover {
    font-size: 1.4em; }
  article.program-roll .img-wrapper figure {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent; }
    article.program-roll .img-wrapper figure:after {
      content: none; }
    article.program-roll .img-wrapper figure .hovered-img {
      opacity: 0; }
    article.program-roll .img-wrapper figure:hover > img {
      opacity: .3; }
    article.program-roll .img-wrapper figure:hover figcaption > div {
      transform: translateY(-20px); }
    article.program-roll .img-wrapper figure:hover img:not(.hovered-img) {
      opacity: 0; }
    article.program-roll .img-wrapper figure:hover .hovered-img {
      opacity: 1; }
  article.program-roll .img-wrapper figure:nth-of-type(2):before {
    content: '';
    display: block;
    position: relative;
    width: 1px;
    height: 58%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff; }
  article.program-roll .img-wrapper img {
    height: auto;
    width: auto;
    max-height: 120px;
    max-width: 120px;
    margin: 0 20px; }

article.program-roll figure:hover .img-wrapper {
  opacity: 1; }

article.program-roll.society figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

article.program-roll.society .img-wrapper span.discover {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: translate3d;
  transform: translate3d(-50%, -10%, 0); }

article.program-roll.society figure:hover .img-wrapper span.discover {
  will-change: translate3d;
  transform: translate3d(-50%, -50%, 0); }

@media (max-width: 800px) {
  article.budda-roll > figure figcaption > div .img-wrapper figure, article.program-roll > figure figcaption > div .img-wrapper figure {
    margin: 0; }
  article.budda-roll.society > figure:hover figcaption > div.showslisting-rollover, article.program-roll.society > figure:hover figcaption > div.showslisting-rollover {
    transform: translateY(-90px); }
  article.program-roll .img-wrapper figure {
    width: 120px;
    height: 80px; }
  article.program-roll .img-wrapper img {
    max-height: 80px;
    max-width: 80px; }
  article.program-roll > figure:hover figcaption > div.showslisting-rollover {
    transform: translateY(-25px); } }

@media (max-width: 600px) {
  article.program-roll .img-wrapper figure {
    width: 110px;
    height: 80px; }
  article.program-roll .img-wrapper img {
    transform: none;
    transform: initial;
    margin: 0; }
  article.program-roll > figure:hover figcaption > div.showslisting-rollover {
    transform: translateY(-45px); } }

header.main-header .button-menu {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  header.main-header .button-menu > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform: translateY(0);
    transition: transform .2s;
    will-change: transition;
    -webkit-backface-visibility: hidden; }
    header.main-header .button-menu > span.button-menu--top {
      margin-top: 6px; }
    header.main-header .button-menu > span.button-menu--middle {
      margin-top: 6px; }
    header.main-header .button-menu > span.button-menu--bottom {
      margin-top: 6px; }
  header.main-header .button-menu:hover > span.button-menu--top {
    transform: translateY(-1px); }
  header.main-header .button-menu:hover > span.button-menu--bottom {
    transform: translateY(1px); }

.menu, .section-content-site-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  z-index: 99; }
  .menu > div, .section-content-site-map > div {
    width: 200vw;
    height: 200vw;
    color: #000;
    background: #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
    -ms-flex: none;
        flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden; }
    .menu > div > div, .section-content-site-map > div > div {
      text-align: center;
      max-width: 90vw;
      max-height: 100vh;
      opacity: 0;
      transition: opacity 0.4s ease;
      overflow-y: auto;
      -ms-flex: none;
          flex: none; }
      .menu > div > div > ul:not(.has-dropdown), .section-content-site-map > div > div > ul:not(.has-dropdown) {
        list-style: none;
        padding: 0 1em;
        margin: 0;
        display: block;
        max-height: 100vh; }
        .menu > div > div > ul:not(.has-dropdown) > li, .section-content-site-map > div > div > ul:not(.has-dropdown) > li {
          padding: 0;
          margin-bottom: 50px;
          display: block; }
          .menu > div > div > ul:not(.has-dropdown) > li > a, .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a {
            position: relative;
            display: inline;
            cursor: pointer;
            transition: color 0.4s ease;
            font-size: 3em; }
            .menu > div > div > ul:not(.has-dropdown) > li > a:after, .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a:after {
              content: '';
              width: 100%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: -5px;
              background-color: #000000;
              transform: scale(0);
              opacity: 0;
              transition: transform .2s ease-out;
              -webkit-backface-visibility: hidden; }
            .menu > div > div > ul:not(.has-dropdown) > li > a:hover:after, .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a:hover:after {
              opacity: 1;
              transform: scale(1); }
  .menu.menu-open, .menu-open.section-content-site-map {
    pointer-events: auto;
    visibility: visible;
    padding-top: 90px; }
    .menu.menu-open > div, .menu-open.section-content-site-map > div {
      transform: scale(1);
      transition-duration: .75s; }
      .menu.menu-open > div > div, .menu-open.section-content-site-map > div > div {
        opacity: 1;
        transition: opacity 0.4s ease 0.4s; }

.has-dropdown a:first-child {
  margin-bottom: 18px;
  display: block !important; }

.has-dropdown .button-more, .has-dropdown .button-close {
  margin: 25px auto 0;
  width: 25px;
  height: 25px;
  transform: rotate(0deg);
  transition: transform .3s; }
  .has-dropdown .button-more .button-vertical, .has-dropdown .button-close .button-vertical,
  .has-dropdown .button-more .button-horizontal,
  .has-dropdown .button-close .button-horizontal {
    top: 11px;
    width: 25px; }

.has-dropdown .dropdown-menu-button {
  position: relative;
  margin: 0 auto;
  width: 25px;
  height: 25px; }
  .has-dropdown .dropdown-menu-button .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
    width: 25px;
    height: 25px; }
    .has-dropdown .dropdown-menu-button .checkbox-toggle:checked + .button-more, .has-dropdown .dropdown-menu-button .checkbox-toggle:checked + .button-close {
      transform: rotate(45deg); }

.dropdown {
  font-size: 1.8em;
  height: 0;
  overflow: hidden;
  transition: height .3s; }
  .dropdown.dropdown-open {
    height: 260px; }
  .dropdown li {
    margin: 30px 0; }

@media (max-width: 600px) {
  .menu.menu-open, .menu-open.section-content-site-map,
  .section-content-site-map.menu-open {
    padding-top: 40px; }
  .menu > div > div > ul:not(.has-dropdown) > li, .section-content-site-map > div > div > ul:not(.has-dropdown) > li,
  .section-content-site-map > div > div > ul:not(.has-dropdown) > li {
    margin-bottom: 40px; }
    .menu > div > div > ul:not(.has-dropdown) > li > a, .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a,
    .section-content-site-map > div > div > ul:not(.has-dropdown) > li > a {
      font-size: 2.5em; } }

.twitter-timeline {
  position: relative;
  width: 75%;
  float: left;
  float: right;
  background-color: #ffffff;
  height: 115px; }
  .twitter-timeline .icon-twitter {
    position: relative;
    display: inline-block;
    font-size: 2em;
    line-height: 115px;
    color: #17cdff;
    text-align: center;
    height: 100%;
    width: 11.11111%;
    float: left; }
  .twitter-timeline--text {
    width: 88.88889%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block; }
  .twitter-timeline .tweet {
    line-height: 24px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .twitter-timeline .tweet span.user {
      font-size: 14px;
      font-style: italic; }
      .twitter-timeline .tweet span.user a:before {
        content: '@ '; }
    .twitter-timeline .tweet .description {
      padding-right: 1%; }
      .twitter-timeline .tweet .description .text {
        font-size: 14px;
        line-height: 1; }
      .twitter-timeline .tweet .description time {
        font-size: 12px; }
      .twitter-timeline .tweet .description a {
        color: currentColor;
        text-decoration: none; }
        .twitter-timeline .tweet .description a:hover {
          text-decoration: underline; }
  .twitter-timeline .flickity-viewport {
    height: 100% !important; }
    .twitter-timeline .flickity-viewport .flickity-slider {
      font-size: 0; }
      .twitter-timeline .flickity-viewport .flickity-slider:before {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        height: 100%;
        width: 0;
        white-space: nowrap;
        content: ''; }

/* TABLET */
@media (max-width: 800px) {
  .twitter-timeline {
    min-height: 72px;
    height: 0; }
    .twitter-timeline .tweet {
      line-height: 15px; }
      .twitter-timeline .tweet h1 {
        height: 1em; }
      .twitter-timeline .tweet .description .text {
        height: 1em; }
    .twitter-timeline .icon-twitter {
      line-height: 72px; } }

@media (max-width: 600px) {
  .twitter-timeline {
    min-height: 270px;
    width: 100%;
    box-sizing: border-box; }
    .twitter-timeline--text {
      width: 100%; }
    .twitter-timeline .tweet {
      padding: 0 25px;
      box-sizing: border-box; }
      .twitter-timeline .tweet span.user {
        display: block;
        margin-bottom: 25px; }
        .twitter-timeline .tweet span.user a {
          display: inline-block;
          vertical-align: middle; }
          .twitter-timeline .tweet span.user a:before {
            display: inline-block;
            vertical-align: middle; }
        .twitter-timeline .tweet span.user .displayMobile {
          display: inline-block !important; }
        .twitter-timeline .tweet span.user .icon-twitter {
          vertical-align: text-top;
          float: none;
          margin-right: 10px;
          line-height: 20px;
          width: 41px;
          height: 41px; }
      .twitter-timeline .tweet .description .text {
        font-size: 15px;
        line-height: 30px; }
      .twitter-timeline .tweet .description time {
        font-size: 13px; } }

.button-more, .button-close {
  position: relative;
  display: block;
  width: 59px;
  height: 59px;
  cursor: pointer; }
  .button-more .button-vertical, .button-close .button-vertical,
  .button-more .button-horizontal, .button-close .button-horizontal {
    position: absolute;
    top: 29px;
    width: 59px;
    height: 1px;
    display: block;
    background-color: #000000;
    transform: scaleX(1);
    will-change: scale;
    transition: scale .5s; }
  .button-more .button-vertical, .button-close .button-vertical {
    transform: rotate(90deg) scaleX(1); }
  .button-more:after, .button-close:after {
    position: absolute;
    bottom: -5%;
    left: 0;
    margin-top: -5px;
    text-transform: uppercase;
    font-size: 1.3em;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s, left .3s; }
  .button-more:hover .button-horizontal, .button-close:hover .button-horizontal {
    transform: scaleX(0.9); }
  .button-more:hover .button-vertical, .button-close:hover .button-vertical {
    transform: rotate(90deg) scaleX(0.9); }
  .button-more:hover:after, .button-close:hover:after {
    left: 57px;
    opacity: 1; }

.button-close {
  transform: rotate(45deg); }
  .button-close:hover {
    transform: rotate(45deg) scale(0.9); }

.share-button {
  width: 53px;
  height: 53px;
  overflow: visible; }

.back-home {
  display: table;
  margin: 95px auto 20px;
  padding: 15px 75px;
  font-size: 1.4em;
  background-color: #ffffff; }

/* MENU BUTTON */
.flex-center, .menu, .section-content-site-map, .menu > div, .section-content-site-map > div, .menu > div > div, .section-content-site-map > div > div, .outer-menu .hamburger, .outer-menu .hamburger > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

.outer-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  z-index: 1; }
  .outer-menu.open-menu {
    position: absolute; }
  .outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 23px;
    height: 23px;
    opacity: 0; }
    .outer-menu .checkbox-toggle:checked + .hamburger > div {
      transform: rotate(135deg); }
      .outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        top: 0;
        transform: rotate(90deg); }
      .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        opacity: 0; }
    .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
      transform: rotate(225deg); }
  .outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 23px;
    height: 23px;
    padding: .5em 1em;
    background: fade(#2196F3, 75%);
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .outer-menu .hamburger > div {
      position: relative;
      -ms-flex: none;
          flex: none;
      width: 100%;
      height: 1px;
      background: #000;
      transition: all 0.4s ease; }
      .outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -6px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000000;
        transform: translateY(0);
        transition: all 0.4s ease; }
      .outer-menu .hamburger > div:after {
        top: 6px; }
  .outer-menu:after {
    content: 'MENU';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    font-size: 12px;
    color: #1a1a1a;
    opacity: 0;
    transition: opacity .3s, right .3s; }
  .outer-menu:hover:after {
    right: -45px;
    opacity: 1; }

@media (max-width: 800px) {
  .button-close {
    width: 45px;
    height: 45px; }
    .button-close .button-horizontal,
    .button-close .button-vertical {
      width: 45px;
      top: 22px; }
  .outer-menu:after {
    content: none; }
  .button-more:after, .button-close:after {
    content: none !important; } }

.section-figures {
  position: relative;
  margin-bottom: 80px;
  background-image: url("/theme/lagardere-studios/dist/images/figures-bg.jpg");
  background-size: cover;
  background-position: 0 0; }
  .section-figures .figures-container {
    background-color: rgba(0, 0, 0, 0.75); }
  .section-figures .figures-listing {
    padding-top: 70px;
    padding-bottom: 70px; }
    .section-figures .figures-listing li {
      width: 25%;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.3em;
      line-height: 17px;
      color: #ffffff;
      box-sizing: border-box; }
      .section-figures .figures-listing li span.figure {
        margin-bottom: 15px;
        display: block;
        font-size: 55px;
        line-height: 57px; }
      .section-figures .figures-listing li:first-child {
        padding-left: 8.33333%; }
      .section-figures .figures-listing li:nth-child(2) {
        padding-left: 3.33333333333%;
        /* (40*100)/1200 */ }
      .section-figures .figures-listing li:last-child {
        padding-left: 1.66666666667%;
        /* (20*100)/1200 */ }

/* RESPONSIVE */
@media (max-width: 800px) {
  .section-figures .figures-listing {
    padding-top: 44px;
    padding-bottom: 44px; }
    .section-figures .figures-listing li {
      font-size: 1em; }
      .section-figures .figures-listing li span.figure {
        margin-bottom: 5px;
        font-size: 3.4em; } }

@media (max-width: 600px) {
  .section-figures {
    background: url("/theme/lagardere-studios/dist/images/figures-bg-mobile.jpg") no-repeat 10% 50%;
    background-size: 140% !important; }
    .section-figures .figures-container {
      background-color: rgba(0, 0, 0, 0.75); }
    .section-figures .figures-listing {
      padding-top: 50px;
      padding-bottom: 50px; }
      .section-figures .figures-listing li {
        padding: 0;
        margin-bottom: 50px;
        font-size: 1.3em;
        text-align: center;
        width: 100%; }
        .section-figures .figures-listing li:first-child, .section-figures .figures-listing li:nth-child(2), .section-figures .figures-listing li:last-child {
          padding-left: 0; }
        .section-figures .figures-listing li:last-child {
          margin-bottom: 0; }
        .section-figures .figures-listing li span.figure {
          font-size: 4.5em; } }

.section-today-on-tv {
  background-color: #1a1a1a;
  padding-bottom: 40px; }
  .section-today-on-tv.section-program-diffusions {
    margin-bottom: 0;
    padding-bottom: 60px; }
  .section-today-on-tv .container {
    padding: 0 3.33333%; }
  .section-today-on-tv h2 {
    padding: 40px 0;
    color: #ffffff;
    font-size: 2.6em;
    text-align: center; }
  .section-today-on-tv .pane:first-child a:first-child article figure:first-of-type:before {
    content: '';
    height: 55px;
    width: 1px;
    position: absolute;
    bottom: -55px;
    left: 0;
    background-color: #313131; }
  .section-today-on-tv article {
    width: 16.66667%;
    float: left;
    font-size: 1.3em;
    color: #ffffff;
    text-align: center;
    line-height: 20px; }
    .section-today-on-tv article figure:first-of-type {
      position: relative; }
      .section-today-on-tv article figure:first-of-type:after {
        content: '';
        height: 55px;
        width: 1px;
        position: absolute;
        bottom: -55px;
        right: 0;
        background-color: #313131; }
    .section-today-on-tv article figure {
      margin-bottom: 25px; }
    .section-today-on-tv article .channel-logo {
      position: relative;
      margin-bottom: 10px;
      height: 35px; }
      .section-today-on-tv article .channel-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        max-width: 45px;
        max-height: 35px; }
    .section-today-on-tv article .today-on-tv-title {
      line-height: 17px; }

/* RESPONSIVE */
@media (max-width: 800px) {
  .section-today-on-tv {
    padding-bottom: 25px; }
    .section-today-on-tv h2 {
      padding: 25px 0;
      font-size: 1.6em; }
    .section-today-on-tv article {
      font-size: 1em;
      line-height: 12px; }
      .section-today-on-tv article .today-on-tv-title {
        line-height: 13px; }
      .section-today-on-tv article figure {
        margin-bottom: 15px; }
      .section-today-on-tv article .channel-logo {
        margin-bottom: 5px; }
        .section-today-on-tv article .channel-logo img {
          max-width: 30px;
          max-height: 25px; } }

@media (max-width: 600px) {
  .section-today-on-tv .container {
    padding: 0; }
  .section-today-on-tv h2 {
    font-size: 2.6em; }
  .section-today-on-tv .flickity-slider {
    width: 100%; }
  .section-today-on-tv .pane {
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%; }
    .section-today-on-tv .pane:first-child a:first-child article figure:first-of-type:before {
      content: none; }
  .section-today-on-tv article {
    box-sizing: border-box;
    font-size: 1.3em;
    line-height: 15px;
    width: 50%; }
    .section-today-on-tv article figure:first-of-type:after {
      content: none; }
  .section-today-on-tv a:first-child article {
    padding-right: 12px; }
  .section-today-on-tv a:last-child article {
    padding-left: 12px; }
  .section-today-on-tv.section-program-diffusions h2 {
    padding: 35px 0;
    font-size: 2.2em; } }

.select {
  visibility: hidden; }

.select2 {
  width: auto !important;
  min-width: 160px; }

.filter-wrapper {
  text-align: center;
  margin-top: 85px; }
  .filter-wrapper .filter-by {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 1.4em; }
  .filter-wrapper .select-wrapper {
    display: inline-block;
    vertical-align: middle; }

.select2-container--default.select2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 1.4em;
  color: rgba(26, 26, 26, 0.7);
  text-align: center;
  border-radius: 0; }
  .select2-container--default.select2:nth-of-type(2) {
    margin-left: 40px;
    margin-right: 40px; }
  .select2-container--default.select2 .select2-selection--single {
    border-radius: 0;
    border: none;
    height: 45px;
    padding: 0 60px; }
    .select2-container--default.select2 .select2-selection--single:focus {
      outline: none;
      border: none; }
    .select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
      line-height: 45px;
      padding-right: 0;
      padding-left: 0;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box; }
    .select2-container--default.select2 .select2-selection--single .select2-selection__arrow {
      position: relative;
      vertical-align: middle;
      display: inline-block;
      top: -2px;
      left: 10px; }
      .select2-container--default.select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #000000 transparent transparent transparent; }
  .select2-container--default.select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ffffff !important;
  background-color: #000000 !important; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #000000 !important;
  color: #ffffff !important; }

.select2-results__option {
  box-sizing: border-box;
  padding: 13px 0 !important;
  font-size: 1.4em;
  color: rgba(26, 26, 26, 0.7);
  text-align: center;
  min-height: 45px; }

.select2-dropdown {
  border-color: #f2f2f2 !important;
  border-radius: 0 !important; }

@media (max-width: 800px) {
  .select2-container--default.select2 {
    margin: 0 5px; }
    .select2-container--default.select2:nth-of-type(2) {
      margin-left: 25px;
      margin-right: 25px; }
    .select2-container--default.select2 .select2-selection--single {
      padding: 0 20px; } }

@media (max-width: 600px) {
  .filter-wrapper .filter-by {
    display: block;
    margin-right: 0; }
  .filter-wrapper .select-wrapper {
    display: block;
    width: 260px;
    margin: 0 auto; }
  .select2-container--default.select2 {
    display: block;
    width: 100% !important;
    margin: 35px 0 0; }
    .select2-container--default.select2:nth-of-type(2) {
      margin-left: 0;
      margin-right: 0; }
    .select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
      width: 70%; }
    .select2-container--default.select2 .select2-selection--single .select2-selection__arrow {
      position: absolute;
      right: 20px;
      left: auto;
      left: initial;
      top: 50%;
      margin-top: -13px; } }

.pane {
  width: 100%; }
  .pane.hide-pane {
    display: none; }

.flickity-js {
  clear: fix; }

.flickity-prev-next-button {
  width: 8.33333%;
  height: 50%;
  border-radius: 0;
  top: 0;
  z-index: 2;
  transform: translate(0);
  background: none; }
  .flickity-prev-next-button:hover {
    background: none; }
  .flickity-prev-next-button .arrow {
    fill: none; }
  .flickity-prev-next-button:disabled {
    opacity: 1; }
  .flickity-prev-next-button svg {
    padding-top: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .flickity-prev-next-button:disabled {
    display: none; }

.section-programs-slider .previous {
  left: 41.66667%; }
  .section-programs-slider .previous .arrow {
    stroke: #000000;
    stroke-width: 1px; }

.section-programs-slider .next {
  right: 41.66667%;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3)); }
  .section-programs-slider .next .arrow {
    stroke: #ffffff;
    stroke-width: 1px; }

@media (max-width: 600px) {
  .pane {
    margin-bottom: 30px; }
    .pane:last-child, .pane.hide-pane {
      margin-bottom: 0; } }

.cc_container, .cc_message, .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-name: slideUp; }

.cc_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
  font-size: 1.3em;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2; }

.cc_message {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  float: none; }

.cc_btn_wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 227px; }

.cc_more_info,
.cc_btn {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1em;
  color: #ffffff !important;
  background-color: #000000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  box-sizing: border-box; }

.cc_more_info {
  width: auto;
  max-width: 135px;
  float: left; }

.cc_btn_accept_all {
  width: 57px;
  float: right; }

@keyframes slideUp {
  0% {
    transform: translateY(66px); }
  100% {
    transform: translateY(0); } }

@media (max-width: 800px) {
  .cc_banner .container {
    padding: 0 3%; } }

@media (max-width: 600px) {
  .cc_btn_wrapper {
    float: none;
    margin: 15px auto;
    display: block; }
  .cc_message {
    width: 100%;
    font-size: 1.1em; } }

.section-showreel {
  width: 100%;
  margin-bottom: 0; }
  .section-showreel .showreel-image {
    position: relative;
    width: 100%;
    height: 595px;
    overflow: hidden; }
    .section-showreel .showreel-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: 100%;
      height: auto;
      width: auto;
      min-width: 100%;
      overflow: hidden; }
    .section-showreel .showreel-image figcaption {
      width: 100%;
      padding-top: 50px;
      padding-left: 8.33333%;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 1.3em;
      cursor: pointer;
      z-index: 1; }
    .section-showreel .showreel-image .icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
      padding-left: 4px;
      font-size: 1.4em;
      line-height: 40px;
      text-align: center;
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff;
      box-sizing: border-box;
      border-radius: 50%;
      transform: scale(1);
      transition: transform .3s;
      will-change: scale; }
      .section-showreel .showreel-image .icon:before {
        -webkit-backface-visibility: hidden; }
      .section-showreel .showreel-image .icon:hover {
        transform: scale(1.1); }
        .section-showreel .showreel-image .icon:hover:before {
          transform: scale(1); }
  .section-showreel .youtube-wrapper {
    display: none;
    position: relative;
    height: 745px;
    overflow: hidden; }
    @media screen and (max-width: 1300px) {
      .section-showreel .youtube-wrapper {
        height: 595px; } }
    @media screen and (max-width: 1000px) {
      .section-showreel .youtube-wrapper {
        height: 475px; } }
    .section-showreel .youtube-wrapper #player {
      height: 100%; }
  .section-showreel .videoWrapper {
    position: relative;
    height: 100%; }
  .section-showreel .videoWrapper iframe {
    position: relative;
    width: 100%;
    height: 100%; }
  .section-showreel .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80%;
    z-index: 3;
    background: linear-gradient(rgba(0, 0, 0, 0.55), transparent); }
    .section-showreel .video-overlay .button-close {
      display: block;
      position: relative;
      bottom: 0; }
      .section-showreel .video-overlay .button-close .button-vertical, .section-showreel .video-overlay .button-close .button-horizontal {
        background-color: #ffffff; }

/* HOME ARTICLES */
.section-home-news {
  margin-top: -215px;
  margin-bottom: 80px;
  position: relative;
  transition: margin-top .5s; }
  .section-home-news:before {
    content: '';
    position: absolute;
    right: -600px;
    width: 50%;
    height: 100%;
    max-height: 493px;
    background-color: #ffffff; }
  .section-home-news.play-video {
    margin-top: 0; }

.home-news-article {
  overflow: hidden; }

/* END HOME ARTICLES */
/* HOME ACTIVITIES */
.section-home-activities {
  margin-bottom: 75px; }
  .section-home-activities > div {
    width: 33.33333%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle; }
  .section-home-activities .activities-description {
    padding-left: 8.33333%; }
    .section-home-activities .activities-description h1 {
      padding-right: 8.33333%; }
    .section-home-activities .activities-description p {
      margin-top: 75px;
      padding-right: 23.25%;
      font-size: 1.5em;
      line-height: 26px; }
  .section-home-activities .activities-list {
    height: 219px;
    width: 30.0%;
    margin-left: 3.33333%; }
    .section-home-activities .activities-list-image {
      position: relative;
      display: block;
      width: 100%;
      height: 70px;
      background-color: #f2f2f2; }
      .section-home-activities .activities-list-image img {
        position: absolute;
        bottom: 11px;
        left: 40px;
        width: 149px;
        height: 106px;
        opacity: .5; }
    .section-home-activities .activities-list ul {
      padding-left: 20px;
      margin-top: 60px;
      font-size: 1.5em;
      line-height: 30px;
      white-space: nowrap; }
      .section-home-activities .activities-list ul li {
        position: relative; }
        .section-home-activities .activities-list ul li:before {
          content: '';
          height: 9px;
          width: 9px;
          position: absolute;
          left: -20px;
          top: 50%;
          margin-top: -5px; }
        .section-home-activities .activities-list ul li.french-fiction:before {
          background-color: #b40037; }
        .section-home-activities .activities-list ul li.international-production:before {
          background-color: #e95d0f; }
        .section-home-activities .activities-list ul li.rights-distribution:before {
          background-color: #55287d; }
        .section-home-activities .activities-list ul li.corporate-digital:before {
          background-color: #7f7f7f; }
  .section-home-activities .activities-implantation {
    position: relative;
    height: 330px;
    background: url("/theme/lagardere-studios/dist/images/world-map.png") no-repeat;
    background-size: calc(100% - 2.5%) auto;
    background-position: 30px 0; }
    .section-home-activities .activities-implantation a {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .section-home-activities .activities-implantation p {
      padding-left: 27.5%;
      margin-top: 70px;
      font-size: 1.8em; }
      .section-home-activities .activities-implantation p > span {
        position: relative; }
    .section-home-activities .activities-implantation .button-more, .section-home-activities .activities-implantation .button-close {
      position: absolute;
      right: 25%;
      bottom: 0;
      z-index: 4; }

/* HOME ACTIVITIES */
/* PROGRAMS SLIDERS */
.section-programs-slider .programs-slider {
  position: relative;
  clear: fix; }

.section-programs-slider .programs-slider-title {
  padding: 0 8.33333%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #ffffff;
  width: 50%;
  float: left;
  box-sizing: border-box;
  z-index: 2;
  font-size: 0; }
  .section-programs-slider .programs-slider-title:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 100%;
    width: 0;
    white-space: nowrap;
    content: ''; }
  .section-programs-slider .programs-slider-title.single--program {
    bottom: 0; }
  @media screen and (max-width: 1020px) {
    .section-programs-slider .programs-slider-title {
      padding: 3.84615%; } }
  .section-programs-slider .programs-slider-title h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px; }

.section-programs-slider .article-slider-empty figure:after {
  content: none; }

/* END PROGRAMS SLIDERS */
/* OUR SOCIETIES */
.section-our-societies .our-societies-title {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 33.33333%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  box-sizing: border-box; }

.section-our-societies figure {
  display: inline-block;
  vertical-align: bottom;
  width: 16.66667%;
  padding-left: 1%;
  box-sizing: border-box; }
  .section-our-societies figure img {
    height: auto;
    width: auto;
    transition: filter .3s; }
    .section-our-societies figure img:hover {
      filter: grayscale(0); }

.section-our-societies .button-more, .section-our-societies .button-close {
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto; }

/* END OUR SOCIETIES */
/* RESPONSIVE */
@media (max-width: 800px) {
  .section-showreel .showreel-image {
    height: 372px; }
    .section-showreel .showreel-image figcaption {
      font-size: 1em; }
    .section-showreel .showreel-image .icon {
      margin-left: 15px;
      padding-left: 2px; }
  .section-home-news {
    margin-top: -135px; }
  .section-home-activities .activities-description p {
    margin-top: 50px;
    font-size: 1.1em;
    line-height: 20px; }
  .section-home-activities .activities-list {
    height: 137px; }
    .section-home-activities .activities-list ul {
      margin-top: 60px;
      font-size: 1.2em;
      line-height: 18px; }
  .section-home-activities .activities-implantation {
    height: 200px; }
    .section-home-activities .activities-implantation p {
      padding-left: 17.5%;
      margin-top: 45px;
      font-size: 1.2em; }
    .section-home-activities .activities-implantation .our-activites-triangle {
      right: -44px;
      top: -16px; }
    .section-home-activities .activities-implantation .button-more, .section-home-activities .activities-implantation .button-close {
      right: 25%; }
  .section-programs-slider .programs-slider-title {
    padding: 8.33333%; }
    .section-programs-slider .programs-slider-title h1 {
      font-size: 32px; }
  .section-programs-slider .programs-article.program-roll .img-wrapper figure img {
    max-height: 80px;
    max-width: 80px; }
  .section-our-societies .button-more, .section-our-societies .button-close {
    margin-top: 70px; }
  .section-our-societies .society-logo img {
    width: 100%;
    height: auto; } }

@media (max-width: 600px) {
  .section-showreel .showreel-image {
    height: 465px; }
    .section-showreel .showreel-image figcaption {
      position: absolute;
      bottom: 50px;
      padding: 0;
      font-size: 1.2em;
      text-align: center; }
      .section-showreel .showreel-image figcaption .icon {
        width: 58px;
        height: 58px;
        font-size: 2em;
        line-height: 56px;
        margin: 0 auto 30px; }
  .section-showreel .youtube-wrapper {
    max-height: 265px; }
  .section-home-news {
    margin-top: 0;
    margin-bottom: 67px; }
    .section-home-news > a .article {
      margin-bottom: 30px; }
    .section-home-news > a:last-child .article {
      margin-bottom: 0; }
  .section-home-activities {
    padding: 0 25px;
    margin-bottom: 20px; }
    .section-home-activities .activities-description {
      width: 100%;
      padding-left: 0;
      margin-bottom: 40px; }
      .section-home-activities .activities-description h1 {
        padding-right: 50%; }
      .section-home-activities .activities-description p {
        font-size: 1.5em;
        padding-right: 0;
        line-height: 26px; }
    .section-home-activities .activities-list {
      margin-bottom: 20px;
      background: none !important;
      height: auto; }
      .section-home-activities .activities-list ul {
        padding-left: 0;
        margin-top: 0;
        font-size: 1.5em;
        line-height: 26px; }
        .section-home-activities .activities-list ul li {
          font-weight: bold; }
    .section-home-activities .activities-implantation {
      width: 100%;
      height: 200px; } }
    @media screen and (max-width: 600px) and (max-width: 414px) {
      .section-home-activities .activities-implantation {
        height: 170px; } }
    @media screen and (max-width: 600px) and (max-width: 360px) {
      .section-home-activities .activities-implantation {
        height: 160px; } }

@media (max-width: 600px) {
      .section-home-activities .activities-implantation p {
        position: relative;
        top: 50%;
        margin-top: -7px;
        padding-left: 0;
        font-size: 1.5em; }
  .section-programs-slider .programs-slider-title {
    position: relative;
    top: auto;
    bottom: auto;
    bottom: initial;
    padding: 0 50% 90px 25px;
    width: 100%; }
    .section-programs-slider .programs-slider-title:after, .section-programs-slider .programs-slider-title:before {
      content: none; }
  .section-programs-slider .programs-article {
    margin-bottom: 30px; }
    .section-programs-slider .programs-article > figure {
      height: 260px; }
    .section-programs-slider .programs-article .companies-logo-wrapper {
      display: none; }
    .section-programs-slider .programs-article .program-text {
      font-size: 2.2em; }
      .section-programs-slider .programs-article .program-text .article-category {
        margin-bottom: 10px;
        font-size: 12px; }
    .section-programs-slider .programs-article.program-roll .img-wrapper figure img {
      max-height: 80px;
      max-width: 80px; }
  .section-programs-slider .article-slider-empty {
    display: none; }
  .section-programs-slider .pane {
    clear: fix; }
  .section-programs-slider a:last-child .programs-article {
    margin-bottom: 0; }
  .section-programs-slider .button-more, .section-programs-slider .button-close {
    margin: 48px auto 0; }
  .section-our-societies {
    padding: 0 25px; }
    .section-our-societies .our-societies-title {
      width: 100%;
      padding: 0 75% 90px 0; }
    .section-our-societies figure {
      width: 50%;
      padding-left: 0;
      margin-bottom: 50px; }
      .section-our-societies figure img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        max-height: 100%; }
    .section-our-societies .button-more, .section-our-societies .button-close {
      margin-top: 0; } }

.section-showreel.frontpage-society.play-video ~ .section-home-news.frontpage-society.no-tweets {
  margin-bottom: 0; }

.section-home-news.frontpage-society.no-tweets ~ .section-programs-slider.frontpage-society:before {
  content: none; }

.section-showreel .programs-article {
  float: none;
  width: 100%; }
  .section-showreel .programs-article h2 {
    text-transform: none; }
  .section-showreel .programs-article > figure .img-wrapper, .section-showreel .programs-article > figure .discover {
    transition: transform .3s; }
  .section-showreel .programs-article figure figcaption {
    bottom: 255px !important; }
  .section-showreel .programs-article figure:after {
    top: 40%; }

.section-showreel .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto; }

.section-showreel.no-tweets .programs-article figure figcaption {
  bottom: 175px !important; }

.section-home-news.frontpage-society:not(.no-tweets) {
  margin-bottom: 0; }

.section-programs-slider.frontpage-society .programs-slider-title {
  bottom: 0;
  right: 0;
  left: auto;
  top: 50%;
  padding-left: 16.66667%;
  padding-right: 0; }

.section-programs-slider.frontpage-society .flickity-prev-next-button {
  top: auto;
  bottom: 0; }
  .section-programs-slider.frontpage-society .flickity-prev-next-button svg {
    padding-top: 0; }

.section-programs-slider.frontpage-society:before {
  content: '';
  position: absolute;
  right: -600px;
  width: 50%;
  height: 100%;
  max-height: 493px;
  background-color: #ffffff; }

.section-programs-slider.frontpage-society .next {
  background: none; }
  .section-programs-slider.frontpage-society .next .arrow {
    stroke: #000000; }

.section-programs-slider.frontpage-society .previous {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent); }
  .section-programs-slider.frontpage-society .previous .arrow {
    stroke: #ffffff; }

.section-group-presentation {
  position: relative;
  background-color: #000000;
  width: 100%;
  height: 263px;
  font-size: 0; }
  .section-group-presentation:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 100%;
    width: 0;
    white-space: nowrap;
    content: ''; }
  .section-group-presentation:after {
    content: '';
    display: inline;
    background-image: url("/theme/lagardere-studios/dist/images/hp-societe-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1; }
  .section-group-presentation .container {
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%); }
  .section-group-presentation h1 {
    color: #ffffff;
    margin-bottom: 80px;
    font-size: 50px; }
    .section-group-presentation h1:after {
      background-color: #ffffff; }
  .section-group-presentation .logo-wrapper,
  .section-group-presentation .group-presentation-text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box; }
  .section-group-presentation .logo-wrapper {
    padding-left: 8.33333%;
    box-sizing: border-box; }
    .section-group-presentation .logo-wrapper figure {
      width: 180px;
      height: 45px; }
      .section-group-presentation .logo-wrapper figure img {
        margin-left: -30px;
        margin-top: -25px; }
  .section-group-presentation .group-presentation-text {
    padding-left: 0;
    padding-right: 8.33333%;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px; }

@media (max-width: 800px) {
  .section-showreel .programs-article figcaption {
    bottom: 80px; }
  .section-showreel .programs-article .article-category {
    font-size: 1.6em; }
  .section-showreel .programs-article h2 {
    font-size: 2.5em;
    line-height: 30px; }
  .section-showreel.no-tweets .programs-article figure figcaption {
    bottom: 70px !important; }
  .section-group-presentation {
    height: 375px; }
    .section-group-presentation .group-presentation-text {
      font-size: 16px; } }

@media (max-width: 600px) {
  .section-showreel .programs-article figure img {
    max-width: none;
    max-width: initial; }
  .section-showreel.no-tweets .programs-article figure figcaption {
    bottom: 20px !important; }
  .section-showreel.frontpage-society.play-video ~ .section-home-news.frontpage-society.no-tweets {
    margin-bottom: 67px; }
  .section-programs-slider.frontpage-society .programs-slider-title {
    padding-top: 30px;
    padding-left: 7.8125%;
    padding-right: 32.8125%; }
  .section-group-presentation {
    height: 500px;
    padding: 40px 0;
    /*
    .logo-wrapper {
      figure {
        img {
          width: 40%;
        }
      }
    }*/ }
    .section-group-presentation h1 {
      margin-bottom: 60px; }
    .section-group-presentation .logo-wrapper,
    .section-group-presentation .group-presentation-text {
      width: 100%;
      display: block;
      padding-left: 7.8125%; }
    .section-group-presentation .group-presentation-text {
      margin-top: 20px; }
    .section-group-presentation:after {
      background-image: url("/theme/lagardere-studios/dist/images/figures-bg-mobile.jpg");
      background-size: 150%; } }

.contact-head-title {
  padding: 75px 0;
  margin-bottom: 0; }
  .contact-head-title h1.detail-title:after {
    bottom: -30px; }
  .contact-head-title h1.detail-title .detail-subtitle {
    display: block;
    margin: 30px auto 0;
    max-width: 200px; }
  .contact-head-title .contact-info {
    margin-top: 60px;
    font-size: 1.6em;
    text-align: center;
    line-height: 30px;
    width: 100%; }
    .contact-head-title .contact-info span {
      display: block; }
    .contact-head-title .contact-info .phone-number:before,
    .contact-head-title .contact-info .fax-number:before {
      display: inline;
      position: relative;
      left: -10px; }
    .contact-head-title .contact-info .phone-number:before {
      content: 'tel'; }
    .contact-head-title .contact-info .fax-number:before {
      content: 'fax'; }

.section-contact-map {
  margin-bottom: 0; }
  .section-contact-map #map {
    height: 780px; }
    .section-contact-map #map .infoWindow {
      overflow: hidden; }
    .section-contact-map #map .infoWindow-wrapper {
      background-color: #000000;
      color: #ffffff; }

@media (max-width: 800px) {
  .contact-head-title {
    padding: 40px 0; }
    .contact-head-title h1.detail-title .detail-subtitle {
      margin: 20px auto 0;
      max-width: 150px; }
    .contact-head-title .contact-info {
      font-size: 1.1em;
      line-height: 20px; }
  .section-contact-map #map {
    height: 620px; } }

@media (max-width: 600px) {
  .contact-head-title h1.detail-title:after {
    bottom: -20px; }
  .contact-head-title .contact-info {
    font-size: 1.3em; }
  .section-contact-map #map {
    height: 550px; } }

.section-header-detail.whois {
  padding-bottom: 150px;
  z-index: 20;
  height: auto; }
  .section-header-detail.whois .header-detail-wrapper {
    padding-top: 130px;
    height: auto; }
    .section-header-detail.whois .header-detail-wrapper .menu-left-side {
      display: none; }
  .section-header-detail.whois.header-collapse .header-detail-wrapper .menu-left-side {
    display: block; }

.whois-navigation-wrapper.whois {
  padding-bottom: 0; }
  .whois-navigation-wrapper.whois .whois-navigation {
    height: auto; }

.section-head-detail-title.whois {
  background-color: #ececec; }
  .section-head-detail-title.whois:before {
    content: none; }

.section-head-whois-title {
  max-height: 290px;
  margin-bottom: 126px; }
  .section-head-whois-title h1 {
    font-size: 4em;
    display: block;
    margin: 0 0 80px;
    line-height: 1.1; }
    .section-head-whois-title h1:after {
      left: 0;
      margin-left: 0; }
  .section-head-whois-title .head-whois-text-wrapper,
  .section-head-whois-title .head-whois-picture-wrapper {
    display: inline-block;
    vertical-align: top; }
  .section-head-whois-title .head-whois-text-wrapper {
    padding-left: 3.3333333333%;
    box-sizing: border-box;
    text-align: left;
    width: 50%; }
    .section-head-whois-title .head-whois-text-wrapper span.subtitles {
      display: block;
      line-height: 26px; }
      .section-head-whois-title .head-whois-text-wrapper span.subtitles.first-subtitle {
        font-size: 1.6em; }
      .section-head-whois-title .head-whois-text-wrapper span.subtitles.second-subtitle {
        font-size: 1.5em; }
  .section-head-whois-title .head-whois-picture-wrapper {
    width: 41.66667%;
    margin-left: 3.333333%; }
  .section-head-whois-title.society .head-whois-picture-wrapper {
    position: relative;
    background-color: #666666; }
    .section-head-whois-title.society .head-whois-picture-wrapper img:not(.company-img) {
      opacity: .2;
      filter: blur(1px); }
    .section-head-whois-title.society .head-whois-picture-wrapper .company-img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .section-head-whois-title.showreel {
    margin-bottom: 240px; }
    .section-head-whois-title.showreel .head-whois-text-wrapper {
      width: 33.33333%; }
    .section-head-whois-title.showreel .yt-video {
      position: relative;
      margin-left: 3.333333%;
      margin-right: 5%;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      width: 58.33333%;
      height: 365px; }
      .section-head-whois-title.showreel .yt-video #player,
      .section-head-whois-title.showreel .yt-video iframe {
        width: 100%;
        height: 100%; }
      .section-head-whois-title.showreel .yt-video .responsive-video iframe {
        max-height: 365px; }
      .section-head-whois-title.showreel .yt-video .yt-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000000;
        overflow: hidden; }
        .section-head-whois-title.showreel .yt-video .yt-overlay--play {
          display: none; }
        .section-head-whois-title.showreel .yt-video .yt-overlay .play-video {
          position: absolute;
          left: 50%;
          top: 50%;
          text-transform: uppercase;
          color: #ffffff;
          font-size: 1.3em;
          cursor: pointer;
          transform: translate(-50%, -50%);
          z-index: 2; }
          .section-head-whois-title.showreel .yt-video .yt-overlay .play-video .icon {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-left: 30px;
            padding-left: 4px;
            font-size: 1.4em;
            line-height: 40px;
            text-align: center;
            width: 40px;
            height: 40px;
            border: 1px solid #ffffff;
            box-sizing: border-box;
            border-radius: 50%;
            transform: scale(1);
            transition: transform .3s;
            will-change: scale; }
            .section-head-whois-title.showreel .yt-video .yt-overlay .play-video .icon:before {
              -webkit-backface-visibility: hidden; }
            .section-head-whois-title.showreel .yt-video .yt-overlay .play-video .icon:hover {
              transform: scale(1.1); }
              .section-head-whois-title.showreel .yt-video .yt-overlay .play-video .icon:hover:before {
                transform: scale(1); }
      .section-head-whois-title.showreel .yt-video .yt-thumbnail {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: 0;
        right: 0;
        height: auto;
        width: auto;
        min-width: 100%;
        max-width: 100%;
        opacity: .6;
        transform: translateY(-50%);
        z-index: 1; }
  .section-head-whois-title.team {
    margin-bottom: 300px;
    padding-top: 47px;
    max-height: none;
    max-height: initial; }
    .section-head-whois-title.team .head-whois-text-wrapper {
      width: 25%; }
    .section-head-whois-title.team .head-whois-picture-wrapper {
      width: 75%;
      margin-left: 0; }
      .section-head-whois-title.team .head-whois-picture-wrapper figure {
        display: inline-block;
        vertical-align: top;
        margin-right: 6.66666666667%;
        margin-bottom: 30px;
        width: 26.66667%; }
        .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption {
          margin-top: 45px;
          font-size: 1.6em;
          line-height: 26px; }
          .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption .name {
            display: block; }
    .section-head-whois-title.team.lgstudio {
      max-height: 290px; }
  .section-head-whois-title.commitments figure {
    position: relative;
    background-color: #000000; }
    .section-head-whois-title.commitments figure img:not(.diversity-img) {
      opacity: .4; }
    .section-head-whois-title.commitments figure img.diversity-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 180px;
      height: auto; }

.section-content-whois h3 {
  position: relative;
  width: 75%;
  margin-left: 25%;
  margin-bottom: 80px;
  margin-top: 60px;
  font-size: 40px;
  line-height: 1; }
  .section-content-whois h3:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #000; }

.section-content-whois .description {
  width: 75%;
  margin-left: 25%;
  padding-right: 21.66667%;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 30px; }
  .section-content-whois .description:after {
    content: "";
    display: table;
    clear: both; }
  .section-content-whois .description p {
    padding-bottom: 40px; }
    .section-content-whois .description p:last-child {
      padding-bottom: 0; }
  .section-content-whois .description h3 {
    width: 100%;
    margin-left: 0; }

.section-content-whois.team h3 {
  margin-top: 80px; }

.section-content-whois.team .description table {
  float: left;
  width: 50% !important; }
  .section-content-whois.team .description table tr td {
    padding-bottom: 40px; }
  .section-content-whois.team .description table p {
    padding-bottom: 0; }
  .section-content-whois.team .description table ~ p {
    display: none; }

.section-content-whois.implantation {
  margin-bottom: 0; }
  .section-content-whois.implantation h3 {
    margin-top: 0; }

.whois-navigation-wrapper .menu-left-side {
  display: none; }

.whois-navigation-wrapper.fixed {
  position: fixed;
  margin-top: 0;
  z-index: 99999; }
  .whois-navigation-wrapper.fixed .menu-left-side {
    display: block; }

.whois-navigation-wrapper .whois-navigation {
  padding-left: 8.33333%;
  font-size: 1.4em;
  color: #999999;
  height: 160px;
  background-color: #ececec; }
  .whois-navigation-wrapper .whois-navigation li {
    position: relative;
    padding: 0 2.63333%;
    display: inline-block;
    vertical-align: middle;
    line-height: 160px;
    will-change: line-height;
    transition: line-height .3s;
    cursor: pointer; }
    .whois-navigation-wrapper .whois-navigation li:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background-color: #999999;
      opacity: 0;
      transition: opacity .3s; }
    .whois-navigation-wrapper .whois-navigation li.active {
      position: relative;
      color: #727272; }
      .whois-navigation-wrapper .whois-navigation li.active:after {
        opacity: .7; }
    .whois-navigation-wrapper .whois-navigation li:focus, .whois-navigation-wrapper .whois-navigation li:active {
      outline: none;
      border: none; }

.whois-pane {
  clear: fix; }
  .whois-pane ~ .blank {
    width: 100%;
    background-color: #ffffff;
    display: block; }

.whois-pane:first-of-type .section-head-list-title, .whois-pane:first-of-type .section-head-detail-title {
  padding-top: 95px;
  max-height: 320px; }

#mapdiv {
  width: 100%;
  height: 550px; }

.section-map-society {
  background: #f2f2f2;
  padding: 40px 0;
  margin-bottom: 0; }
  .section-map-society:focus {
    outline: 0;
    border: 0; }

.section-society-slider {
  margin-bottom: 60px; }

.society-slider {
  padding: 40px 0;
  margin-right: 16.66667%;
  padding-left: 25%;
  box-sizing: border-box;
  float: right;
  width: 75%;
  height: 176px; }
  .society-slider figure {
    padding: 0 10px;
    box-sizing: border-box;
    height: 96px;
    position: relative; }
    .society-slider figure img {
      opacity: 0;
      transition: opacity .3s; }
      .society-slider figure img.societe-logo-col {
        opacity: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
        box-sizing: border-box;
        z-index: -1; }
      .society-slider figure img:not(.societe-logo-col) {
        filter: invert(1); }
    .society-slider figure:hover img.societe-logo-col {
      opacity: 1 !important; }
    .society-slider figure:hover img:not(.societe-logo-col) {
      opacity: 0 !important; }
    .society-slider figure:focus {
      border: 0;
      outline: 0; }
  .society-slider .previous,
  .society-slider .next {
    height: 100%; }
    .society-slider .previous svg,
    .society-slider .next svg {
      padding: 20px 0;
      stroke: #000; }
    .society-slider .previous:focus, .society-slider .previous:active,
    .society-slider .next:focus,
    .society-slider .next:active {
      border: 0;
      outline: 0;
      box-shadow: none; }
  .society-slider .previous {
    position: absolute;
    left: auto;
    left: initial;
    right: -9.33333%; }
  .society-slider .next {
    position: absolute;
    right: -16.66667%; }

.header-collapse .whois-navigation li {
  line-height: 100px; }

@media (max-width: 800px) {
  .header-collapse .whois-navigation {
    height: 80px; }
    .header-collapse .whois-navigation li {
      line-height: 80px; }
  .section-head-whois-title {
    padding-top: 43px;
    margin-bottom: 100px;
    max-height: 180px; }
    .section-head-whois-title h1 {
      font-size: 3.2em;
      margin-bottom: 45px; }
    .section-head-whois-title .head-whois-text-wrapper span.subtitles.first-subtitle, .section-head-whois-title .head-whois-text-wrapper span.subtitles.second-subtitle {
      font-size: 1.1em;
      line-height: 16px; }
    .section-head-whois-title.showreel {
      margin-bottom: 175px; }
      .section-head-whois-title.showreel .yt-video {
        height: 240px; }
    .section-head-whois-title.team {
      max-height: 460px;
      margin-bottom: 230px; }
      .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption {
        margin-top: 25px;
        font-size: 1.1em;
        line-height: 20px; }
  .section-header-detail.whois:not(.whois-navigation-wrapper) {
    padding: 0 0 100px;
    margin-bottom: 0; }
    .section-header-detail.whois:not(.whois-navigation-wrapper) .header-detail-wrapper {
      padding-top: 95px; }
  .whois-navigation-wrapper {
    padding: 0 0 0 0;
    margin-bottom: 0; }
    .whois-navigation-wrapper .whois-navigation {
      font-size: 1.2em;
      height: 100px;
      margin-left: 3%; }
      .whois-navigation-wrapper .whois-navigation li {
        line-height: 100px;
        padding: 0 1.5%; }
        .whois-navigation-wrapper .whois-navigation li.active:after {
          height: 3px; }
  .section-content-whois h3 {
    margin-bottom: 60px;
    font-size: 2.2em; }
    .section-content-whois h3:after {
      bottom: -30px; }
  .section-content-whois .description {
    font-size: 1.1em;
    line-height: 20px; }
    .section-content-whois .description p {
      padding-bottom: 25px; }
      .section-content-whois .description p:last-child {
        padding-bottom: 0; }
  .section-content-whois.team h3 {
    margin-top: 60px; }
  .society-slider {
    padding-left: 16.66667%;
    width: 83.33333%; }
  #mapdiv {
    height: 415px; } }

@media (max-width: 600px) {
  .section-header-detail.whois:not(.whois-navigation-wrapper) {
    padding: 0 0 30px; }
    .section-header-detail.whois:not(.whois-navigation-wrapper) .header-detail-wrapper {
      padding-top: 30px; }
  .section-header-detail ~ .whois-pane:first-of-type {
    margin-top: 0; }
  .whois-pane.pane {
    display: none; }
    .whois-pane.pane.active {
      display: block; }
  .header-container.whois {
    overflow: hidden;
    padding-bottom: 0; }
  .whois-navigation-wrapper .whois-navigation {
    margin-left: 0;
    padding-left: 13.33333%;
    font-size: 1.3em; }
    .whois-navigation-wrapper .whois-navigation li {
      line-height: 80px;
      padding: 0 5%;
      white-space: nowrap; }
  .section-head-whois-title {
    background-color: #ffffff;
    padding: 0 0 45px 0;
    margin: 0 0 0 0;
    max-height: none;
    max-height: initial; }
    .section-head-whois-title .head-whois-picture-wrapper,
    .section-head-whois-title .head-whois-text-wrapper {
      display: block;
      width: 100%;
      margin-left: 0; }
    .section-head-whois-title .head-whois-text-wrapper {
      padding: 0 7.8125%;
      margin-top: 50px; }
      .section-head-whois-title .head-whois-text-wrapper h1 {
        padding: 0 50% 0 0;
        text-align: left;
        font-size: 3em; }
      .section-head-whois-title .head-whois-text-wrapper span.subtitles.first-subtitle, .section-head-whois-title .head-whois-text-wrapper span.subtitles.second-subtitle {
        font-size: 1.5em;
        line-height: 26px; }
    .section-head-whois-title.showreel {
      margin-bottom: 60px; }
      .section-head-whois-title.showreel .head-whois-text-wrapper {
        width: 100%; }
      .section-head-whois-title.showreel .yt-video {
        padding: 0;
        margin: 60px 0 0;
        height: 300px;
        width: 100%; }
        .section-head-whois-title.showreel .yt-video .yt-overlay .play-video .icon {
          display: block;
          margin: 20px auto 0; }
        .section-head-whois-title.showreel .yt-video .yt-thumbnail {
          min-height: 135%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .section-head-whois-title.team {
      padding-top: 0;
      margin-bottom: 0;
      max-height: none;
      max-height: initial; }
      .section-head-whois-title.team .head-whois-text-wrapper {
        width: 100%; }
      .section-head-whois-title.team h1 {
        margin-bottom: 60px; }
      .section-head-whois-title.team .head-whois-picture-wrapper {
        width: 100%; }
        .section-head-whois-title.team .head-whois-picture-wrapper figure {
          position: relative;
          display: block;
          margin-left: 0;
          width: 100%; }
          .section-head-whois-title.team .head-whois-picture-wrapper figure figcaption {
            padding: 0 7.8125%;
            margin-bottom: 55px;
            font-size: 1.5em; }
          .section-head-whois-title.team .head-whois-picture-wrapper figure:last-child figcaption {
            margin-bottom: 0; }
  .section-content-whois .description {
    margin: 0;
    padding: 0 7.8125%;
    font-size: 1.5em;
    line-height: 26px;
    width: 100%; }
  .section-content-whois.team h3 {
    margin-left: 7.8125%; }
  .section-content-whois.team .description table {
    width: 100% !important; }
  .society-slider {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0; }
    .society-slider figure {
      height: 145px; }
    .society-slider .flickity-prev-next-button {
      width: 27.77778%;
      bottom: 0;
      top: auto;
      height: 50%; }
      .society-slider .flickity-prev-next-button.previous {
        left: 20.83333%; }
      .society-slider .flickity-prev-next-button.next {
        right: 20.83333%; }
  #mapdiv {
    height: 240px; } }

.section-search-head {
  padding: 65px 0; }
  .section-search-head h1.search-title {
    font-size: 2.4em; }
    .section-search-head h1.search-title:after {
      content: none; }

.section-search-listing.no-results ~ footer.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.search-result-article-image {
  max-width: 340px;
  width: 34%; }

.search-result-article-text {
  padding-left: 60px;
  box-sizing: border-box; }

.search-result-article.society .search-result-article-image {
  position: relative;
  background-color: #000000; }
  .search-result-article.society .search-result-article-image img {
    opacity: .3; }
  .search-result-article.society .search-result-article-image img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    width: 65%;
    transform: translate(-50%, -50%); }
  .search-result-article.society .search-result-article-image:after {
    content: none !important; }

.search-result-article.no-results .search-result-article-text {
  width: 100%;
  padding-left: 0 !important; }
  .search-result-article.no-results .search-result-article-text h2 {
    padding-left: 0 !important;
    width: 100%;
    text-align: center; }

@media (max-width: 800px) {
  .section-search-head h1.search-title {
    font-size: 1.8em;
    line-height: 26px; }
  .search-result-article {
    margin-bottom: 40px;
    padding-left: 8.33333%; }
    .search-result-article h2 {
      font-size: 2.2em;
      margin-bottom: 15px; }
    .search-result-article-image {
      padding-left: 0; }
    .search-result-article-text {
      padding-left: 30px;
      width: 63.63636%; }
    .search-result-article .description {
      font-size: 1.1em;
      line-height: 16px; }
  .search-result-article-info {
    font-size: 1.1em;
    margin-bottom: 15px; } }

@media (max-width: 600px) {
  .section-search-listing.no-results ~ footer.main-footer {
    position: relative;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial; }
  .search-result-article {
    padding-left: 0; }
    .search-result-article figure {
      width: 100%;
      height: 300px;
      max-width: none;
      max-width: initial; }
      .search-result-article figure img:first-child {
        height: 100%;
        width: auto;
        max-width: none;
        max-width: initial;
        max-height: none;
        max-height: initial;
        min-height: 0;
        min-height: initial;
        min-width: 0;
        min-width: initial; }
    .search-result-article-text {
      width: 100%; }
    .search-result-article-info {
      font-size: 1.4em; }
    .search-result-article .description {
      font-size: 1.3em;
      line-height: 20px; } }

.section-head-site-map {
  padding-bottom: 98px; }

.section-content-site-map {
  position: relative;
  top: auto;
  left: auto;
  left: initial;
  width: auto;
  height: auto;
  visibility: visible;
  pointer-events: all;
  z-index: 7; }
  .section-content-site-map > div {
    transform: scale(1);
    width: auto;
    height: auto;
    border-radius: 0; }
    .section-content-site-map > div > div {
      opacity: 1; }

.section-404-content {
  font-size: 2em;
  text-align: center;
  padding-bottom: 200px; }
  .section-404-content ~ footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

@media (max-width: 600px) {
  .section-404-content {
    padding-top: 40px;
    padding-bottom: 100px; }
    .section-404-content ~ footer {
      position: relative; } }

.firefox .society-slider figure img:not(.societe-logo-col) {
  display: none; }

.firefox .society-slider figure img.societe-logo-col {
  display: block !important;
  opacity: 1 !important; }

.IE .menu > div, .IE .section-content-site-map > div {
  width: 100%;
  margin-top: 60px; }
  .IE .menu > div > div, .IE .section-content-site-map > div > div {
    max-width: 100%; }
    .IE .menu > div > div ul, .IE .section-content-site-map > div > div ul {
      margin-top: 60px; }

.IE .menu.menu-open, .IE .menu-open.section-content-site-map {
  padding-top: 100px; }
  .IE .menu.menu-open > div, .IE .menu-open.section-content-site-map > div {
    border-radius: 0; }

.IE9 .section-showreel {
  height: 595px; }

.IE9 .section-programs-slider .article {
  width: 600px;
  height: 380px; }
  .IE9 .section-programs-slider .article figure > img {
    width: 600px;
    height: 380px; }

.IE9 .section-programs-slider:not(.frontpage-society) .next {
  background: rgba(0, 0, 0, 0.3); }

.IE9 .twitter-timeline .tweet {
  position: relative;
  top: 0;
  transform: translateY(0);
  padding: 20px 0; }

.IE9 .outer-menu .hamburger {
  top: 10px; }

.IE9 .menu > div, .IE9 .section-content-site-map > div {
  width: 100%;
  margin-top: 60px; }
  .IE9 .menu > div > div, .IE9 .section-content-site-map > div > div {
    max-width: 100%; }
    .IE9 .menu > div > div ul, .IE9 .section-content-site-map > div > div ul {
      margin-top: 60px; }

.IE9 .menu.menu-open, .IE9 .menu-open.section-content-site-map {
  padding-top: 100px; }
  .IE9 .menu.menu-open > div, .IE9 .menu-open.section-content-site-map > div {
    border-radius: 0; }

.IE9 .section-map-society,
.IE9 .section-society-slider,
.IE9 .section-content-whois.implantation {
  display: none; }

.IE9 .team.section-head-whois-title {
  max-height: none; }

.IE9 .company-name-wrapper {
  height: 272px; }

.IE9 .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.01);
  z-index: 12; }

.IE9 .program-roll:hover figcaption,
.IE9 .budda-roll:hover figcaption {
  background: rgba(0, 0, 0, 0.5); }

@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .section-figures{
    background-image: url("/theme/lagardere-studios/dist/images/figures-bg@2x.jpg"); } }

@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .section-home-activities .activities-implantation{
    background-image: url("/theme/lagardere-studios/dist/images/world-map@2x.png"); } }

@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .section-group-presentation:after{
    background-image: url("/theme/lagardere-studios/dist/images/hp-societe-bg@2x.jpg"); } }

@media (max-width: 600px) and (min-device-pixel-ratio: 1.5), (max-width: 600px) and (min-resolution: 144dpi), (max-width: 600px) and (min-resolution: 1.5dppx){
  .section-group-presentation:after{
    background-image: url("/theme/lagardere-studios/dist/images/figures-bg-mobile@2x.jpg"); } }
