/* 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
*/
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeue Regular.eot");
  src: local("☺"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

.large-content {
  max-width: 1280px; }

.content {
  max-width: 880px; }

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

.bg-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .bg-video .bg-video > video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16 / 9) {
  .bg-video > video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .bg-video > video {
    width: 300%;
    left: -100%; } }

/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
  .bg-video > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; } }

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

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

.bebas, h3 {
  font-family: 'BebasNeue', sans-serif;
  font-weight: bold; }

.rs ul li {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-left: 15px; }
  .rs ul li a {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left; }
  .rs ul li .fb {
    background-image: url(../img/global/fb.png); }
  .rs ul li .twi {
    background-image: url(../img/global/twi.png); }
  .rs ul li .insta {
    background-image: url(../img/global/insta.png); }
  .rs ul li .daily {
    background-image: url(../img/global/daily.png); }
  .rs ul li .fb-grey {
    background-image: url(../img/header/fb.png); }
  .rs ul li .twi-grey {
    background-image: url(../img/header/twi.png); }
  .rs ul li .insta-grey {
    background-image: url(../img/header/insta.png); }
  .rs ul li .daily-grey {
    background-image: url(../img/header/daily.png); }

.btn-menu, .btn-menu-grey {
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/global/menu.png) top left no-repeat;
  background-size: contain; }

.btn-menu-grey {
  background-image: url(../img/header/menu.png); }

.btn-simple {
  display: inline-block;
  border: solid 3px #fff;
  padding: 20px 16px;
  color: #fff;
  font-size: 1em; }

.btn-scroll {
  display: block;
  width: 29px;
  height: 30px;
  margin: 30px auto 0;
  background: url(../img/global/arrowdown.png) top left no-repeat;
  background-size: contain; }

/*
** COLORS
*/
.beige {
  color: #e2b801; }

.black {
  color: #000; }

.blue {
  color: #0a7aba; }

.bluedark {
  color: #2d52b9; }

.bluelight {
  color: #2e9fee; }

.bluelighter {
  color: #34d6d9; }

.grey {
  color: #8d8e8e; }

.greydark {
  color: #404040; }

.orange {
  color: #fa7c48; }

.orangelight {
  color: #d99873; }

.white {
  color: #fff; }

.c-pierre {
  color: #076aae; }

.c-juliette {
  color: #00388b; }

.c-alex {
  color: #e9ab00; }

.c-damien {
  color: #00989b; }

.c-natamelie {
  color: #e2b801; }

.c-coline {
  color: #0a7aba; }

.bg-beige {
  background-color: #e2b801; }

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

.bg-blue {
  background-color: #0a7aba; }

.bg-bluedark {
  background-color: #2d52b9; }

.bg-bluelight {
  background-color: #2e9fee; }

.bg-bluelighter {
  background-color: #34d6d9; }

.bg-grey {
  background-color: #8d8e8e; }

.bg-greydark {
  background-color: #404040; }

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

.bg-orangelight {
  background-color: #d99873; }

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

.bg-c-pierre {
  background-color: #076aae; }

.bg-c-juliette {
  background-color: #00388b; }

.bg-c-alex {
  background-color: #e9ab00; }

.bg-c-damien {
  background-color: #00989b; }

.bg-c-natamelie {
  background-color: #e2b801; }

.bg-c-coline {
  background-color: #0a7aba; }

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

* {
  outline: none; }

body {
  font-family: 'Cabin', 'Arial', sans-serif;
  font-size: 20px; }

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

b {
  font-weight: 700; }

h3 {
  font-size: 1.3em; }

/*
** MENU
*/
#menu {
  z-index: 2;
  position: absolute;
  display: none; }
  #menu ul li {
    display: block; }
    #menu ul li a {
      display: block;
      padding: 20px 90px 11px 30px;
      font-size: 1.5em; }
      #menu ul li a span.small {
        font-size: 0.5em; }
  #menu ul li:not(:last-child) {
    border-bottom: solid 1px #d2d2d2; }

/*
** HEADER
*/
#header {
  position: relative;
  padding: 20px 0;
  margin-bottom: 15px; }
  #header .btn-menu-grey {
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 0; }
  #header #menu {
    top: 55px;
    left: 0; }
  #header h1 {
    display: block;
    width: 253px;
    margin: 0 auto; }
    #header h1 img {
      width: 100%; }
  #header .rs {
    position: absolute;
    top: 25px;
    right: 0; }

/*
** HOME
*/
#home header .btn-menu, #home header .btn-menu-grey {
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 12px; }

#home header #menu {
  top: 42px;
  left: 12px; }

#home header .rs {
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 12px; }

#home #homefull {
  margin-bottom: 10px; }
  #home #homefull #homefull-content {
    z-index: 1; }
    #home #homefull #homefull-content .table-middle .cell-middle {
      text-align: center; }
      #home #homefull #homefull-content .table-middle .cell-middle h1 {
        display: block;
        width: 60%;
        margin: 0 auto 50px; }
        #home #homefull #homefull-content .table-middle .cell-middle h1 img {
          width: 100%; }

#home #home-list-xp li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  #home #home-list-xp li .home-xp-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 1px; }
  #home #home-list-xp li .home-xp-hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    #home #home-list-xp li .home-xp-hover a {
      color: #fff;
      text-align: center;
      font-size: 0.9em;
      line-height: 1.5em; }
      #home #home-list-xp li .home-xp-hover a .cell-middle {
        background: url(../img/home/play.png) center 100px no-repeat;
        background-size: 63px;
        padding: 90px 2% 0; }

#home #home-list-xp li:hover .home-xp-hover {
  opacity: 1; }

/*
** EXPERIENCE
*/
#experience p.greydark {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 35px; }

#experience .video-top {
  font-size: 1.3em;
  margin-bottom: 10px; }
  #experience .video-top .video-nav a {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 20px;
    background-repeat: none;
    background-size: contain;
    cursor: pointer; }
  #experience .video-top .video-nav p {
    display: inline-block;
    vertical-align: top; }

#experience .theater iframe {
  width: 100%; }

#experience .mosaique {
  margin: 25px auto 35px;
  width: 100%;
  height: 20px; }

#experience .video-txt h3 {
  margin-bottom: 20px; }

#experience .video-txt span {
  display: inline-block;
  vertical-align: top;
  padding: 7px 5px;
  margin: 0 8px 8px 0;
  color: #fff;
  font-size: 0.7em; }

#experience .video-txt span:nth-last-child(2) {
  margin-bottom: 20px; }

#experience .influ .influ-title {
  height: 77px;
  padding: 43px 0 0 90px;
  margin-bottom: 8px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain; }
  #experience .influ .influ-title * {
    display: inline-block;
    vertical-align: top; }
  #experience .influ .influ-title h3, #experience .influ .influ-title li {
    margin-right: 7px; }
  #experience .influ .influ-title ul li a {
    width: 20px;
    height: 20px;
    background-size: contain; }

