@charset "UTF-8";
/*
VARIABLES
------------------------------------------------------------------  */

iframe#myiframe {
    height: 581px;
	border-radius:8px;
}

@media (max-width: 576px) {
iframe#myiframe {
    height: 235px;
}
}
@media only screen and (min-device-width: 577px) and (max-width: 768px) {
iframe#myiframe {
    height: 400px;
}
}
@media only screen and (min-device-width: 769px) and  (max-width: 992px) {
iframe#myiframe {
    height: 272px;
}
}
@media only screen and (min-device-width: 993px) and  (max-width: 1200px) {
iframe#myiframe {
    height: 307px;
}
}

video {
  mix-blend-mode: multiply;
}

/*img {
  mix-blend-mode: multiply;
}*/

.video-wrapper-work {
    position: relative;
}

.video-wrapper video {
  height: 100%;
  vertical-align: middle;
  width: auto;
}

.video-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: visible;
}

.video-wrapper video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video-description {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-description {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    it-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
	z-index:10000!important;
}
.video-overlay {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    it-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
	z-index:10000!important;
	overflow: hidden;
}

/* Optional -- Wrap Logo with h3 to style it.*/

.video-description h3 {
    color: #000;
    font-family: "Nobile",sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
}

img.img-responsive {
    opacity: 1;
	width: 100%;
    height: auto;
	background-size:cover;
	max-width: 156px;
    max-height: 34px;
	border-radius: 0 !important;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {box-sizing: border-box;}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #E7E3E0;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*text-align: center;*/
  min-height: 100vh;
  margin: 0;
  transition: background 0.2s linear;
}

body.dark {background-color: #292c35;} /* #9b59b6 */

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark p, body.dark .support a, body.dark ul nav a {color: #E7E3E0;}
body.dark a.animsition-link.no-underline, body.dark ul li, body.dark #projects .project-teaser p, body.dark ul#credit li a, body.dark h2.g-12.fs-1 a, body.dark span#date {color: #E7E3E0;}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #000;
  width: 50px;
  height: 22px;
  border-radius: 50px;
  position: relative;
  /*padding: 5px;*/
  padding: 7px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.fa-moon {color: #fff;}

.fa-sun {color: #fff;}

.checkbox-label .ball {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(28px);
}

.toggle .checkbox {
	top-margin:-10px;
	
}

/*
TAILLES DEVICES
------------------------------------------------------------------  */
/*
FONT FACE
------------------------------------------------------------------  */
@font-face {
  font-family: "Sohne";
  src: url("../fonts/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/soehne-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/*
FONTS
------------------------------------------------------------------  */
.fs-1 {
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -1px;
}

.fs-2 {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.3px;
}

.fs-3 {
  /*font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;*/
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 460px) {
  .fs-1 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  .fs-2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
  .fs-3 {
    font-size: 18px;
    line-height: 22px;
	margin-top: 7px;
  }
}
/*
GENERAL
------------------------------------------------------------------  */
* {
  margin: 0;
  padding: 0;
}

body, html {
  font-size: 10px;
  /*background: #FFFFFF;*/
  background: #E7E3E0;
}

body {
  color: #111111;
  font-family: "Sohne", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-feature-settings: "ss04";
  -webkit-font-smoothing: antialiased;
}

#general {
  /*background: #FFFFFF;
  background: #E7E3E0;*/
}

.container {
  padding: 0 7px;
  /*padding: 15px 7px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #111111;
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
}

a {
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  -ms-transition: 0.3s, background-position 0s 0.3s;
  -moz-transition: 0.3s, background-position 0s 0.3s;
  -webkit-transition: 0.3s, background-position 0s 0.3s;
  -o-transition: 0.3s, background-position 0s 0.3s;
  transition: 0.3s, background-position 0s 0.3s;
}

a:hover{
  --d: 100%;
  --p: 100%;
}

a:active {
  --d: 100%!important;
  --p: 100%!important;
}

a.no-underline:hover {
  --d: 0;
  --p: 0;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

.animsition-overlay-slide {
  display: none;
}

@media screen and (max-width: 460px) {
  body, html {
    font-size: 5px;
  }
}
/*
NAV
------------------------------------------------------------------  */
nav {
  position: relative;
}
nav h1, nav ul {
  position: fixed;
  top: 15px;
  mix-blend-mode: exclusion !important;
  filter: invert(1) !important;
  z-index: 950;
}
nav h1 {
  left: 15px;
  /*left: 35px;*/
}
nav ul {
  /*left: 50%;*/
  /*right: 2%;*/
  right:15px;
  padding-left: 7px;
}
nav ul#nav-list {
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  font-size:15px!important;
  letter-spacing:-0.02em;
}
nav ul#nav-list li {
  display: inline-block;
  margin-right: 20px;
}
nav ul#nav-list li:last-child {
  margin-right: 0;
}
nav a {
  /*color: #111111;*/
  color: #000000;
}
nav #nav-button {
  display: none;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
nav div#nav-button.nav-button-menu {
  background-image: url("../img/icons/nav.png");
}
nav div#nav-button.nav-button-close {
  background-image: url("../img/icons/close-nav.png");
}

@media screen and (max-width: 920px) {
  nav h1 {
    left: 12px;
  }
  nav ul {
    left: auto;
    right: 14px;
    padding-left: 0;
  }
}
@media screen and (max-width: 460px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    /*background: #FFFFFF;*/
	background: #E7E3E0;
    display: block;
    width: 100%;
    height: 52px;
    z-index: 950;
  }
  nav h1, nav ul {
    mix-blend-mode: normal !important;
    filter: invert(0) !important;
  }
  nav h1 {
    top: 15px;
  }
  nav ul#nav-list {
    display: none;
    top: 52px;
    left: 0;
    padding: 0 12px;
    width: 100%;
    height: 100%;
    /*background: #FFFFFF;*/
	background: #E7E3E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav ul#nav-list li {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.5px;
    display: block;
  }
  nav #nav-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    /*padding: 12px 15px;*/
	padding:28px 26px
  }
}
/*
HEADER
------------------------------------------------------------------  */
header {
  position: relative;
  /*padding-top: 50px;*/
  padding-top: 50px;
}
header h2 {
  font-weight: 500;
  /*margin-bottom: 300px;*/
  margin-bottom: 300px;
}
header p {
  margin-bottom: 15px;
}

