@charset "UTF-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@font-face {
  font-family: 'Quicksand_Bold';
  src: url("../fonts/Quicksand_Bold.eot");
  src: local("☺"), url("../fonts/Quicksand_Bold.woff") format("woff"), url("../fonts/Quicksand_Bold.ttf") format("truetype"), url("../fonts/Quicksand_Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'quicksandbook';
  src: url("../fonts/quicksand_book-webfont.eot");
  src: url("../fonts/quicksand_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand_book-webfont.woff") format("woff"), url("../fonts/quicksand_book-webfont.ttf") format("truetype"), url("../fonts/quicksand_book-webfont.svg#quicksandbook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'terminal_dosisregular';
  src: url("../fonts/terminaldosis-regular-webfont.eot");
  src: url("../fonts/terminaldosis-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/terminaldosis-regular-webfont.woff2") format("woff2"), url("../fonts/terminaldosis-regular-webfont.woff") format("woff"), url("../fonts/terminaldosis-regular-webfont.ttf") format("truetype"), url("../fonts/terminaldosis-regular-webfont.svg#terminal_dosisregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%; }

body {
  font-family: Helvetica, Helvetica Neue, Arial;
  font-size: 1.5em;
  line-height: 1.4;
  background-color: #dddddd;
  color: #fff; }

body.mentions {
  background-color: #3c3c3e; }
  body.mentions .row {
    padding: 0px 60px; }
  body.mentions h2 {
    margin-top: 0px; }
  body.mentions a {
    color: #e0311c;
    text-decoration: none; }
    body.mentions a:hover {
      color: #979799; }
  body.mentions p {
    text-align: justify; }

* {
  box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #c13420;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #c13420;
  color: #fff;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#logo {
  float: left;
  width: 220px;
  height: auto;
  color: #fff;
  font-size: 1.2em; }
  #logo img {
    width: 100%;
    height: auto; }

h1 {
  margin: 0px;
  padding: 0px; }

header {
  font-family: 'terminal_dosisregular';
  position: fixed;
  top: 0;
  z-index: 500; }
  header .config {
    margin-top: 20px;
    color: #fff;
    float: right;
    font-size: 0.85em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
    header .config span {
      font-size: 0.80em;
      font-weight: normal;
      font-family: 'quicksandbook'; }
  header .row {
    max-width: 1120px; }

header, footer {
  width: 100%;
  padding: 30px 0px;
  background-color: #3c3c3e; }

header.fixed {
  background-color: #3c3c3e;
  transition: 0.5s;
  padding: 10px 0px; }

footer {
  font-size: 0.9em;
  color: #fff;
  padding-top: 50px; }
  footer .row {
    border-top: 1px solid #979799;
    padding-top: 50px; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer a:hover {
    color: rgba(255, 255, 255, 0.5); }
  footer .copy {
    float: left; }
  footer .social {
    float: right; }
    footer .social li {
      float: left;
      list-style: none;
      margin-left: 20px; }
    footer .social .facebook, footer .social .twitter {
      display: block;
      width: 30px;
      height: 30px;
      transition: 0.3s;
      background: url(../img/sprite.png) no-repeat; }
    footer .social .facebook {
      background-position: -400px -1110px; }
      footer .social .facebook:hover {
        background-position: -400px -1140px; }
    footer .social .twitter {
      background-position: -400px -1170px; }
      footer .social .twitter:hover {
        background-position: -400px -1200px; }

/* Trinculo */
.nav-inner {
  transition: 0.5s; }

.nav-inner li {
  position: relative;
  margin: 0 0.9em; }

.nav-inner a {
  position: relative;
  padding: 1em 0.1em;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

.nav-inner a:hover,
.nav-inner a:focus {
  color: rgba(255, 255, 255, 0.5); }

.nav-inner a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background: #e0311c;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s; }

.nav-inner a.active::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  transition: transform 0.2s, opacity 0.1s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.nav-inner span {
  display: block;
  pointer-events: none; }

.nav-inner a.active span {
  -webkit-animation: anim-trinculo 0.6s forwards;
  animation: anim-trinculo 0.6s forwards; }

@-webkit-keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #c13420;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  51% {
    opacity: 0;
    color: #c13420;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    opacity: 1;
    color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #c13420;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  51% {
    opacity: 0;
    color: #c13420;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    opacity: 1;
    color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Fin Trinculo */
.navigation {
  overflow: auto;
  color: #fff;
  display: inline-block;
  margin-top: 16px; }
  .navigation nav ul {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px; }
    .navigation nav ul li {
      list-style: none;
      float: left; }
      .navigation nav ul li a {
        padding: 1em 0.1em;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.0em;
        letter-spacing: 0.03em;
        outline: none; }

.row {
  max-width: 980px;
  margin: 0px auto;
  overflow: hidden; }

section {
  position: relative;
  padding-top: 100px; }
  section h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-family: "Quicksand_Bold";
    text-transform: uppercase; }
  section h3 {
    text-transform: uppercase;
    font-family: 'quicksandbook'; }
  section article p {
    margin: 20px 0px 30px 0px; }
  section .arrow {
    width: 106px;
    height: 21px;
    z-index: 10;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 0px;
    background: url(../img/sprite.png) -50px -550px no-repeat; }
  section#accueil {
    padding-top: 130px;
    background-color: #3c3c3e; }
    section#accueil #slider-home {
      width: 100%;
      text-align: center; }
      section#accueil #slider-home img {
        width: 100%; }
      section#accueil #slider-home .text-home {
        position: absolute;
        top: 200px;
        width: 100%;
        text-align: center; }
        section#accueil #slider-home .text-home p {
          letter-spacing: 0.1em;
          font-size: 3.9em;
          margin-top: 0px;
          text-transform: uppercase;
          text-shadow: 9px 9px 13px rgba(0, 0, 0, 0.8);
          font-family: "Quicksand_Bold"; }
          section#accueil #slider-home .text-home p span {
            font-size: 0.45em;
            display: block;
            font-family: 'terminal_dosisregular'; }
        section#accueil #slider-home .text-home img {
          width: 40%; }
      section#accueil #slider-home .jeuxConcours {
        font-family: "Quicksand_Bold";
        position: absolute;
        right: 20px;
        bottom: 40px;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        background: rgba(0, 0, 0, 0.48);
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: center;
        padding: 30px 5px; }
        section#accueil #slider-home .jeuxConcours span.small {
          font-size: 0.7em;
          font-family: 'quicksandbook'; }
        section#accueil #slider-home .jeuxConcours .rodez {
          font-size: 1.0em; }
        section#accueil #slider-home .jeuxConcours a {
          font-size: 1.2em;
          margin-top: 10px;
          padding: 10px 20px;
          transition: 0.3s;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48); }
          section#accueil #slider-home .jeuxConcours a:hover {
            color: #bf3421;
            background-color: #fff;
            box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3); }
        section#accueil #slider-home .jeuxConcours p {
          margin: 0px;
          font-size: 0.7em;
          font-family: 'quicksandbook';
          margin-bottom: 5px; }
        section#accueil #slider-home .jeuxConcours span {
          display: block;
          text-align: center;
          font-size: 1.25em;
          line-height: 1.1em; }
          section#accueil #slider-home .jeuxConcours span:first-of-type {
            margin-top: 15px; }
          section#accueil #slider-home .jeuxConcours span:last-of-type {
            margin-top: 10px;
            margin-bottom: 5px; }
      section#accueil #slider-home .btnScrollHome {
        bottom: 20px;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        position: absolute;
        display: block;
        right: 50%;
        margin-right: -45px;
        background: #e0311c url(../img/sprite.png) -50px -1021px no-repeat;
        transition: 0.3s; }
        section#accueil #slider-home .btnScrollHome:hover {
          bottom: 25px;
          background: #fff url(../img/sprite.png) -50px -1111px no-repeat;
          box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.3); }
  section#nous {
    background-color: #202020;
    padding-bottom: 120px;
    text-align: center; }
    section#nous ul {
      max-width: 900px;
      margin: 0px auto;
      padding: 0px; }
      section#nous ul li {
        float: left;
        list-style: none;
        width: 33%;
        text-align: center; }
        section#nous ul li:first-child {
          border-right: 1px solid #fff; }
        section#nous ul li:last-child {
          border-left: 1px solid #fff; }
        section#nous ul li span {
          font-size: 1.1em;
          display: inline-block;
          padding: 40px 20px 0px 20px; }
        section#nous ul li .item01 {
          background: url(../img/sprite.png) -50px -40px no-repeat;
          width: 107px;
          height: 108px;
          margin: 0 auto; }
        section#nous ul li .item02 {
          background: url(../img/sprite.png) -200px -40px no-repeat;
          width: 142px;
          height: 108px;
          margin: 0 auto; }
        section#nous ul li .item03 {
          background: url(../img/sprite.png) -400px -40px no-repeat;
          width: 142px;
          height: 108px;
          margin: 0 auto; }
  section#ensemble {
    background-color: #cc3333;
    text-align: center;
    padding-bottom: 200px;
    padding-top: 200px;
    background: #df311c url(../img/bkg-ensemble.jpg) bottom left no-repeat; }
    section#ensemble h2 {
      font-size: 4.2em;
      text-align: left; }
      section#ensemble h2 span {
        font-family: 'quicksandbook'; }
  section#livingRom {
    background-color: #ffffff;
    color: #333333; }
    section#livingRom .row {
      max-width: 100%; }
    section#livingRom article {
      padding-left: 50px;
      max-width: 500px; }
      section#livingRom article p {
        line-height: 1.6em;
        color: #9a9a9a; }
      section#livingRom article .garantis {
        margin-top: 40px;
        width: 110px;
        height: 110px;
        background: url(../img/sprite.png) -550px -1110px no-repeat; }
      section#livingRom article.liste {
        display: inherit;
        margin: 20px auto 60px auto;
        padding-left: 0px;
        text-align: center;
        width: 100%; }
        section#livingRom article.liste ul {
          padding: 0px;
          display: inline-block;
          list-style-image: url(../img/bullet-rom.png); }
        section#livingRom article.liste h2 {
          text-align: center; }
        section#livingRom article.liste li {
          line-height: 0.4em; }
        section#livingRom article.liste h3 {
          font-family: Helvetica, Helvetica Neue, Arial;
          font-weight: initial;
          font-size: 1.2em;
          text-align: left; }
    section#livingRom .arrow {
      background: url(../img/sprite.png) -200px -550px no-repeat;
      left: 30%; }
    section#livingRom .imgItem {
      vertical-align: top; }
  section#personnaliser {
    background: #fff url(../img/bkg-slider-repeat.jpg) repeat-x bottom;
    color: #333333; }
    section#personnaliser .row {
      max-width: 1280px;
      position: relative; }
    section#personnaliser article {
      vertical-align: top;
      width: 60%;
      margin: 0px 20% 60px 20%;
      text-align: center; }
      section#personnaliser article p {
        line-height: 1.6em;
        color: #9a9a9a; }
    section#personnaliser #video-personnaliser {
      max-width: 1240px;
      margin: 0px auto 40px auto; }
      section#personnaliser #video-personnaliser video {
        width: 100%;
        height: auto; }
  section#projets3D {
    background-color: #2a2a2a;
    color: #ffffff;
    text-align: center;
    padding: 0px; }
    section#projets3D .row {
      position: relative;
      min-height: 750px;
      max-width: 1240px; }
    section#projets3D .arrow {
      background: url(../img/sprite.png) -400px -550px no-repeat; }
    section#projets3D #video-projet3D {
      position: relative;
      max-width: 820px;
      margin: 0px auto 350px auto; }
      section#projets3D #video-projet3D video {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.21); }
      section#projets3D #video-projet3D #video-controls {
        z-index: 10;
        position: absolute;
        right: 0px;
        opacity: 0;
        transition: all 0.3s ease; }
      section#projets3D #video-projet3D #full-screen {
        cursor: pointer;
        opacity: 0.8;
        width: 32px;
        height: 32px;
        background: #fff url(../img/sprite.png) -132px -1231px no-repeat; }
      section#projets3D #video-projet3D:hover #video-controls {
        opacity: 1; }
    section#projets3D article {
      top: 0px;
      display: block;
      margin: 60px 25%; }
      section#projets3D article p {
        opacity: 0.75; }
    section#projets3D .familleProjets3D {
      position: absolute;
      bottom: 0px; }
      section#projets3D .familleProjets3D img {
        width: 100%;
        height: auto; }
  section#realisations {
    background-color: #f6f6f8;
    color: #333333;
    text-align: center;
    padding-bottom: 100px; }
    section#realisations .row {
      max-width: 1700px; }
    section#realisations .arrow {
      background: url(../img/sprite.png) -690px -550px no-repeat; }
    section#realisations #mygallery {
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
  section#contact {
    background-color: #c03421;
    color: #ffffff;
    background: #df311c url(../img/bkg-contact.jpg) bottom left no-repeat;
    min-height: 850px; }
    section#contact .arrow {
      background: url(../img/sprite.png) -400px -550px no-repeat; }
    section#contact h2 {
      text-align: center; }
    section#contact article {
      vertical-align: top;
      width: 100%;
      padding-left: 120px; }
      section#contact article #formulaire, section#contact article .adresse {
        display: inline-block;
        vertical-align: top; }
      section#contact article #formulaire {
        width: 50%;
        border-right: 5px solid #000;
        padding-right: 60px; }
      section#contact article .upper {
        text-transform: uppercase;
        font-size: 1.6em;
        margin-top: 0px; }
      section#contact article .adresse {
        padding-left: 60px;
        width: 45%;
        margin-right: 5%;
        text-align: right; }
        section#contact article .adresse span {
          text-transform: uppercase; }
        section#contact article .adresse .jeux {
          font-size: 1.4em;
          text-align: center;
          padding-bottom: 60px; }
          section#contact article .adresse .jeux p:last-child {
            font-size: 1.25em;
            line-height: 0.9em; }
          section#contact article .adresse .jeux .small {
            font-size: 0.6em;
            display: inline-block;
            padding-bottom: 10px; }
        section#contact article .adresse .text {
          text-align: left; }
          section#contact article .adresse .text p:last-child {
            text-transform: initial;
            font-size: 0.9em;
            text-align: left; }
    section#contact .adresse p {
      font-size: 1.2em;
      text-transform: uppercase;
      font-family: 'quicksandbook'; }
      section#contact .adresse p strong {
        font-family: "Quicksand_Bold"; }
  section article {
    width: 50%;
    display: inline-block; }
  section .imgItem {
    width: 50%;
    display: inline-block; }
    section .imgItem img {
      width: 100%;
      height: auto; }

