/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #b3c4ce;
  font-family: 'Share Tech', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}
a {
  color: #b3c4ce;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 30px;
  margin-bottom: 48px;
  text-transform: uppercase;
}
li {
  list-style-position: inside;
}
p {
  margin-bottom: 16px;
  line-height: 28px;
}
nav {
  font-family: 'PT Sans Narrow', sans-serif;
  position: fixed;
  top: 0;
  background: #16191a;
  width: 100%;
  overflow: hidden;
  height: 33px;
  z-index: 100;
  box-shadow: 0 1px 6px #222;
}
nav ul {
  float: left;
}
nav ul.menu {
  width: 83%;
  width: calc(100% - 150px);
}
nav ul.menu li {
  float: left;
  width: 16.6666%;
  height: 30px;
  list-style-type: none;
  text-align: right;
}
nav ul.menu li a {
  display: inline-block;
  width: 95%;
  text-decoration: none;
  text-align: right;
  height: 22px;
  padding-top: 8px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding-right: 5%;
}
nav ul.menu li a:hover {
  text-shadow: 0 0 1px #b3c4ce;
  background: #1e2122;
}
nav ul.menu li a.active {
  background: #1e2122;
}
nav ul.social {
  width: 17%;
  width: 150px;
}
nav ul.social li {
  width: 34px;
  float: right;
  list-style-type: none;
}
nav ul.social a {
  width: 33px;
  height: 33px;
  display: inline-block;
  text-indent: -99999px;
  background: url(../img/socials.png) no-repeat;
  text-align: left;
}
nav ul.social a.twitter {
  background-position: 0 0;
}
nav ul.social a.instagram {
  background-position: -41px 0;
}
nav ul.social a.facebook {
  background-position: -127px 0;
}
nav ul.social a.youtube {
  background-position: -86px 0;
}
#container {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 33px;
  background: #000;
}
#container .slider .slide {
  position: relative;
  background-color: #000;
  float: left;
}
#container .slider .slide .content {
  overflow-y: visible;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #16191a;
  height: 8px;
}
footer nav {
  display: none;
}
#home {
  background: #000000 url(../img/bg/alex.png) top right no-repeat;
  background-size: 650px;
}
#home .content {
  width: 700px;
  padding-right: 260px;
  margin: 55px auto 0;
}
#home .content h1 {
  background: transparent url(../img/tia.png) top left no-repeat;
  padding-top: 150px;
}
#episodes {
  padding-top: 30px;
  margin-bottom: 30px;
  background: #000000 url(../img/bg/lena.png) top right no-repeat;
  background-size: 700px;
}
#episodes .content {
  width: 960px;
  margin: 55px auto 0;
  min-height: 400px;
}
#episodes .text {
  float: right;
  width: 30%;
  padding-right: 20%;
  min-height: 450px;
}
#episodes iframe {
  margin-top: 108px;
  width: 47%;
  height: 270px;
  float: left;
}
#episodes .episode {
  display: none;
}
#episodes ul.episodes {
  clear: both;
  padding-top: 20px;
  margin-top: 20px;
  width: 80%;
  padding-right: 20%;
}
#episodes ul.episodes li {
  float: left;
  display: inline-block;
  min-width: 170px;
  width: 25%;
}
#episodes ul.episodes li:first-child a,
#episodes ul.episodes li:first-child span.fake {
  background: url(../img/episodes/episode-1.png) top left no-repeat;
}
#episodes ul.episodes li:nth-child(2) a,
#episodes ul.episodes li:nth-child(2) span.fake {
  background: url(../img/episodes/episode-2.png) top left no-repeat;
}
#episodes ul.episodes li:nth-child(3) a,
#episodes ul.episodes li:nth-child(3) span.fake {
  background: url(../img/episodes/episode-3.png) top left no-repeat;
}
#episodes ul.episodes li:nth-child(4) a,
#episodes ul.episodes li:nth-child(4) span.fake {
  background: url(../img/episodes/episode-4.png) top left no-repeat;
}
#episodes ul.episodes li a,
#episodes ul.episodes li span.fake {
  text-transform: uppercase;
  background: url(http://dummyimage.com/160x115/4d4a4d/9da1d9) top left no-repeat;
  padding-top: 120px;
  display: inline-block;
  width: 100%;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}
