html {
  font-size: 62.5%;
}

body {
  font-family: 'roboto', sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.5;
}

a {
  color: #334159;
  text-decoration: underline;
}

a:hover {
  color: #444F5C;
}

h2 {
  color: #334159;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}

header {
  position: relative;
  text-align: center;
  /**/
  background-color: #6EA7C1;
  font-weight: 300;
}

header h1 {
  margin-top: 120px;
  color: white;
  font-weight: 400;
  font-size: 4.5rem;
}

header h2 {
  margin-top: 20px;
  color: white;
  font-weight: 300;
  font-size: 1.9rem;
  opacity: 0.4;
  line-height: 2.2rem;
}

header.large-banner {
  background: linear-gradient(#444F5C, #334159);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
}

header .layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 92, 192, 0.65);
  border-bottom: 4px solid #e6afb4;
}

header .logo {
  width: 192px;
}

header .logom {
  width: 40px;
  margin-top: 2px;
}

header .navbar-nav li a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

header .btn-signup {
  font-size: 1.6rem;
  margin-top: 60px;
  margin-bottom: 90px;
}

.btn-custom {
  line-height: 47px;
  font-weight: 400;
  min-height: 50px;
  white-space: normal;
  padding: 1px 30px 0px 30px;
  background: #ff3366 !important;
  color: #fff !important;
  border: 1px solid #ff3366;
  text-transform: uppercase;
  border-radius: 0.21429em;
  letter-spacing: 0.06rem;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #f42156 !important;
  transition: 0.3s;
}

/* to be deleted */
.banner .signup-btn,
.bloc-whynotyou .signup-btn {
  text-decoration: none;
  background: #F5858D;
  height: 45px;
  width: 200px;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  padding: 12px 50px;
}

/* --- */
.navbar-default {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: none;
  padding-top: 13px;
}

.navbar-default .navbar-collapse {
  border-top: none;
}

.navbar-default .navbar-nav li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.8;
}

.navbar-default .navbar-nav li a:hover {
  transition: 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-default .signup {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.navbar-default .signup a {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-default .signup:hover {
  transition: 0.5s ease-out;
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-default .signup:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-default #borderLeft {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 14px;
  bottom: 14px;
}

.navbar-default .navbar-right {
  margin-right: 25px !important;
  padding-top: 20px;
}

.navbar-default .nav > li {
  margin: 0px 4px;
}

.navbar-default .nav > li > a {
  padding: 6px 14px 4px 14px;
}

.navbar-default .nav > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-brand {
  color: white;
  text-shadow: none;
  opacity: 0.8;
  font-size: 18px;
}

.body-main .col-logo {
  text-align: center;
}

.body-main .feature-logo {
  margin-top: 20px;
  color: #e6afb4;
  font-size: 150px;
}

.body-main .small-feature-logo {
  margin-bottom: 30px;
  font-size: 40px;
}

.body-main .feature-support {
  margin-top: -30px;
}

.body-main .feature-card {
  margin-top: -10px;
}

.bloc-whynotyou {
  border-radius: 5px;
  background: #383b54;
  border: 1px solid #232537;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  font-size: 20px;
  color: #ffffff;
  line-height: 45px;
  margin: 150px 0px;
  padding: 20px 20px;
}

.bloc-whynotyou .signup-btn {
  background-image: -o-linear-gradient(-90deg, #f5858d 0%, #c5646b 100%);
  background-image: -moz-linear-gradient(-90deg, #f5858d 0%, #c5646b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f5858d 0%, #c5646b 100%);
  background-image: -ms-linear-gradient(-90deg, #f5858d 0%, #c5646b 100%);
  background-image: linear-gradient(-180deg, #f5858d 0%, #c5646b 100%);
  border: 1px solid #232537;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  font-size: 14px;
  float: right;
  padding: 8px 42px;
}

.testimonials {
  background: linear-gradient(#444F5C, #334159);
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.testimonials .testim-text {
  font-style: italic;
  font-size: 1.6rem;
  color: white;
  opacity: 0.7;
}

.testimonials .col-img {
  text-align: center;
}

.testimonials img {
  height: 70px;
  width: 70px;
  border-radius: 50% 50%;
}

.testimonials .testim-name {
  font-size: 1.4rem;
  color: white;
  opacity: 0.5;
  float: right;
  margin-top: 22px;
}

.features img {
  height: 400px;
}

#advantages {
  padding: 40px 0px 30px 0px;
}

#advantages h3 {
  font-size: 2.1rem;
  font-weight: 500;
}

#advantages p {
  color: #334159;
  font-size: 1.5rem;
  font-weight: 300;
}

#advantages .bloc {
  margin-top: 60px;
  color: #334159;
}

.ps-show {
  padding: 5rem 0rem;
}

#banner-laptop {
  margin-top: 60px;
  background: linear-gradient(#444F5C, #334159);
  background-size: cover;
  height: 420px;
}

@media (min-width: 568px) {
  #banner-laptop {
    background-image: url("/assets/img/banner-laptop.png");
  }
}

#banner-laptop .banner-wrapper {
  color: #d9d9d9;
  text-align: center;
  font-weight: 300;
  height: 100%;
  padding-top: 164px;
  width: 60%;
  margin: auto;
  letter-spacing: 0.3px;
}

#banner-laptop .banner-wrapper .banner-quote {
  font-style: italic;
  min-height: 100px;
  font-size: 2.2rem;
  line-height: 4rem;
}

#banner-laptop .banner-wrapper .banner-subquote {
  margin-top: 20px;
  font-size: 1.4rem;
}

.legal {
  margin-top: 50px;
}

#features {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 70px 0px;
}