#experience .influ-insta {
  text-align: center; }
  #experience .influ-insta h3 {
    display: inline-block;
    height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain; }
  #experience .influ-insta ul li {
    display: inline-block;
    vertical-align: top;
    width: 108px;
    width: 24%;
    margin-bottom: 1%; }
    #experience .influ-insta ul li a {
      display: block; }
    #experience .influ-insta ul li img {
      width: 100%; }
  #experience .influ-insta ul li:nth-child(n+1) {
    margin-left: 0.5%;
    margin-right: 0.5%; }

#experience .location h3 {
  display: inline-block;
  height: 20px;
  padding-right: 25px;
  margin-bottom: 20px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain; }

.xp-pierre {
  color: #076aae; }
  .xp-pierre .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/pierre/arrowleft.png); }
  .xp-pierre .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/pierre/arrowright.png); }
  .xp-pierre .mosaique {
    background-image: url(../img/experience/pierre/mosaique.jpg); }
  .xp-pierre .video-txt span {
    background: #076aae; }
  .xp-pierre .influ .influ-title {
    background-image: url(../img/experience/pierre/portrait.png); }
    .xp-pierre .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/pierre/fb.png); }
    .xp-pierre .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/pierre/insta.png); }
    .xp-pierre .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/pierre/site.png); }
  .xp-pierre .influ-insta h3 {
    background-image: url(../img/experience/pierre/insta.png); }
  .xp-pierre .location h3 {
    background-image: url(../img/experience/pierre/pin.png); }

.xp-natamelie {
  color: #e2b801; }
  .xp-natamelie .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/natamelie/arrowleft.png); }
  .xp-natamelie .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/natamelie/arrowright.png); }
  .xp-natamelie .mosaique {
    background-image: url(../img/experience/natamelie/mosaique.jpg); }
  .xp-natamelie .video-txt span {
    background: #e2b801; }
  .xp-natamelie .influ .influ-title {
    background-image: url(../img/experience/natamelie/portrait.png); }
    .xp-natamelie .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/natamelie/fb.png); }
    .xp-natamelie .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/natamelie/insta.png); }
    .xp-natamelie .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/natamelie/site.png); }
  .xp-natamelie .influ-insta h3 {
    background-image: url(../img/experience/natamelie/insta.png); }
  .xp-natamelie .location h3 {
    background-image: url(../img/experience/natamelie/pin.png); }

.xp-juliette {
  color: #00388b; }
  .xp-juliette .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/juliette/arrowleft.png); }
  .xp-juliette .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/juliette/arrowright.png); }
  .xp-juliette .mosaique {
    background-image: url(../img/experience/juliette/mosaique.jpg); }
  .xp-juliette .video-txt span {
    background: #00388b; }
  .xp-juliette .influ .influ-title {
    background-image: url(../img/experience/juliette/portrait.png); }
    .xp-juliette .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/juliette/fb.png); }
    .xp-juliette .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/juliette/insta.png); }
    .xp-juliette .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/juliette/site.png); }
  .xp-juliette .influ-insta h3 {
    background-image: url(../img/experience/juliette/insta.png); }
  .xp-juliette .location h3 {
    background-image: url(../img/experience/juliette/pin.png); }