@media screen and (max-width: 920px) {
  header h2 {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 460px) {
  header h2 {
    margin-bottom: 200px;
  }
  header h2 .clear {
    display: none;
  }
  header.header-a-propos h2 .clear {
    display: block;
  }
}
/*
PROJECTS
------------------------------------------------------------------  */
#projects .project-teaser {
  margin-bottom: 80px;
}
#projects .project-teaser .image-teaser-project {
  width: 100%;
  padding-top: 66%;
  background: #f0f0f0;
  /*margin-bottom: 12px;*/
  margin-bottom: 20px;
  background-size: 102% 102%;
  background-position: center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#projects .project-teaser .image-teaser-project:hover {
  background-size: 100% 100%;
  cursor: url(../img/icons/arrow_fwd.png) 48 48, auto;
  /*filter: blur(1px);*/
}
#projects .project-teaser .image-teaser-project:active {
  background-size: 102% 102%;
}
#projects .project-teaser .teaser-astrolift {
  background-image: url("../img/projects/brand/brand_astrolift_12.jpg");
}
#projects .project-teaser .teaser-storyhunter {
  background-image: url("../img/projects/web/web_storyhunter_1.jpg");
}
#projects .project-teaser .teaser-slracing {
  background-image: url("../img/projects/brand/brand_slracing_27.jpg");
}
#projects .project-teaser .teaser-blackburnridge {
  background-image: url("../img/projects/brand/brand_blackburn-ridge_4.jpg");
}
#projects .project-teaser .teaser-kawekahospital {
  background-image: url("../img/projects/brand/brand_kaweka_15.jpg");
}
#projects .project-teaser .teaser-citygallerywellington {
  background-image: url("../img/projects/web/web_citygallerywellington_2.jpg");
}
#projects .project-teaser .teaser-photography {
  background-image: url("../img/projects/photography/photography_realworld_2.jpg");
}
#projects .project-teaser .teaser-nationaldistillery {
  background-image: url("../img/projects/brand/brand_ndc_artdecogin_5.jpg");
}
#projects .project-teaser .teaser-rano {
  background-image: url("../img/projects/brand/brand_rano_18.jpg");
}
#projects .project-teaser .teaser-ashleylodertraining {
  background-image: url("../img/projects/brand/brand_ashleyloder_2.jpg");
}
#projects .project-teaser .teaser-hingeproductions{
  background-image: url("../img/projects/web/web_hinge_productions_10.jpg");
}
#projects .project-teaser .teaser-bbd {
  background-image: url("../img/projects/brand/brand_bbd_42.jpg");
}
#projects .project-teaser .teaser-whiskeyandhide {
  background-image: url("../img/projects/brand/brand_whiskey&hide_4.jpg");
}
#projects .project-teaser .teaser-sophiehunter {
  background-image: url("../img/projects/brand/brand_sophiehunter_5.jpg");
}
#projects .project-teaser h3 {
  color: #111111;
}
#projects .project-teaser p {
  /*color: #8D8D8D;*/
  color: #111111s;
  /*margin-top: -25px;*/
  margin-top: 10px;
  font-size: 14px;
}

