/*
Theme Name: up2art
Author: Florian
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,600;1,400&display=swap");
body {
  background: #2d2d2d;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400; }

.container {
  max-width: 1600px;
  margin: auto;
  padding: 90px 30px 120px 30px; }

.fond {
  height: 100vh;
  width: 100vw;
  background: rgba(45, 45, 45, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 998; }

.btn_pinceau, .wpcf7-submit {
  font-size: 40px;
  padding-right: 17%;
  padding-left: 7%;
  z-index: 1; }

.btn_pinceau:before, .wpcf7-submit:before {
  content: '';
  width: 100%;
  height: 246%;
  position: absolute;
  z-index: -1;
  top: -24%;
  opacity: 0.7;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat; }

.btn_pinceau:hover:before, .wpcf7-submit:hover:before {
  opacity: 1; }

.btn_pinceau.blanc:hover:before {
  opacity: 0.9; }

.btn_pinceau.blanc:before {
  opacity: 0.6; }

.btn_pinceau.noir {
  color: #e3e0d6; }

.btn_pinceau.blanc:before {
  background-image: url(/wp-content/uploads/2020/05/fleche-blanc.png); }

.btn_pinceau.vert:before, .wpcf7-submit:before {
  background-image: url(/wp-content/uploads/2020/05/fleche-vert.png); }

.btn_pinceau.noir:before {
  background-image: url(/wp-content/uploads/2020/05/fleche-noir.png); }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.container.banner {
  position: relative;
  max-width: 100vw;
  padding: 90px 30px 0px 30px; }

.img-banner {
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-name: apa;
          animation-name: apa;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  opacity: 0.4; }

.contenu {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .contenu h1 {
    font-weight: 600;
    margin: 30px 20px;
    font-size: 133pt;
    color: #e3e0d6;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative; }
    .contenu h1 span {
      color: #427e83;
      position: absolute;
      right: 320px;
      /* margin-top: 10px; */
      -webkit-animation-duration: 6s,1s;
              animation-duration: 6s,1s;
      -webkit-animation-name: rot,chute;
              animation-name: rot,chute;
      -webkit-animation-delay: 0,1s;
              animation-delay: 0,1s;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
  .contenu h2 {
    font-size: 54px;
    line-height: 64pt;
    color: #2d2d2d;
    max-width: 912px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    visibility: hidden;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
    -webkit-animation-name: appa;
            animation-name: appa;
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
    .contenu h2 span {
      background: rgba(255, 255, 0, 0.8);
      -webkit-box-shadow: -20px 0px 0px rgba(255, 255, 0, 0.8), 20px 0px 0px rgba(255, 255, 0, 0.8);
      box-shadow: -20px 0px 0px rgba(255, 255, 0, 0.8), 20px 0px 0px rgba(255, 255, 0, 0.8);
      color: #2d2d2d; }
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  15% {
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg); }
  30% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  45% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  75% {
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg); }
  90% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg); }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }
@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  15% {
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg); }
  30% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  45% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  75% {
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg); }
  90% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg); }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }
@-webkit-keyframes chute {
  from {
    -webkit-transform: translateY(-200px) rotate(-10deg);
            transform: translateY(-200px) rotate(-10deg); }
  to {
    -webkit-transform: translateY(0) rotate(-10deg);
            transform: translateY(0) rotate(-10deg); } }
@keyframes chute {
  from {
    -webkit-transform: translateY(-200px) rotate(-10deg);
            transform: translateY(-200px) rotate(-10deg); }
  to {
    -webkit-transform: translateY(0) rotate(-10deg);
            transform: translateY(0) rotate(-10deg); } }
@-webkit-keyframes apa {
  from {
    opacity: 0.1; }
  7% {
    opacity: 0.1; }
  to {
    opacity: 0.4; } }
@keyframes apa {
  from {
    opacity: 0.1; }
  7% {
    opacity: 0.1; }
  to {
    opacity: 0.4; } }
