/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- *//*************************************************************//* PLAYFAIR DISPLAY
/*************************************************************//*************************************************************//* TITILLIUM
/*************************************************************//* -----------------------------------------------------
   Variable
   ----------------------------------------------------- *//* Colors
  ========================================================================== *//* Typography
  ========================================================================== */html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: "titillium_web";
  font-size: 1rem;
  color: black;
  overflow-x: hidden;
  position: relative;
}

h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
  font-family: "playfair_display";
}

h1 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -1.5px;
}/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- *//* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f1ee;
  padding-bottom: 70px;
 /*****************************/ /* LANG
    /*****************************/;
}

header #logo {
  display: block;
  position: relative;
  margin: 50px auto 0;
  image-rendering: auto;
}

header .hero {
  position: relative;
}

header .hero .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -47px;
}

header .hero .lang a {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 11px;
}

header .hero .lang a:after {
  margin-left: 5px;
  border-width: 5px 3.5px 0 3.5px;
  border-top-color: #5fa72c;
  line-height: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .hero .lang .dropdown-menu {
  margin-left: 0px;
  padding: 0;
  border: none;
  width: 42px;
  border-radius: 0;
  min-width: auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

header .hero .lang .dropdown-menu a {
  display: block;
  line-height: 34px;
  padding: 0;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 10px;
  letter-spacing: 0.05em;
}

header .hero .lang .dropdown-menu a:hover {
  color: white;
  background: #5fa72c;
}

header .hero .lang.show a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .row h1 span {
  color: #5fa72c;
}

header .socks {
  height: calc(100vh - 145px);
}

header .socks h1 {
  margin: 15vh 0 0;
  padding-right: 9%;
}

header .socks #visual {
  position: absolute;
  height: 87vh;
  max-height: 980px;
  width: auto;
  margin-left: -60%;
  top: 50px;
}

header .socks .mouse {
  display: block;
  position: absolute;
  margin-top: 200px;
  left: 15px;
  width: 20px;
  height: 30px;
  border: 2px solid #5fa72c;
  border-radius: 18px;
}

header .socks .mouse span {
  position: absolute;
  margin-left: 40px;
  line-height: 26px;
  display: block;
  width: 150px;
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

header .socks .mouse::before {
  position: absolute;
  margin-top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #5fa72c;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .socks .mouse:focus,header .socks .mouse:active {
  outline: none;
}

header .sock {
  margin-top: 150px;
}

header .sock #visualSocks {
  z-index: 2;
  margin-left: -17%;
  position: relative;
}

header .sock h1 {
  z-index: 2;
  position: relative;
  margin-top: 200px;
  margin-left: 15px;
}

header .sock h1::before {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  top: -125px;
  left: -175px;
  width: 230px;
  height: 200px;
  background: transparent url(../img/quote_pomdepin.png) center center no-repeat;
}

header::before,header::after {
  z-index: 1;
  content: '';
  position: absolute;
  display: block;
  background: white;
  width: 100%;
  height: 190px;
  bottom: 0;
}

header::after {
  width: 50vw;
  right: 0;
  background: transparent url(../img/bg_dot_pomdepin.png) top left repeat;
  padding: 20px 0 0 110px;
  background-clip: content-box;
}

footer {
  padding: 55px 0;
  position: inherit;
}

footer p {
  font-family: "titillium_web";
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: .5;
  text-align: right;
  line-height: 9px;
  margin: 0;
}

footer::after {
  z-index: 0;
  content: '';
  position: absolute;
  display: block;
  background: white;
  height: 160px;
  bottom: 0;
  width: 50vw;
  left: 0;
  padding-left: 20px;
  background: transparent url(../img/bg_dot_pomdepin.png) top left repeat;
  background-clip: content-box;
}/* -----------------------------------------------------
   Components
   ----------------------------------------------------- *//* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */section:not(.header) {
  padding: 120px 0 120px;
}

section:not(.header) h3 {
  font-family: "titillium_web";
  color: #5fa72c;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 65px;
  position: relative;
}

section:not(.header) h3::after {
  top: 50px;
  left: -95px;
  position: absolute;
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background: #5fa72c;
}

section:not(.header) h1 {
  margin-bottom: 40px;
}

section:not(.header)#who {
  padding: 30px 0 40px;
}

section:not(.header)#who .icons article {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 60px;
}