.coussins {
  position: absolute;
  right: 0px;
  margin-top: -295px;
  z-index: 10;
  width: 710px;
  height: 400px;
  transition: all 0.3s ease; }
  .coussins .owl-carousel .owl-item {
    transition: all 1.2s ease;
    opacity: 0; }
  .coussins .owl-carousel .owl-item.active {
    transition: all 1.2s ease;
    opacity: 1; }

/*

HACKS IE8 & MOBILE VIDEO TO IMG BACKGROUND

 */
.imgMobile {
  background: url("../videos/video-projet-3d.jpg") top center no-repeat fixed;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute; }

.imgMobilePerso {
  background: url("../videos/video-rom-animation.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 450px; }

.link, input[type="submit"] {
  font-family: 'terminal_dosisregular';
  background-color: #e0311c;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: 0.2em; }

.owl-carousel .owl-nav {
  position: absolute;
  z-index: 100;
  top: 220px;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 21px;
    height: 61px;
    transition: all 0.3s ease; }
  .owl-carousel .owl-nav .owl-prev {
    background: url(../img/sprite.png) -600px -40px no-repeat;
    float: left; }
  .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../img/sprite.png) -630px -40px no-repeat; }
  .owl-carousel .owl-nav .owl-next {
    background: url(../img/sprite.png) -700px -40px no-repeat;
    float: right; }
  .owl-carousel .owl-nav .owl-next:hover {
    background: url(../img/sprite.png) -670px -40px no-repeat; }

/* --------------------------------------- */
/*               GALERIE PHOTOS            */
/* --------------------------------------- */
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  background-color: #c13422;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.description:before {
  content: '';
  height: 100%; }