.fleche {
  bottom: 50px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px rgba(227, 224, 214, 0.78) solid;
  border-bottom: 2px rgba(227, 224, 214, 0.78) solid;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-name: arrow2;
          animation-name: arrow2; }

h2.prems {
  padding-bottom: 30vh; }

.fleche,
.fleche:before {
  position: absolute;
  left: 50%;
  top: calc(100vh - 100px); }

.fleche:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px rgba(227, 224, 214, 0.78) solid;
  border-bottom: 1px rgba(227, 224, 214, 0.78) solid;
  -webkit-animation-duration: 2s,6s;
          animation-duration: 2s,6s;
  -webkit-animation-iteration-count: infinite,1;
          animation-iteration-count: infinite,1;
  -webkit-animation-name: arrow,arrow2;
          animation-name: arrow,arrow2;
  -webkit-animation-delay: 6s,0;
          animation-delay: 6s,0; }

@-webkit-keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px); } }

@keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px); } }
@-webkit-keyframes arrow2 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes arrow2 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (max-width: 767px) {
  .realisation .post {
    width: 100%;
    -webkit-transform: unset;
            transform: unset; }

  #form .champs.demi {
    width: 100%; }

  #form .champs.demi:nth-child(2n+1) p {
    margin-left: 0;
    padding-right: 30px; }

  .sommes-nous .img-sommes-nous {
    display: none; }

  .sommes-nous .text {
    width: 80%;
    max-width: unset; }

  .realisation .post:nth-child(2n+2) {
    /* -webkit-transform: translateY(100px); */
    -webkit-transform: unset;
            transform: unset; }

  .img-job2.anime {
    width: 56%;
    margin-top: 20%;
    left: 40%; }

  .img-job1.hovered.anime {
    margin-left: 0;
    width: 60%;
    margin-top: 16%; }

  .img-banner {
    height: 100vw;
    background-position: center center; }

  .contenu {
    height: 100vw; }

  .fleche {
    display: none; }

  div#job li {
    font-size: 20px; }

  .job .contenu1, .job .contenu2 {
    height: 600px; }

  .realisation .contenutxt {
    max-width: 90%; }

  .realisation .post.open .fermer {
    display: none; }

  #form .champs.demi:nth-child(2n+1) {
    max-width: 73%; } }
.job {
  position: relative; }
  .job h2 {
    font-size: 54px;
    line-height: 54pt;
    color: rgba(255, 255, 0, 0.8);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 50px;
    margin-left: 10%; }
  .job .devactif .btn_pinceau {
    padding-right: 10%;
    padding-left: 6%; }
  .job .img-job1 {
    -webkit-box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.4);
            box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.4);
    background-position: center;
    width: 50%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .job .img-job1.anime {
      position: relative;
      -webkit-animation-duration: 70s;
              animation-duration: 70s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: move1;
              animation-name: move1;
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
    .job .img-job1 .btn_pinceau {
      position: absolute;
      top: 400px;
      left: 10%; }
    .job .img-job1:hover .btn_pinceau:before {
      opacity: 1; }
  .job .btn_pinceau.noir {
    color: #e3e0d6; }
  .job .img-job1.hovered {
    -webkit-box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.6);
            box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.6);
    z-index: 1; }
  .job .img-job2.hovered {
    -webkit-box-shadow: -9px 12px 35px 1px rgba(23, 22, 22, 0.6);
            box-shadow: -9px 12px 35px 1px rgba(23, 22, 22, 0.6);
    z-index: 1; }
  .job .img-job2 {
    -webkit-box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.4);
            box-shadow: 9px 12px 35px 1px rgba(23, 22, 22, 0.4);
    position: absolute;
    top: 90px;
    left: 50%;
    height: 730px;
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;
    cursor: pointer; }
    .job .img-job2.anime {
      -webkit-animation-duration: 50s;
              animation-duration: 50s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: move1;
              animation-name: move1;
      -webkit-animation-delay: 0;
              animation-delay: 0; }
    .job .img-job2 .btn_pinceau {
      position: absolute;
      top: 300px;
      left: 30%; }
    .job .img-job2:hover .btn_pinceau.blanc:before {
      opacity: 0.9; }
  .job .img-job2.hovered:before, .job .img-job1.hovered:before {
    opacity: 0; }
  .job .img-job2:before, .job .img-job1:before {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 1;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(66, 126, 131, 0.75);
    display: block;
    top: 0px;
    z-index: -2;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    height: 100%;
    width: calc(100% + 40px); }
  .job .fermer {
    position: absolute;
    right: 12px;
    top: 0px;
    font-weight: 400;
    font-size: 40px;
    cursor: pointer; }
  .job .contenu1, .job .contenu2 {
    position: absolute;
    background: rgba(227, 224, 214, 0.75);
    width: 0;
    overflow: hidden;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 90px;
    left: 30%;
    margin: 0 60px; }

