/* 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;
}
@charset "UTF-8";
/*
** TYPOS
*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,600");
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.eot");
  src: local("☺"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.eot");
  src: local("☺"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Black.eot");
  src: local("☺"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

/*
** VAR
*/
/*
** MIXINS
*/
/*
** CLASSES
*/
.ghost {
  clear: both; }

.container, .content {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.content {
  max-width: 1280px; }

.table-middle {
  display: table;
  height: 100%;
  width: 100%; }

.cell-middle {
  display: table-cell;
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  width: 100%; }

.two-column {
  width: 49%; }

.three-column {
  width: 32%; }

.one-third {
  width: 32.3%; }

.two-third {
  width: 65.6%; }

.column-left {
  margin-right: 1%; }

.column-right {
  margin-left: 1%; }

.column-middle {
  margin-left: 1%;
  margin-right: 1%; }

.transition, .transition * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.border {
  border: solid 1px black; }

.active {
  cursor: default; }

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bg-cover > img {
    width: 100%; }

.overlay {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .overlay .table-middle .cell-middle {
    position: relative;
    padding: 4%; }
    .overlay .table-middle .cell-middle .theater {
      position: relative;
      width: 100%; }
      .overlay .table-middle .cell-middle .theater .btn-close {
        display: block;
        position: absolute;
        width: 56px;
        height: 56px;
        top: -30px;
        right: 0;
        background: url(../img/global/close.png) top left no-repeat;
        background-size: contain; }

.hind {
  font-family: 'Hind', sans-serif; }

/*
** COLORS
*/
.black {
  color: #000; }

.blue {
  color: #3287ae; }

.grey {
  color: #4a4a4a; }

.orange {
  color: #f9b320; }

.red {
  color: #ea061c; }

.white {
  color: #fff; }

.yellow {
  color: #f8b220; }

.bg-black {
  background-color: #000; }

.bg-blue {
  background-color: #3287ae; }

.bg-grey {
  background-color: #4a4a4a; }

.bg-orange {
  background-color: #f9b320; }

.bg-red {
  background-color: #ea061c; }

.bg-white {
  background-color: #fff; }

.bg-yellow {
  background-color: #f8b220; }

/*
** GLOBAL
*/
*, *::before, *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

* {
  outline: none; }

body {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  background-color: #ecf3f8;
  padding-bottom: 2%; }

a {
  color: inherit;
  text-decoration: none; }

b {
  font-weight: 700; }

#logo-daily {
  z-index: 3;
  display: block;
  position: absolute;
  width: 29px;
  height: 38px;
  top: 10px;
  right: 10px;
  background: url(../img/logo-daily.png) top left no-repeat;
  background-size: contain; }

/*
** THEATER
*/
#theater {
  position: relative;
  width: 100%;
  text-align: center; }
  #theater #blocH1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 10%; }
    #theater #blocH1 > p {
      margin-bottom: 1%;
      font-weight: 600;
      text-transform: uppercase; }
    #theater #blocH1 > img {
      width: 12%;
      margin-bottom: 2%; }
    #theater #blocH1 #scroll {
      width: 52px;
      height: 120px;
      margin: 0 auto; }
  #theater #title {
    margin-bottom: 1%; }
    #theater #title img {
      width: 30%; }
    #theater #title .subtitle {
      margin-top: -0.5em;
      position: relative;
      z-index: 1; }
  #theater #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#theater.lecture #blocH1 {
  top: 3%;
  right: 3%;
  width: 24%;
  height: auto;
  padding-top: 0;
  cursor: pointer; }
  #theater.lecture #blocH1 > p {
    margin-bottom: 3%;
    font-size: 0.3em;
    line-height: 1em;
    color: black; }
  #theater.lecture #blocH1 > img {
    width: 38%;
    margin-bottom: 0; }
  #theater.lecture #blocH1 #scroll {
    display: none; }

#theater.lecture #title {
  margin-bottom: 3%; }
  #theater.lecture #title img {
    width: 100%; }
  #theater.lecture #title .subtitle {
    margin-top: -.7em; }

/*
** LIST VIDEOS
*/
#list-videos {
  margin-bottom: 2%;
  line-height: 0; }
  #list-videos li {
    position: relative;
    display: inline-block;
    width: calc(100%/3);
    line-height: 1em;
    vertical-align: bottom; }
    #list-videos li .thumb-back, #list-videos li .thumb-shadow {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    #list-videos li p {
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 2%;
      font-weight: 800;
      line-height: 1.2em;
      color: #f8b220;
      text-transform: uppercase;
      text-align: left; }
    #list-videos li .thumb-shadow {
      opacity: 0.2;
      background: url(../img/global/thumb-shadow.png) bottom center no-repeat;
      background-size: contain; }
    #list-videos li .thumb-hover {
      z-index: 2;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/global/btn-play.png) top 10% center rgba(0, 0, 0, 0.8) no-repeat;
      background-size: 13%;
      font-size: 0.7em;
      padding: 25% 6% 6% 6%;
      opacity: 0; }
    #list-videos li .thumb-hover:hover {
      opacity: 1; }
    #list-videos li .data-description {
      display: none; }
  #list-videos li.active .thumb-hover {
    opacity: 1;
    background-image: none; }
  #list-videos li.active .thumb-hover:before {
    content: "Lecture en cours";
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 800; }
  #list-videos li.saison1 {
    display: none; }
  #list-videos li.saison1:nth-child(7) {
    margin-top: 2%; }
  #list-videos #btn-more {
    background-image: url(../img/global/bg-more.gif); }
    #list-videos #btn-more a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10%; }
      #list-videos #btn-more a img {
        display: block;
        margin: 0 auto; }
      #list-videos #btn-more a p {
        bottom: 10%;
        left: 10%;
        width: auto;
        font-size: 1.2em;
        padding-right: 35px;
        background: url(../img/global/arrow-bottom.png) right center no-repeat; }

/*
** POSTULEZ
*/
#postulez {
  padding: 5% 20px;
  border-radius: 40px;
  margin-bottom: 2%;
  background: url(../img/global/fusee.jpg) bottom right 8% no-repeat #fff;
  background-size: 13.6%;
  text-align: center;
  position: relative; }
  #postulez img, #postulez a {
    display: inline-block;
    vertical-align: middle; }
  #postulez a {
    margin-top: 20px;
    margin-left: 20px; }

@media only screen and (min-width: 1024px) {
  #postulez {
    text-align: left; }
    #postulez a {
      margin-top: 0; } }

@media only screen and (min-width: 1280px) {
  #postulez {
    padding: 5%; }
  #takeoff {
    right: 5% !important; } }

/*
** MAP
*/
#pac-input {
  display: none;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  height: 31px; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#target {
  width: 345px; }

/*  #Tablet
================================================== */
@media only screen and (max-width: 1023px) {
  /* GLOBAL */
  #logo-daily {
    z-index: 10;
    display: block;
    position: absolute;
    width: 15px;
    height: 20px; }
  /* THEATER */
  #theater #blocH1 #scroll {
    width: 40px;
    height: 92px; }
  /* LIST VIDEOS */
  #list-videos li .thumb-hover {
    font-size: 0.5em;
    line-height: 1em; }
  #list-videos #btn-more a img {
    width: 70%; }
  #list-videos #btn-more a p {
    font-size: 0.8em;
    background-position: right top 8px;
    left: 14%;
    bottom: 5%;
    padding-right: 12%; }
  /* POSTULEZ */
  #postulez {
    background-position: bottom right 3%;
    background-size: 10%; } }

/*  #Mobile
================================================== */
@media only screen and (max-width: 767px) {
  /* THEATER */
  #theater #blocH1 > p {
    font-size: 0.6em; }
  #theater #blocH1 #scroll {
    display: none; }
  #theater.lecture #blocH1 > p {
    font-size: 0.2em;
    margin-bottom: 0; }
  /* LIST VIDEOS */
  #list-videos li {
    width: 50%;
    line-height: 0.7em; }
    #list-videos li p {
      padding: 0 2% 4%;
      font-size: 0.6em; }
    #list-videos li .thumb-hover {
      line-height: 1.2em;
      font-size: 0.4em; }
  #list-videos #btn-more a img {
    width: 60%; }
  #list-videos #btn-more a p {
    font-size: 0.5em;
    background-size: 10px;
    background-position: top 1px right;
    padding-right: 20px; }
  /* POSTULEZ */
  #postulez {
    padding: 5% 20px;
    background-image: none;
    border-radius: 0; }
    #postulez img, #postulez a {
      display: block;
      margin: 0 auto; }
    #postulez img {
      width: 100%;
      height: auto;
      margin-bottom: 5%; }
    #postulez a {
      text-align: center;
      font-size: 0.6em; } }

body {
  /*padding-top: 46px;*/ }

#theater {
  background: url(../img/global/background.jpg) no-repeat;
  background-size: cover; }

#loop {
  display: none; }

@media only screen and (min-width: 768px) {
  #theater {
    overflow: hidden; }
  #loop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; } }

#main {
  padding: 0 20px 40px; }

.map-container {
  height: 732px; }
  .map-container #map {
    height: 100% !important; }

@media only screen and (min-width: 1280px) {
  /*
	html,
	body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
		
	#theater {
		max-width: none;
		height: 100% !important;
	}
	*/ }

/*
** ANIMATIONS 
*/
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.scale-in-center {
  animation: scale-in-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes swirl-in-fwd {
  0% {
    transform: rotate(-540deg) scale(0);
    opacity: 0; }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1; } }

.swirl-in-fwd {
  animation: swirl-in-fwd 0.6s ease-out both; }

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out; }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in; }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out; }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in; }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out; } }

.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite both; }

#takeoff {
  display: none; }

#main {
  overflow: hidden; }

.thumb-hover {
  background-image: none !important; }
  .thumb-hover > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20% 6% 6%; }

li .thumb-hover > * {
  background: url(../img/global/btn-play.png) top center no-repeat;
  background-size: 16%; }

li.active .thumb-hover > * {
  background-image: none; }

@media only screen and (min-width: 768px) {
  #postulez {
    background-image: none; } }

@media only screen and (min-width: 1024px) {
  #theater #title .subtitle {
    margin-top: -1em; }
  #takeoff {
    display: block;
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    bottom: 0; } }

.banner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 24px auto;
  position: relative; }
  .banner .banner-header {
    display: flex;
    justify-content: center;
    padding: 4px 16px; }
  .banner .banner-body {
    background-image: url(../img/banner-figure-3.png), url(../img/banner-figure-4.png), url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position: -56px bottom, calc(100% + 56px) bottom, center;
    background-size: auto 80%, auto 80%, cover;
    padding: 16px; }
  .banner .branding-img {
    max-width: 160px; }

.banner-header {
  background-color: #292929;
  color: #fff;
  font: 400 12px 'Gotham', sans-serif;
  text-transform: uppercase; }

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

.banner-text {
  font: 600 10px 'Gotham', sans-serif;
  text-transform: uppercase; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 14px;
  padding: .5em 1em;
  border: 0;
  border-radius: 1.5em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }

.button-dark {
  background-color: #000;
  color: #fff; }

.banner-temporis {
  color: transparent;
  display: inline-block;
  width: 72px;
  transform: translateY(-50%);
  background: url("../img/global/logo-temporis.png") no-repeat center bottom;
  background-size: contain; }
  .banner-temporis::after {
    content: '';
    display: block;
    padding-bottom: 30%; }

.link-whole-ancestor:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }

@media only screen and (min-width: 1024px) {
  .banner {
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: url(../img/banner-bg.png) no-repeat center;
    background-size: cover; }
    .banner::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 20%;
      z-index: 10;
      height: 100%;
      width: 25%;
      background: url(../img/banner-figure-3.png) no-repeat center;
      background-size: cover; }
    .banner .banner-header {
      background: linear-gradient(72deg, black 0%, black 85%, transparent 75%);
      max-width: 25%;
      padding: 16px 3%;
      display: flex;
      align-items: center;
      text-align: left;
      font-size: 18px; }
    .banner .banner-body {
      flex: 1 1 0;
      background-color: transparent;
      background-image: url(../img/banner-figure-4.png);
      background-position: right -16px bottom;
      background-size: auto 100%; }
    .banner .banner-text {
      font-size: 12px; }
    .banner .branding-img {
      max-width: 320px; } }
