@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  overflow-x: hidden; }

a {
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%; }

hr {
  border: none;
  height: 1px;
  background: #002241; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #002241;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }

h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 1260px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 1000px) {
    h3 {
      font-size: 25px;
      font-size: 1.5625rem; } }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid #002241;
  display: inline-block;
  margin-top: 1.25em;
  font-weight: 600; }
  h4 + .flex {
    margin: 1.25em 0; }

p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
  color: #757679; }

b {
  color: #002241; }

.small {
  font-size: 15px;
  font-size: 0.9375rem; }

.list {
  margin-top: 25px; }
  .list li {
    margin-bottom: 1em;
    padding-left: 20px;
    position: relative;
    color: #757679; }
    .list li:before {
      position: absolute;
      content: "/";
      font-size: 20px;
      font-size: 1.25rem;
      display: inline-block;
      left: 0; }
  .list.narrow li {
    margin-bottom: 0.25em; }
  @media only screen and (min-width: 1260px) {
    .contentHero .list {
      margin-top: 100px; } }

.flexForm {
  margin-top: 50px; }
  .flexForm input, .flexForm textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #c8c9cb;
    margin-bottom: 25px; }
  .flexForm .input {
    position: relative; }
  .flexForm .label {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background: #c8c9cb;
    width: 125px;
    text-align: right;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    font-size: 0.9375rem; }
  .flexForm .placeholder {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #c8c9cb;
    height: 100%;
    padding: 12px 20px; }
  .flexForm input:not(:placeholder-shown) ~ .label,
  .flexForm textarea:not(:placeholder-shown) ~ .label {
    opacity: 1; }
  .flexForm input:not(:placeholder-shown) ~ .placeholder,
  .flexForm textarea:not(:placeholder-shown) ~ .placeholder {
    opacity: 0; }
  .flexForm textarea:not(:placeholder-shown) ~ .placeholder {
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .flexForm .label {
      right: 0;
      bottom: 0;
      border-bottom-right-radius: 0; } }
  @media only screen and (min-width: 1000px) {
    .flexForm {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .flexForm .content {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }

a {
  color: #002241;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:visited {
    color: #002241; }
  a:hover, a:focus, a:active {
    color: #002241; }
  a:hover, a:active {
    outline: 0; }
  a.btn {
    font-size: 18px;
    font-size: 1.125rem;
    background: #002241;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #002241; }
    a.btn:hover {
      background: transparent;
      color: #002241; }
    .parallax a.btn {
      margin-top: -25px; }
      .parallax a.btn:hover {
        background: #002241;
        border-radius: 30px;
        padding: 10px 50px;
        color: #fff; }

button {
  font-size: 18px;
  font-size: 1.125rem;
  background: #002241;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #002241;
  cursor: pointer; }
  button:hover {
    background: transparent;
    color: #002241; }

header {
  padding: 15px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 0; }
  header #logo {
    width: 150px; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media only screen and (min-width: 1260px) {
    header {
      padding-top: 25px;
      padding-bottom: 0; }
      header #logo {
        width: 215px; }
      header .container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; } }

.navDesktop li {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .navDesktop li.active {
    background: rgba(0, 34, 65, 0.75);
    position: relative; }
    .navDesktop li.active a {
      color: #fff; }
    .navDesktop li.active:after {
      content: '';
      position: absolute;
      background: inherit;
      width: 100%;
      height: 150px;
      bottom: 100%;
      left: 0;
      z-index: -1; }
  .navDesktop li:hover {
    background: #002241; }
    .navDesktop li:hover a {
      color: #fff; }

.navDesktop a {
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  display: block; }
  @media only screen and (min-width: 1500px) {
    .navDesktop a {
      padding: 10px;
      font-size: 18px;
      font-size: 1.125rem; } }

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #e0e4e8;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #757679;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 25px;
    font-size: 1.5625rem; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  width: 85%;
  margin: auto; }
  @media only screen and (min-width: 1000px) {
    .container {
      width: 90%; } }
  @media only screen and (min-width: 1500px) {
    .container {
      max-width: 1200px; } }
  .container.padding {
    padding: 0 10px; }
    @media only screen and (min-width: 1500px) {
      .container.padding {
        padding: 0 25px; } }

@media only screen and (min-width: 1260px) {
  .hideDesktop {
    display: none; } }

.hideMobile {
  display: none; }
  @media only screen and (min-width: 1260px) {
    .hideMobile {
      display: inherit; } }

.flexHero {
  margin-bottom: 50px; }
  .flexHero .contentHero {
    width: 75%;
    margin: auto;
    margin-top: -50px;
    position: relative;
    z-index: 5; }
  @media only screen and (min-width: 1000px) {
    .flexHero {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-bottom: 75px; }
      .flexHero .contentHero {
        padding: 50px 50px 25px;
        width: 400px;
        margin-right: -100px;
        margin-top: 250px; }
        .flexHero .contentHero img {
          width: 100px; }
      .flexHero .heroImg {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%; } }
  @media only screen and (min-width: 1260px) {
    .flexHero .heroImg {
      -webkit-flex-basis: 66%;
      -moz-flex-basis: 66%;
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%; } }
  @media only screen and (min-width: 2200px) {
    .flexHero {
      margin-right: 8vw; } }

.contentHero {
  background: #c8c9cb;
  padding: 25px; }
  .contentHero img {
    width: 75px;
    display: inline-block; }
  .realisations .contentHero {
    padding: 100px 50px; }

.flex .img {
  max-width: 50vw; }

.home .flex:after {
  content: "";
  display: table;
  clear: both; }

.home .flex .img {
  max-width: 50%;
  float: left;
  margin: 35px 0; }

@media only screen and (min-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .flex .img {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 200px;
      margin: 0; }
    .flex.right .img {
      margin-right: 25px; }
    .flex.left .img {
      margin-left: 25px; } }

@media only screen and (min-width: 1260px) {
  .flex .img {
    width: 280px; } }

.parallax {
  height: 75vh;
  margin: 75px 0;
  background-size: cover; }
  .parallax .content {
    padding-top: 75px;
    text-align: center;
    margin-top: 75px;
    position: relative;
    z-index: 5; }
  .parallax p {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    padding: 25px 5vw;
    background: rgba(255, 255, 255, 0.75); }
  .parallax.projet {
    background-image: url("../images/parallax-projet.jpg"); }
  .parallax.rangement {
    background-image: url("../images/parallax-rangement.jpg"); }
  .parallax.salle-eau {
    background-image: url("../images/parallax-salle-eau.jpg");
    background-position: bottom;
    position: relative; }
    .parallax.salle-eau:before {
      content: '';
      position: absolute;
      border: 50px solid rgba(0, 34, 65, 0.4);
      width: 400px;
      height: 400px;
      top: 5%;
      left: 10%; }
  .parallax.astuces {
    height: 25vh;
    background-image: url("../images/parallax-projet.jpg"); }
    .parallax.astuces .content {
      padding-top: 25px; }
    @media only screen and (min-width: 768px) {
      .parallax.astuces .content {
        padding-top: 75px; } }
  @media only screen and (min-width: 1260px) {
    .parallax {
      background-attachment: fixed; }
      .parallax p {
        font-size: 30px;
        font-size: 1.875rem;
        padding: 25px 15vw; } }

.flexServices .content {
  margin-top: 75px;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }

.flexServices img {
  width: 75px; }

@media only screen and (min-width: 768px) {
  .flexServices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; } }

@supports not (grid-area: auto) {
  .realisations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .realisations .contentHero {
      width: 100%; }
    .realisations .text {
      width: 75%; }
      @media only screen and (min-width: 768px) {
        .realisations .text {
          width: 30%; } }
    .realisations > * {
      margin-bottom: 25px; } }

@supports (grid-area: auto) {
  .realisations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center; }
    .realisations img {
      max-width: 100%;
      display: inherit; }
    .realisations .contentHero {
      grid-column: span 2;
      grid-row: 2 / span 2;
      place-self: stretch;
      padding: 25px; }
    .realisations .text {
      grid-column: span 2;
      grid-row: 6;
      align-self: center; }
    @media only screen and (min-width: 768px) {
      .realisations {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        grid-row-gap: 25px; }
        .realisations .contentHero {
          grid-column: span 2;
          grid-row: 2 / span 2;
          padding: 50px; }
        .realisations .text {
          grid-column: span 3;
          grid-row: 6; } }
    @media only screen and (min-width: 1000px) {
      .realisations {
        grid-template-columns: repeat(4, 1fr); }
        .realisations .contentHero {
          grid-column: span 2;
          grid-row: span 2; }
        .realisations .text {
          grid-column: span 3;
          grid-row: 5; } } }

.astuce {
  background: rgba(224, 228, 232, 0.5);
  padding: 35px 50px 35px 35px;
  margin-bottom: 50px;
  border-radius: 10px; }
  .astuce:last-of-type {
    margin-bottom: 150px; }

.colorBg {
  padding: 25px 0; }

.lightGrayBg {
  background: #e0e4e8; }

.darkGrayBg {
  background: #757679; }
  .darkGrayBg p {
    color: #fff; }
  .darkGrayBg a {
    color: #fff;
    padding: 5px; }
    .darkGrayBg a:hover {
      color: #757679;
      background: #fff; }

footer {
  margin-top: 150px; }
  footer .colorBg {
    text-align: center; }
  footer .houzz img {
    margin: 0 10px;
    width: 100px; }
  footer .siteInfo {
    padding: 15px; }
    footer .siteInfo p {
      margin: 0;
      font-size: 16px;
      font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      footer .siteInfo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; } }
  @media only screen and (min-width: 768px) {
    footer .houzz img:nth-child(2) {
      margin-right: 40px; } }