.description:before, .description h4 {
  display: inline-block;
  vertical-align: middle; }

.vnbx-pager {
  display: none; }

.moreImages {
  color: #fff;
  display: block;
  padding-top: 70px;
  width: 260px;
  min-height: 220px;
  font-size: 1.4em;
  transition: all 0.5s ease;
  font-family: 'quicksandbook';
  background: #e0311c url(../img/sprite.png) 30px -900px no-repeat;
  cursor: pointer; }
  .moreImages:hover {
    color: #df311c;
    background: #fff url(../img/sprite.png) 30px -1000px no-repeat; }

/* --------------------------------------- */
/*          FORMULAIRE DE CONTACT          */
/* --------------------------------------- */
#form {
  font-size: 1.1em;
  padding: 0px;
  color: #fff; }

#form input {
  line-height: 1.5em; }

#form input, #form textarea {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  margin-top: 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  transition: all 0.5s ease; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

#form textarea {
  height: 200px;
  line-height: 1.5em;
  resize: none; }

#form input[type="text"]:focus,
#form input[type="textarea"]:focus,
#form input[type="tel"]:focus,
#form input[type="email"]:focus {
  color: #000;
  border: 2px solid #000;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

#form input[type="submit"] {
  background: #fff;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  border: 0px;
  line-height: 1.6em; }

