@charset "UTF-8";
 /*
	Theme Name: Zoé de Las Cases
	Description: A theme for Zoé de Las Cases website
	Author: Sulivan Nguyen, Clément Vion, Thaddé Meneur
*/
body {
  font-family: Proxima Nova, sans-serif;
  color: #353535; }

.wrapper {
  width: 91%;
  margin: 0 auto;
  position: relative;
  height: 100%; }

.clear {
  clear: both; }

/*************************************************************************************************
*
*
*                                          NAVS
*
*
**************************************************************************************************/
.nav-up {
  top: -52px;
  display: none; }

.fixed-nav {
  position: fixed;
  width: 100%;
  height: 52px;
  top: 0;
  padding-top: 15px;
  background-color: #BDE1DD;
  z-index: 5;
  transition: top 0.2s ease-in-out;
  -webkit-animation-name: upfade;
  animation-name: upfade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .fixed-nav .fixed-logo {
    position: absolute;
    left: 0; }
  .fixed-nav nav {
    position: absolute;
    right: 0;
    height: 40px;
    font-size: 0;
    margin-top: 15px; }
    .fixed-nav nav li {
      display: inline-block;
      margin: 0 30px 0 0; }
      .fixed-nav nav li a {
        text-decoration: none;
        color: #fefefe;
        font-size: 16px; }
      .fixed-nav nav li:nth-last-child(1) {
        margin: 0 0 0 0; }

/*************************************************************************************************
*
*
* 												FOOTER
*
*
**************************************************************************************************/
footer {
  position: relative;
  height: 255px;
  width: 100%;
  background: #FFF;
  margin: 0; }
  footer .leftblock {
    display: inline-block;
    vertical-align: top;
    width: 70%; }
    footer .leftblock .leftblock-plan {
      margin: 0 0 0 5%;
      display: inline-block;
      width: 50%; }
      footer .leftblock .leftblock-plan h4 {
        margin: 50px 0 0 0;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
        width: 92px;
        display: inline-block; }
      footer .leftblock .leftblock-plan h4::after {
        content: '';
        padding: 0 0 2px 0;
        background: #000;
        display: block;
        width: 27px;
        margin-top: 5px; }
      footer .leftblock .leftblock-plan img {
        width: 15px;
        display: inline-block;
        transform: translateY(4px);
        cursor: pointer; }
      footer .leftblock .leftblock-plan div ul {
        font-size: 14px;
        height: 100px;
        margin-right: 50px;
        display: inline-block;
        vertical-align: top; }
        footer .leftblock .leftblock-plan div ul li {
          margin-bottom: 4px; }
          footer .leftblock .leftblock-plan div ul li a {
            text-decoration: none;
            color: #000; }
    footer .leftblock .leftblock-locate {
      display: inline-block;
      width: 40%; }
      footer .leftblock .leftblock-locate h4 {
        margin: 50px 0 0 0;
        font-weight: bold; }
      footer .leftblock .leftblock-locate h4:after {
        content: '';
        padding: 0 0 2px 0;
        background: #000;
        display: block;
        width: 27px;
        margin-top: 5px; }
      footer .leftblock .leftblock-locate ul.leftblock-locate-social {
        margin-left: -4px;
        margin-top: 20px; }
        footer .leftblock .leftblock-locate ul.leftblock-locate-social li {
          display: inline-block;
          width: 15px;
          height: 15px;
          margin-right: 8px;
          cursor: pointer; }
          footer .leftblock .leftblock-locate ul.leftblock-locate-social li a {
            width: 15px;
            height: 15px;
            position: absolute;
            color: #353535; }
    footer .leftblock .leftblock-cgv {
      font-size: 12px;
      display: inline-block;
      margin: 0 0 0 5%;
      cursor: pointer; }
      footer .leftblock .leftblock-cgv .leftblock-langs {
        padding-top: 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600; }
        footer .leftblock .leftblock-cgv .leftblock-langs .lang-item {
          display: inline; }
          footer .leftblock .leftblock-cgv .leftblock-langs .lang-item:nth-child(1):after {
            content: ' /'; }
        footer .leftblock .leftblock-cgv .leftblock-langs a {
          color: #353535;
          display: inline-block;
          text-decoration: none; }
  footer .rightblock {
    display: inline-block;
    width: 29.5%;
    height: 255px;
    right: 0;
    background: #FAFAFA; }
    footer .rightblock h4 {
      margin: 50px 0 20px 15%;
      font-weight: bold;
      font-size: 16px;
      width: 140px;
      display: inline-block; }
    footer .rightblock h4::after {
      content: '';
      padding: 0 0 2px 0;
      background: #000;
      display: block;
      width: 27px;
      margin-top: 5px; }
    footer .rightblock p {
      font-size: 12px;
      margin-bottom: 5px; }
      footer .rightblock p img {
        width: 15px;
        margin: 0 0 0 15%;
        transform: translateY(3px);
        margin-right: 5px; }
      footer .rightblock p a {
        text-decoration: none;
        color: #353535; }
    footer .rightblock p.rightblock-zdlc {
      font-family: Georgia, serif;
      font-size: 11px;
      font-weight: bold;
      margin: 23% 0 0 15%; }

/***********
*
*	RESPONSIVE
*
************/
@media screen and (max-width: 835px) {
  footer {
    margin: 0; }
    footer .leftblock {
      width: 100%; }
      footer .leftblock .leftblock-plan {
        text-align: center;
        margin: 0;
        vertical-align: top; }
        footer .leftblock .leftblock-plan h4:after {
          margin: 5px auto; }
        footer .leftblock .leftblock-plan div ul {
          text-align: left;
          margin: 0 0 0 9%; }
          footer .leftblock .leftblock-plan div ul:nth-first-child {
            margin: 0 0 0 -5%; }
      footer .leftblock .leftblock-locate {
        text-align: center;
        width: 49%;
        vertical-align: top;
        transform: translateY(0px); }
        footer .leftblock .leftblock-locate h4:after {
          margin: 5px auto; }
      footer .leftblock span.leftblock-cgv {
        margin: 0px auto 20px auto;
        text-align: center;
        line-height: 1.5;
        width: 100%; }
        footer .leftblock span.leftblock-cgv span.leftblock-langs {
          line-height: 1.5; }
    footer .rightblock {
      width: 100%;
      text-align: center; }
      footer .rightblock h4 {
        margin: 50px 0 20px 0%; }
        footer .rightblock h4:after {
          margin: 5px auto; }
      footer .rightblock p img {
        margin: 0 5px 0 0; }
      footer .rightblock p.rightblock-zdlc {
        margin: 5% 0 0 0; } }
@media screen and (max-width: 455px) {
  footer {
    height: 760px; }
    footer .leftblock {
      width: 100%; }
      footer .leftblock .leftblock-plan {
        width: 100%;
        margin: 0; }
        footer .leftblock .leftblock-plan h4 {
          width: 100%;
          text-align: center; }
          footer .leftblock .leftblock-plan h4:after {
            margin: 15px auto 10px auto; }
        footer .leftblock .leftblock-plan .toTop {
          display: none; }
        footer .leftblock .leftblock-plan div ul {
          width: 100%;
          font-size: 16px;
          text-align: center;
          height: 84px;
          line-height: 1.5;
          margin: 0; }
      footer .leftblock .leftblock-locate {
        margin: 30px 0 0 0;
        width: 100%; }
        footer .leftblock .leftblock-locate h4 {
          width: 100%;
          text-align: center; }
          footer .leftblock .leftblock-locate h4:after {
            margin: 15px auto 10px auto; }
        footer .leftblock .leftblock-locate .leftblock-locate-social {
          text-align: center; }
          footer .leftblock .leftblock-locate .leftblock-locate-social li.fb {
            margin-left: 0; }
      footer .leftblock span.leftblock-cgv {
        margin: 30px auto 20px auto; }
    footer .rightblock {
      width: 100%; }
      footer .rightblock h4 {
        margin: 30px 0 20px 0;
        width: 100%;
        text-align: center; }
        footer .rightblock h4:after {
          margin: 15px auto; }
      footer .rightblock p {
        text-align: center; }
        footer .rightblock p img {
          margin: 0 5px 0 0; }
      footer .rightblock p.rightblock-zdlc {
        text-align: center;
        margin: 50px 0; } }
/*************************************************************************************************
*
*
* 												HOMEPAGE
*
*
**************************************************************************************************/
/* FIRST DIV FOR INDEX PAGE */
.head {
  background: url("img/accueil/01.jpg") no-repeat top center;
  background-position: 0px -70px;
  background-size: cover;
  height: 100vh;
  position: relative; }
  .head header {
    position: relative;
    height: 40px;
    padding-top: 35px; }
    .head header .logo {
      position: absolute;
      left: 0; }
    .head header nav {
      position: absolute;
      right: 0;
      height: 40px;
      font-size: 0;
      margin-top: 15px; }
      .head header nav li {
        display: inline-block;
        margin: 0 30px 0 0; }
        .head header nav li a {
          text-decoration: none;
          color: #fefefe;
          font-size: 16px; }
        .head header nav li:nth-last-child(1) {
          margin: 0 0 0 0; }
      .head header nav img {
        position: absolute;
        height: 25px;
        top: -6px;
        right: 0; }
  .head .container {
    width: 650px;
    height: auto;
    text-align: center;
    position: absolute;
    top: calc(48% - 155px);
    left: calc(50% - 325px); }
    .head .container h1 {
      color: #fefefe;
      font-size: 50px;
      font-weight: 700;
      line-height: 65px;
      -webkit-animation-name: upfade;
      animation-name: upfade;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
    .head .container .project {
      width: 200px;
      color: #fefefe;
      text-transform: uppercase;
      font-weight: 600;
      border: solid thin #fefefe;
      border-width: 3px;
      margin: 35px auto;
      padding: 12px 22px 12px 22px;
      -webkit-animation-name: botfade;
      animation-name: botfade;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .head .container .project:hover {
      color: #BDE1DD;
      background: #fefefe; }
  .head .footer .socials {
    position: absolute;
    bottom: 28px; }
    .head .footer .socials a {
      color: #fefefe;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .head .footer .socials a:hover {
      color: #BDE1DD; }
  .head .footer .call-index {
    color: #fefefe;
    width: 100%;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    bottom: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-animation: fadein 1s ease-out 0.5s;
    animation: fadein 1s ease-out 0.5s; }
  .head .footer .arrow-index {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 11px);
    -webkit-animation: fadein 1s ease-out 0.5s, bounce 1.5s infinite;
    animation: fadein 1s ease-out 0.5s, bounce 1.5s infinite; }
    .head .footer .arrow-index img {
      height: 22px;
      cursor: pointer; }
  .head .footer .languages {
    color: #fefefe;
    padding-top: 5px;
    position: absolute;
    bottom: 30px;
    right: 0px;
    text-transform: uppercase; }
    .head .footer .languages .lang-item {
      display: inline; }
      .head .footer .languages .lang-item:nth-child(1):after {
        content: ' /'; }
    .head .footer .languages a {
      color: #fefefe;
      display: inline-block;
      text-decoration: none; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes upfade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes upfade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes botfade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes botfade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
.firstContent-footer .firstContent-socialnetworks {
  position: absolute;
  bottom: 28px; }
  .firstContent-footer .firstContent-socialnetworks a {
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .firstContent-footer .firstContent-socialnetworks a:hover {
    color: #BDE1DD; }
.firstContent-footer .call-index {
  color: #fefefe;
  width: 100%;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  bottom: 45px;
  text-align: center;
  cursor: pointer; }
.firstContent-footer .fadeSecond {
  cursor: pointer;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
.firstContent-footer .first-content-lg {
  color: #fefefe;
  padding-top: 5px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  text-transform: uppercase; }
  .firstContent-footer .first-content-lg .lang-item {
    display: inline; }
    .firstContent-footer .first-content-lg .lang-item:nth-child(1):after {
      content: ' /'; }
  .firstContent-footer .first-content-lg a {
    color: #fefefe;
    display: inline-block;
    text-decoration: none; }

.arrow-index {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 11px);
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite; }
  .arrow-index img {
    height: 22px;
    cursor: pointer; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
/* NEXT CONTENTS */
/* AGENCE */
.agence {
  position: relative;
  height: 920px;
  background-color: #fefefe; }
  .agence .image {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .agence .image img {
      width: 640px; }

.left {
  position: absolute;
  background-color: #fafafa;
  z-index: 1;
  height: 755px;
  width: 751px;
  top: 120px; }
  .left .container {
    padding: 70px 70px 70px 70px;
    position: relative;
    height: auto; }
    .left .container .description {
      position: absolute;
      right: 70px;
      width: 350px;
      font-size: 14px;
      line-height: 1.5; }
      .left .container .description p {
        margin-bottom: 25px;
        font-family: Proxima Nova, sans-serif; }
    .left .container .button {
      position: absolute;
      cursor: pointer;
      width: 250px;
      right: 70px;
      bottom: 140px; }
    .left .container .button-text {
      position: absolute;
      top: calc(50% - 8px);
      text-align: center;
      width: 100%;
      color: #454545;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none; }
  .left h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    height: 115px; }
  .left h2::after {
    content: '';
    padding: 0 0 4px 0;
    background: #353535;
    display: block;
    width: 60px;
    margin-top: 20px; }
  .left h3 {
    font-family: Georgia, serif;
    color: #52AF62;
    opacity: 0.3;
    font-size: 40px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg) translate(20px, -90px);
    transform: rotate(-90deg) translate(20px, -90px); }

.button:hover .button-stroke-1 {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s ease-in;
  transition: stroke-dashoffset 0.4s ease-in; }

.button:hover .button-stroke-2 {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s ease-in 0.1s;
  transition: stroke-dashoffset 0.4s ease-in 0.1s; }

.button:hover .button-stroke-3 {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s ease-in 0.1s;
  transition: stroke-dashoffset 0.4s ease-in 0.1s; }

.button:hover .st0 {
  stroke-height: 1;
  stroke-width: 2.5; }

.button:hover .st1 {
  stroke-height: 1;
  stroke-width: 2.5; }

.button-stroke-1 {
  -webkit-transition: 0.5s ease-in 0.05s;
  transition: 0.5s ease-in 0.05s;
  stroke-dasharray: 200;
  stroke-dashoffset: 180; }

.button-stroke-2 {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  stroke-dasharray: 200;
  stroke-dashoffset: 200; }

.button-stroke-3 {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  stroke-dasharray: 200;
  stroke-dashoffset: 180; }

.bold {
  font-weight: 700; }

/* COLLABORATIONS */
.collaborations {
  height: 680px; }
  .collaborations .right {
    float: left;
    background-color: #EE8e96;
    height: 820px;
    width: calc(100% - 406px); }
    .collaborations .right .container {
      position: relative;
      padding: 150px 100px 150px 100px;
      color: #fefefe; }
      .collaborations .right .container h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        height: 115px;
        text-align: right; }
      .collaborations .right .container h2::after {
        content: '';
        padding: 0 0 4px 0;
        background: #fefefe;
        display: block;
        width: 60px;
        margin-top: 20px;
        position: absolute;
        right: 100px; }
      .collaborations .right .container h3 {
        font-family: Georgia, serif;
        color: #fefefe;
        opacity: 0.3;
        font-size: 40px;
        font-weight: 700;
        -webkit-transform: rotate(90deg) translate(170px, -265px);
        transform: rotate(90deg) translate(170px, -265px); }
      .collaborations .right .container .button {
        position: absolute;
        cursor: pointer;
        width: 250px;
        left: 0;
        bottom: 50px; }
      .collaborations .right .container .button-text {
        position: absolute;
        top: calc(50% - 8px);
        text-align: center;
        width: 100%;
        color: #fefefe;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px; }
    .collaborations .right .container-scale {
      position: absolute; }
      .collaborations .right .container-scale .description p {
        width: 350px;
        position: absolute;
        font-family: Proxima Nova, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px; }
  .collaborations .logos {
    background: url("img/accueil/logos.jpg") no-repeat center;
    background-size: 70%;
    background-color: white;
    height: 820px;
    width: 406px;
    float: left; }

.second {
  -webkit-transform: translate(300px, 13px);
  transform: translate(300px, 13px); }

/* CREATION */
.homepage-creation {
  position: relative;
  height: 950px;
  background: url("img/accueil/04.jpg") no-repeat;
  background-size: cover; }
  .homepage-creation .left {
    top: 450px; }
  .homepage-creation h3 {
    opacity: 0.3;
    color: #D0545F;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform: rotate(-90deg) translate(85px, -90px);
    transform: rotate(-90deg) translate(85px, -90px); }

/* SVG RECTS */
.rect-anim {
  display: block; }

.rect-top {
  stroke-dasharray: 200;
  stroke-dashoffset: 200; }

.rect-top.anim {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-in; }

.rect-left {
  stroke-dasharray: 600;
  stroke-dashoffset: 600; }

.rect-left.anim {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease-in 0.3s;
  transition: stroke-dashoffset 0.3s ease-in 0.3s; }

.rect-bottom {
  stroke-dasharray: 600;
  stroke-dashoffset: 600; }

.rect-bottom.anim {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease-in 0.55s;
  transition: stroke-dashoffset 0.3s ease-in 0.55s; }

.rect-right {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  stroke-dasharray: 600;
  stroke-dashoffset: 600; }

.rect-right.anim {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s ease-in 0.75s;
  transition: stroke-dashoffset 0.4s ease-in 0.75s; }

/* HAMBURGER MENU */
.hamburger-menu {
  background: #bde1dd;
  font-weight: bold;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none; }
  .hamburger-menu .icon {
    width: 30px;
    top: 30px;
    cursor: pointer;
    position: absolute;
    display: block; }
    .hamburger-menu .icon .bars {
      background: #FFFFFF;
      width: 100%;
      height: 4px;
      border-radius: 1px;
      display: block;
      margin-top: 5px;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
  .hamburger-menu .hamburger-menu-logo {
    position: absolute;
    left: calc(50% - 118.5px);
    top: 28px; }
  .hamburger-menu .hamburger-menu-cart {
    position: absolute;
    right: 10%;
    top: 38px;
    width: 30px; }
  .hamburger-menu ul.socials {
    position: absolute;
    width: 100%;
    height: 55px;
    top: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .hamburger-menu ul.socials li {
      margin: 0px 10px; }
      .hamburger-menu ul.socials li a {
        color: #fefefe;
        padding: 15px;
        border: 1px solid #fefefe;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .hamburger-menu ul.socials li a:hover {
        color: #bde1dd;
        background-color: #fefefe; }
  .hamburger-menu ul.menu {
    display: inline-block;
    position: absolute;
    top: 40%;
    width: 200px;
    left: calc(50% - 100px); }
    .hamburger-menu ul.menu li {
      text-align: center;
      font-size: 20px;
      line-height: 2em;
      cursor: pointer;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .hamburger-menu ul.menu li a {
        text-decoration: none;
        color: #FFFFFF;
        position: relative; }
        .hamburger-menu ul.menu li a:after {
          background: #fefefe;
          width: 100%;
          height: 2px;
          margin-top: 3px;
          display: block;
          content: "";
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
          transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
          transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
          transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s, -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s; }
        .hamburger-menu ul.menu li a:hover:after {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: ease 0.3s;
          transition: ease 0.3s;
          -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.hamburger-menu.visible {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 100%;
  position: fixed;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s; }
  .hamburger-menu.visible .icon {
    left: 10%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s; }
    .hamburger-menu.visible .icon .bars {
      background: #FFFFFF;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
    .hamburger-menu.visible .icon .bar1 {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    .hamburger-menu.visible .icon .bar2 {
      opacity: 0; }
    .hamburger-menu.visible .icon .bar3 {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      margin: 28% -11%; }

.hamburger-menu.hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  position: fixed;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s; }
  .hamburger-menu.hidden .icon {
    left: 110%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s; }

/* MEDIA QUERIES */
@media screen and (max-width: 960px) {
  .hamburger-menu {
    display: block; }

  .head {
    background-position: 0px 0px; }
    .head .wrapper {
      width: 100%; }
    .head header img.logo {
      left: calc(50% - 118.5px); }
    .head header nav {
      display: none; }
    .head .footer .socials {
      display: none; }
    .head .footer .languages {
      display: none; }

  .agence h3 {
    font-size: 35px;
    -webkit-transform: rotate(-90deg) translate(-37px, -131px);
    transform: rotate(-90deg) translate(-37px, -131px); }

  .left {
    width: 700px; }
    .left .container h2 {
      font-size: 28px; }
      .left .container h2:after {
        margin-top: 10px; }
    .left .container .rect-anim {
      -webkit-transform: rotate(90deg) translate(-243px, -79px) scaleY(1.3);
      transform: rotate(90deg) translate(-243px, -79px) scaleY(1.3);
      width: 171px; }
    .left .container p {
      margin-top: 20px; }

  .collaborations .logos {
    width: 295px; }
  .collaborations .right {
    width: calc(100% - 295px); }
  .collaborations .container {
    padding: 70px 70px 70px 70px; }
    .collaborations .container h2 {
      margin-bottom: 20px; }
    .collaborations .container .description p {
      margin-top: 20px; }
    .collaborations .container h2::after {
      right: 70px; }
    .collaborations .container .rect-anim {
      display: none; }
    .collaborations .container h3 {
      display: none; }
    .collaborations .container .button {
      bottom: 170px !important; }
    .collaborations .container .container-scale {
      height: 615px; }

  .homepage-creation h3 {
    -webkit-transform: rotate(-90deg) translate(0px, -133px);
    transform: rotate(-90deg) translate(0px, -133px); } }
@media screen and (min-width: 1500px) {
  .logos {
    width: 700px; }

  .right {
    width: calc(100% - 700px); } }
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .logos {
    width: 406px; }

  .right {
    width: calc(100% - 406px); } }
@media screen and (min-width: 1300px) {
  .wrapper {
    width: 80%; }

  .collaborations .container {
    padding: 150px 200px 150px 200px; }
    .collaborations .container h2::after {
      right: 200px; }
    .collaborations .container h3 {
      -webkit-transform: rotate(90deg) translate(318px, -109px) !important;
      transform: rotate(90deg) translate(318px, -109px) !important; }
    .collaborations .container .button {
      bottom: 350px !important; }
    .collaborations .container .container-scale {
      height: 820px;
      width: 611px;
      right: 200px; }

  .left {
    width: 1150px;
    height: 855px; }
    .left h3 {
      -webkit-transform: rotate(-90deg) translate(80px, -175px);
      transform: rotate(-90deg) translate(80px, -175px); }
    .left .alt {
      -webkit-transform: rotate(-90deg) translate(145px, -175px);
      transform: rotate(-90deg) translate(145px, -175px); }
    .left .container {
      padding: 150px 200px 150px 200px; }
      .left .container .button {
        right: 330px;
        bottom: 200px; }
      .left .container .description {
        right: 330px; }

  .agence {
    margin-bottom: 200px; } }
@media screen and (max-width: 450px) {
  .rect-anim {
    display: none; }

  .fixed-nav nav {
    display: none; }

  .left {
    width: 100%;
    top: 100px !important;
    -webkit-transform: none !important;
    transform: none !important; }
    .left .container {
      height: 655px;
      padding: 50px 30px 50px 30px; }
      .left .container h2 {
        font-size: 23px; }
      .left .container .description {
        position: static;
        width: auto; }
      .left .container .rect-anim {
        -webkit-transform: rotate(90deg) translate(-71px, -61px) scaleY(1.5);
        transform: rotate(90deg) translate(-71px, -61px) scaleY(1.5);
        width: 100px;
        height: 100%; }
      .left .container .button {
        right: calc(50% - 125px);
        bottom: 100px; }

  .agence {
    height: 854px; }
    .agence h3 {
      display: none; }
    .agence .image {
      display: none; }

  .homepage-creation h3 {
    display: none; }

  .collaborations {
    height: 1595px; }
    .collaborations .container-scale {
      width: calc(100% - 60px); }
    .collaborations .right {
      float: none;
      width: 100%;
      -webkit-transform: none !important;
      transform: none !important; }
    .collaborations .logos {
      float: none;
      width: 100%;
      -webkit-transform: none !important;
      transform: none !important; }
    .collaborations .right .container {
      padding: 50px 30px 50px 30px; }
      .collaborations .right .container h2 {
        font-size: 23px;
        height: 50px; }
      .collaborations .right .container h2::after {
        left: 30px; }
      .collaborations .right .container h3 {
        display: none; }
      .collaborations .right .container .button {
        left: calc(50% - 125px); }
      .collaborations .right .container .description {
        display: block; }

  .head {
    background-position: center; }
    .head header img.logo {
      width: 160px;
      left: calc(50% - 80px); }
    .head .container {
      top: calc(50% - 112px);
      width: 250px;
      left: calc(50% - 125px); }
      .head .container h1 {
        font-size: 29px;
        line-height: 1.2; }

  .hamburger-menu ul.socials li {
    margin: 0 7px; }
  .hamburger-menu.hidden .icon {
    left: 105%;
    top: 30px; }
  .hamburger-menu.visible .icon {
    left: 5%;
    top: 30px; } }
/*************************************************************************************************
*
*
* 												AGENCY
*
*
**************************************************************************************************/
header.agency-header {
  background: url("img/lagence/photo_equipe.jpg") no-repeat center;
  background-size: cover;
  height: 84vh;
  margin-top: 13vh; }
  header.agency-header h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding-top: 6.5%;
    -webkit-animation-name: upfade;
    animation-name: upfade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
    header.agency-header h1:after {
      content: '';
      padding: 0 0 4px 0;
      background: #353535;
      display: block;
      width: 90px;
      margin: 15px auto 0 auto; }
  header.agency-header p {
    width: 390px;
    text-align: center;
    margin: 2.5% auto 0 auto;
    font-size: 18px;
    line-height: 25px;
    -webkit-animation-name: botfade;
    animation-name: botfade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  header.agency-header span.call-agency {
    color: #fefefe;
    width: auto;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 640px;
    right: calc(50% - 57.5px);
    cursor: pointer; }
  header.agency-header .arrow-agency {
    position: absolute;
    top: 670px;
    left: calc(50% - 11px);
    -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite; }
    header.agency-header .arrow-agency img {
      height: 22px;
      cursor: pointer; }

.agency-selection {
  position: relative;
  background: url("img/lagence/objects.jpg") no-repeat center;
  background-size: 98%;
  height: 810px;
  margin: 3% 0;
  overflow-x: hidden; }
  .agency-selection .content-selection-container .content-selection {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: solid 4px #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    color: #FFFFFF; }
    .agency-selection .content-selection-container .content-selection img {
      margin: 17px 14.5px; }
    .agency-selection .content-selection-container .content-selection span {
      position: absolute;
      top: 20px;
      opacity: 0;
      display: inline-block;
      text-transform: uppercase; }
    .agency-selection .content-selection-container .content-selection:hover {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      -webkit-transform: translateX(-120px);
      transform: translateX(-120px);
      width: 265px;
      border-radius: 0%; }
      .agency-selection .content-selection-container .content-selection:hover span {
        opacity: 1;
        -webkit-transition: opacity 0.1s 0.5s;
        transition: opacity 0.1s 0.5s; }
  .agency-selection .content-selection-container .content-selection.video {
    left: 58%;
    top: 10%;
    background: #BDE1DD; }
  .agency-selection .content-selection-container .content-selection.histoire {
    left: 12%;
    top: 45%;
    background: #E1CF75; }
    .agency-selection .content-selection-container .content-selection.histoire:hover {
      width: 295px; }
  .agency-selection .content-selection-container .content-selection.equipe {
    left: 52%;
    top: 42%;
    background: #52AF62; }
    .agency-selection .content-selection-container .content-selection.equipe:hover {
      width: 280px; }
  .agency-selection .content-block {
    width: 660px;
    height: 100%;
    background: #fafafa;
    position: absolute;
    z-index: 3000;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    overflow: hidden; }
    .agency-selection .content-block .content-block-container {
      width: 610px;
      background: #FFFFFF;
      margin: 4% 0 0% 4%;
      height: 93vh;
      overflow: auto;
      overflow-x: hidden;
      position: relative; }
      .agency-selection .content-block .content-block-container .content-block-header {
        height: 400px;
        top: 0;
        background: url("img/lagence/aubrac.jpg");
        background-size: cover; }
        .agency-selection .content-block .content-block-container .content-block-header h2 {
          color: #FFFFFF;
          margin: 0px 0 0 50px;
          padding-top: 90px; }
          .agency-selection .content-block .content-block-container .content-block-header h2:after {
            background: #FFFFFF; }
      .agency-selection .content-block .content-block-container h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 90px 0 0 50px; }
        .agency-selection .content-block .content-block-container h2:after {
          content: '';
          padding: 0 0 4px 0;
          background: #353535;
          display: block;
          width: 60px;
          margin: 12px 0 50px 0; }
      .agency-selection .content-block .content-block-container .article-videos {
        margin: 0 0 70px 50px; }
        .agency-selection .content-block .content-block-container .article-videos .informations {
          display: inline-block;
          width: 255px;
          vertical-align: top; }
          .agency-selection .content-block .content-block-container .article-videos .informations h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 0px 0 10px 0; }
          .agency-selection .content-block .content-block-container .article-videos .informations span.date {
            font-weight: lighter;
            font-style: italic;
            color: #BEBEBE; }
          .agency-selection .content-block .content-block-container .article-videos .informations p.description {
            margin: 15px 0 0 0;
            font-size: 14px; }
          .agency-selection .content-block .content-block-container .article-videos .informations .button {
            position: absolute;
            cursor: pointer;
            margin: 24px 0 0 0; }
            .agency-selection .content-block .content-block-container .article-videos .informations .button .button-text {
              font-size: 10px;
              position: absolute;
              top: calc(50% - 6px);
              text-align: center;
              width: 100%;
              color: #454545;
              text-transform: uppercase; }
              .agency-selection .content-block .content-block-container .article-videos .informations .button .button-text a {
                text-decoration: none;
                color: #353535; }
            .agency-selection .content-block .content-block-container .article-videos .informations .button:hover .st0 {
              stroke-height: 1;
              stroke-width: 1.5; }
        .agency-selection .content-block .content-block-container .article-videos .thumbnail {
          width: 192px;
          height: 137px;
          display: inline-block;
          margin-right: 30px; }
      .agency-selection .content-block .content-block-container .article-history {
        width: 500px;
        height: 500px;
        background: #FFFFFF;
        margin: -150px auto 0 auto;
        padding: 25px 0 0 0; }
        .agency-selection .content-block .content-block-container .article-history p {
          width: 320px;
          font-size: 14px;
          line-height: 25px;
          margin: 25px auto 0 auto; }
      .agency-selection .content-block .content-block-container .article-team {
        margin: 0 auto 70px 50px;
        width: 500px;
        overflow: hidden; }
        .agency-selection .content-block .content-block-container .article-team .informations {
          display: inline-block;
          vertical-align: top;
          width: 300px; }
          .agency-selection .content-block .content-block-container .article-team .informations .photo-mobile {
            width: 30%;
            margin: -30px 20px 0 0;
            display: none; }
          .agency-selection .content-block .content-block-container .article-team .informations .main-informations {
            overflow: hidden;
            display: inline-block; }
            .agency-selection .content-block .content-block-container .article-team .informations .main-informations h3 {
              font-size: 16px;
              font-weight: 700;
              margin-bottom: 15px;
              margin-top: 10px; }
            .agency-selection .content-block .content-block-container .article-team .informations .main-informations p.role {
              font-family: Georgia, serif;
              font-size: 14px;
              font-style: italic;
              color: #838383; }
          .agency-selection .content-block .content-block-container .article-team .informations p.description {
            width: 277px;
            font-size: 14px;
            line-height: 25px;
            margin: 50px 0 0 0; }
          .agency-selection .content-block .content-block-container .article-team .informations.informations-right {
            width: 200px; }
        .agency-selection .content-block .content-block-container .article-team .photo {
          width: 195px;
          display: inline-block; }
          .agency-selection .content-block .content-block-container .article-team .photo.photo-left {
            margin-right: 45px; }
  .agency-selection .content-selection-container-mobile {
    display: none;
    background: #FAFAFA;
    margin: 30px 0 0 0;
    padding-top: 40px; }
    .agency-selection .content-selection-container-mobile .content-selection-mobile {
      height: 190px; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile img {
        z-index: 3;
        width: 124px;
        position: absolute;
        opacity: 0.5;
        display: inline-block;
        vertical-align: top;
        margin: 20px 20%; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile .informations {
        z-index: 1;
        display: inline-block;
        margin: 0 0 0 55%;
        position: absolute; }
        .agency-selection .content-selection-container-mobile .content-selection-mobile .informations h2 {
          position: relative;
          font-size: 16px;
          font-weight: 400;
          display: inline-block;
          vertical-align: top;
          margin: 30px 0 0 0; }
          .agency-selection .content-selection-container-mobile .content-selection-mobile .informations h2:after {
            position: absolute;
            content: '';
            padding: 0 0 3px 0;
            background: #353535;
            display: block;
            width: 50px;
            margin: 7px auto 0 auto; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container {
        z-index: 0;
        width: 100%;
        position: absolute;
        margin: 130px 0 0 0;
        display: inline-block; }
        .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .discover {
          position: absolute;
          z-index: 2;
          width: 108px;
          height: 10px;
          background: #E1CF75;
          color: #FFFFFF;
          text-transform: uppercase;
          text-align: center;
          padding: 18px 10px;
          margin: 0 0 0 55%;
          font-size: 13px;
          cursor: pointer; }
          .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .discover img {
            position: absolute;
            width: 15%;
            opacity: 1;
            display: inline-block;
            top: -5px;
            left: -15px;
            padding-right: 10px; }
          .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .discover span {
            margin-left: 15px; }
        .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .bandeau {
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 40px;
          background: #E1CF75;
          opacity: 0.2;
          margin: 3px 0 0 0; }

.overlay {
  width: 100%;
  height: 400vh;
  margin-top: -26%;
  position: fixed;
  z-index: 2000;
  background: #000;
  display: none;
  opacity: 0; }

/**************************************** 
* 
*			MEDIA QUERIES 
*
****************************************/
@media screen and (max-width: 1005px) {
  header.agency-header {
    background-size: cover; }
    header.agency-header h1 {
      font-size: 36px;
      padding-top: 16%; }
    header.agency-header p {
      font-size: 14px; }

  .agency-selection {
    background-size: 128%; } }
@media screen and (max-width: 960px) {
  header.agency-header {
    margin-top: 0; }
    header.agency-header span.call-agency {
      top: 550px; }
    header.agency-header .arrow-agency {
      top: 580px; } }
@media screen and (max-width: 750px) {
  header.agency-header {
    background-size: cover; }
    header.agency-header h1 {
      font-size: 36px;
      padding-top: 16%; }
    header.agency-header p {
      font-size: 14px;
      width: 289px;
      text-align: center;
      margin: 12.5% auto 0 auto; }

  .agency-selection {
    background: none; }
    .agency-selection .content-selection-container {
      display: none; }
    .agency-selection .content-selection-container-mobile {
      display: block; }
    .agency-selection .content-block {
      width: 90%; }
      .agency-selection .content-block .content-block-container {
        width: 100%;
        margin: 0 0; }
        .agency-selection .content-block .content-block-container .article-history {
          width: 560px; }
          .agency-selection .content-block .content-block-container .article-history p {
            width: 400px; } }
@media screen and (max-width: 600px) {
  header.agency-header {
    background-size: cover;
    padding-top: 10%; }

  .agency-selection {
    background: none; }
    .agency-selection .content-selection-container-mobile .content-selection-mobile {
      padding: 0% 0%; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile img {
        margin: 20px 0 0 9%; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile .informations {
        margin: 0 0 0 55%; }
      .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .discover {
        margin: 0 0 0 55%; }
        .agency-selection .content-selection-container-mobile .content-selection-mobile .discover-container .discover img {
          left: -6px; }
    .agency-selection .content-block {
      width: 90%; }
      .agency-selection .content-block .content-block-container {
        width: 100%;
        height: 100vh; }
        .agency-selection .content-block .content-block-container h2 {
          font-size: 34px; }
        .agency-selection .content-block .content-block-container .article-history {
          padding: 1px 0 0 0;
          width: 90%; }
          .agency-selection .content-block .content-block-container .article-history p {
            margin: 26px auto;
            width: 80%; }
        .agency-selection .content-block .content-block-container .article-team {
          width: 370px;
          margin: 0 auto 70px auto; }
          .agency-selection .content-block .content-block-container .article-team .informations {
            width: 370px; }
            .agency-selection .content-block .content-block-container .article-team .informations .photo-mobile {
              display: inline-block; }
            .agency-selection .content-block .content-block-container .article-team .informations .main-informations {
              width: 180px;
              vertical-align: top; }
              .agency-selection .content-block .content-block-container .article-team .informations .main-informations h3 {
                margin-bottom: 5px; }
              .agency-selection .content-block .content-block-container .article-team .informations .main-informations .role {
                font-size: 14px;
                line-height: 26px; }
            .agency-selection .content-block .content-block-container .article-team .informations p.description {
              margin: 10px 0 0 0;
              width: 100%; }
            .agency-selection .content-block .content-block-container .article-team .informations.informations-right {
              width: 370px; }
          .agency-selection .content-block .content-block-container .article-team .photo {
            display: none; }
        .agency-selection .content-block .content-block-container .article-videos .thumbnail {
          width: 90%;
          height: auto; }
      .agency-selection .content-block.content-block-equipe .content-block-container h2 {
        margin: 90px auto 0 auto;
        width: 370px; }
      .agency-selection .content-block.content-block-histoire .content-block-container h2 {
        margin: auto;
        width: 90%; } }
@media screen and (max-width: 450px) {
  .agency-selection .content-block .content-block-container h2 {
    width: 300px; }
  .agency-selection .content-block .content-block-container .article-team {
    width: 300px; }
    .agency-selection .content-block .content-block-container .article-team .informations {
      width: 300px; }
      .agency-selection .content-block .content-block-container .article-team .informations p.description {
        width: 100%; }
      .agency-selection .content-block .content-block-container .article-team .informations.informations-right {
        width: 300px; }
  .agency-selection .content-block.content-block-equipe .content-block-container h2 {
    width: 300px; } }
/*************************************************************************************************
*
*
* 											REALISATIONS
*
*
**************************************************************************************************/
.creations {
  height: 100%;
  width: 100%;
  background: url("img/realisations/background.jpg") no-repeat;
  background-size: cover;
  position: relative; }
  .creations h1 {
    color: #353535;
    font-size: 74px;
    font-weight: 700;
    text-align: center;
    opacity: 0.04;
    padding-top: 177px;
    margin-bottom: 120px; }
  .creations .line {
    cursor: pointer;
    position: absolute;
    width: 260px;
    height: 4px;
    top: calc(50% - 2px);
    left: -10px;
    opacity: .5; }
  .creations .line-return {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    display: block;
    -webkit-transform: rotate(-90deg) translateX(-127.5px);
    transform: rotate(-90deg) translateX(-127.5px); }
  .creations .line-return-little {
    height: 100%;
    width: 100%; }
    .creations .line-return-little:before {
      position: absolute;
      content: '';
      padding: 0 0 2px 0;
      background: #ffffff;
      width: 8px;
      border-radius: 20%;
      top: calc(50% - 6px);
      left: calc(50% - 4px);
      -webkit-transform: translate(0.5px, 9px) rotate(45deg);
      transform: translate(0.5px, 9px) rotate(45deg); }
    .creations .line-return-little:after {
      position: absolute;
      content: '';
      padding: 0 0 2px 0;
      background: #ffffff;
      width: 8px;
      border-radius: 0%;
      top: calc(50% - 6px);
      left: calc(50% - 4px);
      -webkit-transform: translate(0.5px, 4px) rotate(-45deg);
      transform: translate(0.5px, 4px) rotate(-45deg); }
  .creations .green {
    background: #52AF62; }
  .creations .yellow {
    background: #E1CF75; }
  .creations .pink {
    background: #EE8E96; }
  .creations .creations-container {
    height: 550px;
    width: 985px;
    margin: 0 auto 50px auto;
    position: relative; }
    .creations .creations-container h3 {
      font-size: 76px;
      font-family: Didot;
      font-style: italic;
      color: #353535;
      position: absolute;
      top: calc(10% - 5px);
      left: 5%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .creations .creations-container .illustration {
      position: absolute;
      bottom: 0;
      width: 828px;
      height: 427px;
      left: calc(50% - 429px);
      border: 15px solid #F4F3F3; }
      .creations .creations-container .illustration .illustration-inner {
        width: 100%;
        height: 100%;
        background: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .creations .creations-container .artwork-container {
      display: inline-block;
      width: 242px;
      height: 427px; }
    .creations .creations-container .artwork {
      position: absolute;
      width: 242px;
      height: 427px;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    .creations .creations-container .artwork:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .creations .creations-container .edition {
      left: 0px;
      background: url("img/realisations/edition.png") no-repeat;
      background-size: cover;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
    .creations .creations-container .decoration {
      left: calc(50% - 121px);
      background: url("img/realisations/decoration.png") no-repeat;
      background-size: cover;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
    .creations .creations-container .creation {
      right: 0px;
      background: url("img/realisations/creation.png") no-repeat;
      background-size: cover;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5); }
    .creations .creations-container .wrapper {
      position: relative;
      width: 242px;
      height: 427px; }
      .creations .creations-container .wrapper h2 {
        color: #353535;
        font-family: Didot;
        font-style: italic;
        font-size: 46px;
        height: 46px;
        position: absolute;
        left: -10px;
        top: calc(50% - 63px);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s; }
      .creations .creations-container .wrapper .line {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s; }
      .creations .creations-container .wrapper .circle {
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        width: 102px;
        height: 102px;
        border-radius: 50%;
        background: #ffffff;
        position: absolute;
        top: calc(50% - 51px);
        left: calc(50% - 51px);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s; }
        .creations .creations-container .wrapper .circle .circle-container {
          cursor: pointer;
          position: relative;
          width: 102px;
          height: 102px; }
          .creations .creations-container .wrapper .circle .circle-container .discover {
            cursor: pointer;
            position: absolute;
            font-family: Didot;
            color: #353535;
            font-size: 14px;
            font-style: italic;
            left: calc(50% - 33.5px);
            top: calc(50% - 6.5px); }
      .creations .creations-container .wrapper .circle-border {
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 61px);
        left: calc(50% - 61px);
        border: 1px solid #ffffff;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s; }

.separator {
  display: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #979797;
  opacity: 0.27; }

.main .main-container {
  width: 920px;
  margin: 150px auto; }
.main img {
  margin-left: 200px;
  float: left;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
.main .main-container-edition {
  width: 935px; }
  .main .main-container-edition .main-content {
    margin-top: 80px; }
.main .main-container-paris {
  width: 1017px; }
.main .main-container-last .main-content {
  margin-top: 0px; }

.secondary .secondary-container {
  width: 1038px;
  margin: 150px auto; }
  .secondary .secondary-container img {
    margin-right: 200px;
    float: left;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  .secondary .secondary-container .secondary-content {
    float: right; }

.advanced-creation .secondary-container {
  width: 1100px; }

.secondary .secondary-container-edition .secondary-content {
  margin-top: 0px; }
.secondary .secondary-container-edition p {
  margin-top: 0px; }
.secondary .secondary-container-edition img {
  margin-top: 40px; }

.main-content, .secondary-content {
  margin-top: 135px;
  float: left; }
  .main-content h2, .secondary-content h2 {
    font-size: 42px;
    font-weight: 700; }
  .main-content .year, .secondary-content .year {
    font-family: Georgia;
    font-style: italic;
    font-size: 18px;
    color: #838383;
    margin-top: 25px; }
  .main-content p, .secondary-content p {
    font-size: 14px;
    color: #353535;
    width: 330px;
    margin-top: 30px;
    line-height: 25px; }

.left-image, .right-image {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.main-images {
  font-size: 0;
  height: 45vw;
  overflow: hidden;
  margin-top: 200px; }
  .main-images .left-image {
    width: 30%;
    float: left; }
  .main-images .right-image {
    width: 69%;
    float: right; }

.secondary-images {
  font-size: 0;
  height: 50vw;
  overflow: hidden;
  margin-top: 200px;
  margin-bottom: 150px; }
  .secondary-images .left-image {
    width: 59%;
    float: left; }
  .secondary-images .right-image {
    width: 40%;
    float: right; }

.advanced {
  display: none; }

@media screen and (max-width: 450px) {
  .main-images, .secondary-images {
    height: auto; }
    .main-images .left-image, .secondary-images .left-image {
      width: 100%;
      float: none; }
    .main-images .right-image, .secondary-images .right-image {
      width: 100%;
      float: none; }

  .creations h1 {
    font-size: 44px; } }
@media screen and (max-width: 830px) {
  body .creations {
    height: auto; }
    body .creations h1 {
      padding-top: 77px;
      margin-bottom: 0; }
    body .creations .creations-container {
      height: auto;
      width: auto; }
      body .creations .creations-container .illustration {
        display: none; }
      body .creations .creations-container .artwork {
        position: static;
        margin: 110px auto; }
        body .creations .creations-container .artwork .wrapper h2 {
          top: calc(10% - 2px); }
        body .creations .creations-container .artwork .wrapper .line {
          height: 256px;
          margin-top: -128px; }
        body .creations .creations-container .artwork .wrapper .circle {
          visibility: visible;
          opacity: 1; }
        body .creations .creations-container .artwork .wrapper .circle-border {
          visibility: visible;
          opacity: 1; }
      body .creations .creations-container .artwork:hover {
        -webkit-transform: none;
        transform: none; } }
@media screen and (max-width: 930px) {
  .main .main-container {
    text-align: center;
    width: auto; }
    .main .main-container .main-content {
      float: none; }
      .main .main-container .main-content p {
        margin: 30px auto; }
    .main .main-container img {
      float: none;
      margin-top: 50px;
      margin-left: 0px; }

  .secondary .secondary-container {
    text-align: center;
    width: auto; }
    .secondary .secondary-container .secondary-content {
      float: none; }
      .secondary .secondary-container .secondary-content p {
        margin: 30px auto; }
    .secondary .secondary-container img {
      float: none;
      margin-right: 0px; } }
@media screen and (max-width: 1040px) {
  .creations .creations-container {
    width: 796px; }
    .creations .creations-container .illustration {
      width: 528px;
      left: calc(50% - 264px); } }
/*************************************************************************************************
*
*
* 											LIFESTYLE
*
*
**************************************************************************************************/
body.blog {
  height: 200px; }

.blog-container {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform ease-in-out 1s;
  transition: -webkit-transform ease-in-out 1s;
  transition: transform ease-in-out 1s;
  transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s; }
  .blog-container.hidden {
    -webkit-transform: translateY(-1686px);
    transform: translateY(-1686px);
    transition: transform ease-in-out 1s; }
  .blog-container .lifestyle {
    background-color: #BDE1DD;
    padding-top: 140px;
    padding-bottom: 85px;
    overflow: hidden; }
    .blog-container .lifestyle h1 {
      font-size: 148px;
      color: #FFFFFF;
      letter-spacing: 20px;
      text-align: center;
      text-transform: uppercase;
      height: 130px; }
    .blog-container .lifestyle .lifestyle-header {
      position: relative;
      height: 440px; }
      .blog-container .lifestyle .lifestyle-header .instagram {
        float: left;
        position: relative;
        width: 432px;
        height: 440px; }
      .blog-container .lifestyle .lifestyle-header img {
        position: absolute;
        width: 402px;
        height: 400px;
        box-shadow: 0px 0px 34px 0px rgba(82, 123, 118, 0.41); }
      .blog-container .lifestyle .lifestyle-header .border {
        position: absolute;
        width: 424px;
        height: 384px;
        border: 1px solid #A2C3BF;
        left: 5px;
        top: 54px; }
      .blog-container .lifestyle .lifestyle-header h2 {
        position: absolute;
        font-size: 38px;
        color: #FFFFFF;
        font-weight: 700;
        left: 430px;
        top: 30px; }
      .blog-container .lifestyle .lifestyle-header .description {
        float: left;
        width: 450px;
        height: 140px;
        font-size: 14px;
        color: #546361;
        line-height: 35px;
        font-weight: 600;
        margin-top: 180px;
        margin-left: 135px; }
    .blog-container .lifestyle .lifestyle-details {
      height: 863px;
      position: relative;
      margin-top: 91px; }
      .blog-container .lifestyle .lifestyle-details .border:first-child {
        position: absolute;
        height: 841px;
        width: 2000px;
        opacity: 0.13;
        border: 11px solid #A2C3BF;
        left: -70px; }
      .blog-container .lifestyle .lifestyle-details .details-top h2, .blog-container .lifestyle .lifestyle-details .details-top .pictures {
        float: left;
        margin-left: 50px;
        margin-top: 55px; }
      .blog-container .lifestyle .lifestyle-details .details-top h2 {
        width: 360px;
        height: 280px;
        display: inline-block;
        font-size: 58px;
        color: #A2C3BF;
        font-weight: 700;
        width: 360px;
        height: 280px; }
      .blog-container .lifestyle .lifestyle-details .details-top .pictures {
        position: relative;
        width: 542px;
        height: 380px; }
        .blog-container .lifestyle .lifestyle-details .details-top .pictures .little {
          position: absolute;
          z-index: 2;
          box-shadow: 0px 0px 34px 0px rgba(82, 123, 118, 0.41); }
        .blog-container .lifestyle .lifestyle-details .details-top .pictures .large {
          position: absolute;
          left: 223px;
          z-index: 2;
          box-shadow: 0px 0px 34px 0px rgba(82, 123, 118, 0.41); }
        .blog-container .lifestyle .lifestyle-details .details-top .pictures .border {
          position: absolute;
          top: 20px;
          right: 36px;
          width: 316px;
          height: 332px;
          border: 1px solid #A2C3BF;
          z-index: 1; }
      .blog-container .lifestyle .lifestyle-details .details-bottom .pictures {
        position: relative;
        width: 360px;
        height: 360px;
        margin-left: 5px;
        float: left; }
        .blog-container .lifestyle .lifestyle-details .details-bottom .pictures img {
          position: absolute;
          box-shadow: 0px 0px 34px 0px rgba(82, 123, 118, 0.41);
          left: 35px;
          z-index: 2; }
        .blog-container .lifestyle .lifestyle-details .details-bottom .pictures .border {
          position: absolute;
          width: 316px;
          height: 332px;
          border: 1px solid #A2C3BF;
          top: 17px;
          z-index: 1; }
      .blog-container .lifestyle .lifestyle-details .details-bottom p {
        float: left;
        width: 470px;
        font-weight: 600;
        font-size: 14px;
        color: #546361;
        line-height: 35px;
        margin-top: 40px;
        margin-left: 85px; }
        .blog-container .lifestyle .lifestyle-details .details-bottom p:first-letter {
          font-size: 78px; }
  .blog-container .headline {
    position: relative;
    width: 100%;
    height: 1140px; }
    .blog-container .headline .trigger .vertical {
      position: absolute;
      width: 1px;
      background-color: #A2C3BF;
      height: 58px;
      left: calc(50% - 0.5px); }
    .blog-container .headline .trigger .circle {
      cursor: pointer;
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #A2C3BF;
      left: calc(50% - 13.5px);
      top: 58px; }
    .blog-container .headline .trigger .action {
      width: 11px;
      height: 11px; }
      .blog-container .headline .trigger .action:before, .blog-container .headline .trigger .action:after {
        position: absolute;
        top: calc(50% - 5.5px);
        left: calc(50% - 0.5px);
        content: ' ';
        height: 11px;
        width: 1px;
        background-color: #A2C3BF; }
      .blog-container .headline .trigger .action:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .blog-container .headline .trigger .action:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .blog-container .headline .trigger .action.close:before, .blog-container .headline .trigger .action.close:after {
        height: 9px;
        top: calc(50% - 4.5px); }
      .blog-container .headline .trigger .action.close:before {
        left: 15.5px; }
      .blog-container .headline .trigger .action.close:after {
        left: 9.5px; }
    .blog-container .headline .trigger .notice {
      font-weight: 400;
      color: #A2C3BF;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      padding-top: 95px; }
    .blog-container .headline h2 {
      color: #A2C3BF;
      font-size: 104px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      margin-top: 60px;
      opacity: 0.2; }
    .blog-container .headline .informations .cover {
      position: relative;
      height: 400px;
      width: 100%;
      margin-top: 25px; }
      .blog-container .headline .informations .cover .rectangle {
        position: absolute;
        top: calc(50% - 108px);
        width: 100%;
        height: 216px;
        background-color: #F9F6E6;
        opacity: 0.66;
        z-index: 1; }
      .blog-container .headline .informations .cover img {
        position: absolute;
        z-index: 2;
        left: calc(50% - 180.5px);
        top: calc(50% - 180.5px);
        width: 361px;
        height: 361px;
        box-shadow: 0px 0px 34px 0px rgba(82, 123, 118, 0.41); }
    .blog-container .headline .informations .date {
      font-size: 14px;
      font-weight: 700;
      text-align: center; }
    .blog-container .headline .informations h3 {
      font-size: 32px;
      font-weight: 400;
      font-family: Didot;
      text-align: center;
      margin-top: 25px; }
    .blog-container .headline .informations .details {
      font-size: 16px;
      font-weight: 100;
      width: 520px;
      text-align: center;
      line-height: 25px;
      margin: 45px auto; }
      .blog-container .headline .informations .details a {
        color: #313131; }
    .blog-container .headline .informations a {
      text-decoration: none;
      color: #313131; }
      .blog-container .headline .informations a .button {
        cursor: pointer;
        color: #313131;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border: 2px solid #313131;
        margin: 50px auto;
        width: 157.8px;
        padding: 20px 60px 20px 60px; }
  .blog-container .separator {
    width: 100%;
    height: 10px;
    background-color: #F7F7F7; }
  .blog-container .articles nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 135px; }
    .blog-container .articles nav .search {
      position: relative;
      width: 185px;
      height: 30px; }
      .blog-container .articles nav .search [type="text"] {
        width: 160px;
        padding-left: 25px;
        padding-bottom: 5px;
        border-top: 0px solid;
        border-left: 0px solid;
        border-right: 0px solid;
        border-bottom: 1px solid #979797; }
      .blog-container .articles nav .search input::-webkit-input-placeholder {
        color: #546361;
        font-family: Proxima Nova, sans-serif; }
      .blog-container .articles nav .search input:focus {
        outline: none; }
      .blog-container .articles nav .search i {
        position: absolute;
        top: 0; }
    .blog-container .articles nav ul.socials li {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 8px;
      cursor: pointer; }
      .blog-container .articles nav ul.socials li a {
        width: 15px;
        height: 15px;
        position: absolute;
        color: #353535; }
  .blog-container .articles .article {
    position: relative;
    height: 270px;
    width: 100%;
    margin-bottom: 185px; }
    .blog-container .articles .article img {
      float: left;
      width: 270px; }
    .blog-container .articles .article .content {
      float: left;
      position: relative;
      height: 270px;
      width: calc(100% - 315px);
      color: #3C3C3C;
      margin-left: 45px; }
      .blog-container .articles .article .content .date, .blog-container .articles .article .content .category {
        font-size: 14px;
        font-weight: 700; }
      .blog-container .articles .article .content .date {
        margin-bottom: 35px; }
      .blog-container .articles .article .content h3 {
        font-family: Didot;
        font-size: 32px;
        margin-bottom: 15px; }
      .blog-container .articles .article .content .category, .blog-container .articles .article .content .details {
        color: #7B7B7B; }
      .blog-container .articles .article .content .category {
        margin-bottom: 50px; }
      .blog-container .articles .article .content .details {
        font-size: 14px;
        letter-spacing: 0px; }
        .blog-container .articles .article .content .details a {
          color: #313131; }
      .blog-container .articles .article .content a {
        text-decoration: none;
        color: #313131; }
        .blog-container .articles .article .content a .button {
          position: absolute;
          cursor: pointer;
          color: #313131;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          border: 3px solid #313131;
          width: 116px;
          padding: 14px 53px 13px 53px;
          bottom: 0; }
  .blog-container .nav {
    width: 100%;
    height: 52px;
    top: 0;
    padding-top: 15px;
    background-color: #BDE1DD;
    z-index: 5;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out; }
    .blog-container .nav .fixed-logo {
      position: absolute;
      left: 0; }
    .blog-container .nav nav {
      position: absolute;
      right: 0;
      height: 40px;
      font-size: 0;
      margin-top: 15px; }
      .blog-container .nav nav li {
        display: inline-block;
        margin: 0 30px 0 0; }
        .blog-container .nav nav li a {
          display: inline-block;
          text-decoration: none;
          color: #fefefe;
          font-size: 16px; }
        .blog-container .nav nav li:nth-last-child(1) {
          margin: 0 0 0 0; }
      .blog-container .nav nav a::after {
        background: #fefefe;
        width: 100%;
        height: 2px;
        margin-top: 3px;
        display: block;
        content: "";
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s, -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s; }
      .blog-container .nav nav a:hover::after {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s;
        transition: transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s, -webkit-transform 0.2s cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.1s; }

@media screen and (max-width: 1120px) {
  .blog-container .lifestyle {
    display: none; }
  .blog-container .headline {
    margin-top: 1800px; }
    .blog-container .headline .trigger {
      display: none; } }
@media screen and (max-width: 900px) {
  .blog-container .articles .article {
    height: 600px;
    margin-bottom: 80px; }
    .blog-container .articles .article img {
      clear: both;
      width: 270px;
      position: absolute;
      left: calc(50% - 135px); }
    .blog-container .articles .article .content {
      clear: both;
      width: 450px;
      top: 300px;
      margin: 0;
      height: 300px;
      text-align: center;
      position: absolute;
      left: calc(50% - 225px); }
      .blog-container .articles .article .content .button {
        left: calc(50% - 116px);
        top: 251px; } }
@media screen and (max-width: 500px) {
  .blog-container .headline .informations h3 {
    font-size: 28px; }
  .blog-container .headline .informations .details {
    width: 330px; }
  .blog-container .articles .article {
    height: 700px; }
    .blog-container .articles .article .content {
      height: 400px; }
      .blog-container .articles .article .content h3 {
        font-size: 26px; }
      .blog-container .articles .article .content .details {
        font-size: 16px;
        line-height: 1.6;
        width: 350px;
        margin: auto; }
      .blog-container .articles .article .content .button {
        top: 353px; } }
.container-article {
  color: #546361;
  font-family: Proxima Nova, sans-serif; }
  .container-article img.cover {
    width: 100%;
    margin: 132px 0 62px 0; }
  .container-article .content-article {
    width: 85%;
    margin: auto; }
    .container-article .content-article .date {
      font-size: 14px;
      font-weight: 700; }
    .container-article .content-article h1 {
      font-size: 34px;
      font-weight: 700;
      margin: 30px 0; }
    .container-article .content-article .category {
      font-size: 14px;
      font-weight: 700;
      color: #7B7B7B; }
      .container-article .content-article .category:before {
        content: '';
        padding: 0 0 1px 0;
        background: #7B7B7B;
        display: inline-block;
        width: 60px;
        margin: 0px 10px 4px 0; }
    .container-article .content-article ul.socials {
      margin: 30px 0 60px -4px; }
      .container-article .content-article ul.socials li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 8px;
        cursor: pointer; }
        .container-article .content-article ul.socials li a {
          width: 15px;
          height: 15px;
          position: absolute;
          color: #546361; }
    .container-article .content-article .content-main p {
      width: 45%;
      font-size: 14px;
      font-weight: 600;
      line-height: 35px; }
      .container-article .content-article .content-main p:first-letter {
        font-size: 54px; }
    .container-article .content-article .content-main img {
      width: 100%;
      margin: 50px 0;
      height: auto; }
    .container-article .content-article .content-main hr {
      margin: 100px 0; }
  .container-article hr.hr-footer {
    margin: 80px 0 0 0; }
  .container-article .socials-footer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 70px 0 120px 0; }
    .container-article .socials-footer ul.socials {
      margin: 30px 0 60px -4px; }
      .container-article .socials-footer ul.socials li {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 8px;
        cursor: pointer; }
        .container-article .socials-footer ul.socials li a {
          width: 23px;
          height: 23px;
          position: absolute;
          color: #546361; }

@media screen and (max-width: 950px) {
  .container-article .content-article {
    width: 90%; }
    .container-article .content-article .content-main p {
      width: 70%; } }
@media screen and (max-width: 700px) {
  .container-article .content-article h1 {
    font-size: 24px;
    margin: 30px 0; }
  .container-article .content-article .content-main p {
    width: 100%;
    font-size: 15px;
    line-height: 38px; }
  .container-article .content-article .content-main img {
    margin: 30px 0; }
  .container-article .content-article .content-main hr {
    margin: 30px 0; }
  .container-article .socials-footer {
    width: 90%;
    margin: 50px auto 70px auto; }
    .container-article .socials-footer ul.socials {
      margin: 30px 0 60px -13px; } }
section.collaborations {
  position: relative;
  background: url("img/collaborations/background.png") no-repeat;
  height: 120vh;
  width: 100%; }
  section.collaborations .collaborations-container {
    position: absolute;
    width: 100%;
    height: 600px;
    margin: 9% 0 0 0; }
    section.collaborations .collaborations-container .collaborations-left {
      position: absolute;
      margin: 60px 0 0 11%;
      width: 45%;
      height: 100%;
      border: solid 12px #E5E5E5;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #FFFFFF;
      -webkit-animation-name: upfade;
      animation-name: upfade;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content {
        overflow: hidden;
        display: none;
        height: 700px;
        margin: -73px 0 0 -17px; }
        section.collaborations .collaborations-container .collaborations-left .collaborations-content h2.title {
          text-transform: uppercase;
          font-size: 78px;
          font-weight: 700;
          color: #E5E5E5;
          letter-spacing: 2px; }
        section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos {
          width: 100%;
          margin: 0 17px; }
          section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos .date {
            position: absolute;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
            color: #7F7F7F;
            font-size: 0.9em;
            font-weight: 500;
            letter-spacing: 14px;
            margin: 18px 0; }
          section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos .border {
            position: absolute;
            width: 1px;
            height: 30px;
            background: #979797;
            left: calc(50% - 0.5px);
            margin: 50px 0; }
          section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h2 {
            position: absolute;
            margin: 100px 0;
            text-align: center;
            text-transform: uppercase;
            font-size: 1.4em;
            font-weight: 700;
            width: 100%;
            color: #7F7F7F; }
          section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h3 {
            position: absolute;
            margin: 130px 0;
            width: 100%;
            font-size: 1.4em;
            font-weight: 700;
            text-align: center;
            color: #A2C3BF; }
          section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos p.resume {
            position: absolute;
            margin: 190px 12%;
            line-height: 1.8;
            font-weight: 500;
            width: 75%;
            color: #7F7F7F; }
        section.collaborations .collaborations-container .collaborations-left .collaborations-content.current {
          display: block; }
      section.collaborations .collaborations-container .collaborations-left .current-page {
        position: absolute;
        margin: 410px 17px;
        width: 100%;
        text-align: center; }
        section.collaborations .collaborations-container .collaborations-left .current-page .arrow {
          cursor: pointer;
          display: inline-block;
          width: 8%; }
          section.collaborations .collaborations-container .collaborations-left .current-page .arrow.reverse {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        section.collaborations .collaborations-container .collaborations-left .current-page .number {
          display: inline-block;
          width: 56px;
          height: 56px;
          color: #BDE1DD;
          font-family: Georgia, serif;
          font-size: 2em;
          text-align: center;
          line-height: 1.55;
          margin: 60px 50px; }
      section.collaborations .collaborations-container .collaborations-left .selection {
        width: 100%;
        text-align: center;
        margin: 480px auto; }
        section.collaborations .collaborations-container .collaborations-left .selection .titles {
          display: none; }
        section.collaborations .collaborations-container .collaborations-left .selection .choice {
          margin: 30px 0;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #D8D8D8;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
          section.collaborations .collaborations-container .collaborations-left .selection .choice:hover {
            -webkit-transform: scale(1.6);
            transform: scale(1.6);
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            background: #A2C3BF; }
          section.collaborations .collaborations-container .collaborations-left .selection .choice .title {
            font-size: 0.5em;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            text-transform: uppercase;
            color: #BDE1DD;
            margin: -10px 0 0 0; }
        section.collaborations .collaborations-container .collaborations-left .selection .border {
          display: inline-block;
          height: 1px;
          width: 15px;
          background: #D8D8D8;
          vertical-align: middle;
          margin: 0 5px;
          opacity: 0.6; }
    section.collaborations .collaborations-container .collaborations-right {
      background: #FEFEFE;
      position: absolute;
      overflow: hidden;
      right: 0;
      top: 0;
      width: 45%;
      height: 690px;
      box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
      -webkit-animation-name: upfade;
      animation-name: upfade;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
      section.collaborations .collaborations-container .collaborations-right img {
        width: 105%;
        height: auto;
        margin: -3% 0 0 -3%; }

/**************************************** 
* 
*			MEDIA QUERIES 
*
****************************************/
@media screen and (min-width: 1450px) {
  section.collaborations .collaborations-container .collaborations-right img {
    width: 795px;
    height: 942px;
    margin: -5% 0 0 -5%; } }
@media screen and (max-width: 1190px) {
  section.collaborations .collaborations-container .collaborations-left {
    margin: 60px 0 0 0;
    width: 55%;
    height: 100%;
    z-index: 1; }
    section.collaborations .collaborations-container .collaborations-left .selection {
      display: none; }
    section.collaborations .collaborations-container .collaborations-left .collaborations-content {
      margin: -53px 0 0 -17px;
      overflow: hidden; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content h2.title {
        font-size: 55px;
        letter-spacing: 7px; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos .date {
        font-size: 0.9em;
        letter-spacing: 7px; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h2 {
        margin: 90px 0;
        font-size: 1em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h3 {
        margin: 120px 0;
        font-size: 1em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos p.resume {
        margin: 160px 12%;
        font-size: 0.9em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .current-page {
        margin: 400px 17px; }
  section.collaborations .collaborations-container .collaborations-right {
    height: 450px;
    width: 45%;
    top: calc(50% - 155px);
    z-index: 0; }
    section.collaborations .collaborations-container .collaborations-right img {
      width: 550.8px;
      height: 652.5px;
      margin: -3% 0 0 -3%; } }
@media screen and (max-width: 680px) {
  section.collaborations {
    width: 100%;
    height: 100vh;
    margin: 0 0 55% 0; }
    section.collaborations .collaborations-container .collaborations-left {
      margin: 90px 0 0 0;
      width: 100%; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content h1.title {
        display: none; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos .date {
        margin: 28px 0;
        font-size: 0.9em;
        letter-spacing: 7px; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos .border {
        margin: 60px 0; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h2 {
        margin: 111px 0;
        font-size: 1em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos h3 {
        margin: 140px 0;
        font-size: 1em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .infos p.resume {
        margin: 200px 15%;
        font-size: 0.9em; }
      section.collaborations .collaborations-container .collaborations-left .collaborations-content .current-page {
        margin: 420px 17px; }
    section.collaborations .collaborations-container .collaborations-right {
      display: none; } }
.search-container {
  width: 79%;
  margin: 100px auto 0;
  height: 100%; }
  .search-container .back-to-blog {
    position: relative;
    margin: 100px 0;
    height: 20px; }
    .search-container .back-to-blog a {
      position: absolute;
      color: #3c3c3c;
      text-decoration: none;
      margin-left: 20px; }
      .search-container .back-to-blog a:hover {
        color: #0f0f0f; }
    .search-container .back-to-blog:before {
      position: absolute;
      content: '';
      padding: 0 0 2px 0;
      background: #353535;
      width: 8px;
      border-radius: 20%;
      -webkit-transform: translate(0.5px, 9px) rotate(45deg);
      transform: translate(0.5px, 9px) rotate(45deg); }
    .search-container .back-to-blog:after {
      position: absolute;
      content: '';
      padding: 0 0 2px 0;
      background: #353535;
      width: 8px;
      border-radius: 0%;
      -webkit-transform: translate(0.5px, 4px) rotate(-45deg);
      transform: translate(0.5px, 4px) rotate(-45deg); }
  .search-container .number-results {
    margin: 0 0 40px 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 45px; }
  .search-container .article {
    position: relative;
    height: 270px;
    width: 100%;
    margin-bottom: 100px; }
    .search-container .article img {
      float: left;
      width: 270px; }
    .search-container .article .content {
      float: left;
      position: relative;
      height: 270px;
      width: calc(100% - 315px);
      color: #3C3C3C;
      margin-left: 45px; }
      .search-container .article .content .date, .search-container .article .content .category {
        font-size: 14px;
        font-weight: 700; }
      .search-container .article .content .date {
        margin-bottom: 35px; }
      .search-container .article .content h3 {
        font-family: Didot;
        font-size: 32px;
        margin-bottom: 15px; }
      .search-container .article .content .category, .search-container .article .content .details {
        color: #7B7B7B; }
      .search-container .article .content .category {
        margin-bottom: 50px; }
      .search-container .article .content .details {
        font-size: 14px;
        letter-spacing: 0px; }
        .search-container .article .content .details a {
          color: #313131; }
      .search-container .article .content a {
        text-decoration: none;
        color: #313131; }
        .search-container .article .content a .button {
          position: absolute;
          cursor: pointer;
          color: #313131;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          border: 3px solid #313131;
          width: 116px;
          padding: 14px 53px 13px 53px;
          bottom: 0; }

@media screen and (max-width: 900px) {
  .search-container .number-results {
    font-size: 24px;
    text-align: center; }
  .search-container .article {
    height: 600px;
    margin-bottom: 80px; }
    .search-container .article img {
      clear: both;
      width: 270px;
      position: absolute;
      left: calc(50% - 135px); }
    .search-container .article .content {
      clear: both;
      width: 450px;
      top: 300px;
      margin: 0;
      height: 300px;
      text-align: center;
      position: absolute;
      left: calc(50% - 225px); }
      .search-container .article .content .button {
        left: calc(50% - 116px);
        top: 251px; } }
@media screen and (max-width: 500px) {
  .search-container .number-results {
    font-size: 20px;
    text-align: center; }
  .search-container .article {
    height: 700px; }
    .search-container .article .content {
      height: 400px; }
      .search-container .article .content h3 {
        font-size: 26px; }
      .search-container .article .content .details {
        font-size: 16px;
        line-height: 1.6;
        width: 350px;
        margin: auto; }
      .search-container .article .content .button {
        top: 353px; } }
.error-content {
  height: 70vh;
  margin-top: 70px; }
  .error-content h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 13%; }
  .error-content h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 3%; }
  .error-content p {
    width: 100%;
    text-align: center;
    margin: 80px 0; }
    .error-content p a {
      color: #686868;
      font-size: 18px;
      font-weight: 700; }

@media screen and (max-width: 850px) {
  .error-content {
    width: 90%;
    margin: auto; }
    .error-content h1 {
      font-size: 35px;
      margin-top: 20%; }
    .error-content h2 {
      font-size: 35px;
      margin-top: 10%; }
    .error-content p {
      margin: 80px 0; } }
@media screen and (max-width: 500px) {
  .error-content {
    height: 60vh; }
    .error-content h1 {
      font-size: 28px;
      margin-top: 35%; }
    .error-content h2 {
      font-size: 28px; }
    .error-content p {
      margin: 80px 0; } }

/*# sourceMappingURL=style.css.map */
