/*Reset CSS*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Début de mon CSS*/

.container {
  margin: 0 auto;
}

/*Premier bloc*/

.welcome {
  position: relative;
  margin: -120px auto;
  height: 689px;
  width: 100%;
  background-image: url('../img/payments-banner-graphic.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*Zone de gauche*/

.logo, .title {
  position: absolute;
  font-family: sans-serif;
  color: #fefefe;
}
.logo {
  left: 1.5%;
  top: 19.5%;
}
.title {
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 600;
  left: 5.5%;
  top: 20.5%;
}
.login, .sign {
  position: relative;
  float: right;
  padding: 20px 15px 20px;
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 1px;
  height: 62px;
  top: 17.5%;
  color: #fefefe;
  font-family: sans-serif;
}

/*Zone d'écriture centrale*/

.center {
  text-align: center;
  top: 27%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  color: #fefefe;
}
h1 {
  font-family: sans-serif;
  font-size: 42px;
  margin-bottom: 20px;
}
h2 {
  font-family: serif;
  font-size: 27px;
  margin-bottom: 30px;
}
.free {
  padding-top: 1.5%;
  margin: 0 auto;
  color: #8b80C2;
  font-family: sans-serif;
  background-color: white;
  height: 32px;
  width: 310px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  border: 0.5px solid #7575A3;
}

/*Deuxième bloc*/

.qualities {
  text-align: center;
  height: 250px;
  width: 100%;
  position: relative;
  font-family: sans-serif;
}
.quick, .beautiful, .secure {
  width: 33%;
  height: 100%;
  float: left;
  margin-top: 10%;
  color: #919092;
  background-color: #fefefe;
}
hr {
  float: left;
  margin-top: 9%;
}
h3 {
  color: #4D4D4D;
  font-size: 20px;
  margin-bottom: 4%;
}
.qualities-img {
  height: 65px;
  width: 65px;
  margin-bottom: 20px;
}

/*Troiième bloc*/

.price-block {
  border-top: 1px solid #dadada;
  margin-top: 10%;
  padding-top: 7%;
  background-color: #F6F9FB;
  text-align: center;
  height: 280px;
  width: 100%;
  position: relative;
  font-family: sans-serif;
}
.small-text {
  font-size: 20px;
  color: #919092;
  margin-bottom: 7%;
}
.big-text {
  text-align: center;
  display: inline-block;
  margin: -2px auto;
  position: relative;
  height: 100%;
  width: 34%;
}
.invoice, .price, .plus {
  position: absolute;
}
.invoice {
  font-size: 35px;
  color: #5A5A5A;
  left: 20%;
}
.price {
  color: #7F7FBD;
  font-size: 60px;
}
.plus {
  color: #C9CCCA;
  position: absolute;
  margin-top: 9%;
  left: 20%;
}

/*Quatrième bloc CB*/

.cb {
  background-color: #4C525C;
  width: 100%;
  height: 60px;
  text-align: center;
  font-family: sans-serif;
  font-size: 25px;
  color: #fefefe;
  font-weight: lighter;
  padding-top: 3%;
}

/*Cinquième zone: fonctionnalités en 6 blocs*/

.functionalities {
  z-index: 500;
  position: relative;
  height: 1500px;
  width: 100%;
}
.bloc {
  border-top: 1px solid #e4e4e4;
  float: left;
  width: 50%;
  height: 500px;
  box-sizing: border-box;
  text-align: left;
}
.white {
  background-color: white;
  padding:11%;
  color:#AFB8BD;
}
.img-bonsai-contracts, .img-smart-pay {
  background-color: #7CD5EF;
}
.image {
  margin-left: 13%;
  height: 500px;
  width: 450px;
  margin-top: 17%;
  border-radius: 15px;
  overflow: hidden;
}
h4 {
  font-family: sans-serif;
  color:#797979;
  font-size: 20px;
  margin-bottom: 8%;
}
span {
  font-style: italic;
}
.img-beaut-invoices {
  background-color: #8080BE;
}
.img-smart-pay, .smart-pay {
  border-bottom: 1px solid #e4e4e4;
}
.img-smart-pay {
  overflow: hidden;
}

/*Sixième bloc*/

.freelance {
  z-index: 1000;
  background-color: #fcfcfc;
  width: 100%;
  height: 300px;
}

/*footer*/

footer {
  background-color: #242629;
  width: 100%;
  height: 300px;
}
