@charset "UTF-8";
/*!
Theme Name: AEAI PARALLELTV
Theme URI: ahmedghazi.com
Author: aeai
AuthorURI: ahmedghazi.com
Description: themeDescription
Version: 1.2
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: aeai
*/
/* FONTS
-------------------------- */
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
  transform-style: flat;
  outline: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }
img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

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

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

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */
  vertical-align: top; }

q:before, q:after {
  content: ''; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

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

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

*:focus {
  outline: none; }

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/* SRCSET */
img[data-sizes="auto"] {
  display: block;
  width: 100%; }

/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/***********************************************************
  ANIMATIONS
 ***********************************************************/
/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/* Borders */
/* PADDINGS */
/* Breakpoints */
/***********************************************************
  MISC
 ***********************************************************/
.vhidden {
  visibility: hidden;
  pointer-events: none; }

.outline {
  /*box-shadow: inset 0 0 1px #fff, inset 0 0 1px #fff, inset 0 0 1px #fff;*/
  border: 1px solid; }

.prel {
  position: relative; }

.grayscale {
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

/***********************************************************
  MODAL
 ***********************************************************/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 249;
  display: block;
  display: none; }

.modal .flex,
.modal-bg,
.modal-inner {
  height: 100vh; }

.modal .close,
.modal .modal-close {
  position: absolute;
  right: 1em;
  top: 1em; }

.modal .center-center {
  pointer-events: none; }

.modal .center-center * {
  pointer-events: auto; }

.modal-bg {
  cursor: pointer;
  width: 100vw;
  position: absolute; }

/***********************************************************
  OPEN/CLOSE
 ***********************************************************/
.open,
.close,
.plus,
.minus {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer; }

.open::before,
.open::after,
.close::before,
.close::after,
.plus::before,
.plus::after,
.minus::before,
.minus::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000; }

.open::before,
.plus:before,
.minus:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.open::after,
.plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.minus:after {
  display: none; }

.ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 52px solid black; }

.columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
          column-gap: 60px; }

p:empty {
  display: none; }

