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

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

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

@font-face {
  font-family: "Averta Extra Bold";
  src: url("../fonts/Averta-Extrabold/Averta-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Extrabold/Averta-Extrabold.otf") format("opentype"), url("../fonts/Averta-Extrabold/Averta-Extrabold.woff") format("woff"), url("../fonts/Averta-Extrabold/Averta-Extrabold.ttf") format("truetype"), url("../fonts/Averta-Extrabold/Averta-Extrabold.svg#Averta-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
}

#headerWrapper ul#menu li.no-margin {
  margin: 0;
}
#headerWrapper ul#menu li.no-margin:not(:last-child) {
  margin-right: 0px;
}

.show-subtitle:hover ~ .dropdown-content {
  display: block;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 205px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 3;
  opacity: 1;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 10px;
  top: 59px;
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 3;
  opacity: 1;
}
.dropdown .dropdown-content:hover {
  display: block;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 205px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 3;
  opacity: 1;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 10px;
  top: 59px;
}
#headerWrapper ul#menu .dropdown-content li.no-margin a {
  font-family: Averta Extra Bold;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  float: none;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
}
#headerWrapper ul#menu .dropdown-content li.no-margin a:hover {
  padding: 8px 10px;
  background-color: #4db935!important;
  color: #ffffff;
}
#headerWrapper ul#menu .dropdown-content li.no-margin {
  margin: 0;
  display: block;
}
.dropdown-content:hover:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 18px solid transparent!important;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  top: -27px;
  left: 20px;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
}
/*#headerWrapper ul#menu li.show-subtitle:hover:before  {
  display: block;
  position: absolute;
  content: "";
  border-top: 18px solid #fff!important;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  top: 32px;
  left: 20px;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
  width: auto;
  -webkit-transition: none;
  transition: none;
}*/
#headerWrapper ul#menu li.show-subtitle.test-header-dropdown:hover:before {
  left: 20px;
}


html {
  font-family: "Averta";
}

.font-lemon {
  font-family: 'Averta Bold';
  font-weight: normal;
  font-weight: 700;
}

h1.font-lemon {
  line-height: 56px;
  font-size: 44px;
}
footer ul#menu-footer li.hide-on-medium-and-up-view {
  display: none;
}
h2.font-lemon {
  line-height: 51px;
  font-size: 40px;
  /*letter-spacing: 5px;*/
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-bold {
  font-weight: bold;
  font-size: 18px;
}

.text-extrabold {
  font-weight: 900;
}

.text {
  font-size: 18px;
}

@media only screen and (max-width: 900px) {
  h1.font-lemon,
  h2.font-lemon {
    line-height: 30px;
    font-size: 22px;
  }
  .text-bold,
  .text,
  p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

#headerWrapper {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background-color: #0e3f0e;
  color: #ffffff;
}

#headerWrapper .menu-wrapper {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  footer ul#menu-footer li.hide-on-medium-and-up-view {
    display: inline-block;
  }
  footer .footer-wrapper ul#menu-footer li.hide-on-small-view {
    display: none !important;
  }
}
@media only screen and (max-width: 1210px) and (min-width: 768px) {
	#headerWrapper .menu-wrapper {
		padding: 0 30px 0 45px;
	}	
}

@media only screen and (max-width: 1250px) and (min-width: 1211px) {
	#headerWrapper .menu-wrapper {
		padding: 0 25px 0 40px;
	}	
}
#headerWrapper img.logo {
  display: inline-block;
  width: 74px;
  height: 37px;
}

#headerWrapper ul#menu {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

#headerWrapper ul#menu li {
  height: 100%;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

#headerWrapper ul#menu li:before {
  content: "";
  opacity: 0;
  width: 100%;
  position: absolute;
  top: -5px;
  height: 10px;
  border-radius: 10px;
  -webkit-transition: 250ms all ease-out;
  transition: 250ms all ease-out;
}

#headerWrapper ul#menu li:not(:last-child) {
  margin-right: 15px;
  margin-left: 0;
}

#headerWrapper ul#menu li.current {
  opacity: 1;
  background-color: #4bbb37;
  top: -33px;
  left: 0;
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 5px;
}
#headerWrapper ul#menu li.current a {
  color: #4bbb37;
}

#headerWrapper ul#menu li:hover a {
  opacity: 1;
  color: #4bbb37;
}

#headerWrapper ul#menu li a {
  line-height: 70px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 250ms color ease-out;
  transition: 250ms color ease-out;
  font-weight: 900;
  font-family: "Averta Extra Bold"
}

#headerWrapper ul#menu a {
  color: #ffffff;
}