@-webkit-keyframes hovertransi {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    content: unset; } }

@keyframes hovertransi {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    content: unset; } }
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px); }
  15% {
    -webkit-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px); }
  20% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px); }
  25% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px); }
  35% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px); }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  45% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px); }
  55% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px); }
  65% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px); }
  75% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px); }
  80% {
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0); }
  85% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px); }
  90% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  95% {
    -webkit-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px); }
  15% {
    -webkit-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px); }
  20% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px); }
  25% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px); }
  35% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px); }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  45% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px); }
  55% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px); }
  65% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px); }
  75% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px); }
  80% {
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0); }
  85% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px); }
  90% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  95% {
    -webkit-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.sommes-nous .text {
  color: #e3e0d6;
  width: 59%;
  text-align: justify;
  display: inline-block;
  max-width: 60%;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  margin: auto; }
.sommes-nous h2 {
  font-size: 54px;
  line-height: 54pt;
  color: #427e83;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 50px; }
.sommes-nous .text p {
  font-size: 20px; }
.sommes-nous p.btn_pinceau.vert {
  text-align: center;
  margin-left: 240px;
  position: absolute;
  margin-top: 30px;
  font-size: 40px;
  cursor: pointer;
  color: rgba(255, 255, 0, 0.8); }
.sommes-nous .btn_pinceau:before {
  height: 146%;
  top: -24%;
  left: 25%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%); }
.sommes-nous .img-sommes-nous {
  width: 40%;
  height: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.sommes-nous .fermer {
  position: absolute;
  right: 12px;
  top: 0px;
  font-weight: 400;
  font-size: 40px;
  cursor: pointer;
  display: none; }
.sommes-nous .fermer.btn_pinceau {
  right: 50px;
  bottom: 25px;
  top: unset;
  font-weight: 400;
  font-size: 40px;
  cursor: pointer; }
.sommes-nous .fermer.btn_pinceau:before {
  height: 146%;
  top: -10%;
  left: 20%; }

.realisation :root {
  --mouse-x: 0px;
  --mouse-y: 0px;
  --mouse-x2: 0px;
  --mouse-y2: 0px; }
.realisation .post:nth-child(even) .img2 {
  -webkit-transform: translate(var(--mouse-x2), var(--mouse-y));
          transform: translate(var(--mouse-x2), var(--mouse-y)); }
.realisation .post:nth-child(odd) .img2 {
  -webkit-transform: translate(var(--mouse-x), var(--mouse-y));
          transform: translate(var(--mouse-x), var(--mouse-y)); }
.realisation .flechebas {
  bottom: 50px;
  width: 10px;
  height: 10px;
  margin: 2px 13px 2px 1px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px rgba(227, 224, 214, 0.78) solid;
  border-bottom: 2px rgba(227, 224, 214, 0.78) solid;
  display: inline-block; }
.realisation .reverse {
  -webkit-transform: rotate(225deg) translate(-6px, -4px);
          transform: rotate(225deg) translate(-6px, -4px); }
.realisation .img img {
  height: 300px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.8);
          box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.8); }
