/* ==========================================================================
   Mixins
   ========================================================================== */
/* ====================================================================================================================
   Mixin : Linear-gradient
   Usage :
		@include linear-gradient(#31B7D7, #EDAC7D);
  		@include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
  		@include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
   ==================================================================================================================== */
/* ==========================================================================
   Styles
   ========================================================================== */
body, html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #ccc;
  font-family: 'Raleway', sans-serif; }

img {
  border: 0; }

div.container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    div.container {
      padding: 0 15px; } }

a {
  color: #8dc63f;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:hover {
    color: #a8e456; }
  a.selectedLink {
    color: #a8e456;
    border-bottom: solid 1px #a8e456; }
    @media (max-width: 767px) {
      a.selectedLink {
        color: #000; } }
		
.hide_desktop{
	display:none;
}
.hide_mobile{
	display:block;
}

@media (max-width: 767px) {
	.hide_desktop{
		display:block;
	}
	
	.hide_mobile{
		display:none;
	}

}

.green-btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: #8dc63f;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none; }
  .green-btn:hover {
    background-color: #a8e456;
    color: #fff; }
  @media (max-width: 767px) {
    .green-btn {
      font-size: 20px; } }

a.green-btn-small {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
  background-color: #8dc63f;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  a.green-btn-small:hover {
    background-color: #a8e456; }
  @media (max-width: 767px) {
    a.green-btn-small {
      padding: 5px 10px;
      font-size: 14px; } }

	.hide_desktop{
		display:none;
	}

  @media (max-width: 767px) {
    .hide_desktop {
		display:block;
	 }
  }


header {
  position: fixed;
  width: 100%;
  height: 170px;
  background-color: #000;
  z-index: 100; }
  @media (max-width: 767px) {
    header {
      height: 75px; } }
  header a.logo {
    float: left;
    display: block;
    margin: 16px 0 0 0; }
    @media (max-width: 767px) {
      header a.logo {
        margin-top: 13px; } }
    @media (max-width: 767px) {
      header a.logo img {
        width: 40px;
        height: 49px; } }
  header nav {
    float: left; }
    @media (max-width: 960px) {
      header nav {
        float: right; } }
    @media (max-width: 767px) {
      header nav {
        float: none;
        position: absolute;
        top: 75px;
        left: 0;
        height: 225px;
        width: 100%;
        overflow: hidden; } }
    header nav ul {
      float: left;
      margin: 117px 0 0 40px;
      padding: 0; }
      @media (max-width: 767px) {
        header nav ul {
          display: none;
          position: absolute;
          top: -200px;
          width: 100%;
          float: none;
          margin: 0; } }
      header nav ul li {
        float: left;
        padding: 0 12px;
        list-style-type: none;
        border-right: solid 1px #fff; }
        header nav ul li:first-child {
          padding-left: 0; }
        header nav ul li:last-child {
          padding-right: 0;
          border-right: 0; }
        @media (max-width: 767px) {
          header nav ul li {
            width: 100%;
            padding: 0;
            border-right: none;
            background-color: rgba(0, 0, 0, 0.5); } }
      header nav ul a {
        color: #8dc63f;
        font-size: 18px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header nav ul a:hover {
          color: #a8e456; }
        @media (max-width: 767px) {
          header nav ul a {
            display: block;
            padding: 5px 8px;
            margin-bottom: 1px;
            width: 100%;
            background-color: #8dc63f;
            color: #fff;
            text-align: center; } }
  header .contact-info {
    float: right;
    margin: -10px 0 0 10px;
    text-align: right; }
    @media (max-width: 960px) {
     /* header .contact-info {
        position: absolute;
        top: 20px;
        right: 30px;
        margin-top: 0; }*/ }
    @media (max-width: 767px) {
      header .contact-info {
        position: relative;
        float: left;
        top: 0;
        right: 0;
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        width: calc(100% - 72px);
        margin-top: 20px;
        text-align: center; } }
    header .contact-info a.tel-link {
      display: block;
      color: #8dc63f;
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: 600;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 960px) {
        header .contact-info a.tel-link {
          margin-bottom: 7px; } }
      header .contact-info a.tel-link:hover {
        color: #a8e456; }
      @media (max-width: 767px) {
        header .contact-info a.tel-link {
          display: none; } }
  header .container {
    height: 100%; }
  header .control-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 15px;
    width: 32px;
    height: 75px;
    overflow: hidden; }
    @media (max-width: 767px) {
      header .control-menu {
        display: block; } }
    header .control-menu .hamb {
      position: absolute;
      display: block;
      top: 27px;
      right: 0;
      width: 32px;
      cursor: pointer; }
    header .control-menu .close {
      position: absolute;
      display: block;
      top: -24px;
      right: 0;
      width: 32px;
      cursor: pointer; }
	  
	  

main {
  position: relative;
  top: 170px;
  width: 100%;
  z-index: 0;
  height: -webkit-calc(100% - 170px);
  height: -moz-calc(100% - 170px);
  height: calc(100% - 170px); }
  @media (max-width: 767px) {
    main {
      top: 75px;
      height: auto; } }
  main section {
    position: relative;
    width: 100%;
    height: 100%; }
    main section.minheight {
      min-height: 770px; }
      @media (max-width: 767px) {
        main section.minheight {
          min-height: auto; } }
    main section.autoheight {
      height: auto; }
      main section.autoheight .section-content {
        position: relative; }
    main section.autoheight-half {
      height: auto; }
      main section.autoheight-half .section-content {
        position: relative; }
        main section.autoheight-half .section-content .content > div > div {
          padding-top: 60px;
          padding-bottom: 60px; }
          @media (max-width: 767px) {
            main section.autoheight-half .section-content .content > div > div {
              padding-top: 0px;
              padding-bottom: 0px; } }
        main section.autoheight-half .section-content.autoheight-img {
          position: absolute; }
          @media (max-width: 767px) {
            main section.autoheight-half .section-content.autoheight-img {
              position: relative; } }
    @media (max-width: 767px) {
      main section {
        height: auto; } }
    main section .section-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center center;
      background-size: cover; }
      @media (max-width: 767px) {
        main section .section-content {
          position: relative; } }
      main section .section-content > div {
        height: 100%;
        background-color: #000;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff; }
        @media (max-width: 767px) {
          main section .section-content > div {
            height: auto; } }
      main section .section-content.full > div {
        width: 100%; }
      main section .section-content.half > div {
        float: left;
        width: 50%; }
        @media (max-width: 767px) {
          main section .section-content.half > div {
            float: none;
            width: 100%; } }
        main section .section-content.half > div.right {
          float: right; }
          @media (max-width: 767px) {
            main section .section-content.half > div.right {
              float: none; } }
      @media (max-width: 767px) {
        main section .section-content.no-text {
          height: 170px; } }
      main section .section-content .fullimg img {
        width: 100%; }
      main section .section-content .content {
        position: relative; }
        @media (max-width: 767px) {
          main section .section-content .content.imageseul {
            height: 250px; } }
        main section .section-content .content.with-gradient::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 1;
          z-index: 1;
          background: rgba(0, 0, 0, 0.3);
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
          background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 50%); }
          @media (max-width: 767px) {
            main section .section-content .content.with-gradient::before {
              background: rgba(15, 26, 0, 0.6);
              background: -webkit-linear-gradient(left, rgba(15, 26, 0, 0.6) 0%, rgba(15, 26, 0, 0.6) 100%);
              background: linear-gradient(to right, rgba(15, 26, 0, 0.6) 0%, rgba(15, 26, 0, 0.6) 100%); } }
        main section .section-content .content.big-gradient::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 1;
          z-index: 1;
          background: rgba(0, 0, 0, 0.95);
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.9) 40%, transparent 70%);
          background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.9) 40%, transparent 70%); }
        
		@media (max-width: 767px) {
			main section .section-content .content.big-gradient::before {
			   background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.9) 75%, transparent 100%); }
		}
			  
        main section .section-content .content > div {
          position: relative;
          display: table;
          float: right;
          width: 100%;
          height: 100%;
          max-width: 590px;
          padding: 0 60px 0 30px;
          z-index: 5; }
          @media (max-width: 767px) {
            main section .section-content .content > div {
              float: none;
              display: block;
              padding: 30px;
              max-width: none; } }
          main section .section-content .content > div > div {
            position: relative;
            display: table-cell;
            height: 100%;
            vertical-align: middle; }
        main section .section-content .content.left {
          float: right; }
          @media (max-width: 767px) {
            main section .section-content .content.left {
              float: none; } }
          main section .section-content .content.left > div {
            float: left;
            padding: 0 30px 0 60px; }
            @media (max-width: 767px) {
              main section .section-content .content.left > div {
                float: none;
                padding: 30px; } }
        main section .section-content .content.imgcenter > div {
          float: none;
          text-align: center;
          padding: 30px;
          width: 100%;
          max-width: none; }
          main section .section-content .content.imgcenter > div img {
            width: 60%; }
        main section .section-content .content h2 {
          margin: 0;
          padding: 0;
          font-size: 30px;
          font-weight: 600;
          text-transform: uppercase; }
          @media (max-width: 1380px) {
            main section .section-content .content h2 {
              font-size: 26px; } }
          @media (max-width: 767px) {
            main section .section-content .content h2 {
              font-size: 18px; } }
        main section .section-content .content.intro h2 {
          font-size: 80px;
          font-weight: 700; }
          @media (max-width: 1380px) {
            main section .section-content .content.intro h2 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            main section .section-content .content.intro h2 {
              font-size: 22px; } }
          main section .section-content .content.intro h2.smaller {
            font-size: 60px; }
            @media (max-width: 1380px) {
              main section .section-content .content.intro h2.smaller {
                font-size: 40px; } }
            @media (max-width: 767px) {
              main section .section-content .content.intro h2.smaller {
                font-size: 22px; } }
        main section .section-content .content h3 {
          position: relative;
          margin: 0;
          padding: 0;
          font-size: 30px;
          font-weight: 600; }
          @media (max-width: 767px) {
            main section .section-content .content h3 {
              font-size: 18px; } }
        main section .section-content .content p {
          font-size: 18px;
          font-weight: 300;
          line-height: 28px;
          text-align: justify; }
          main section .section-content .content p:last-of-type {
            margin-bottom: 0; }
          @media (max-width: 1380px) {
            main section .section-content .content p {
              font-size: 16px;
              line-height: 22px; } }
          @media (max-width: 767px) {
            main section .section-content .content p {
              margin-top: 10px;
              font-size: 14px;
              line-height: 18px;
              text-align: left; } }
        main section .section-content .content ul {
          padding-left: 20px; }
          main section .section-content .content ul li {
            font-size: 18px;
            font-weight: 300;
            line-height: 28px; }
            @media (max-width: 767px) {
              main section .section-content .content ul li {
                font-size: 14px;
                line-height: 18px; } }
      main section .section-content.full > .content > div {
        position: relative;
        float: left;
        width: 50%;
        max-width: none;
        padding: 0; }
        @media (max-width: 767px) {
          main section .section-content.full > .content > div {
            float: none;
            width: 100%; } }
        main section .section-content.full > .content > div > div {
          position: relative;
          display: table;
          float: right;
          width: 100%;
          height: 100%;
          max-width: 590px;
          padding: 0 60px 0 30px; }
          @media (max-width: 767px) {
            main section .section-content.full > .content > div > div {
              float: none;
              height: auto;
              padding: 30px;
              max-width: none; } }
          main section .section-content.full > .content > div > div > div {
            display: table-cell;
            height: 100%;
            vertical-align: middle; }
      main section .section-content .dark {
        color: #000; }
        @media (max-width: 767px) {
          main section .section-content .dark {
            color: #fff; } }
    main section .stick {
      position: fixed;
      top: 170px; }
      @media (max-width: 767px) {
        main section .stick {
          position: relative;
          top: 0;
          height: auto; } }
  @media (max-width: 767px) {
    main .invert:first-of-type {
      display: table-footer-group; } }
  @media (max-width: 767px) {
    main .invert:last-of-type {
      display: table-row-group; } }
  main iframe#map {
    width: 100%;
    height: 100%; }
  main #contactform input[type="text"], main #contactform input[type="email"], main #contactform input[type="phone"], main #contactform textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 767px) {
      main #contactform input[type="text"], main #contactform input[type="email"], main #contactform input[type="phone"], main #contactform textarea {
        font-size: 14px; } }
    main #contactform input[type="text"].error, main #contactform input[type="email"].error, main #contactform input[type="phone"].error, main #contactform textarea.error {
      background-color: #ff0000;
      color: #fff; }
  main #contactform textarea {
    height: 100px; }
  main #contactform input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle; }
  main #contactform label {
    color: #fff;
    font-size: 12px; }