/*p.fs-3 {
    margin-top: 7px;
}*/

@media screen and (max-width: 460px) {
  #projects .project-teaser {
    margin-bottom: 40px;
  }
  #projects .project-teaser:last-child {
    margin-bottom: 0;
  }
}
/*
INTRO PORJET
------------------------------------------------------------------  */
#intro-project {
  padding-top: 50px;
}
#intro-project #grande-info .container {
  padding: 0 14px;
}
#intro-project #grande-info .container .g-12 {
  padding: 0;
  border-bottom: solid 1px #E3E3E3;
}
#intro-project #grande-info .container .g-12 p {
  font-weight: 500;
  padding-bottom: 200px;
  width: 100%;
  max-width: 900px;
}
#intro-project #petites-infos {
  margin-top: 15px;
  margin-bottom: 50px;
}
#intro-project #petites-infos #skills {
  margin-top: 0;
}
#intro-project #petites-infos #credit {
  margin-top: 0;
}

@media screen and (max-width: 920px) {
  #intro-project #grande-info .container .g-12 p {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 460px) {
  #intro-project #grande-info .container {
    padding: 0 14px;
  }
  #intro-project #grande-info .container .g-12 p {
    padding-bottom: 80px;
  }
  #intro-project #petites-infos {
    margin-bottom: 80px;
  }
  #intro-project #petites-infos #skills {
    margin-top: 20px;
  }
  #intro-project #petites-infos #credit {
    margin-top: 20px;
  }
}
/*
IMAGES PORJET
------------------------------------------------------------------  */
#images-project .container-images-project img, #images-project .container-images-project video {
  width: 100%;
  margin-bottom: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#images-project .container-images-project .video-project video {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 14px;
  width: 100%;
}
#images-project .container-images-project h3 {
  margin-bottom: 10px;
}
#images-project .container-images-project h3, #images-project .container-images-project p {
  padding-right: 50px;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#images-project .container-textes-project {
  margin-top: 106px;
  margin-bottom: 120px;
}
#images-project .container-textes-project .g-12 {
  margin-bottom: 80px;
}
#images-project .container-textes-project .g-12 .container-texte-project-border {
  border-top: solid 1px #E3E3E3;
  padding: 14px 0 0 0;
}
#images-project .container-textes-project .g-12 .container-texte-project-border .g-6 h2 {
  margin-bottom: 0;
}
#images-project .container-textes-project .g-12 .container-texte-project-border .g-6 p {
  margin-bottom: 20px;
  padding-right: 40px;
  max-width: 800px;
}
#images-project .container-textes-project .g-12 .container-texte-project-border .g-6 p:last-child {
  margin-bottom: 0;
}
#images-project .container-textes-project .g-12:last-child {
  margin-bottom: 0;
}
#images-project .images-project-margin-top {
  margin-top: 85px;
}
#images-project .images-project-margin-bottom {
  margin-bottom: 100px;
}

@media screen and (max-width: 460px) {
  #images-project .container-images-project h3, #images-project .container-images-project p {
    padding-right: 0;
  }
  #images-project .container-textes-project {
    margin-top: 72px;
    margin-bottom: 80px;
  }
  #images-project .container-textes-project .g-12 .container-texte-project-border {
    border-top: solid 1px #E3E3E3;
    padding: 14px 0 0 0;
  }
  #images-project .container-textes-project .g-12 .container-texte-project-border .g-6 {
    padding: 0;
  }
  #images-project .container-textes-project .g-12 .container-texte-project-border .g-6 h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #images-project .container-textes-project .g-12 .container-texte-project-border .g-6 p {
    padding-right: 0;
  }
  #images-project .images-project-margin-top {
    margin-top: 55px;
  }
  #images-project .images-project-margin-bottom {
    margin-bottom: 70px;
  }
}
/*
PROJETS SUIVANTS
------------------------------------------------------------------  */
#projects.projects-suivants {
  margin-top: 200px;
}
#projects.projects-suivants .g-12 p {
  border-top: solid 1px #E3E3E3;
  padding-top: 15px;
  margin-bottom: 80px;
}
#projects.projects-suivants .project-teaser {
  margin-bottom: 40px;
}

@media screen and (max-width: 920px) {
  #projects.projects-suivants .project-teaser p {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #projects.projects-suivants {
    margin-top: 85px;
  }
  #projects.projects-suivants .g-12 p {
    margin-bottom: 40px;
  }
  #projects.projects-suivants .project-teaser {
    margin-bottom: 30px;
  }
  #projects.projects-suivants .project-teaser p {
    display: none;
  }
}
/*
À PROPOS
------------------------------------------------------------------  */
#trois-images {
  border-top: none;
  padding-top: 0;
}
#trois-images img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.a-propos-section {
  /*border-top: solid 1px #E3E3E3;*/
  border-top: solid 1px #c9c9c9;
  margin-bottom: 120px;
  padding-top: 15px;
}
.a-propos-section .padding-right {
  padding-right: 40px;
}
.a-propos-section h3 {
  margin-bottom: 30px;
}
.a-propos-section p {
  max-width: 700px;
  margin-bottom: 20px;
}
.a-propos-section p:last-child {
  margin-bottom: 0;
}
.a-propos-section ul.bullet-numbers li span {
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #111111;
  box-shadow: 0 0 0 0.5px #111111;
  margin-right: 8px;
  transform: translateY(4px);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.a-propos-section ul.bullet-numbers li p {
  display: inline-block;
  width: calc(100% - 50px);
}
.a-propos-section .publication {
  display: block;
  padding: 0 0 14px 0;
  border-bottom: solid 1px #E3E3E3;
  margin-bottom: 14px;
}
.a-propos-section .publication img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.a-propos-section .publication h4 {
  display: inline-block;
  color: #111111;
  margin-bottom: 8px;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  -ms-transition: 0.3s, background-position 0s 0.3s;
  -moz-transition: 0.3s, background-position 0s 0.3s;
  -webkit-transition: 0.3s, background-position 0s 0.3s;
  -o-transition: 0.3s, background-position 0s 0.3s;
  transition: 0.3s, background-position 0s 0.3s;
}
.a-propos-section .publication p {
  color: #8D8D8D;
}
.a-propos-section .publication:hover h4 {
  --d: 100%;
  --p: 100%;
}
.a-propos-section .publication:last-child {
  padding: 0 0 0 0;
  margin-bottom: 0;
  border-bottom: none;
}

.a-propos-section:last-child {
  margin-bottom: 0;
}

#a-propos-galerie {
  border-top: none;
  padding-top: 0;
}
#a-propos-galerie div img {
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#a-propos-galerie div:nth-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 460px) {
  #trois-images {
    margin-bottom: 60px;
  }
  #trois-images div.g-4:nth-child(3) {
    display: none;
  }
  #trois-images div.g-4:nth-child(1) {
    float: right;
  }
  .a-propos-section {
    margin-bottom: 80px;
  }
  .a-propos-section .padding-right {
    padding-right: 0;
  }
  .a-propos-section h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .a-propos-section ul.bullet-numbers li span {
    width: 20px;
    height: 20px;
    transform: translateY(3px);
  }
  .a-propos-section .publication h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #a-propos-galerie div:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
/*
CONTACT
------------------------------------------------------------------  */
.contact-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.contact-page header {
  flex: 1;
  margin-bottom: 160px;
}
.contact-page header h2 {
  max-width: 760px;
  margin-bottom: 0;
}
.contact-page footer {
  margin-top: auto;
}

/*
FOOTER
------------------------------------------------------------------  */
footer {
  position: relative;
  padding-bottom: 15px;
  margin-top: 120px;
}
footer p {
  font-weight: 300;
  border-top: solid 1px #8D8D8D;
  padding-top: 15px;
  margin-bottom: 40px;
}
footer #footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer #footer-buttons .footer-button {
  display: flex;
  padding: 10px 16px 12px 16px;
  /*padding: 0 16px 0 16px;*/
  justify-content: center;
  align-items: center;
  gap: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
footer #footer-buttons .footer-button img {
  width: 20px;
  height: 20px;
  transform: translateY(1px);
}
footer #footer-buttons #footer-button-mail {
  color: #FFFFFF;
  background: #111111;
}
footer #footer-buttons #footer-button-mail:hover {
  background: #2b2b2b;
}
footer #footer-buttons #footer-button-copy {
  cursor: pointer;
  color: #111111;
  background: #FFFFFF;
  border: solid 1px #E3E3E3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer #footer-buttons #footer-button-copy:hover {
  border: solid 1px #C0C0C0;
}
footer ul {
  /*margin-top: 200px;*/
  margin-top: 100px;
}
footer ul li {
  display: block;
}
footer #img-footer-container #img-footer-avion {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 134px;
}
footer #img-footer-container #img-footer-tasse {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 80px;
}
footer #img-footer-container #img-footer-crayon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 113px;
}