.realisation .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.4);
          box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.4); }
  .realisation .img2 img {
    height: 316px;
    width: 416px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(1px);
            filter: blur(1px);
    opacity: 0.5; }
.realisation h3 {
  font-weight: 400;
  color: #2d2d2d;
  font-size: 28px;
  margin-top: 55px;
  margin-bottom: 0px; }
.realisation h2 {
  font-size: 54px;
  line-height: 54pt;
  color: #427e83;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 50px;
  text-align: center; }
.realisation .tit {
  padding: 0px 10px 10px 10px;
  background: rgba(227, 224, 214, 0.85);
  width: 400px;
  -webkit-transform: translate(90px, -90px);
          transform: translate(90px, -90px);
  display: inline-block;
  -webkit-box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.9);
          box-shadow: 9px 12px 15px 1px rgba(23, 22, 22, 0.9);
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s; }
.realisation .img2:after {
  z-index: -1;
  content: '';
  height: 100%;
  width: 100%;
  background: #427e83;
  position: absolute;
  top: 0;
  opacity: 0.5;
  left: 0; }
.realisation .catego {
  color: #e2e0d6; }
.realisation .post {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
.realisation .post:nth-child(2n+2) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
.realisation .somewhere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.realisation .group-img {
  position: relative;
  padding: 8px; }
.realisation .contenutxt {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 50%;
  padding: 40px 20px 20px 20px;
  opacity: 0;
  text-align: justify;
  color: #e2e0d6; }
.realisation p.catparr {
  position: absolute;
  top: 0;
  right: 30px;
  background: #2d2d2d;
  color: rgba(255, 255, 0, 0.8);
  padding: 5px 15px; }
.realisation .open {
  margin: 60px 0; }
  .realisation .open .contenutxt {
    display: block;
    position: relative; }
  .realisation .open .tit {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    width: 396px; }
.realisation .catego.parentcat {
  margin: 60px auto;
  text-align: center; }
.realisation .post .fermer {
  display: none;
  position: absolute;
  right: 20px;
  top: -30px;
  font-weight: 400;
  font-size: 40px;
  cursor: pointer; }
.realisation .post.open .fermer {
  display: block; }
.realisation .load-more.btn_pinceau.vert {
  text-align: center;
  margin-left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  margin-top: 30px;
  font-size: 40px;
  cursor: pointer;
  margin: auto;
  color: #e2e0d6;
  padding-right: 10%; }
.realisation .catego {
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  margin-bottom: 20px; }
.realisation .catego.parentcat {
  -webkit-transform: unset;
          transform: unset; }

.open .tit p {
  display: block; }

#form {
  max-width: 1200px;
  margin: auto; }
  #form label.labels {
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #form .champs {
    position: relative;
    margin: 30px 0 10px 0; }
  #form input.wpcf7-form-control.wpcf7-text {
    background: none;
    border: none;
    border-bottom: rgba(255, 255, 0, 0.8) solid 1px;
    font-size: 20px;
    color: #e2e0d6;
    width: 70%; }
  #form label.labels.active {
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
    font-size: 14px; }
  #form input.wpcf7-form-control.wpcf7-text:focus, #form textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none; }
  #form .champs.demi {
    width: 49%;
    display: inline-block; }
  #form .wpcf7-response-output {
    color: white; }
  #form .champs.demi:nth-child(2n+1) p {
    margin-left: 30%; }
  #form .champs.demi:nth-child(2n+1) input.wpcf7-form-control.wpcf7-text {
    width: 100%; }
  #form input.wpcf7-form-control.wpcf7-submit {
    background: #4a7073;
    color: #e3e0d6;
    border: none;
    position: relative;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 30px; }
  #form span.wpcf7-form-control-wrap.Message {
    display: block; }
  #form textarea.wpcf7-form-control.wpcf7-textarea {
    background: none;
    border: 1px solid rgba(255, 255, 0, 0.8);
    width: 100%;
    font-size: 20px;
    color: #e2e0d6;
    padding: 10px; }
  #form label {
    color: #c8c6bd;
    font-size: 20px; }
  #form h2 {
    font-size: 54px;
    line-height: 54pt;
    color: #e2e0d6;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 50px;
    text-align: center;
    margin: 120px 0 50px 0; }