@media only screen and (max-width: 900px) {
  #headerWrapper {
    position: fixed;
    margin-bottom: 30px;
  }
  #headerWrapper.opened ul#menu {
    height: auto;
    text-align: left;
  }
  #headerWrapper.opened .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #headerWrapper #burgerMenu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    z-index: 200;
    right: 10px;
  }
  #headerWrapper #burgerMenu span {
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    display: block;
  }
  #headerWrapper #burgerMenu :not(:last-child) {
    margin-bottom: 3px;
  }
  #headerWrapper .menu-wrapper {
    width: 100%;
    position: relative;
  }
  #headerWrapper .menu-wrapper .logo-wrapper {
    background-color: #0e3f0e;
    z-index: 10;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerWrapper ul#menu {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3f0e;
    z-index: -4;
    height: auto !important;
  }
  #headerWrapper ul#menu li {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    margin-right: 0px !important;
  }
  #headerWrapper ul#menu li a {
    padding: 12px 0;
    display: inline-block;
    line-height: normal;
  }
}

footer {
  background-color: #0e3f0e;
  height: 63px;
  padding: 0 10px;
}

@media only screen and (min-width: 320px) {
  footer {
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-height: 1020px) and (min-width: 900px) {
  .partner-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;  
  }
}

footer .footer-wrapper {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

footer ul#menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}

footer ul#menu-footer li {
  font-size: 14px;
  display: inline;
}

footer ul#menu-footer li:not(:last-child) {
  margin-right: 15px;
}

footer a {
  color: #ffffff;
}

@media only screen and (max-width: 900px) {
  footer {
    height: auto;
    font-size: 14px;
    padding: 20px 10px 10px 10px;
  }
  footer .footer-wrapper {
    text-align: center;
  }
  footer .footer-wrapper ul#menu-footer li {
    display: inline-block;
    padding-bottom: 10px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-hidden {
  visibility: hidden;
}

.main-content {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.main-content section .container {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.main-content section .container.title-section {
  width: auto;
  max-width: 840px;
  margin: 0 auto;
}

.separator {
  border-radius: 5px;
  background-color: #4bbb37;
  height: 6px;
  width: 50px;
  margin: 0 auto;
}

.cta-green {
  background-color: #4bbb37;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 50px;
  display: inline-block;
  font-family: "Averta Bold";
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.cta-green:hover {
  background-color: #0e3f0e;
}

.cta-green .arrow-wrapper {
  position: relative;
}

.cta-green .arrow-wrapper .arrow {
  height: 24px;
  width: 25px;
}

.cta-green .arrow-wrapper.left .arrow {
  position: absolute;
  left: -40px;
  bottom: -2px;
}

.cta-green .arrow-wrapper.right .arrow {
  position: absolute;
  right: -40px;
  bottom: -2px;
}

/* RESET */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* --END RESET */
@media only screen and (max-width: 999px) {
  .main-content section .container {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 900px) {
  .no-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .no-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .separator {
    width: 70px;
  }
  .cta-green {
    padding: 14px 40px !important;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta-green .arrow-wrapper .arrow {
    height: 14px;
    width: 15px;
  }
  .cta-green .arrow-wrapper.left .arrow {
    left: -25px;
    bottom: 2px;
  }
  .cta-green .arrow-wrapper.right .arrow {
    position: absolute;
    right: -25px;
    bottom: 2px;
  }
  #headerWrapper ul#menu li.current::before {
    opacity: 1;
    background-color: #4bbb37;
  }
  #headerWrapper ul#menu li.current {
    opacity: unset;
    background-color: transparent;
    top: unset;
    left: unset;
    margin-left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: auto;
  }
}

@media only screen and (max-width: 650px) {
  section .container {
    max-width: 100% !important;
    margin: 0 auto;
  }
}
html {
  font-family: "Averta" !important;
}
body {
  font-family: "Averta" !important;
}
.scroll-down .cta-green .arrow-wrapper {
    padding: 0 0 0 15px;
}

.cta-green .arrow-wrapper.right .arrow {
      right: unset !important;
}
footer .footer-wrapper ul#menu-footer li.hide-on-small-view {
  display: inline-block;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .cta-wrapper {
    display: none !important
  }
  footer ul#menu-footer li.hide-on-medium-and-up-view {
    display: inline-block;
  }
  #home .section-first {
    min-height: calc(100vh - 120px) !important;
  }
  footer .footer-wrapper ul#menu-footer li.hide-on-small-view {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
.service-font {
  font-size: 25px !important;
}
.sol-font{
  font-size: 36px !important;
}
.votre-font {
  font-size: 36px !important;
  line-height: 42px !important;
  margin-bottom: 15px !important;
}
.l-font {
  font-size: 32px !important;
  padding-bottom: 10px;
}
.av-font {
  font-size: 22px !important;
  line-height: 30px !important;
}
.head-image {
  width: 100%;
  margin-right: -150px;
}
img.innit-logo-img {
  height: 70px;
}
.sec-first {
  background-color: white !important;
  margin-top: 70px;
}
h1.title-font {
  font-size: 44px !important;
}
.nav-trigger--active span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) {
  top: 35px;
}

.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger--active span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-trigger--active span:nth-child(3) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 900px) {
#headerWrapper .nav-trigger--active :not(:last-child) {
  margin-bottom: -2px !important;
}  
}

@media only screen and (min-height: 844px) and (min-width: 802px) {
  .propos-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;  
  }
}

.pipedriveWebForms iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}