@media screen and (max-width: 460px) {
  footer {
    padding: 15px 0 15px 0;
    margin-top: 100px;
  }
  footer .clear {
    display: none;
  }
  footer ul {
    margin-top: 80px;
  }
  footer #img-footer-container #img-footer-avion {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 87px;
  }
  footer #img-footer-container #img-footer-tasse {
    bottom: 25px;
    right: 25px;
    width: 52px;
  }
  footer #img-footer-container #img-footer-crayon {
    bottom: 25px;
    right: 25px;
    width: 73px;
  }
}
/*
DOODLES
------------------------------------------------------------------  */
.doodle {
  z-index: 900;
}

#intuition-cerveau-gif {
  width: 200px;
  position: absolute;
  bottom: 40px;
  right: 15%;
}

#todo-gif {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 120px auto 80px auto;
}

#bureau-gif {
  width: 263px;
  position: absolute;
  bottom: -30px;
  right: 24%;
}

#complexite-simplicite-gif {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-top: 70px;
}
#complexite-simplicite-gif img {
  width: 100%;
}

#victoire-gif-container {
  width: 100%;
  max-width: 800px;
}
#victoire-gif-container #victoires-gif {
  display: block;
  margin: 0 auto;
  width: 270px;
  margin-bottom: 20px;
}

#jaime-gif {
  display: block;
  width: 446px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

#archives-gif {
  width: 223px;
  position: absolute;
  bottom: 60px;
  right: 15%;
}

#spoiler-gif {
  width: 157px;
  position: absolute;
  top: 200px;
  left: 350px;
}

@media screen and (max-width: 920px) {
  #bureau-gif {
    right: 14%;
  }
  #jaime-gif {
    margin: 64px auto 0 auto;
  }
  #spoiler-gif {
    width: 157px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30px;
    margin-left: 50%;
  }
}
@media screen and (max-width: 460px) {
  #todo-gif {
    margin: 100px auto 0 auto;
  }
  #intuition-cerveau-gif {
    width: 164px;
    bottom: 30px;
    right: 30px;
  }
  #bureau-gif {
    width: 215px;
    bottom: -20px;
    right: 30px;
  }
  #complexite-simplicite-gif {
    display: block;
    width: 100%;
    max-width: 213px;
    margin: 40px auto 0 auto;
  }
  #complexite-simplicite-gif img {
    width: 100%;
  }
  #victoires-gif {
    width: 221px;
  }
  #archives-gif {
    width: 182px;
    bottom: 30px;
    right: 30px;
  }
  #spoiler-gif {
    width: 128px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    margin-left: 40%;
  }
}
/*
GRID / MARGIN / GUTTER
------------------------------------------------------------------  */
@media screen and (max-width: 460px) {
  .grid-0, .g-0, .grid-1, .g-1, .grid-2, .g-2, .grid-3, .g-3, .grid-4, .g-4, .grid-5, .g-5, .grid-6, .g-6, .grid-7, .g-7, .grid-8, .g-8, .grid-9, .g-9, .grid-10, .g-10, .grid-11, .g-11, .grid-12, .g-12, .grid-mobile-0, .g-mobile-0, .grid-tablet-0, .g-tablet-0, .grid-mobile-1, .g-mobile-1, .grid-tablet-1, .g-tablet-1, .grid-mobile-2, .g-mobile-2, .grid-tablet-2, .g-tablet-2, .grid-mobile-3, .g-mobile-3, .grid-tablet-3, .g-tablet-3, .grid-mobile-4, .g-mobile-4, .grid-tablet-4, .g-tablet-4, .grid-mobile-5, .g-mobile-5, .grid-tablet-5, .g-tablet-5, .grid-mobile-6, .g-mobile-6, .grid-tablet-6, .g-tablet-6, .grid-mobile-7, .g-mobile-7, .grid-tablet-7, .g-tablet-7, .grid-mobile-8, .g-mobile-8, .grid-tablet-8, .g-tablet-8, .grid-mobile-9, .g-mobile-9, .grid-tablet-9, .g-tablet-9, .grid-mobile-10, .g-mobile-10, .grid-tablet-10, .g-tablet-10, .grid-mobile-11, .g-mobile-11, .grid-tablet-11, .g-tablet-11, .grid-mobile-12, .g-mobile-12, .grid-tablet-12, .g-tablet-12 {
    padding: 0 5px;
  }
  #intro-project #grande-info .container {
    padding: 0 10px;
  }
  #images-project .container-images-project img {
    margin-bottom: 8px;
  }
}