/* =LAYOUTS
------------------ */
/*
.wrapper {
  box-sizing: border-box;
  max-width: $flexboxgrid-max-width;
  margin: 0 auto;
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px; }

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px; }

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 100%; }

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 640px) {
  .container {
    width: 46em; }

  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto; }

  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%; }

  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%; }

  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%; }

  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%; }

  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-sm {
    -moz-align-items: center;
    align-items: center; }

  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 1024px) {
  .container {
    width: 61em; }

  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto; }

  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%; }

  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%; }

  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%; }

  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%; }

  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-md {
    -moz-align-items: center;
    align-items: center; }

  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 1441px) {
  .container {
    width: 71em; }

  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto; }

  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%; }

  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%; }

  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%; }

  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%; }

  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start; }

  .middle-lg {
    -moz-align-items: center;
    align-items: center; }

  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end; }

  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around; }

  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
body {
  background: white;
  margin: 0;
  padding: 0; }
  body.loading #main {
    opacity: .5; }

#page #main {
  transition: all 0.2s ease-out 0s; }
#page.is-exiting #main {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  #page.is-exiting #main .hero {
    opacity: 0; }

#main:after,
#footer:after,
.row:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both; }

.container {
  margin: 0 auto; }

@media screen and (min-width: 320px) {
  .container {
    width: 320px; } }
@media screen and (min-width: 640px) {
  .container {
    width: 640px; } }
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .container {
    width: 994px; } }
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    width: 75vw; } }
@media screen and (min-width: 1441px) {
  .container {
    width: 1280px; } }
@media screen and (max-width: 1023px) {
  .container {
    width: 100%; } }
header {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 250;
  background: white;
  transition: all 0.2s ease-out 0s; }
  header.is-dark {
    background: black; }
    header.is-dark svg path,
    header.is-dark svg polygon {
      fill: white; }
    header.is-dark a {
      color: white; }
    header.is-dark nav ul.menu > li ul.sub-menu:before {
      background: black; }
  header .logo svg {
    width: 156px;
    height: 20px; }
    header .logo svg path, header .logo svg polygon {
      color: black;
      transition: all 0.2s ease-out 0s;
      transition-timing-function: ease-in-out; }
  header img {
    height: auto; }

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  header {
    padding: 0 15px; }
    header .container {
      max-width: 100%; }

  .hero .container {
    max-width: 100vw; } }
@media screen and (max-width: 1023px) {
  header {
    padding: 15px;
    max-width: 100vw; }
    header .container {
      width: 100%;
      overflow-x: hidden; }
    header.is-dark nav {
      background: black; }
    header.is-dark .burger:before,
    header.is-dark .burger:after {
      background: white; }
    header.nav-active nav {
      display: block; }
    header .logo {
      display: block;
      text-align: center;
      z-index: 251;
      position: relative; }
    header .burger-wrap {
      position: fixed;
      left: 0;
      top: 0;
      height: 47px;
      padding: 15px;
      z-index: 251; }
      header .burger-wrap .burger {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transform: translateY(9px);
                transform: translateY(9px); }
        header .burger-wrap .burger, header .burger-wrap .burger::before, header .burger-wrap .burger::after {
          display: block;
          width: 25px;
          height: 2px;
          background-color: #000;
          outline: 1px solid transparent;
          transition-property: background-color, -webkit-transform;
          transition-property: background-color, transform;
          transition-property: background-color, transform, -webkit-transform;
          transition-duration: 0.3s; }
        header .burger-wrap .burger::before, header .burger-wrap .burger::after {
          position: absolute;
          content: ""; }
        header .burger-wrap .burger::before {
          top: -6px; }
        header .burger-wrap .burger::after {
          top: 6px;
          width: 25px; }
        header .burger-wrap .burger.active::before {
          -webkit-transform: translateY(6px);
                  transform: translateY(6px); }
        header .burger-wrap .burger.active::after {
          -webkit-transform: translateY(-6px);
                  transform: translateY(-6px); } }
/* =VENDOR
------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* =TYPE
------------------ */
/* Put font @font-face here
 *
 * Make sure to update file paths!
 * I recommend putting your files in /assets/fonts/
 *
 * -------------------------------- */
@font-face {
  font-family: 'FuturaNDDemieBoldItalic';
src: 	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/fundemit-webfont.woff2") format("woff2"), 
	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/fundemit-webfont.woff") format("woff");
  font-weight: 600;
font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'FuturaNDDemieBold';
src: 	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/fundem__-webfont.woff2") format("woff2"),
	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/fundem__-webfont.woff") format("woff");
  font-weight: 600;
font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'FuturaNDLight';
  src: 	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/funlig__-webfont.woff2") format("woff2"), 
	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/funlig__-webfont.woff") format("woff");
  font-weight: 100;
font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'FuturaNDLightItalic';
  src: 	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/funlit__-webfont.woff2") format("woff2"), 
	url("//parallelstudio.tv/wp-content/themes/aeai-paralleletv/assets/fonts/funlit__-webfont.woff") format("woff");
  font-weight: 100;
font-display: swap;
  font-style: italic; }

body, input, textarea {
  color: #000000;
  font-family: 'FuturaNDLight', sans-serif;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.385em;
  -webkit-font-smoothing: antialiased; }

.f100 {
  font-family: 'FuturaNDLight', sans-serif;
  font-weight: 100; }

/* Headings */
h1, h2, h3, h4, h5, h6, .soustitre {
  clear: both;
  font-size: 1.538em;
  letter-spacing: 2px; }

h3 {
  font-size: 12px; }

h1, h2, h3, h4, h5, h6,
.strong, strong {
  font-family: 'FuturaNDDemieBold', sans-serif; }

.card-content h2,
.card-content .soustitre {
  font-size: 12px; }