#features h3 {
  font-size: 2.1rem;
  font-weight: 400;
  color: #ff3366;
}

#features .row2 {
  margin-top: 40px;
}

#features .features-blocs {
  padding-top: 30px;
  font-size: 1.5rem;
  color: #334159;
}

#features .img-dashboard {
  width: 100%;
  max-width: 950px;
  margin: 60px auto;
}

#features .quote-feature {
  font-style: italic;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 60px auto;
  padding: 60px 0px;
  text-align: center;
}

#features .quote-feature .quote-feature-p {
  font-size: 2.2rem;
}

.navbar-header {
  margin-left: 24px;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-header .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-header .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0);
}

#tarif {
  padding: 50px 0px 110px 0px;
}

#tarif h1 {
  color: #334159;
}

#tarif p {
  font-weight: 300;
  font-size: 1.6rem;
}

#tarif .price-amount {
  color: #ff3366;
  font-weight: 300;
  font-size: 3.4rem;
}

#tarif span.small {
  font-size: 1.6rem;
}

#tarif .row-tarif-more {
  margin-top: 40px;
  text-align: center;
}

#tarif .row-tarif-more .btn-custom {
  margin-top: 30px;
}

.blog-container {
  margin-top: 50px;
  width: 100%;
  max-width: 710px;
}

.categories {
  margin-bottom: 30px;
  display: block;
  overflow: auto;
  font-size: 1.3rem;
}

.categories .cat-elt {
  float: left;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.04);
  margin: 5px 5px 5px 0px;
  border-radius: 4px;
  text-decoration: none;
}

.categories .cat-elt:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.categories:after {
  border: none;
}

.blog-post h1 a, .blog-post h1, .blog-posts h1 a, .blog-posts h1 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #4A4A4A;
  max-width: 710px;
  line-height: 1.3;
}

.blog-post h2, .blog-posts h2 {
  margin-top: 40px;
  font-size: 2.4rem;
  text-align: left;
  color: #4A4A4A;
  font-weight: 500;
}

.blog-post h3, .blog-posts h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  text-align: left;
  color: #4A4A4A;
  font-weight: 600;
}

.blog-post table, .blog-posts table {
  border: 1px solid #dedede;
}

.blog-post table th, .blog-post table td, .blog-posts table th, .blog-posts table td {
  padding: 5px;
  border: 1px solid #dedede;
  border-left-width: 0px;
  border-top-width: 0px;
}

.blog-post table thead, .blog-posts table thead {
  background: #f5f5f5;
}

.blog-post {
  position: relative;
  padding-bottom: 4rem;
  margin: 4rem auto;
  max-width: 710px;
}

.blog-post .header-img img {
  margin: 30px 0px;
  width: 100%;
}

.blog-post, .blog-posts {
  font-size: 1.5rem;
  color: #4d4d4d;
}

.blog-post p, .blog-post li, .blog-posts p, .blog-posts li {
  line-height: 1.7em;
  font-weight: 500;
}

.blog-post a, .blog-posts a {
  font-weight: 500;
  color: #4d4d4d;
  text-decoration: underline;
}

.blog-post a:hover, .blog-posts a:hover {
  color: #111;
}

p, ul {
  font-size: 1.6rem;
}

.blog-posts h1 a {
  transition: color 0.3s ease;
  text-decoration: none;
}

.blog-posts h1 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.blog-posts h1 {
  margin-top: 0px;
}

.blog-posts .posts-category-title {
  font-size: 3rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 30px 0px;
  line-height: 1.3;
}