#episodes ul.episodes li span {
  display: block;
  text-transform: lowercase;
}
#personnages {
  background: #000000 url(../img/bg/dan.png) top right no-repeat;
  background-size: 700px;
}
#personnages .content {
  width: 800px;
  padding-right: 160px;
  margin: 55px auto 0;
}
#personnages .personnage.current {
  display: block;
}
#personnages .personnage.current .gallery {
  float: left;
  padding-top: 114px;
  width: 527px;
  list-style-type: none;
}
#personnages .personnage.current .gallery li {
  padding-right: 5px;
  -moz-padding-right: 0;
  float: left;
}
#personnages .personnage.current .text {
  margin-left: 520px;
  min-height: 475px;
}
#personnages .text {
  overflow: hidden;
  min-height: 330px;
}
#personnages .personnage {
  display: none;
}
#personnages ul.personnages {
  margin-top: 48px;
  clear: left;
  overflow: hidden;
}
#personnages ul.personnages li {
  display: inline-block;
  float: left;
  min-width: 105px;
  width: 15%;
  padding: 5px;
  text-align: center;
}
#personnages ul.personnages a,
#personnages ul.personnages span.fake {
  display: inline-block;
  margin-top: 20px;
  padding-top: 105px;
  width: 100%;
}
#personnages ul.personnages a[href="#personnage-alex"] {
  background: url(../img/actors/alex.png) top center no-repeat;
}
#personnages ul.personnages a[href="#personnage-dan"] {
  background: url(../img/actors/dan.png) top center no-repeat;
}
#personnages ul.personnages a[href="#personnage-cagoules"] {
  background: url(../img/actors/cagoules.png) top center no-repeat;
}
#personnages ul.personnages a[href="#personnage-lena"] {
  background: url(../img/actors/lena.png) top center no-repeat;
}
#personnages ul.personnages a[href="#personnage-j"] {
  background: url(../img/actors/j.png) top center no-repeat;
}
#personnages ul.personnages a[href="#personnage-unknown"],
#personnages ul.personnages span.fake {
  background: url(../img/actors/unknown.png) top center no-repeat;
}
#trouve-la-mallette {
  background: #000000 url(../img/bg/eli.png) top right no-repeat;
  background-size: 700px;
}
#trouve-la-mallette .content {
  position: relative;
  width: 960px;
  margin: 55px auto 0;
}
#trouve-la-mallette .content .text,
#trouve-la-mallette .content iframe {
  float: right;
}
#trouve-la-mallette .content .text {
  width: 40%;
  margin-right: 10%;
}
#trouve-la-mallette .content a.search-suitecase {
  position: absolute;
  top: 352px;
  left: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
  background: url(../img/search-suitecase.png) no-repeat;
  display: block;
  width: 315px;
  height: 164px;
  text-indent: -999999px;
}
#trouve-la-mallette .content iframe {
  width: 40%;
  margin-right: 5%;
  height: 244px;
  margin-top: 108px;
}
#deviens-agent {
  background: #000000 url(../img/bg/building.png) 100% 100% no-repeat;
  background-size: 1200px;
}
#deviens-agent .content {
  width: 960px;
  padding-right: 160px;
  margin: 55px auto 0;
}
#deviens-agent .content > h1 {
  padding-left: 430px;
}
#deviens-agent .nav {
  width: 400px;
  min-height: calc(100%);
  margin-right: 30px;
  float: left;
}
#deviens-agent .nav li {
  list-style-type: none;
  text-align: right;
  margin-bottom: 5px;
}
#deviens-agent .nav li a {
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
}
#deviens-agent .nav li a.selected:after {
  content: "✪";
  color: #334d5e;
  color: rgba(51, 77, 94, 0.7);
  position: absolute;
  right: -20px;
}
#deviens-agent .current.filiere {
  float: left;
  width: 403px;
}
#deviens-agent .current.filiere h1 {
  font-weight: 100;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#deviens-agent .current.filiere p a {
  background-color: #334d5e;
  background-color: rgba(51, 77, 94, 0.7);
  font-weight: lighter;
  text-transform: uppercase;
  padding: 5px 7px;
}
#deviens-agent .current.filiere p a:active,
#deviens-agent .current.filiere p a:focus {
  box-shadow: inset 0 0 3px #000;
}
#deviens-agent .current.filiere > article {
  padding-top: 220px;
}
#deviens-agent .current.filiere #la-securite-de-l-information {
  background: url(../img/technos/securite-info.png) no-repeat top left;
}
#deviens-agent .current.filiere #informatique-embarquee {
  background: url(../img/technos/info-embarque.png) no-repeat top left;
}
#deviens-agent .current.filiere #informatique-logiciel {
  background: url(../img/technos/info-log.png) no-repeat top left;
}
#deviens-agent .current.filiere #transmedia {
  background: url(../img/technos/transmedia.png) no-repeat top left;
}
#deviens-agent .current.filiere #reseaux-et-services {
  background: url(../img/technos/reseaux.png) no-repeat top left;
}
#deviens-agent .current.filiere #photogrammetrie {
  background: url(../img/technos/geomatique.png) no-repeat top left;
}
#deviens-agent .current.filiere #photogrammetrie {
  background: url(../img/technos/geomatique.png) no-repeat top left;
}
#deviens-agent .current.filiere #thermotronique {
  background: url(../img/technos/thermotronique.png) no-repeat top left;
}
#deviens-agent .current.filiere #gestion {
  background: url(../img/technos/gestion.png) no-repeat top left;
}
#deviens-agent .filieres {
  display: none;
}
.button {
  background: rgba(2, 99, 158, 0.77);
  padding: 6px 12px;
  font-size: 26px;
  text-transform: uppercase;
  display: inline-block;
}
.button:hover {
  background: rgba(1, 67, 108, 0.77);
}
#event {
  background: #000000 url(../img/bg/opened_suitcase.jpg) right 100px no-repeat;
  background-size: 700px;
}
#event .content {
  position: relative;
  width: 960px;
  margin: 55px auto 0;
}
#event .text {
  width: 50%;
  overflow: hidden;
}
#event ul {
  list-style: none;
}
#event li {
  margin: 0 0 16px 0;
}
#event h1 {
  margin: 0 0 64px 0;
}
#event h2 {
  margin: 64px 0 24px 0;
}
#event p {
  margin: 24px 0;
  font-size: 21px;
}
#event .address p {
  margin: 2px 0;
}
#event form {
  margin-top: 48px;
  text-align: center;
}
#event form input {
  padding: 6px;
  width: 100%;
  background: #333;
  border: 0;
  border-radius: 3px;
  color: white;
}
#event form input:focus {
  outline: 0;
}
#event form input::-webkit-input-placeholder {
  color: #777777;
}
#event form input:-moz-placeholder {
  color: #777777;
}
#event form input::-moz-placeholder {
  color: #777777;
}
#event form input:-ms-input-placeholder {
  color: #777777;
}
#event form a {
  margin: 0 auto;
}
#event h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: white;
}
#event .challenge-eli {
  margin: 0 auto;
}
#event .challenge {
  text-align: center;
}
#event .challenge a {
  font-size: 32px;
  padding: 12px 16px;
}
#event .event-subscription {
  margin-top: 48px;
}
#event .datetime {
  color: #02639e;
  margin-bottom: 24px;
}
#event .subscription-confirmed {
  margin: 32px 0 0 0;
  display: none;
  background: green;
  color: white;
  padding: 24px;
}
#event .subscription-error {
  margin: 32px 0 0 0;
  display: none;
  background: red;
  color: white;
  padding: 24px;
}
#event .columns {
  overflow: hidden;
  box-sizing: border-box;
}
#event .left-column {
  width: 350px;
  float: left;
}
#event .right-column {
  width: 500px;
  float: left;
  padding-left: 100px;
}
@media screen and (max-width: 980px) {
  nav ul.menu li a {
    font-size: 14px;
  }
  #home {
    background-size: 400px;
  }
  #home .content {
    width: 350px;
  }
  #episodes {
    background-size: 300px;
    background-position: 100% 30px;
  }
  #episodes .content {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #episodes .content iframe {
    margin: 30px 0;
    width: 100%;
  }
  #episodes .content .text {
    width: 50%;
    margin-right: 50%;
    min-height: 250px;
  }
  #episodes .content .text,
  #episodes .content iframe {
    float: none;
  }
  #episodes ul.episodes {
    width: 100%;
    padding-right: 20%;
  }
  #personnages .content {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #personnages .text {
    width: 100%;
  }
  #personnages .personnage.current .gallery {
    float: none;
    width: inherit;
  }
  #personnages .personnage.current .text {
    margin-left: 0;
    min-height: inherit;
  }
  #personnages .personnage.current h1 {
    clear: left;
  }
  #trouve-la-mallette .content {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #trouve-la-mallette .content iframe,
  #trouve-la-mallette .content .text {
    width: 100%;
    float: none;
  }
  #trouve-la-mallette .content a.search-suitecase {
    position: static;
  }
  #deviens-agent .content {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #deviens-agent .content > h1 {
    padding-left: 280px;
  }
  #deviens-agent .nav {
    width: 250px;
  }
  #event .content {
    width: 90%;
    padding-right: 0;
  }
  #event form {
    width: 100%;
  }
  #event .right-column {
    width: 300px;
  }
}
@media screen and (max-width: 832px) {
  #event .right-column {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #deviens-agent .content > h1 {
    padding: 0;
  }
  #deviens-agent .nav {
    float: none;
    width: 100%;
    min-height: inherit;
    overflow: auto;
    margin-bottom: 10px;
  }
  #deviens-agent .nav li {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 0.9em;
  }
  #deviens-agent .nav li a {
    font-size: 0.9em;
  }
  #deviens-agent .current.filiere {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 730px) {
  nav ul.menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 700px) {
  nav {
    height: 60px;
  }
  nav ul.menu,
  nav ul.social {
    float: none;
    width: 100%;
    height: 30px;
  }
  nav ul.social {
    width: 140px;
    display: block;
    margin: 0 auto;
    height: 33px;
  }
  #container {
    margin-top: 66px;
  }
  #container .slider .slide .content {
    margin-top: 100px;
  }
  #home {
    background-size: 250px;
  }
  #home .content {
    padding-right: 200px;
    margin: 50px auto;
  }
  #home .content h1 {
    width: 200px;
  }
  #episodes ul.episodes li {
    width: 50%;
    text-align: center;
  }
  #personnages {
    background-size: 250px;
  }
  #personnages .text {
    width: 100%;
  }
  #trouve-la-mallette .content .text {
    width: 100%;
    margin-right: 0;
  }
  #event .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  #personnages .personnage.current .gallery li {
    width: 48%;
    width: calc(50% - 5px);
    padding-bottom: 5px;
  }
  #personnages .personnage.current .gallery li img {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 465px) {
  nav ul.menu li a {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 400px) {
  footer nav {
    bottom: 0;
    top: inherit;
    height: 38px;
    display: block;
  }
  footer nav ul.social {
    display: block;
  }
  .content {
    font-size: 0.9em;
  }
  .slide {
    background-color: #ffffff;
  }
  nav {
    height: 50px;
  }
  nav ul {
    width: 100%;
  }
  nav ul.menu li {
    width: 16.6666%;
    text-align: center;
    padding-top: 10px;
  }
  nav ul.menu li a {
    width: 30px;
    height: 30px;
  }
  nav ul.menu li:nth-child(1) a {
    background: url(../img/home.png) no-repeat;
  }
  nav ul.menu li:nth-child(2) a {
    background: url(../img/episode.png) no-repeat;
  }
  nav ul.menu li:nth-child(3) a {
    background: url(../img/actors.png) no-repeat;
  }
  nav ul.menu li:nth-child(4) a {
    background: url(../img/suitcase.png) no-repeat;
  }
  nav ul.menu li:nth-child(5) a {
    background: url(../img/hat.png) no-repeat;
  }
  nav ul.menu li:nth-child(6) a {
    background: url(../img/event.png) no-repeat;
  }
  nav ul.menu span {
    display: block;
    text-indent: -9999px;
    text-align: left;
  }
  nav ul.social {
    display: none;
  }
  #container {
    margin-top: 50px;
  }
  #home .content,
  #personnages .content,
  #episodes .content,
  #trouve-la-mallette .content {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .slide {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .slide#home {
    background-size: 200px;
  }
  #episodes {
    background-size: 200px;
  }
  #episodes .content .text {
    width: 100%;
    min-height: 0;
  }
  #episodes .content iframe {
    height: 130px;
  }
  #episodes .content ul.episodes li {
    float: none;
    width: 100%;
  }
  #episodes .content ul.episodes li a,
  #episodes .content ul.episodes li span.fake {
    text-align: center;
    background-position: top center;
  }
  #personnages {
    background-position: bottom right;
  }
  #personnages .personnage.current .gallery {
    padding-top: 0;
  }
  #personnages .content h1 {
    padding-bottom: 50px;
  }
  #personnages .text h1 {
    padding-bottom: 20px;
  }
  #trouve-la-mallette {
    padding-top: 0;
  }
  #trouve-la-mallette .content .text,
  #trouve-la-mallette .content iframe {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
  }
  #trouve-la-mallette .content iframe {
    height: 220px;
  }
  #trouve-la-mallette .content a.search-suitecase {
    width: 100%;
    background-size: contain;
  }
  .slider #deviens-agent.slide {
    padding-top: 20px;
    margin-top: 20px;
  }
  .slider #deviens-agent.slide .content {
    margin-top: 0;
  }
  .slider #deviens-agent.slide .content > h1 {
    margin: 0;
    margin-bottom: 20px;
  }
  .slider #deviens-agent.slide .nav li {
    float: none;
    width: 100%;
    text-align: left;
  }
  .slider #deviens-agent.slide .current.filiere {
    width: 100%;
  }
  .slider #deviens-agent.slide .current.filiere article {
    padding-top: 200px;
  }
  .slider #deviens-agent.slide .current.filiere #la-securite-de-l-information,
  .slider #deviens-agent.slide .current.filiere #informatique-embarquee,
  .slider #deviens-agent.slide .current.filiere #informatique-logiciel,
  .slider #deviens-agent.slide .current.filiere #transmedia,
  .slider #deviens-agent.slide .current.filiere #reseaux-et-services,
  .slider #deviens-agent.slide .current.filiere #geomatique,
  .slider #deviens-agent.slide .current.filiere #mecatronique {
    background-size: 100% auto;
  }
}
.ie7 body,
.ie6 body {
  background: black;
}
.ie7 #container,
.ie6 #container {
  width: 100%;
  overflow: none;
}
.ie7 .slider,
.ie6 .slider {
  width: 100%;
  overflow: none;
}
.ie7 .slide,
.ie6 .slide {
  width: 100%;
  overflow: none;
}
.ie7 nav ul.menu,
.ie6 nav ul.menu {
  width: 82%;
}
.ie7 nav ul.social,
.ie6 nav ul.social {
  width: 18%;
}
.ie7 nav ul.social li a,
.ie6 nav ul.social li a {
  text-indent: -9999px;
  float: left;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.ie7 #container .slider .slide,
.ie6 #container .slider .slide {
  float: none;
  height: 800px;
}
.ie7 #container .slider .slide .content,
.ie6 #container .slider .slide .content {
  overflow: hidden;
}
.ie7 #personnages .content,
.ie6 #personnages .content {
  overflow: visible;
}
.ie7 #personnages ul.personnages a,
.ie6 #personnages ul.personnages a {
  min-width: 55px;
}
.ie8 #home .content,
.ie9 #home .content {
  background-color: rgba(0, 0, 0, 0.2);
}
.ie8 #container .slider .slide .content,
.ie9 #container .slider .slide .content {
  overflow: auto;
}