.logo img {
  height: 60px; }

.flechebas, .burger {
  cursor: pointer; }

div#menu {
  position: fixed;
  top: 0;
  padding: 10px 50px 5px 50px;
  width: 100vw;
  background: rgba(45, 45, 45, 0.95);
  z-index: 9;
  max-width: unset;
  width: calc(100VW - 100px); }

.trait {
  width: 50px;
  height: 3px;
  background: #bbb9b1;
  margin-bottom: 10px; }

.trait:nth-child(1) {
  -webkit-transition: 1s ease;
  transition: 1s ease; }

.trait:nth-child(2) {
  width: 40px;
  margin-left: 10px; }

.trait:nth-child(3) {
  width: 25px;
  margin-left: 25px;
  -webkit-transition: 1s ease;
  transition: 1s ease; }

.logo {
  display: inline-block; }

.burger {
  display: inline-block;
  float: right;
  margin: 15px 0 0 0; }

ul#menu-principal li a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e2e0d6;
  text-decoration: none;
  margin: 10px 20px; }

ul#menu-principal li {
  list-style: none;
  display: inline-block; }

.ouvt .trait:nth-child(2) {
  visibility: hidden; }
.ouvt .trait:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 38px; }
.ouvt .trait:nth-child(3) {
  width: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  margin: 0; }

.zonemenu {
  -webkit-transform: translateX(calc(100% - 50px));
          transform: translateX(calc(100% - 50px));
  -webkit-transition: 1s ease;
  transition: 1s ease; }