section:not(.header)#who .icons article.first {
  margin-top: 90px;
}

section:not(.header)#who .icons article h2 {
  margin: 30px 0 20px;
  font-family: "titillium_web";
  font-size: 28px;
  line-height: 38px;
}

section:not(.header)#who .icons article p {
  font-size: 16px;
  line-height: 30px;
}

section:not(.header)#how {
  padding: 120px 0 180px;
  background: #f1f1ee;
}

section:not(.header)#how h3,section:not(.header)#how h1 {
  text-align: center;
}

section:not(.header)#how h3::after,section:not(.header)#how h1::after {
  left: calc(50% - 47px);
}

section:not(.header)#how article {
  counter-increment: section;
  position: relative;
  padding-bottom: 95px;
}

section:not(.header)#how article img {
  position: absolute;
  left: 0;
}

section:not(.header)#how article .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: baseline;
  font-size: 20px;
  line-height: 34px;
}

section:not(.header)#how article .txt p {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 60%;
  text-align: center;
  max-height: 40px;
}

section:not(.header)#how article .txt:before {
  content: "0" counter(section);
  position: absolute;
  color: #5fa72c;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}

section:not(.header)#how article .txt:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 10px;
  left: 50%;
  top: 25px;
}

section:not(.header)#how article:after {
  content: '';
  width: 100%;
  height: 95px;
  position: absolute;
  display: block;
  background: transparent url(../img/border_dotted.png) center center no-repeat;
  background-size: contain;
}

section:not(.header)#how article:first-of-type {
  margin-top: 60px;
}

section:not(.header)#how article:nth-child(even) img {
  right: 0;
  left: inherit;
}

section:not(.header)#how article:nth-child(even):after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

section:not(.header)#how article:nth-of-type(4):after {
  background: transparent url(../img/border_dotted_last.png) center center no-repeat;
  background-size: contain;
  width: 50%;
  height: 160px;
  top: 100px;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

section:not(.header)#how article:last-of-type {
  text-align: center;
  padding: 0;
}

section:not(.header)#how article:last-of-type img {
  position: relative;
  left: inherit;
  margin: 0 0 40px;
}

section:not(.header)#how article:last-of-type .txt p {
  margin-bottom: 0;
}

section:not(.header)#how article:last-of-type .txt:before {
  top: 120px;
}

section:not(.header)#how article:last-of-type .txt:after {
  top: 145px;
}

section:not(.header)#how article:last-of-type:after {
  content: none;
}

section:not(.header)#piggy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section:not(.header)#piggy ul li {
  font-size: 20px;
  line-height: 34px;
  padding: 7px 0 7px 30px;
  position: relative;
}

section:not(.header)#piggy ul li:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px #5fa72c solid;
  left: 0;
  top: 21px;
}

section:not(.header)#piggy img {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#cta {
  z-index: 2;
  position: relative;
  background: #5fa72c;
  padding: 75px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cta::after {
  z-index: 0;
  content: '';
  position: absolute;
  display: block;
  background: white;
  height: 25px;
  bottom: calc(50% - 12px);
  width: 70px;
  right: 8.33333%;
  background: transparent url(../img/arrow.png) center center no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cta:hover {
  text-decoration: none;
  background: #368013;
}

#cta:hover::after {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

#cta h1 {
  color: white;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff");font-weight:400;font-style:normal;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-italic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-italic-webfont.woff") format("woff");font-weight:400;font-style:italic;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bold-webfont.woff") format("woff");font-weight:700;font-style:normal;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-bolditalic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bolditalic-webfont.woff") format("woff");font-weight:700;font-style:italic;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-black-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-black-webfont.woff") format("woff");font-weight:900;font-style:normal;
}

@font-face {
  font-family:'playfair_display';src:url("../fonts/playfairdisplay-blackitalic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-blackitalic-webfont.woff") format("woff");font-weight:900;font-style:italic;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-extralight-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-extralight-webfont.woff") format("woff");font-weight:200;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-extralightitalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-extralightitalic-webfont.woff") format("woff");font-weight:200;font-style:italic;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-light-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-light-webfont.woff") format("woff");font-weight:300;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-lightitalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-lightitalic-webfont.woff") format("woff");font-weight:300;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-regular-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-regular-webfont.woff") format("woff");font-weight:400;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-italic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-italic-webfont.woff") format("woff");font-weight:400;font-style:italic;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-semibold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-semibold-webfont.woff") format("woff");font-weight:600;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-semibolditalic-webfont.woff") format("woff");font-weight:600;font-style:italic;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-bold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-bold-webfont.woff") format("woff");font-weight:700;font-style:normal;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-bolditalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-bolditalic-webfont.woff") format("woff");font-weight:700;font-style:italic;
}

@font-face {
  font-family:'titillium_web';src:url("../fonts/titilliumweb-black-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-black-webfont.woff") format("woff");font-weight:900;font-style:normal;
}

@media (min-width: 1024px) {
  .no-padding {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  header .socks {
    height: inherit;
  }

  header .socks #visual {
    position: relative;
    height: 500px;
    margin-left: 13%;
  }

  header .sock {
    margin-top: 85px;
  }

  header .sock #visualSocks {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: block;
    width: 570px;
  }

  header .sock h1 {
    margin-top: 180px;
    margin-left: 0px;
  }

  header .sock h1::before {
    top: -110px;
    left: 0;
  }

  header::after {
    content: none;
  }

  footer p {
    text-align: center;
  }

  footer::after {
    content: none;
  }

  section:not(.header) h3::after {
    left: 0px;
  }

  section:not(.header) h1 {
    margin-bottom: 40px;
  }

  section:not(.header)#who .icons article {
    margin-left: 0;
  }

  section:not(.header)#who .icons .firstcol article {
    padding-right: 15px;
  }

  section:not(.header)#how {
    padding: 120px 0 150px;
  }

  section:not(.header)#how article:after {
    background-image: url(../img/border_dotted_ipad.png);
  }

  section:not(.header)#how article:nth-of-type(4) {
    padding-bottom: 75px;
  }

  section:not(.header)#how article:nth-of-type(4):after {
    background: transparent url(../img/border_dotted_last_ipad.png) center center no-repeat;
  }

  section:not(.header)#piggy img {
    max-width: 98%;
    bottom: 0px;
  }

  #cta {
    padding-left: 90px;
  }

  #cta::after {
    right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .hero .lang {
    right: 4px;
  }

  header {
    padding-bottom: 50px;
  }

  header #logo {
    margin: 35px auto 0;
    height: 80px;
  }

  header .socks h1 {
    margin-top: 80px;
    font-size: 38px;
    line-height: 52px;
  }

  header .socks #visual {
    position: relative;
    height: 450px;
    margin-left: -18%;
    top: 0;
  }

  header .socks .mouse {
    display: none;
  }

  header .sock {
    margin-top: -50px;
  }

  header .sock #visualSocks {
    width: 110%;
    margin-left: -15px;
  }

  header:before {
    height: 145px;
  }

  footer {
    padding: 40px 0;
  }

  footer p {
    line-height: 19px;
  }

  section:not(.header) h3,section:not(.header) h1 {
    text-align: center;
  }

  section:not(.header) h3::after,section:not(.header) h1::after {
    left: calc(50% - 47px);
  }

  section:not(.header)#who {
    padding-bottom: 20px;
  }

  section:not(.header)#who .icons article {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  section:not(.header)#who .icons article.first {
    margin-top: 0;
  }

  section:not(.header)#who .icons .firstcol article {
    padding-right: 0px;
  }

  section:not(.header)#how {
    padding: 90px 0 40px;
  }

  section:not(.header)#how article {
    text-align: center;
    padding-bottom: 40px !important;
  }

  section:not(.header)#how article img {
    position: relative;
    display: block;
    margin: 0 auto !important;
  }

  section:not(.header)#how article .txt:before {
    top: 110px;
  }

  section:not(.header)#how article .txt:after {
    top: 140px;
  }

  section:not(.header)#how article .txt p {
    margin-top: 80px;
    max-width: 100%;
    max-height: none;
  }

  section:not(.header)#how article:after {
    content: none;
    height: 0;
  }

  section:not(.header)#piggy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section:not(.header)#piggy img {
    position: relative;
    width: 80%;
    margin: 20px auto 0;
    display: block;
  }

  #cta {
    padding-left: 0;
  }

  #cta h1 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 40px;
  }

  #cta::after {
    right: inherit;
    left: calc(50% - 35px);
    top: 150px;
  }
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 12px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  60% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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