#html_element > div {
  margin: 10px 0px; }

#form input[type="submit"]:hover,
#form input[type="submit"]:active {
  cursor: pointer; }

#form input[type="radio"] + label, #form input[type="checkbox"] + label {
  color: #000;
  font-size: 1em;
  curser: pointer;
  float: left;
  font-size: 0.8em; }

#form input[type="radio"],
#form input[type="checkbox"] {
  width: 20px;
  float: left;
  curser: pointer; }

#form p {
  margin: 0px; }

#form span.wpcf7-list-item-label {
  font-size: 0.8em !important;
  margin: 0 0px 0px 15px; }

#form .wpcf7-radio span.wpcf7-list-item-label {
  float: left; }

#form .wpcf7-checkbox, #form .wpcf7-radio {
  width: 20px;
  position: relative;
  margin: 20px auto; }

#form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  margin: 0px 10px 0px 0px;
  padding-left: 25px;
  line-height: 2em; }

#form .wpcf7-form-control-wrap {
  margin: 10px 0px;
  display: block; }

#form .wpcf7-checkbox .wpcf7-list-item-label:before, #form .wpcf7-radio .wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff; }

#form .wpcf7-checkbox .wpcf7-list-item-label:after, #form .wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s ease; }

#form .wpcf7-checkbox .wpcf7-list-item-label:hover::after, #form .wpcf7-radio .wpcf7-list-item-label:hover::after {
  opacity: 0.6; }