.zonemenu.ouvt {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.menu-principal-container {
  display: inline-block;
  float: right; }

.zonemenu {
  display: inline-block;
  float: right; }

@media (max-width: 767px) {
  .logo img {
    height: 40px;
    margin-top: 6px; }

  h2.prems {
    font-size: 27px;
    line-height: 45px;
    position: relative; }

  .contenu h1 {
    font-size: 60px; }

  ul#menu-principal {
    margin-top: 60px; }

  ul#menu-principal li {
    margin: 20px 0; }

  div#menu {
    width: 100%;
    padding: 0px; }

  div#page {
    /* overflow: hidden; */
    width: 100%;
    /* margin: 0; */ }

  #form input.wpcf7-form-control.wpcf7-text {
    width: 90%; }

  .realisation .load-more.btn_pinceau.vert {
    text-align: center;
    font-size: 20px;
    line-height: 18px; }

  .sommes-nous .text p {
    padding: 0 !important;
    font-size: 20px; }

  .job .img-job1 .btn_pinceau {
    position: absolute;
    top: 60px;
    left: 10%;
    font-size: 20px;
    line-height: 20px; }

  .job .img-job2 .btn_pinceau {
    position: absolute;
    top: 60px;
    left: 10%;
    font-size: 20px;
    line-height: 20px; }

  #realisation .btn_pinceau.vert:before {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }

  #job .btn_pinceau:before {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

  .sommes-nous .btn_pinceau:before {
    height: 146%;
    top: -24%;
    left: 25%;
    -webkit-transform: translateX(-25%);
    transform: translate(-25%, 15%); }

  p.btn_pinceau.vert {
    padding: 0 20px 20px 20px !important; }

  .realisation .open .tit {
    width: calc(100% - 20px); }

  .realisation .post {
    width: 100%;
    -webkit-transform: unset;
            transform: unset; }

  #form .champs.demi {
    width: 100%; }

  #form .champs.demi:nth-child(2n+1) p {
    margin-left: 0;
    padding-right: 30px; }

  .sommes-nous .img-sommes-nous {
    display: none !important; }

  .sommes-nous .text {
    width: 90% !important;
    max-width: unset; }

  .realisation .post:nth-child(2n+2) {
    /* -webkit-transform: translateY(100px); */
    -webkit-transform: unset;
            transform: unset; }

  .img-job2.anime {
    width: 50%;
    margin-top: 20%;
    left: 50%; }

  .img-job1.hovered.anime {
    margin-left: 0;
    width: 60%;
    margin-top: 16%; }

  .img-banner {
    height: 100vw;
    background-position: center center; }

  .contenu {
    height: auto;
    width: 90vw; }

  .fleche {
    display: none; }

  div#job li {
    font-size: 20px; }

  .job .contenu1, .job .contenu2 {
    position: relative;
    height: 0;
    margin: 0;
    z-index: 1000;
    top: unset;
    left: unset;
    width: calc(100% - 30px);
    padding: 0;
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

  .job .ouverr .contenu1, .job .ouverr .contenu2 {
    padding: 15px;
    height: auto; }

  .img-job2.anime {
    margin-bottom: 55px; }

  .realisation .contenutxt {
    max-width: 90%; }

  .realisation .post.open .fermer {
    display: none; }

  #form .champs.demi:nth-child(2n+1) {
    max-width: 73%; }

  .somewhere {
    width: 100%; }

  .container {
    padding: 30px 10px;
    position: relative; }

  body.home.page-template.page-template-home.page-template-home-php.page.page-id-13 {
    position: relative;
    max-width: 100vw;
    padding: 5px;
    margin: 0; }

  .job h2 {
    font-size: 28px;
    line-height: 28pt; }

  .img-job1.hovered.anime, .img-job2.anime {
    width: 100%;
    height: 200px; }

  .img-job2.anime {
    width: 100%;
    margin-top: 0;
    left: 0;
    position: relative;
    top: 40px; }

  .contenu h1 span {
    right: 110px; }

  div#sommes-nous h2 {
    font-size: 28px;
    line-height: 28pt; }

  div#realisation h2 {
    font-size: 28px;
    line-height: 28pt; }

  div#form h2 {
    font-size: 28px;
    line-height: 28pt; }

  .sommes-nous p.btn_pinceau.vert {
    text-align: center;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px; }

  .realisation .tit {
    width: calc(100% - 50px); }

  .post {
    max-width: 100%; }

  .realisation .img img {
    height: 200px;
    width: 100%; }

  .realisation h3 {
    font-size: 20px; }

  .realisation .img2 img {
    height: 216px;
    width: 100%; }

  .menu-principal-container {
    width: 100vw;
    text-align: right;
    position: absolute;
    right: -150vw;
    background: rgba(187, 185, 177, 0.9);
    -webkit-transition: 1s ease;
    transition: 1s ease;
    padding-right: 50px;
    height: 100vh; }

  .zonemenu.ouvt .menu-principal-container {
    right: 0; }

  .zonemenu.ouvt .trait {
    background: #2d2d2d; }

  ul#menu-principal li {
    display: block;
    margin-left: 20px; }

  ul#menu-principal li a {
    color: #2d2d2d; }

  .job .actiff .contenu1, .job .actiff .contenu2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 90% !important;
    position: relative;
    left: 0;
    margin-left: 0; }

  .job .actiff .img-job1.hovered, .job .actiff .img-job2.hovered {
    -webkit-transform: translateY(67px);
            transform: translateY(67px);
    position: relative;
    width: 102% !important;
    left: 0 !important;
    margin: 0 !important;
    height: 200px !important;
    top: 0 !important;
    height: 210px !important;
    padding: r; }

  .actiff div#job {
    padding: 39px 0; }

  h2.prems {
    padding-bottom: unset; }

  .realisation .tit {
    -webkit-transform: translate(30px, -40px);
            transform: translate(30px, -40px); }

  #form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%; }

  .logo {
    padding: 5px; }

  .burger {
    margin: 15px 0px 0px -15px; } }

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