.sub-menu {
  font-family: 'FuturaNDLight', sans-serif;
  font-size: 11px; }

@media screen and (max-width: 1023px) {
  header {
    font-size: 1.538em; }
    header .sub-menu {
      font-size: 12px; } }
hr {
  background-color: #000000;
  border: 0;
  height: 2px;
  margin: 10px 0; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 2.5em; }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: italic; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em; }

code, kbd {
  font-family: "Andale Mono", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 2px solid #000;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Links */
a {
  color: #000000;
  text-decoration: none; }
  a:focus, a:active, a:hover {
    color: #636363; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

.text-uppercase {
  text-transform: uppercase; }

/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
nav {
  text-transform: uppercase; }
  nav ul.menu {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    nav ul.menu > li {
      position: relative;
      line-height: 1;
      padding: 30px 0; }
      nav ul.menu > li a {
        padding: 0 30px;
        transition: all 0.2s ease-out 0s; }
      nav ul.menu > li:first-child a {
        padding-left: 0; }
      nav ul.menu > li:last-child a {
        padding-right: 0; }
      nav ul.menu > li.menu-item-has-children:hover .sub-menu {
        height: 41px;
        height: 30px;
        padding-top: 15px !important; }
      nav ul.menu > li:first-child ul.sub-menu {
        left: 0; }
      nav ul.menu > li.menu-item-language {
        font-family: 'FuturaNDLight', sans-serif; }
        nav ul.menu > li.menu-item-language ul {
          display: -moz-flex;
          display: flex;
          font-family: 'FuturaNDDemieBold', sans-serif; }
          nav ul.menu > li.menu-item-language ul li:last-of-type::before {
            content: "/";
            margin: 0 2px; }
          nav ul.menu > li.menu-item-language ul a {
            padding: 0;
            font-family: 'FuturaNDLight', sans-serif; }
      nav ul.menu > li.menu-item-has-children:before {
        content: ""; }
      nav ul.menu > li ul.sub-menu {
        width: 340px;
        width: 390px;
        height: 41px;
        height: 30px;
        height: 0;
        overflow: hidden;
        background: white;
        position: absolute;
        left: 30px;
        transition: all 0.3s ease-out 0s;
        display: -moz-flex;
        display: flex;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 15px 0 0 0 !important;
        padding: 0 !important; }
        nav ul.menu > li ul.sub-menu:before {
          content: "";
          transition: all 0.2s ease-out 0s;
          width: 100vw;
          height: 0;
          background: white;
          position: fixed;
          left: 0;
          -webkit-transform: translateY(-15px);
                  transform: translateY(-15px);
          opacity: 1;
          z-index: 1; }
        nav ul.menu > li ul.sub-menu li {
          position: relative;
          z-index: 2;
          line-height: 1; }
          nav ul.menu > li ul.sub-menu li a {
            color: #636363;
            display: inline-block;
            padding: 0 6px 0px 0; }
            nav ul.menu > li ul.sub-menu li a:hover {
              color: #000000; }
          nav ul.menu > li ul.sub-menu li:first-child a {
            padding-left: 0; }
          nav ul.menu > li ul.sub-menu li:last-child a {
            padding-right: 0; }
          nav ul.menu > li ul.sub-menu li:after {
            content: "—";
            display: inline-block;
            margin-right: 6px; }
          nav ul.menu > li ul.sub-menu li:last-child:after {
            content: ""; }

header.is-dark nav .menu-item-language {
  color: white; }
header.is-dark nav .sub-menu {
  background: black !important; }
  header.is-dark nav .sub-menu::before {
    background: black !important; }
  header.is-dark nav .sub-menu a:hover {
    color: white !important; }

@media screen and (max-width: 1023px) {
  nav {
    position: fixed;
    background: white;
    color: black;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 72px 15px;
    display: none; }
    nav ul.menu {
      -moz-flex-direction: column;
      flex-direction: column; }
      nav ul.menu li {
        text-align: center;
        padding: 15px !important; }
        nav ul.menu li a {
          color: black;
          display: block;
          padding: 0.4em !important; }
        nav ul.menu li.menu-item-language ul {
          display: -moz-flex;
          display: flex;
          -moz-justify-content: center;
          justify-content: center; }
          nav ul.menu li.menu-item-language ul li {
            display: -moz-flex;
            display: flex;
            -moz-align-items: center;
            align-items: center; }
            nav ul.menu li.menu-item-language ul li:first-child {
              padding-right: 0 !important; }
            nav ul.menu li.menu-item-language ul li:last-child {
              padding-left: 0 !important; }
            nav ul.menu li.menu-item-language ul li a {
              padding: 0 !important; }
        nav ul.menu li ul.sub-menu {
          width: auto;
          height: auto !important;
          visibility: visible;
          opacity: 1;
          position: initial;
          padding: 0 !important;
          background: transparent;
          -moz-justify-content: center;
          justify-content: center;
          display: -moz-flex;
          display: flex; }
          nav ul.menu li ul.sub-menu:before {
            display: none; }
          nav ul.menu li ul.sub-menu li {
            padding: 0 0.1em !important; }
            nav ul.menu li ul.sub-menu li:after {
              margin: 0; }
            nav ul.menu li ul.sub-menu li a {
              padding: 10px !important;
              color: #636363; } }
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0; }
.post-password-required input[type=password] {
  margin: 0.8125em 0; }

/* =error404
----------------------------------------------- */
.error404 #main #s {
  width: 75%; }

.cover {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.hero {
  height: 540px; }

.card {
  margin-bottom: 30px; }
  .card:hover h2,
  .card:hover .soustitre {
    color: #636363; }
  .card .card-image {
    border-width: 2px;
    border-style: solid;
    text-align: center; }
    .card .card-image .cover {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .card .card-image img {
      width: 100%; }
  .card .card-content {
    padding-top: 12px; }
    .card .card-content h2,
    .card .card-content .soustitre,
    .card .card-content .tags {
      font-size: 11px;
      line-height: 1.4; }
    .card .card-content h2 {
      margin: 0; }
    .card .card-content h2,
    .card .card-content .soustitre {
      margin-bottom: .5em; }
    .card .card-content .tags {
      text-transform: lowercase;
      font-size: 13px;
      font-style: italic; }

.tags {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1em; }
  .tags a {
    color: #636363;
    color: #9c9c9c; }
  .tags span {
    display: inline-block;
    margin: 0 .2em;
    color: #9c9c9c; }

.cta-scroll {
  position: fixed;
  bottom: 34px;
  left: 0;
  width: 100vw;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center; }
  .cta-scroll .arrow.bottom {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #636363;
    border-right: 1px solid #636363;
    border-width: 1px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.size-full, img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    font-size: 85%;
    margin-bottom: 0.5em;
    padding: 5px 0;
    position: relative; }

/* Galleries */
.gallery-caption {
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .home .carousel-wrap .control-wrap {
    width: calc( (994px - 960px)/2 ); } }
@media screen and (min-width: 1024px) {
  .home .carousel-wrap .control-wrap {
    width: calc( (100vw - 75vw)/2 ); } }
.carousel-wrap,
.carousel-alt-wrap {
  margin-bottom: 30px; }
  .carousel-wrap.len-1 .control, .carousel-wrap.len-1 .pager,
  .carousel-alt-wrap.len-1 .control,
  .carousel-alt-wrap.len-1 .pager {
    visibility: hidden; }
  .carousel-wrap .control-wrap,
  .carousel-alt-wrap .control-wrap {
    position: absolute;
    width: calc( (100vw - 960px)/2 );
    height: 100%;
    top: 0;
    cursor: pointer; }
    .carousel-wrap .control-wrap.control-wrap--next,
    .carousel-alt-wrap .control-wrap.control-wrap--next {
      right: 0; }
    .carousel-wrap .control-wrap:hover.control-wrap--prev .prev,
    .carousel-alt-wrap .control-wrap:hover.control-wrap--prev .prev {
      right: 20px; }
    .carousel-wrap .control-wrap:hover.control-wrap--next .next,
    .carousel-alt-wrap .control-wrap:hover.control-wrap--next .next {
      left: 20px; }
  .carousel-wrap .control,
  .carousel-alt-wrap .control {
    position: absolute;
    top: calc( (calc(100vh - 72px - 60px) - calc(540px + 18px + 15px)) / 2 + (calc(540px + 18px + 15px) / 2) - 30px );
    margin-top: 5px;
    transition: all 0.2s ease-out 0s; }
    .carousel-wrap .control.prev,
    .carousel-alt-wrap .control.prev {
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid black;
      border-right: 1px solid black;
      border-width: 1px;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
      right: 15px; }
    .carousel-wrap .control.next,
    .carousel-alt-wrap .control.next {
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid black;
      border-right: 1px solid black;
      border-width: 1px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 15px; }
  .carousel-wrap ul.slick-dots,
  .carousel-wrap ul.pager,
  .carousel-alt-wrap ul.slick-dots,
  .carousel-alt-wrap ul.pager {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px); }
    .carousel-wrap ul.slick-dots li,
    .carousel-wrap ul.pager li,
    .carousel-alt-wrap ul.slick-dots li,
    .carousel-alt-wrap ul.pager li {
      padding: 10px;
      cursor: pointer; }
      .carousel-wrap ul.slick-dots li button,
      .carousel-wrap ul.pager li button,
      .carousel-alt-wrap ul.slick-dots li button,
      .carousel-alt-wrap ul.pager li button {
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background: #F0F0F0;
        background: #d8d8d8;
        text-indent: -9999px; }
      .carousel-wrap ul.slick-dots li.slick-active button, .carousel-wrap ul.slick-dots li:hover button,
      .carousel-wrap ul.pager li.slick-active button,
      .carousel-wrap ul.pager li:hover button,
      .carousel-alt-wrap ul.slick-dots li.slick-active button,
      .carousel-alt-wrap ul.slick-dots li:hover button,
      .carousel-alt-wrap ul.pager li.slick-active button,
      .carousel-alt-wrap ul.pager li:hover button {
        background: black; }

@media screen and (max-width: 1023px) {
  .single-projet .carousel-wrap .control-wrap,
  .single-projet .carousel-alt-wrap .control-wrap {
    visibility: hidden; }
  .single-projet .carousel-wrap .container,
  .single-projet .carousel-alt-wrap .container {
    width: 100vw !important; }

  .carousel-wrap .control {
    visibility: hidden;
    top: calc(100vw / (16/9) + 14px);
    margin-top: 0; }
    .carousel-wrap .control.prev {
      left: 15px; }
    .carousel-wrap .control.next {
      right: 15px; } }
@media screen and (min-width: 1024px) {
  .single-projet .carousel-wrap .control-wrap,
  .single-projet .carousel-alt-wrap .control-wrap {
    width: 12.5vw;
    width: calc( (100vw - calc(75vw * 74.12 / 100))/2 ); } }
@media screen and (min-width: 1441px) {
  .single-projet .carousel-wrap .control-wrap,
  .single-projet .carousel-alt-wrap .control-wrap {
    width: calc( (100vw - calc(1280px * 74.12 / 100))/2 ); }
  .single-projet .carousel-wrap ul.slick-dots,
  .single-projet .carousel-wrap ul.pager,
  .single-projet .carousel-alt-wrap ul.slick-dots,
  .single-projet .carousel-alt-wrap ul.pager {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); } }
/* =PROJECT PAGES SPECIFIC
------------------ */
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em; }
  .page-link span {
    margin-right: 6px; }

.hr-small {
  height: 1px;
  background: #a3a3a3;
  margin: 20px 0; }

.content {
  padding: 60px 0;
  background: white; }

.page-template-default article .entry-header {
  margin-bottom: 30px; }

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .content {
    padding: 60px 15px; }
    .content .container {
      max-width: 100%; } }
@media screen and (max-width: 1023px) {
  .content {
    padding: 60px 15px; } }
.home .hero {
  height: calc(100vh - 72px - 60px);
  position: -webkit-sticky;
  position: sticky;
  top: 72px; }
  .home .hero .slide a:hover {
    color: black; }
  .home .hero a {
    height: calc(100vh - 72px - 60px);
    text-align: center;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center; }
    .home .hero a figure {
      margin-bottom: 20px;
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      justify-content: center; }
    .home .hero a figcaption {
      display: -moz-flex;
      display: flex;
      -moz-justify-content: center;
      justify-content: center; }
      .home .hero a figcaption h2, .home .hero a figcaption .soustitre, .home .hero a figcaption .sep {
        font-size: 18px; }
      .home .hero a figcaption .sep {
        margin: 0 .5em;
        font-family: 'FuturaNDDemieBold', sans-serif; }
  .home .hero .cta-scroll {
    cursor: pointer; }
.home #work {
  background: white; }

html.no-touchevents .home:not(.is-scrolling) {
  overflow-y: scroll;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity; 
  scroll-padding-top: 102px; }
  html.no-touchevents .home:not(.is-scrolling) #work {
    /* scroll-snap-align: start; ---> Désactivé car bug sur Safari (impossible de scroller) */ }

@media screen and (max-width: 1023px) {
  .home .hero {
    top: 52px;
    height: calc(100vw / (16/9) + 50px);
    height: calc(100vh - 52px);
    margin-bottom: 0;
    overflow-x: hidden; }
    .home .hero .slide .container {
      width: 100%; }
    .home .hero .slide figcaption h2,
    .home .hero .slide figcaption .sep,
    .home .hero .slide figcaption .soustitre {
      font-size: 15px; }
    .home .hero .slide .cover {
      width: 100vw;
      height: 100vw; }
  .home .content {
    padding-left: 30px;
    padding-right: 30px; } }
.single-projet .hero {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  height: 426px; }
  .single-projet .hero.len-1 .slide .stillframe {
    -webkit-filter: brightness(0);
            filter: brightness(0); }
  .single-projet .hero.len-1 .control-wrap {
    display: none; }
  .single-projet .hero .slide {
    cursor: pointer; }
    .single-projet .hero .slide .stillframe {
      position: absolute;
      width: 100%;
      -webkit-filter: brightness(0.1);
              filter: brightness(0.1);
      opacity: 0; }
    .single-projet .hero .slide figure {
      height: 540px;
      height: calc(1280px / 1.775147929);
      height: 426px;
      text-align: center; }
      .single-projet .hero .slide figure img {
        flex-shrink: 0; }
    .single-projet .hero .slide .ico-play {
      pointer-events: none; }
    .single-projet .hero .slide iframe {
      width: 100%;
      height: calc(960px / (16/9));
      height: calc(1024px / (600/338));
      height: 540px;
      height: 100%; }
  .single-projet .hero .control {
    top: calc(540px / 2 - 15px);
    top: calc(426px / 2 - 15px); }
    .single-projet .hero .control.prev {
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      border-width: 1px;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    .single-projet .hero .control.next {
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      border-width: 1px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.single-projet .content {
  padding-top: 30px; }
  .single-projet .content .entry-infos,
  .single-projet .content .entry-content {
    margin-bottom: 60px; }
  .single-projet .content .entry-header {
    margin-bottom: 30px; }
    .single-projet .content .entry-header .entry-header--col {
      padding-bottom: 10px;
      border-bottom-width: 2px;
      border-bottom-style: solid; }
      .single-projet .content .entry-header .entry-header--col h1 {
        line-height: 1em;
        margin-bottom: 10px; }
      .single-projet .content .entry-header .entry-header--col .soustitre {
        line-height: 1.2em; }
  .single-projet .content .entry-infos .chapo {
    font-size: 17px;
    line-height: 1.5; }
  .single-projet .content .entry-infos .credits {
    font-size: 11px; }
    .single-projet .content .entry-infos .credits .texte {
      white-space: pre;
      white-space: pre-line; }
    .single-projet .content .entry-infos .credits hr {
      height: 1px;
      background: #a3a3a3; }
  .single-projet .content .entry-content {
    z-index: 0; }
  .single-projet .content #related > h2 {
    margin-bottom: 30px;
    font-family: 'FuturaNDLight', sans-serif;
    font-weight: 100; }

@media screen and (max-width: 640px) {
  .single-projet .hero .slide figure {
    height: calc(100vw / 1.775147929); } }
@media screen and (min-width: 1024px) {
  .single-projet .hero {
    height: 427.57px; }

  .single-projet .hero .slide figure {
    width: 74.12%;
    margin: 0 auto; } }
@media screen and (min-width: 1441px) {
  .single-projet .hero,
  .single-projet .hero .slide figure {
    height: 534.04px; }

  .single-projet .hero .slide figure {
    width: 74.12%;
    margin: 0 auto; }
    .single-projet .hero .slide figure iframe {
      max-width: 100%; }

  .single-projet .hero {
    margin-bottom: 40px; }
    .single-projet .hero .control {
      top: 251.02px; }
    .single-projet .hero ul.pager {
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px); } }
@media screen and (max-width: 1023px) {
  .single-projet .hero {
    top: 52px;
    height: 100vw;
    height: calc(100vw / (600/338));
    margin-bottom: 38px; }
    .single-projet .hero .control {
      top: calc(100vw + 14px);
      margin-top: 0; }
    .single-projet .hero .slide .container {
      width: 100%; }
    .single-projet .hero .slide figure,
    .single-projet .hero .slide iframe {
      height: 100vw;
      height: calc(100vw / (600/338)); }
  .single-projet .content {
    padding-left: 30px;
    padding-right: 30px; }
    .single-projet .content .entry-header .entry-header--col {
      padding-top: 10px; }
      .single-projet .content .entry-header .entry-header--col:first-of-type {
        margin-bottom: 10px; }
    .single-projet .content .entry-infos .row {
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .single-projet .content .entry-infos .credits {
      margin-bottom: 30px; }
      .single-projet .content .entry-infos .credits .row {
        -moz-flex-direction: column;
        flex-direction: column; } }
#infos {
  background: black;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  color: white;
  padding-top: 102px;
  padding-bottom: 60px;
  transition: all 0.4s ease-out 0s; }
  #infos.slideBottom {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1; }
  #infos.slideTop {
    pointer-events: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  #infos .bg {
    background: red;
    height: 100%;
    cursor: n-resize;
    position: absolute;
    z-index: 0; }
  #infos h2 {
    margin-bottom: 30px; }
  #infos h3 {
    margin-bottom: 15px; }
  #infos h2, #infos h3 {
    text-transform: uppercase; }
  #infos .about,
  #infos .contacts {
    margin-bottom: 60px; }
  #infos .contacts {
    margin-top: 47px; }
    #infos .contacts a {
      color: white; }
  #infos .showreel iframe {
    width: 100%;
    height: calc(960px / (16/9)); }

@media screen and (max-width: 1023px) {
  #infos {
    width: 100vw;
    z-index: 250;
    padding: 15px 15px 30px 15px;
    top: 52px; }
    #infos.slideTop {
      pointer-events: none; }
    #infos .close {
      position: fixed;
      right: 30px;
      top: 87px;
      top: 57px;
      top: 15px;
      right: 15px; }
      #infos .close::before, #infos .close::after {
        background: white; }
    #infos .showreel iframe {
      height: calc(100vw / (16/9)); } }
.archive .content {
  padding-top: 30px; }
.archive .archive-header {
  margin-bottom: 30px; }
  .archive .archive-header hr {
    margin-top: 0; }