#form .wpcf7-checkbox input[type=checkbox], #form .wpcf7-radio input[type=radio] {
  display: none; }

#form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after,
#form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

#form #partPro.wpcf7-radio .wpcf7-list-item.last span.wpcf7-list-item-label {
  float: none;
  display: block;
  margin-top: 5px; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  position: absolute;
  font-size: 0.9em;
  padding: 5px 10px;
  border: none;
  clear: both;
  margin-top: -50px; }

div.wpcf7-validation-errors {
  background-color: rgba(218, 0, 32, 0.74);
  position: absolute;
  margin-top: -50px;
  border: none;
  font-size: 0.9em; }

div.wpcf7-mail-sent-ok {
  background-color: #e31613; }

#form input.wpcf7-not-valid {
  border: 2px solid rgba(218, 0, 32, 0.74); }

span.wpcf7-not-valid-tip {
  display: none; }

/*http://codepen.io/raphaelgoetter/pen/mVpdYV?editors=110*/
/* Responsive Navigation styles begin here */
.navigation > input,
.nav-button {
  display: none;
  /* hidden on large screens */ }

/* small screens styles */
@media (max-width: 820px) {
  #logo {
    float: right;
    margin-right: 20px; }
  header {
    position: fixed;
    min-height: auto; }
  section {
    padding-top: 0px; }
    section#accueil {
      margin-top: 0px; }
      section#accueil .btnScrollHome {
        display: none !important; }
  .navigation nav ul {
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .navigation nav ul li {
      width: 50%;
      float: none;
      margin: 30px 25%; }
      .navigation nav ul li a {
        width: 100%;
        padding: 0px;
        line-height: 3.4em;
        text-align: center; }
    .navigation nav ul li:after {
      content: ""; }
  .nav-inner {
    margin: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    transform: translateX(-100%) translateZ(0);
    transition: transform .2s;
    will-change: transform; }
    .nav-inner ul {
      background-color: #3c3c3e;
      border-left: 5px solid #e4110e;
      border-right: 5px solid #e4110e;
      border-bottom: 5px solid #e4110e; }
  header, header.fixed {
    padding: 10px 0px;
    height: 150px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); }
    header #logo, header.fixed #logo {
      width: 210px; }
  /* here's goes the slide effect */
  input:checked ~ .nav-inner {
    transform: translateX(0); }
  input:checked + .nav-button span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  input:checked + .nav-button span:nth-child(2) {
    opacity: 0;
    left: -30px; }
  input:checked + .nav-button span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nav-button {
    position: absolute;
    z-index: 500;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0px 0px 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .nav-button span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .nav-button span:nth-child(1) {
    top: 0px; }
  .nav-button span:nth-child(2) {
    top: 10px; }
  .nav-button span:nth-child(3) {
    top: 20px; } }