footer {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #000;
  z-index: 100; }
  footer #livraison {
    padding: 30px 0;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    footer #livraison .green-btn {
      margin-top: 20px; }
  footer #contact {
    height: 145px;
    background-color: #000; }
    @media (max-width: 767px) {
      footer #contact {
        height: auto; } }
    footer #contact .container {
      display: table;
      height: 100%; }
    footer #contact a.logo {
      display: table-cell;
      height: 100%;
      width: 220px;
      height: 100%;
      text-align: left;
      vertical-align: middle; }
      @media (max-width: 767px) {
        footer #contact a.logo {
          display: block;
          float: left;
          width: 49px;
          height: auto;
          margin-top: 30px; } }
      footer #contact a.logo img {
        width: 49px;
        height: 60px; }
    footer #contact p {
      display: table-cell;
      width: -webkit-calc(100% - 300px);
      width: -moz-calc(100% - 300px);
      width: calc(100% - 300px);
      height: 100%;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      vertical-align: middle; }
      @media (max-width: 767px) {
        footer #contact p {
          display: block;
          float: left;
          width: -webkit-calc(100% - 49px);
          width: -moz-calc(100% - 49px);
          width: calc(100% - 49px);
          height: auto;
          margin: 0;
          padding: 30px 0 30px;
          font-size: 11px;
          text-align: right; } }
      footer #contact p strong {
        display: inline-block;
        margin-top: 7px;
        color: #8dc63f;
        font-size: 18px; }
        @media (max-width: 767px) {
          footer #contact p strong {
            font-size: 12px; } }
        footer #contact p strong br {
          display: none; }
          @media (max-width: 767px) {
            footer #contact p strong br {
              display: block; } }
      footer #contact p strong span {
        color: #444242; }
        @media (max-width: 767px) {
          footer #contact p strong span {
            display: none; } }
    footer #contact .container div {
      display: table-cell;
      width: 220px;
      height: 100%;
      text-align: right;
      vertical-align: middle; }
      @media (max-width: 767px) {
        footer #contact .container div {
          display: block;
          float: left;
          width: 100%;
          height: auto;
          padding-bottom: 30px;
          text-align: left; } }


.perspective{

  width:100%;
  height: 779px;
  background-position:50% 50%;
  background-size:cover;
}

@media (max-width: 767px) {
  .perspective {
    min-height:100% !important;
    height: auto !important;
  }
	

}




.add-padding-txt{
	padding: 200px 0;
}

.img-michel{
	background-position:left center !important;
}
.img-patrick{
	background-position:5% bottom !important;
}

@media (max-width: 1140px) {
  .img-michel {
   background-position:center center !important;
  }
}

@media (max-width: 767px) {
	.add-padding-txt{
		padding: 45px 0 !important;
	}

}
/* ==========================================================================
   Helper classes
   ========================================================================== */
* {
  box-sizing: border-box; }

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }
