@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.noselect, nav ul.menu, header {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin: 0px;
  padding: 0px;
  color: #000;
  background: white; }

.container-fluid {
  padding: 0px;
  overflow: hidden; }

.line {
  fill: none;
  stroke: #000;
  stroke-width: 17;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  stroke-linecap: butt !important; }

.logo img {
  max-width: 240px; }

/*  _____________________________________________________ MAIN TYPO */
a, butto {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative; }
  a:hover, a:focus, a:visited, butto:hover, butto:focus, butto:visited {
    text-decoration: none;
    color: #000; }
  a:after, butto:after {
    display: block;
    content: '';
    background: #F5EB7F;
    transform: scaleX(0);
    width: 100%;
    height: 104%;
    transition: transform 250ms ease-in-out;
    transform-origin: left;
    position: absolute;
    top: -0.01em;
    z-index: -1; }
  a:hover:after, butto:hover:after {
    transform: scaleX(1); }

p, ul, ol {
  margin: 0 0 1em; }

.ul-content li {
  margin-bottom: .5em; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -.001em;
  margin: .6em 0; }

h1, h2 {
  letter-spacing: -.01em; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.23em; }

h3 {
  font-size: 1em; }

.chapter {
  margin-top: 2em; }

h5 {
  font-size: 1em; }

.centered {
  text-align: center; }

/*  _____________________________________________________ MENU */
ol {
  padding: 0;
  /*
  ol {counter-reset: repas;} // on initialise et nomme un compteur
  li {
  	list-style-type: none;
  	counter-increment: repas; // on incrémente le compteur à chaque nouveau li

  }
  li:before {
  	content: counter(repas); // on affiche le compteur
  	padding: 0 20px 6px;
  	margin-right: 8px;
  	vertical-align: top;
  	font-weight: bold;
  	font-size: 0.8em;
  }
  */ }
  ol li {
    margin: .2em 0; }

header .logo, header nav, header .login {
  display: inline-block; }
header nav, header .login {
  float: right;
  margin-top: 1em; }
header .login {
  float: right !important;
  margin-left: 1em; }
header nav {
  padding-top: .5em; }
header nav ul li:last-of-type a {
  padding-right: 0; }
header nav ul li:first-of-type a {
  padding-left: 0; }

nav, .btn-login {
  text-transform: lowercase; }

nav ul.menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  list-style: none;
  text-align: center;
  font-size: .85em; }
  nav ul.menu li {
    display: inline-block; }
    nav ul.menu li a {
      padding: .35em 1.2em; }
      nav ul.menu li a span {
        padding-bottom: .4em;
        border-bottom: #fff solid 3px;
        -webkit-transition: border-color 0.2s ease-in-out;
        -moz-transition: border-color 0.2s ease-in-out;
        -ms-transition: border-color 0.2s ease-in-out;
        -o-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out; }
  nav ul.menu li a.active, nav ul.menu li a:hover, nav ul.menu li a:focus {
    color: #00C567; }
    nav ul.menu li a.active span, nav ul.menu li a:hover span, nav ul.menu li a:focus span {
      color: #00C567;
      border-color: #00C567; }
  nav ul.menu li a#login-link.active, nav ul.menu li a#login-link:hover, nav ul.menu li a#login-link:focus {
    color: #3AA7F1; }
    nav ul.menu li a#login-link.active span, nav ul.menu li a#login-link:hover span, nav ul.menu li a#login-link:focus span {
      color: #3AA7F1;
      border-color: #3AA7F1; }
  nav ul.menu li a.active {
    cursor: default; }

.noprevspace {
  margin-left: -0.2em; }

.logo svg {
  height: 2.4em;
  width: auto; }

a.logo path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
a.logo.active path, a.logo:hover path, a.logo:focus path {
  fill: #00C567; }

.enchantier {
  background: #fcfade;
  text-align: center;
  font-size: .7em;
  padding: 2em;
  width: 100%;
  border-radius: 6em; }

header {
  z-index: 2000;
  padding: 1.8em 0; }
  header .container {
    position: relative; }
  header .container > * {
    display: inline-block;
    vertical-align: middle; }
  header .logo {
    float: left;
    margin-top: .7em; }
  header ul.socials {
    float: right;
    top: 1.3em;
    right: .6em;
    position: absolute; }

.home header {
  padding-bottom: 0; }

header ul.socials > li > a {
  width: 1.8em;
  height: 1.8em;
  padding: .3em;
  margin: 0 .2em; }
  header ul.socials > li > a i:before {
    font-size: .9em; }

/*  _____________________________________________________ SECTIONS */
section#hero {
  padding: 0;
  line-height: 1.35; }
  section#hero .container {
    position: relative; }
  section#hero .claim {
    padding: 6.1em 0 .6em; }
  section#hero #morph {
    margin: 0 auto; }
    section#hero #morph svg {
      width: 100%;
      height: auto; }

header .brand {
  position: fixed; }

.section-bkg {
  background: #FDFCEC; }

.brand {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  line-height: 1.25;
  max-width: 7em;
  font-family: "Montserrat", sans-serif;
  z-index: 1; }
  .brand .name.showit {
    position: absolute; }
  .brand .name {
    font-size: 1.55em;
    line-height: 1.2;
    margin-bottom: .2em;
    font-weight: 700; }
  .brand .baseline {
    font-family: "Montserrat", sans-serif;
    color: #808080; }

.hideit {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.bigmenu-small .hideit {
  opacity: 0; }

.bigmenu-toggled .hideit {
  opacity: 1; }

.metas {
  margin-top: 1.8em; }

section > .container, #topmenu {
  max-width: 31em; }

#topmenu {
  z-index: 200;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5em;
  margin-top: -12em;
  font-family: "Montserrat", sans-serif; }
  #topmenu a {
    font-size: 2.9em; }

.columns .col {
  width: calc(49% - 2em);
  display: inline-block;
  vertical-align: top; }
  .columns .col:first-of-type {
    margin-right: 4em; }

.topics a {
  font-weight: 700;
  border-bottom: solid 0.14em #808080;
  line-height: 0.9;
  margin-top: 0.12em;
  display: inline-block; }
  .topics a.off {
    color: #808080 !important; }
  .topics a:hover {
    color: #000; }

.topics a[datapic='health'], #sante .btn-color {
  border-color: #23D9A0; }
  .topics a[datapic='health']:after, #sante .btn-color:after {
    background: #23D9A0; }

#sante .share {
  background: #23D9A0; }

.topics a[datapic='leaf'], #ecologie .btn-color {
  border-color: #90E645; }
  .topics a[datapic='leaf']:after, #ecologie .btn-color:after {
    background: #90E645; }

#ecologie .share {
  background: #90E645; }

.topics a[datapic='balance'], #poids .btn-color {
  border-color: #FBB03B; }
  .topics a[datapic='balance']:after, #poids .btn-color:after {
    background: #FBB03B; }

#poids .share {
  background: #FBB03B; }

.topics a[datapic='smile'], #moral .btn-color {
  border-color: #FCD200; }
  .topics a[datapic='smile']:after, #moral .btn-color:after {
    background: #FCD200; }

#moral .share {
  background: #FCD200; }

.topics a[datapic='money'], #budget .btn-color {
  border-color: #FF8CFF; }
  .topics a[datapic='money']:after, #budget .btn-color:after {
    background: #FF8CFF; }

#budget .share {
  background: #FF8CFF; }

.topics a[datapic='mobi'], #mobilite .btn-color {
  border-color: #F15A24; }
  .topics a[datapic='mobi']:after, #mobilite .btn-color:after {
    background: #F15A24; }

#mobilite .share {
  background: #F15A24; }

.topics a[datapic='job'], #emploi .btn-color {
  border-color: #E3B766; }
  .topics a[datapic='job']:after, #emploi .btn-color:after {
    background: #E3B766; }

#emploi .share {
  background: #E3B766; }

.morpher[datapic='biker'] {
  border-color: #FFA27A; }
  .morpher[datapic='biker']:after {
    background: #FFA27A; }

.btn {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-bottom: solid #F5EB7F 0.26em;
  border-radius: initial;
  padding: .3em 0;
  margin-right: 1em;
  z-index: 1; }
  .btn:hover, .btn:focus {
    color: #000; }
  .btn strong {
    font-size: 1.7em;
    line-height: 0.7;
    display: inline-block;
    vertical-align: text-bottom; }

.btn-big {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em; }
  .btn-big:active {
    top: 2px;
    position: relative;
    webkit-box-shadow: initial;
    box-shadow: initial; }

a.btn-blue {
  border-color: #23D9A0; }
  a.btn-blue:after {
    background: #23D9A0; }

a.btn-orange {
  border-color: #FBB03B; }
  a.btn-orange:after {
    background: #FBB03B; }

.btn-sources {
  color: #808080;
  border-color: #eee; }
  .btn-sources:after {
    background: #eee; }
  .btn-sources strong {
    vertical-align: bottom;
    line-height: 0.6; }

.btn-grey {
  border-color: #808080; }
  .btn-grey:after {
    background: #808080; }
  .btn-grey:hover {
    color: white; }

.sources {
  background: #eee;
  margin-top: 1em;
  padding: 1em; }

h1.headline {
  color: #00C567;
  font-size: 1.4em;
  line-height: 1.4; }

#mainmenu {
  background: #000;
  color: #fff;
  width: 17em;
  height: 100vh;
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: -17em;
  top: 0;
  padding: 6.3em 2.6em 2em; }
  #mainmenu a {
    color: #fff; }
  #mainmenu ul {
    margin-top: 1em; }

ul.nav {
  list-style: none; }
  ul.nav > li > a {
    display: inline-block;
    padding: 0; }
    ul.nav > li > a:hover, ul.nav > li > a:focus {
      background: none;
      color: #000 !important; }

#header {
  position: fixed;
  padding: 2em 2.6em; }

#enter-btn {
  position: fixed;
  top: 2.01em;
  right: 2.6em;
  margin-right: 0; }

.bigmenu-toggled #header {
  color: #fff; }
  .bigmenu-toggled #header .baseline {
    opacity: 0; }
  .bigmenu-toggled #header #mainmenu {
    left: 0; }

.more {
  display: none; }

butto {
  position: relative; }
  butto .share {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    text-align: center;
    font-size: 1.6em;
    width: 100%;
    margin-top: 0.3em; }
    butto .share a {
      padding: 0.01em 0.01em;
      display: inline-block; }
    butto .share a:hover {
      color: #fff; }
  butto:hover .share {
    height: 1.45em; }

img.resp.pic-little {
  width: 35%; }

#cta-img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: -5.5em; }

/*
.argu-more ul {
  list-style: none;
  li:before{
      font-family: 'Glyphicons Halflings';
      content: "\e013";
      float:left;
  };
}
*/
section.pageheader {
  padding-top: 0; }
  section.pageheader h1 {
    text-align: center; }

.prices p.intro {
  margin: 0 0 1em; }

#details-hero {
  padding: 0; }

.keynumbers {
  margin: 1em 0 3em;
  line-height: 1.1em; }
  .keynumbers strong {
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    color: #00C567;
    line-height: 1em;
    margin-right: 10px;
    float: left; }

.keynumbers {
  font-family: "Montserrat", sans-serif;
  background: url("images/paint.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 3em 4em; }

.helper {
  font-family: "Montserrat", sans-serif; }

.keytext, .number {
  display: block;
  clear: both;
  margin-top: 1em; }

.stepby {
  list-style-type: none; }
  .stepby h3 strong {
    font-size: 1.6em; }
  .stepby h3 {
    margin-bottom: -0.4em; }

.row.simple {
  margin-bottom: 2em !important; }

.row.stepby {
  margin-left: 2em;
  margin-top: 0 !important; }

.stepby > li {
  counter-increment: count-me; }

.airtop {
  margin-top: 4em; }

.stepby > li::before {
  font-family: "Montserrat", sans-serif;
  content: counter(count-me);
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  color: #3AA7F1;
  font-size: 1.2em; }

.text a, .sources a {
  text-decoration: underline; }

img.spaced {
  margin: 0 0 2em; }

.bkg-lgrey {
  background: #eee; }

#argu ul {
  margin-left: 1em; }

.quote {
  margin: 1.5em 0;
  font-size: 1.15em;
  color: #3AA7F1; }
  .quote .quote-author {
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .6em;
    margin-top: 1em; }

.section-more h2 {
  font-weight: 700;
  font-size: 2.6em; }

#cta {
  text-align: center;
  margin-top: 4em;
  background: url("images/eclate.png") no-repeat center center;
  background-size: contain; }
  #cta .btn {
    margin-right: 0; }
  #cta .btn-big {
    margin: .2em 0 .9em; }

figure {
  margin: 1.4em 0; }

.circle {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.4em;
  background-size: cover;
  background-position-x: center; }

/*  _____________________________________________________ PRICES */
.contact h1 {
  text-align: center; }

ul {
  padding: 0; }

.intro {
  text-align: center;
  margin: 2em; }

.grey {
  color: #808080; }

/*  _____________________________________________________ LAYOUT  */
img.resp {
  width: 100%; }

section {
  padding: 2.6em 0 5.4em; }
  section .text {
    margin-top: .6em; }

footer {
  text-align: center;
  padding: 2em 0 5em;
  background: #000;
  color: #fff; }
  footer a {
    color: #fff !important; }
  footer .colophon {
    font-size: .8em; }

/*  _____________________________________________________ ICONS  */
.icon, [class^="icon-"]:before, [class*="icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*.ico-info:before {*/
.legende:before {
  content: "\e608"; }

.break {
  display: none; }

*:focus {
  outline: 0 !important; }

*:visited {
  text-decoration: none; }

.menu-wrapper .logo {
  margin-bottom: 54px; }

/*  _____________________________________________________ MEDIA RESP  */
.verbapic:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-size: 100% 100%;
  background: url("images/bubble2.png") no-repeat center center;
  width: 54px;
  height: 120px;
  top: 35%;
  right: 270px; }

header .menutop > * {
  display: table;
  margin: 1em auto;
  float: initial; }

body {
  font-size: 1.8em; }

.menutop {
  font-size: 1em; }

.home .login {
  display: none; }

@media (min-width: 640px) {
  header .menutop > * {
    display: inline-block; }

  .menutop nav {
    float: right; } }
@media (min-width: 768px) {
  .menutop {
    font-size: 1em; } }
@media (min-width: 990px) {
  body {
    font-size: 2.05em; }

  .home header nav, .home header .logo {
    display: none; }

  .home .login {
    display: block; }

  .verbapic:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    background-size: 100% 100%;
    background: url("images/bubble.png") no-repeat center center;
    width: 120px;
    height: 40px;
    top: 35%;
    left: -2%; } }
@media (min-width: 1200px) {
  body {
    font-size: 2.24em; } }
.resp-sm {
  display: block; }

.resp-md {
  display: none; }

@media (min-width: 1024px) {
  .resp-sm {
    display: none; }

  .resp-md {
    display: block; } }
@media (max-width: 768px) {
  #hero {
    margin-top: 8.3em; }

  #topmenu a {
    font-size: 2em; }

  .columns .col:first-of-type {
    margin-right: 2em; }

  #topmenu {
    margin-top: -8.2em; } }
/*  _____________________________________________________ FORM  */
.form-control {
  font-size: 1em;
  padding: 19px 17px;
  border: solid 2px #3AA7F1; }
  .form-control:focus {
    border-color: #F5EB7F; }
  .form-control::-webkit-input-placeholder {
    color: #000; }
  .form-control:-moz-placeholder {
    color: #000; }
  .form-control::-moz-placeholder {
    color: #000; }
  .form-control:-ms-input-placeholder {
    color: #000; }

form input .form-control, form input .btn-big {
  font-size: 20px;
  height: 54px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -2px; }

.helper {
  font-size: .7em;
  margin: .3em .1em .6em;
  opacity: .8; }

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 ________________________*/
/*
#mc_embed_signup {
  .container {max-width:970px; margin:0 auto;}
  form {
    display: block;
    position: relative;
    text-align: left;
    
    //padding: 10px 0 10px 3%;
  }
  
  input:not(.btn) {
    //border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    &[type=checkbox] {
      -webkit-appearance: checkbox;
    }
    &[type=radio] {
      -webkit-appearance: radio;
    }
    &:focus {
      border-color: $black;
    }
  }
  
  .small-meta {
    font-size: 11px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .mc-field-group {
    //clear: left;
    position: relative;
    //width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
  }
  .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
  }
}

}

#mc_embed_signup {
  .mc-field-group {
    label {
      display: block;
      margin-bottom: 3px;
    }
    input {
      display: block;
      width: 100%;
      padding: 8px 0;
      text-indent: 2%;
      color:$black;
    }
    select {
      display: inline-block;
      width: 99%;
      padding: 5px 0;
      margin-bottom: 2px;
    }
  }
  .datefield, .phonefield-us {
    padding: 5px 0;
  }
  .datefield input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
  }
  .phonefield-us {
    input {
      display: inline;
      width: 60px;
      margin: 0 2px;
      letter-spacing: 1px;
      text-align: center;
      padding: 5px 0 2px 0;
    }
    .phonearea input, .phonedetail1 input {
      width: 40px;
    }
  }
  .datefield {
    .monthfield input, .dayfield input {
      width: 30px;
    }
    label {
      display: none;
    }
  }
  .phonefield-us label {
    display: none;
  }
  .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
  }
  .asterisk {
    color: $black;
    //font-size: 150%;
    font-weight: normal;
    //position: relative;
    top: 5px;
  }
  .clear {
    clear: both;
  }
  .mc-field-group.input-group {
    ul {
      margin: 0;
      padding: 5px 0;
      list-style: none;
      li {
        display: block;
        padding: 3px 0;
        margin: 0;
      }
    }
    label {
      display: inline;
    }
    input {
      display: inline;
      width: auto;
      border: none;
    }
  }
  div {
    &#mce-responses {
      float: left;
      top: -1.4em;
      padding: 0em .5em 0em .5em;
      overflow: hidden;
      width: 90%;
      margin: 0 5%;
      clear: both;
    }
    &.response {
      margin: 1em 0;
      padding: 1em .5em .5em 0;
      font-weight: bold;
      float: left;
      top: -1.5em;
      z-index: 1;
      width: 80%;
    }
  }
  #mce-error-response {
    display: none;
  }
  #mce-success-response {
    color: #529214;
    display: none;
  }
  label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
  }
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup {
  #num-subscribers {
    font-size: 1.1em;
    span {
      padding: .5em;
      border: 1px solid #ccc;
      margin-right: .5em;
      font-weight: bold;
    }
  }
  #mc-embedded-subscribe-form {
    div.mce_inline_error {
      display: inline-block;
      margin: 2px 0 1em 0;
      padding: 5px 10px;
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 14px;
      font-weight: normal;
      z-index: 1;
      color: #e85c41;
    }
    input.mce_inline_error {
      border: 2px solid #000;
    }
  }
}



#mc_embed_signup {margin-top:.4em;}

#mc_embed_signup form {
  font-size:1.2em;
  input {
    border: solid 2px white;
    &:focus{border-color:$black;};
    @include placeholder {
        color: $white;
        opacity:.7;
    };
  }
  .btn-big {font-size: 1.4em;
    //height: 50px;
  }
  
  .btn-big {background-color:$white; color:$orange;}
  .mc-field-group label {display:none;}
  
  input:not(.btn), .form-control {
    background-color:$orange;
    color:$white;
    padding: .3em
  }
}

*/