.blog-posts .blog-posts-elt {
  position: relative;
  border-bottom: #EBF2F6 1px solid;
  padding-bottom: 4rem;
  margin: 0rem auto 4rem auto;
}

.blog-posts .blog-posts-elt:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: #E7EEF2 1px solid;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: #FFF 0 0 0 5px;
}

.blog-post img, .blog-posts img {
  margin: 20px auto;
  width: 100%;
}

.post-meta {
  color: #9EABB3;
  font-size: 1.3rem;
  opacity: .7;
}

#vision {
  padding: 40px 0px 110px 0px;
  text-align: center;
  color: #334159;
  background-color: #f5f6f8;
}

#vision h2 {
  font-weight: 500;
  color: #334159;
  font-size: 3.4rem;
  margin-bottom: 60px;
  margin-top: 40px;
}

#vision p {
  color: #334159;
  font-weight: 300;
  font-size: 1.6rem;
}

#vision p a {
  color: #334159;
  font-weight: 300;
  font-size: 1.6rem;
  text-decoration: underline;
}

footer {
  font-weight: 400;
  text-align: center;
  padding: 40px 0px;
  font-size: 0.9rem;
}

footer img {
  width: 150px;
}

footer h4 {
  color: #334159;
  font-weight: 400;
  text-align: left;
}

footer a {
  text-decoration: none;
  color: #334159;
}

footer a:hover {
  color: #444F5C;
}

footer ul {
  opacity: 0.7;
  text-align: left;
  padding: 0px;
}

footer ul li {
  list-style-type: none;
  margin: 6px 0px;
}

/* signup */
.help-error {
  color: #ff3366;
  font-weight: 400;
  font-size: 1.4rem;
}

.sign {
  background: linear-gradient(#444F5C, #334159);
  height: 100%;
}

.sign body {
  background: none;
}

.sign h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 2.6rem;
}

.sign h2 {
  text-align: center;
  font-weight: 300;
  font-size: 1.7rem;
  margin-bottom: 0px;
  margin-top: 10px;
}

.sign input {
  margin-top: 0px;
}

.sign .free {
  color: #ff3366;
}

.sign .sign-bloc {
  border-radius: 5px;
  margin: 100px auto 20px auto;
  background: white;
  max-width: 500px;
  padding: 50px 10px;
}

.sign .logo {
  width: 70px;
  margin: auto;
}

.sign .logo img {
  width: 100%;
}

.sign .form-signin {
  max-width: 330px;
  /*padding: 15px;*/
  margin: 0 auto;
}

.sign .form-signin input {
  font-size: 16px;
  height: 44px;
}

.sign .form-signin .control-group {
  padding: 12px 0px;
}

.sign .form-signin label {
  font-size: 14px;
}

.sign .info {
  display: none;
}

.sign .error {
  font-size: 16px;
  color: #d9534f;
}

.sign label {
  display: none;
}

.sign button {
  width: 100%;
}

.sign .link-new-password {
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
}

.sign .link-new-password a {
  text-decoration: none;
}

.sign .sign-footer {
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  opacity: 0.7;
}

.sign .sign-footer a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

/* --- signup --- */
@media (max-width: 568px) {
  header .logo {
    width: 160px;
  }
  header h1 {
    font-size: 3.5rem;
  }
  header h2 {
    font-size: 1.7rem;
  }
  .btn-custom, header .btn-custom {
    font-size: 1.2rem;
    padding-left: 4px;
    padding-right: 4px;
  }
  #banner-laptop .banner-wrapper {
    padding-top: 90px;
  }
  .blog-posts h1, .blog-post h1 {
    line-height: 34px;
    font-size: 2.4rem;
  }
  .blog-posts h1 a, .blog-post h1 a {
    font-size: 2.4rem;
  }
}

.help-block {
  font-size: 1.4rem;
}

.features-new {
  padding-bottom: 30px;
}

.label-new {
  margin-left: 14px;
  background-color: rgba(255, 186, 0, 0.5);
  font-size: 1.2rem;
  border-radius: 2px;
  padding: .3em;
  padding-right: 5px;
  padding-left: 5px;
  color: #334159;
}

.continue-reading {
  text-transform: uppercase;
  margin-top: 3rem;
}

.continue-reading a {
  text-decoration: none;
  font-weight: 500;
  color: #ff3366;
}

.continue-reading a:hover {
  color: #f42156;
}

.continue-reading a .fa {
  margin-left: 10px;
  font-size: 1.7rem;
  opacity: .65;
}

.navbar-collapse.isopen {
  display: block;
  max-height: auto;
}

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