#form .message {
  padding: 10px 0px; }
  #form .message .error {
    background-color: #ba0a06;
    padding: 5px;
    border-radius: 5px; }
  #form .message p {
    margin: 15px 0px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@media screen and (max-width: 600px) {
  body {
    font-size: 1.2em; }
  section h2 {
    margin: 20px 0px;
    font-size: 1.4em; }
  section#accueil #slider-home .text-home {
    top: 80px; }
  section#nous ul li {
    float: none;
    border: none !important;
    width: auto; }
  section#projets3D #video-projet3D {
    margin: 0px auto 100px auto; }
  section#personnaliser {
    background: #fff; }
  body .coussins {
    margin-top: -300px;
    transform: scale(0.4);
    transform-origin: 90% 50%; } }

@media screen and (max-width: 920px) {
  .moreImages {
    width: 100%;
    background: #e0311c; }
    .moreImages:hover {
      background: #fff; } }

@media screen and (max-width: 920px) {
  header .config {
    display: none; } }

@media screen and (max-width: 980px) {
  .garantis {
    margin: 40px auto; }
  #logo {
    width: 170px; }
  .nav-inner li {
    margin: 0 0.50em; }
  .nav-inner a.active {
    background-color: rgba(151, 151, 153, 0.21); }
  footer .row {
    border: none; }
  section .row, footer .row {
    padding: 0px 20px; }
  section {
    padding: 50px 0px; }
    section article {
      text-align: center;
      padding: 0px;
      width: 60%;
      margin: 0px 20% 60px 20%; }
    section#accueil {
      padding: 0px; }
      section#accueil #slider-home .jeuxConcours {
        position: relative;
        width: 100%;
        background: #3c3c3e;
        border-radius: 0px;
        bottom: 0px;
        right: 0px;
        height: auto; }
      section#accueil #slider-home .btnScrollHome {
        border-radius: 0px;
        height: 40px;
        bottom: 0px;
        text-decoration: none;
        background-position: -50px -1045px;
        display: none; }
        section#accueil #slider-home .btnScrollHome:hover {
          background-position: -50px -1135px; }
      section#accueil #slider-home .text-home p {
        font-size: 2em; }
      section#accueil #slider-home .logo {
        display: none; }
    section#ensemble {
      padding-top: 50px; }
      section#ensemble h2 {
        margin: 50px 0px;
        font-size: 2.2em;
        text-align: center; }
    section#personnaliser {
      background: #fff;
      padding-bottom: 0px; }
      section#personnaliser .navSliderCanap {
        margin-bottom: 20px; }
    section#projets3D .row {
      padding: 0px;
      min-height: 450px; }
      section#projets3D .row article {
        width: 70%;
        margin: 40px 15%; }
    section#projets3D #video-projet3D {
      width: 100%; }
    section#realisations {
      padding-bottom: 50px; }
      section#realisations .titreReal {
        width: 100%;
        overflow: auto; }
    section#livingRom {
      padding-bottom: 0px; }
      section#livingRom article {
        width: auto;
        padding: 0px; }
      section#livingRom .imgItem {
        padding-top: 40px;
        width: 100%; }
    section#contact {
      background-position: bottom left !important; }
      section#contact article {
        margin: 0px;
        padding-left: 0px; }
        section#contact article #formulaire {
          width: 90% !important;
          margin: 0px;
          border: 0px;
          padding: 0px; }
        section#contact article .adresse {
          padding-left: 0px;
          width: 90%;
          margin-right: 0%;
          text-align: center;
          text-shadow: none; }
          section#contact article .adresse p {
            text-align: center; }
          section#contact article .adresse .text p:last-child {
            text-align: center; }
  section#personnaliser .owl-item.active .apparition {
    width: 48%; } }

@media screen and (max-width: 1100px) {
  .coussins {
    margin-top: -308px;
    transform: scale(0.7);
    transform-origin: 100% 100%; }
  header .config {
    margin-right: 20px; }
  header .row {
    max-width: 1024px; }
  .nav-inner li {
    margin: 0 0.70em; } }

@media screen and (max-width: 1280px) {
  section#accueil #slider-home .text-home {
    font-size: 0.7em; }
    section#accueil #slider-home .text-home img {
      width: 30%; }
  section#contact {
    background-position: 850px 600px;
    background-size: 60%; }
    section#contact article {
      padding-left: 0px; }
      section#contact article #formulaire {
        width: 50%; }
      section#contact article .adresse {
        text-shadow: #000 2px 2px 5px; } }

@media screen and (min-width: 1600px) {
  section#accueil #slider-home .jeuxConcours {
    right: 15%;
    bottom: 80px; } }
