.landing * {
  line-height: 1em;
}
body.landing {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 940px;
  color: #404040;
  margin: 0;
  padding: 0;
}
.container.landing {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #404040;
  margin-top: 30px;
}
.landing a {
  text-decoration: none;
  color: #00739E;
  transition: all 0.5s;
}
header.landing {
  background: #8CDCF8;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.container {
  /*max-width: 940px;*/
  margin: 0 auto;
}
header.landing .container {
  height: 230px;
  padding-top: 30px;
  text-align: center;
}
header.landing h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
header.landing h2 {
  font-size: 60px;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.landing a.button-red {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 20px;
  background: #BF787B;
  background: linear-gradient(#aa353a, #d46569);
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 1px #dedede;
}
.landing a.button-red:hover {
  color: #00d68c;
  background: whitesmoke;
  background: linear-gradient(#dedede, white);
  border-radius: 5px;
}
.sprite {
  display: block;
  background: url('/img/lp/sprites.png') top center;
}
.sprite.camera-white {
  width: 94px;
  height: 103px;
  float: left;
}
.main {
  margin-bottom: 40px;
}
.main h2 {
  color: #00739E;
  font-size: 30px;
  margin-bottom: 30px;
  margin-left: 90px;
}
.steps ul {
  list-style-type: none;
}
.steps ul li {
  padding: 0;
  clear: both;
  text-align: left;
}
.steps .step {
  margin-bottom: 20px;
}
.steps .border .text {
  /*border-bottom: 2px solid #dedede;*/
}
.steps .sprite {
  float: left;
}
.steps h3 {
  /*margin-bottom: 10px;*/
  font-size: 18px;
}
.steps .text {
  /*margin-left: 90px;*/
  /*padding-bottom: 20px;*/
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.steps .text p {
  width: 45%;
}
.steps .text a {
  font-size: 13px;
}
.steps .text p, .feature p {
  color: #757070;
  line-height: 1.4;
  font-size: 13px;
}
.sprite.pen {
  width: 74px;
  height: 58px;
  background-position: -10px -103px;
  display: block;
}
.sprite.laptop {
  width: 74px;
  height: 46px;
  background-position: -10px -161px;
  display: block;
}
.sprite.camera-blue {
  width: 74px;
  height: 65px;
  background-position: -10px -207px;
  display: block;
}
.iphone {
  float: right;
  margin-right: -60px;
  margin-top: -305px;
}
.iphone img {
  max-width: 100%;
}
.features {
  margin-bottom: 40px;
  text-align: center;
}
.feature {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  border: 1px solid #dedede;
  border-radius: 10px;
  height: 150px;
  text-align: left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.feature h3 {
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
}
.feature p {
  padding: 15px;
}
footer.landing {
  border-top: 1px solid #dedede;
  padding: 20px 0;
}
footer.landing .container {
  line-height: 32px;;
}
.socials {
  float: right;
}
.socials a {
  display: inline-block;
  border: 1px solid #757070;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  padding: 4px;
  background: linear-gradient(#dedede, white);
  margin-left: 5px;
}
.socials a:hover {
  border-color: black;
}
.social {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/img/lp/socials.png');
}
.social.f {
  background-position: -24px 0;
}
.social.v {
  background-position: -48px 0;
}
.social.g {
  background-position: -72px 0;
}
.copyrights {
  color: #757070;
}
.landing .logo {
  width: 100px;
}

/* free */
.MainHeader {
  margin-bottom: 30px;
}

.features h2 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #7092be;
}

.button-green {
  display: block;
  /*width: 300px;*/
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: white !important;
  text-align: center;
  margin-top: 8px;
  /*margin-left: 105px;*/
}
.button-green.dark {
  background: #00cb9f;
  margin-top: 28px;
}
.button-green.dark:hover {
  background: #00b288;
}
.button-green.orange {
  background: #ff9e00;
  margin-top: 28px;
}
.button-green.orange:hover {
  background: #df7f00;
}
.button-green.light {
  background: #40d381;
}
.button-green.light:hover {
  background: #33ae6b;
}
.Container .iphone {
  width: 350px;
  margin-top: -325px;
  margin-right: 0;
}
.Container .eco {
  width: 450px;
  margin-top: -410px;
  margin-right: 0;
  float: right;
}
.Container .main h1 {
  color: #00739E;
  font-size: 30px;
  margin-bottom: 40px;
  /* margin-left: 90px; */
  font-family: 'Bebas Neue';
  font-weight: 100;
}

.tvchanneloverride .button-green {
  /*width: 150px;*/
  /*margin-left: 100px;*/
  padding: 2px 20px;
}

.tvchanneloverride.left{
	float: right;
}

.tvchanneloverride.right{
	float: left;
}

/* signin/signout button */
.sign {
	width: 120px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.sign.sign-in {
	background: #3ACCBA;
}

.sign.sign-out {
	background: #ff5474
}

.top_out .go-profile {
  text-transform: uppercase;
  font-size: 10px;
  color: #566a7e;
  /* font-family: 'Bebas Neue'; */
  /* text-decoration: none; */
}
.top_out .account {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.top_out .account-form {
  display: inline;
}
.top_out .account-form input {
  margin-right: 0;
  margin-top: 10px;
}

.meeting{
	color: #00739E;
	font-family: 'Bebas Neue';
	font-size: 20px;
}

.sign-in-block{
	margin-bottom: 20px;
	font-family: 'Bebas Neue';
    font-size: 16px;
	color: #ff5474;
}

.fich_list {
  margin-top: 20px;
}

.fich_list :last-child, .fich_list :nth-last-child(2) {
	padding-bottom: 0;
}

.error-container {
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  padding: 10px 20px;
  width: auto;
  max-width: 30%;
  margin: 10px auto;
}

.error-message {
  color: #cc0033;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 1px 1px rgba(250,250,250,.3);
}

.order-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