.xp-alex {
  color: #e9ab00; }
  .xp-alex .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/alex/arrowleft.png); }
  .xp-alex .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/alex/arrowright.png); }
  .xp-alex .mosaique {
    background-image: url(../img/experience/alex/mosaique.jpg); }
  .xp-alex .video-txt span {
    background: #e9ab00; }
  .xp-alex .influ .influ-title {
    background-image: url(../img/experience/alex/portrait.png); }
    .xp-alex .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/alex/fb.png); }
    .xp-alex .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/alex/insta.png); }
    .xp-alex .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/alex/site.png); }
  .xp-alex .influ-insta h3 {
    background-image: url(../img/experience/alex/insta.png); }
  .xp-alex .location h3 {
    background-image: url(../img/experience/alex/pin.png); }

.xp-coline {
  color: #0a7aba; }
  .xp-coline .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/coline/arrowleft.png); }
  .xp-coline .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/coline/arrowright.png); }
  .xp-coline .mosaique {
    background-image: url(../img/experience/coline/mosaique.jpg); }
  .xp-coline .video-txt span {
    background: #0a7aba; }
  .xp-coline .influ .influ-title {
    background-image: url(../img/experience/coline/portrait.png); }
    .xp-coline .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/coline/fb.png); }
    .xp-coline .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/coline/insta.png); }
    .xp-coline .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/coline/site.png); }
  .xp-coline .influ-insta h3 {
    background-image: url(../img/experience/coline/insta.png); }
  .xp-coline .location h3 {
    background-image: url(../img/experience/coline/pin.png); }

.xp-damien {
  color: #00989b; }
  .xp-damien .video-top .video-nav a:nth-child(1) {
    background-image: url(../img/experience/damien/arrowleft.png); }
  .xp-damien .video-top .video-nav a:nth-child(3) {
    background-image: url(../img/experience/damien/arrowright.png); }
  .xp-damien .mosaique {
    background-image: url(../img/experience/damien/mosaique.jpg); }
  .xp-damien .video-txt span {
    background: #00989b; }
  .xp-damien .influ .influ-title {
    background-image: url(../img/experience/damien/portrait.png); }
    .xp-damien .influ .influ-title ul li a.influ-fb {
      background-image: url(../img/experience/damien/fb.png); }
    .xp-damien .influ .influ-title ul li a.influ-insta {
      background-image: url(../img/experience/damien/insta.png); }
    .xp-damien .influ .influ-title ul li a.influ-site {
      background-image: url(../img/experience/damien/site.png); }
  .xp-damien .influ-insta h3 {
    background-image: url(../img/experience/damien/insta.png); }
  .xp-damien .location h3 {
    background-image: url(../img/experience/damien/pin.png); }

/*
** FOOTER
*/
#footer {
  padding: 50px 0;
  text-align: center; }
  #footer a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px; }
  #footer a:first-child {
    width: 115px;
    height: 115px;
    background: url("../img/global/logo-maroc.jpg") left top no-repeat;
    background-size: contain; }
  #footer a:last-child {
    position: relative;
    padding: 15px;
    background: url("../img/global/motif-footer1.jpg") top left repeat;
    font-size: 1.3em;
    line-height: 1em; }
    #footer a:last-child p {
      display: block;
      width: 100%;
      padding: 30px 60px; }

/*  #Tablet
================================================== */
@media only screen and (max-width: 1024px) {
  /*
		** CLASSES
		*/
  .content {
    padding: 0 2%; }
  /*
		** HEADER
		*/
  #header .btn-menu-grey {
    left: 2%; }
  #header .rs {
    right: 2%; }
  /*
		** HOME
		*/
  #home #home-list-xp li .home-xp-hover a {
    font-size: 0.7em; }
    #home #home-list-xp li .home-xp-hover a .cell-middle {
      background-size: 50px;
      background-position: center 30px; } }

/*  #Mobile
================================================== */
@media only screen and (max-width: 768px) {
  /*
		** MENU
		*/
  #menu ul li a {
    font-size: 1.1em; }
  /*
		** HEADER
		*/
  #header {
    padding-top: 60px; }
    #header .btn-menu-grey, #header .rs {
      top: 10px; }
  /*
		** HOMEPAGE
		*/
  #home #home-list-xp li {
    width: 100%; }
    #home #home-list-xp li .home-xp-title {
      font-size: 1.2em;
      line-height: 1.2em;
      letter-spacing: 1px; }
  #home #home-list-xp li:hover .home-xp-hover {
    opacity: 0; }
  /*
		** EXPERIENCE
		*/
  #experience .video-top .video-title {
    float: none;
    margin-bottom: 10px;
    text-align: center; }
  #experience .video-top .video-nav {
    float: none;
    text-align: center; }
  /*
		** FOOTER
		*/
  #footer a:first-child {
    margin-bottom: 20px; } }
