/*
 * LeGSM v1.8.16 - "All about Link from Zelda"
 * Copyright 2012 MobileRachat.MOB
 * By Take a Tea <takeatea.com> :)
 */


/*--- [@FONT-FACE & TYPOGRAPHY] ---*/
@import url('http://fonts.googleapis.com/css?family=Lato');

@font-face {
  font-family:'DINBold';
  src:url('dinbd.eot');
  src:url('dinbd.eot?#iefix') format('embedded-opentype'),
    url('dinbd.woff') format('woff'),
    url('dinbd.ttf') format('truetype'),
    url('dinbd.svg#DINBold') format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'FuturaLTCondensed';
  src:url('lte50196.eot');
  src:url('lte50196.eot?#iefix') format('embedded-opentype'),
    url('lte50196.woff') format('woff'),
    url('lte50196.ttf') format('truetype'),
    url('lte50196.svg#FuturaLTCondensed') format('svg');
  font-weight:normal;
  font-style:normal;
}
.btn.btn-primary {
  font-family:'DINBold',Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform:uppercase;
  -webkit-text-shadow:0 2px 0 rgba(0,0,0,.25);
  -moz-text-shadow:0 2px 0 rgba(0,0,0,.25);
  text-shadow:0 2px 0 rgba(0,0,0,.25);
}
#footer .nav-list.social-links a,
.wizard li,
.handsets .nav-list .nav-header,
h1, h2, h3, h4, h5, h6 {
  font-family:'FuturaLTCondensed',Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}


/*--- [BORDER-RADIUS & BOX-SHADOW] ---*/
/* Border-radius */
.navbar-inner .nav > li > a,
.nav-info,
.page-header,
#garantie-title,
.wizard-special li,
.connexion-form,
.global-form,
.global-form .choose-brand ul a,
.handset-block,
.handsets .nav-list,
.handsets .handset-item .price,
div.handsets .handset-resume,
.adds > div,
.resume,
.dropdown-menu,
.lineit .span9 {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.wizard ol > li.first {
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-topleft:4px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
.wizard ol > li.third {
  -webkit-border-bottom-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topright:4px;
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
}
/* Box-shadow */
.navbar-inner .nav > li > a,
.nav-info,
.page-header,
#garantie-title,
.wizard ol > li,
.handset-block,
.handsets .nav-list,
div.handsets .handset-resume,
.adds > div,
.resume,
.dropdown-menu,
.lineit .span9 {
  -webkit-box-shadow:3px 3px 1px rgba(0,0,0,.075);
  -moz-box-shadow:3px 3px 1px rgba(0,0,0,.075);
  box-shadow:3px 3px 1px rgba(0,0,0,.075);
}
.navbar-inner {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

/*--- [WRAPPER & SKELETON] ---*/
.wrapper {
  margin:0 auto;
  padding:0;
  width:970px;
}
.wrapper.row-fluid {
  margin-top:120px;  
}
body {
  background:#fff url(../img/body/body.png) repeat-x 0 100px;
}
body.without-bg {
  background:none;
  padding-top:50px;
}
#header {
  position:fixed;
  width:960px;
  background-color: #FFF;
  height: 100px;
  margin:0px auto;
  border:1px solid #CCC; 
  width:100%;
  top:0px;
  z-index: 10;
  -moz-box-shadow: 0px 6px 7px 0px #656565;
  -webkit-box-shadow: 0px 6px 7px 0px #656565;
  -o-box-shadow: 0px 6px 7px 0px #656565;
  box-shadow: 0px 6px 7px 0px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=2);
}
#footer {
  background:#2c2c2c url(../img/footer/footer.png) repeat-x 0 0;
  height:158px;
  margin-top:15px;
  position:relative;
}

#current-form {
  position:relative;
  display: block;
}

a.captcha_reload {
  background-image:url(../img/reload_icon.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin:0 0 10px 0;
}

/*--- [HEADER] ---*/
#header .brand, .header .brand {
  padding:0px 0 2px 0;
}
#header .brand a {
  background:url(../img/header/legsm-logo-header.png) no-repeat 0 10px;
  display:block;
  height:99px;
  margin:0 0 0 10px;
  overflow:hidden;
  padding:10px 0 0;
  text-indent:-99999px;
  white-space:nowrap;
  width:360px;
}
/* Simulated header for cession */
.header {
  margin-bottom:60px;
}
.header .brand img {
  padding:10px 10px 0;
}
.header .cession-date {
  margin-top:70px;
}
h3.cession-header {
  color:#7F7F7F;
  margin-top:30px;
}
h3.cession-header-page {
  color:#7F7F7F;
  margin-top:120px;
}
.nav-info {
  background:#fff;
  border:1px solid #d1d1d1;
  float:left;
  margin-bottom:45px;
  padding:10px 15px 15px;
  width:350px;
}
.nav-more {
  padding-top:15px;
}
.nav-more li {
  font-size:24px;
  line-height:24px;
}
.barcode {
  background:#fff;
  border:1px solid #d1d1d1;
  padding:10px;
}
.margin-top {
  margin-top:120px;
}
.signature {
  margin:30px 0 0;
}

/* Navbar */
.navbar-inner {
  background-color:transparent;
  background-image:none;
  padding-left:0;
  padding-right:0;
  filter:none;
  width:1133px;
  margin-left:-75px;
}
#navbar-header {
  background-color:transparent;
  background-image:none;
  padding-left:0;
  padding-right:0;
  filter:none;
  width:600px;
}
.navbar-inner .nav > li > a {
  background:#fff;
  border:1px solid #d1d1d1;
  font-weight:bold;
  padding:9px 0 11px;
  text-align:center;
  text-shadow:none;
  text-transform:uppercase;
}
/* User menu */
.navbar.navbar-usermenu {
  position:relative;
}
.navbar.navbar-usermenu .nav {
  clear:right;
}
.navbar.navbar-usermenu .nav li > a {
  color:#5b5b5b;
  margin:0 0 0 10px;
  width:169px;
}
.navbar.navbar-usermenu .nav li > a:hover,
.navbar.navbar-usermenu .nav li.active > a {
  color:#2f4316;
}
.navbar.navbar-usermenu .nav li > a > span {
  background-image:url(../img/header/navbar-usermenu.jpg);
  background-repeat:no-repeat;
  margin-left:-5px;
  padding:10px 0 10px 45px;
}
.navbar.navbar-usermenu .nav li.mon_panier > a > span {
  background-position:0 -1px;
}
.navbar.navbar-usermenu .nav li.mon_panier > a:hover > span,
.navbar.navbar-usermenu .nav li.mon_panier.active > a > span {
  background-position:0 -41px;
}
.navbar.navbar-usermenu .nav li.mon_compte > a > span {
  background-position:0 -81px;
}
.navbar.navbar-usermenu .nav li.mon_compte > a:hover > span,
.navbar.navbar-usermenu .nav li.mon_compte.active > a > span {
  background-position:0 -121px;
}
/* Main menu */
.navbar.navbar-mainmenu {
  clear:both;
}
.navbar.navbar-mainmenu .nav li {
  position:relative;
}
.navbar.navbar-mainmenu .nav li > a {
  margin:0 8px 0 0;
  width:153px;
}
.navbar.navbar-mainmenu .nav li.external > a {
  background:#f58220;
  color:#fff;
  margin:0 0 0 0;
}
.navbar.navbar-mainmenu .nav li.active > a {
  border:1px solid #8bc83f;
}
.navbar.navbar-mainmenu .nav li.active > a:before,
.navbar.navbar-mainmenu .nav li.active > a:after {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #8bc83f;
  bottom:-6px;
  content:'';
  position:absolute;
  left:70px;
}
/* Choose language */
.choose-language {
  height:26px;
  margin:5px 0;
  position:relative;
  width:75px;
  z-index:10;
}

/*--- [FORMS] ---*/
button, select, textarea {
  font-family:"Helvetica Neue",Arial,sans-serif;
}
input {
  font-family:"Helvetica Neue",Arial,sans-serif;
}
.resume .details input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

.resume .details input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

.lt-ie9 input, .lt-ie9 select, .lt-ie9 button {
  min-height:20px !important;
}
label {
  color:#737373;
  font-size:12px;
  font-weight:bold;
}
.connexion-form {
  background:#f2f2f2;
  border:1px solid #b0b0b0;
  position:absolute;
  right:0;
  top:348px;
}
.connexion-form li.row-fluid {
  background:#f2f2f2;
  padding:10px 0;
}
.connexion-form .nav-header {
  background:#fff url(../img/body/connexion-form-header.jpg) no-repeat 180px 8px;
  color:#8dc941;
  line-height:22px;
  padding:10px;
  text-transform:uppercase;
}
.connexion-form .mdp {
  color:#737373;
  margin-top:18px;
  text-decoration:underline;
}
label[for=transaction_deliveryType_1],
label[for=transaction_deliveryType_2],
label[for=transaction_deliveryType_4],
label[for=transaction_deliveryType_5],
label[for=transaction_deliveryType_6],
label[for=transaction_deliveryType_7] {
  background-position:10px 20px;
  background-repeat:no-repeat;
}
.form-list {
  border-bottom:1px solid #d1d1d1;
  margin-left:5px;
}
.form-list label {
  font-size:14px;
  line-height:40px;
  margin-bottom:10px;
  margin-top:10px;
}
.form-list .form-result {
  float:left;
}
.form-list .control-group {
  margin-bottom:0;
}
.form-list .form-result label {
  line-height:20px;
}
.js .form-list .form-result {
  display:none;
}
.js .form-list.selected .form-result {
  display:inline;
}
.form-list .form-result input[type="text"] {
  margin-top:5px;
}
.form-submit {
  margin:20px 0 30px;
  text-align:right;
}
.form-submit-normal {
  margin:20px 0 0;
  text-align:center;
}
.form-submit-small {
  margin:0 0 15px;
  text-align:right;
}
.form-submit .btn {
  padding:10px 30px;
}
.form-submit-small .btn {
  padding:5px 15px;
}
.btn-primary {
  background:#0d8c3f url(../img/body/btn-primary.png) repeat-x 0 0\9;
}
.connexion {
  margin-left:330px;
}
.checkbox {
  margin:20px 0 0 5px;
}


/*--- [BODY] ---*/
h1, h2, h3, h4, h5, h6 {
  text-transform:uppercase;
}
h2 {
  font-size:18px;
  line-height:28px;
}
h2 small {
  color:#fff;
  font-size:14px;
}
h3 {
  font-size:16px;
  line-height:26px;
}
h4 {
  font-size:14px;
  line-height:24px;
}
h5 {
  font-size:12px;
  line-height:22px;
}
h6 {
  font-size:10px;
  line-height:20px;
}
.page-header {
  background:#8bc83f;
  border-bottom:none;
  clear:both;
  padding:5px 15px;
  position:relative;
}
.page-header:first-child {
  margin-top:0px;
}
.page-header.inactive {
  background:#737373;
}
.page-header img {
  bottom:0;
  position:absolute;
  right:0;
}
.userlogged {
  margin:15px 14px;
}
.modal-header h3 {
  color:#8bc83f;
}
button.btn.btn-primary {
  font-size:18px;
}
.form-submit-small button.btn.btn-primary {
  font-size:14px;
}
.separator {
  clear:both;
  margin:25px 0;
}
.form-page {
  position:relative;
}
/* wizard */
.wizard {
  clear:both;
  margin-bottom:16px;
  width:1000px;
}
.wizard.wizard-special {
  clear:left;
  float:left;
  margin-right:16px;
}
.wizard ol {
  list-style:none;
  margin:0;
}
.wizard li {
  background-image:url(../img/body/wizard.png);
  background-position:-1px 0;
  background-repeat:no-repeat;
  border:1px solid #d1d1d1;
  color:#979797;
  float:left;
  height:122px;
  overflow:hidden;
  position:relative;
  text-transform:uppercase;
  width:320px;
}
.wizard li.active {
  background-position:-1px -122px;
  color:#bdd69c;
}
.wizard li.first {
  border-right:1px dashed #fff;
}
.wizard li.second {
  border-left:1px dashed #fff;
  border-right:1px dashed #fff;
  margin:0 2px;
}
.wizard li.third {
  border-left:1px dashed #fff;
}
.wizard li img {
  bottom:-10px;
  position:absolute;
  right:5px;
}
.wizard li span.description {
  bottom:30px;
  font-size:20px;
  position:absolute;
  right:145px;
  text-align:right;
}
.wizard li span.step {
  color:#818181;
  font-size:26px;
  line-height:26px;
  left:27px;
  position:absolute;
  top:18px;
}
.wizard li strong {
  color:#7f7f7f;
  display:block;
  font-size:18px;
}
.wizard li.active span.step,
.wizard li.active strong {
  color:#fff;
}
/* global-form */
.global-form {
  background:#0c9442;
  margin:0 auto 16px;
  overflow:hidden;
  width:660px;
}
.global-form .search-form {
  padding:15px 23px 0 23px;
  width:622px;
}
.global-form .search-form h2 {
  color:#fff;
  font-family:"Helvetica Neue",Arial,sans-serif;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  -webkit-text-shadow:1px 1px 2px #086b32;
  -moz-text-shadow:1px 1px 2px #086b32;
  text-shadow:1px 1px 2px #086b32;
}
.global-form .search-form input {
  margin-right:5px;
  padding:6px 8px 5px;
  width:540px;
}
.global-form .search-form button {
  margin-top:-9px;
  padding:6px 10px;
}
.typeahead.dropdown-menu > li > a {
  padding:10px 15px;
  width:526px;
}
.typeahead.dropdown-menu > li.waiting > a,
.typeahead.dropdown-menu > li.waiting > a:hover,
.typeahead.dropdown-menu > li.moreresults > a,
.typeahead.dropdown-menu > li.moreresults > a:hover,
.typeahead.dropdown-menu > li.notfound > a,
.typeahead.dropdown-menu > li.notfound > a:hover {
  background-color:#e9e9e9;
  color:#afafaf;
}
.typeahead.dropdown-menu > li.moreresults > a:hover span {
  color:#8dc941;
  text-decoration:underline;
}
.global-form .choose-brand {
  background:url(../img/body/choose-brand.png) repeat-x 0 0;
  padding:0 23px 15px 23px;
}
.global-form .choose-brand p {
  background:url(../img/body/choose-brand-title.png) repeat-x 0 14px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin:0 0 11px 0;
  padding-top:5px;
  text-align:center;
  text-transform:uppercase;
  -webkit-text-shadow:1px 1px 2px #086b32;
  -moz-text-shadow:1px 1px 2px #086b32;
  text-shadow:1px 1px 2px #086b32;
}
.global-form .choose-brand span {
  background:url(../img/body/choose-brand.png) repeat-x 0 0;
}
.global-form .choose-brand ul {
  list-style:none;
  margin:0;
}
.global-form .choose-brand ul li {
  float:left;
}
.global-form .choose-brand ul a {
  background:#fff;
  display:block;
  margin-right:8px;
  padding:1px 2px;
  text-align:center;
  width:56px;
}
.global-form .choose-brand ul select {
  font-size:10px;
  height:24px;
  line-height:24px;
  margin-bottom:0;
  width:130px;
}
/* handsets */
.handsets {
  position:relative;
}

#acc-receipt {
  width:70%;
}

.handsets > .span8 {
  margin-left:0px;
}
.handsets .handset {
  border:none;
  display:block;
  float:left;
  margin:0 5px 10px 5px;
  overflow:hidden;
  padding:0;
  text-align:center;
  text-shadow:none;
}
.handsets .brand {
  position:absolute;
  right:7px;
  top:0;
}
.handsets .description,
.handsets .price {
  display:block;
  margin:0 0 10px;
}
.handsets .description {
  color:#626262;
  font-size:14px;
  text-transform:uppercase;
}
.handsets .description strong {
  display:block;
}
.handsets .price {
  color:#9d9d9d;
  font-size:10px;
}
.handsets .price .withoutprice {
  color:#0a9343;
  font-size:14px;
}
.handsets .price strong {
  color:#0a9343;
  font-size:24px;
}
/* handset-block */
.handsets .handset-block {
  border:1px solid #d1d1d1;
  display:block;
  float:left;
  margin:0 30px 20px 0;
  padding:20px 10px 10px;
  position:relative;
  width:280px;
}
.handsets .handset-block.lasthandset {
  margin:0 0 20px 0;
}
.handsets .handset-block .handset {
  height:141px;
  width:122px;
}
.handsets .price strong {
  display:block;
}
/* handset-list */
.handsets .nav-list {
  border:1px solid #d1d1d1;
  padding-left:0;
  padding-right:0;
}
.handsets .nav-header {
  border-bottom:1px solid #d1d1d1;
  color:#8dc941;
  font-size:20px;
  margin:6px 0px;
  text-align:right;
  text-transform:uppercase;
}
.handsets .handset-item {
  border-bottom:1px solid #d1d1d1;
  clear:both;
  padding:10px 0;
  position:relative;
}
html>/**/body .handsets .handset-item {
  *zoom: 1;
}
html>/**/body .handsets .handset-item:before,
html>/**/body .handsets .handset-item:after {
  display: table;
  content: "";
}
html>/**/body .handsets .handset-item:after {
  clear: both;
}
.handsets .handset-item:last-child {
  border-bottom:none;
}
.handsets .handset-item .description {
  width:205px;
}
.handsets .handset-item .price {
  border:1px solid #d1d1d1;
  color:#9d9d9d;
  float:right;
  font-size:10px;
  margin:15px 10px 0 0;
  padding:5px 10px;
  text-align:right;
  width:70px;
}
.handsets .handset-item .price strong {
  display:inline;
}
/* handset-resume */
.handsets .handset-resume {
  display:block;
  padding:30px 20px 15px 0;
  position:relative;
}
div.handsets .handset-resume {
  border:1px solid #d1d1d1;
}
/* resume */
.resume {
  border:1px solid #d1d1d1;
  height:145px;
  list-style:none;
  margin:0 0 15px;
  position:relative;
  width:970px;
}
.resume li {
  border-right:1px solid #d1d1d1;
  float:left;
  position:relative;
  width:216px;
}
.resume .handsets {
  height:140px;
  padding:0 0 0 25px;
  padding-bottom:7px;
}
.resume .details {
  height:110px;
  padding:30px 0 0 25px;
  padding-bottom:7px;
}
.resume .details.firstdetails{
  height:110px;
  padding:7px 0 30px 25px;
}
.resume .details.lastdetails{
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  border-right:none;
  height:134px;
  padding:3px;
  padding-bottom:10px;
  width:236px;
}
.resume .details label {
  background-position:0px 0px;
  background-repeat:no-repeat;
  display:inline-block;
  line-height:34px;
  padding-left:30px;
}
.resume .details input:checked+label {
  background-position:0px -34px;
  background-repeat:no-repeat;
}
.resume .details.lastdetails label {
  display:block;
  float:left;
  font-size:11px;
  width:113px;
  height:34px;
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-left:30px;
}
.resume .details.lastdetails input:checked+label {
  background-position:0px -34px;
  background-repeat:no-repeat;
}
.resume .details input {
  display:inline-block;
}

.resume .details.firstdetails ul {
  margin: 0 0 0 0;

}

.resume .details.middetails ul {
  margin: 0 0 0 0;

}

.resume .details.lastdetails ul {
  margin: 0 0 0 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style:none;
  width:280px;

}

.resume .details.lastdetails li {
  display:inline-flex;
  border-right:none;
  
}

.resume .details.lastdetails input {
  margin-top: 13px;

}

label[for=transaction_handsetStatus_1] {background-image:url(../img/body/form-likenew-yes.jpg);}
label[for=transaction_handsetStatus_2] {background-image:url(../img/body/form-functional-yes.jpg);}
label[for=transaction_handsetStatus_3] {background-image:url(../img/body/form-functional-no.jpg);}
label[for=transaction_locked_0] {background-image:url(../img/body/form-blocked-no.jpg);}
label[for=transaction_locked_1] {background-image:url(../img/body/form-blocked-yes.jpg);}
label[for=transaction_operator_1] {background-image:url(../img/body/form-operator-sfr.jpg);}
label[for=transaction_operator_2] {background-image:url(../img/body/form-operator-bouygues.jpg);}
label[for=transaction_operator_3] {background-image:url(../img/body/form-operator-nrj.jpg);}
label[for=transaction_operator_4] {background-image:url(../img/body/form-operator-orange.jpg);}
label[for=transaction_operator_5] {background-image:url(../img/body/form-operator-virgin.jpg);}
label[for=transaction_operator_6] {background-image:url(../img/body/form-operator-other.jpg);}
/* seemore */
.seemore {
  clear:both;
  margin-right:5px;
  text-align:right;
}
.resume .seemore {
  bottom:0;
  position:absolute;
  right:5px;
}
.seemore a {
  font-size:12px;
  text-decoration:underline;
}
.seemore .btn.btn-primary {
  font-size:14px;
  margin-bottom:-20px;
  text-decoration:none;
}

.resume .seemore1 {
  bottom:0;
  position:absolute;
  left:5px;
  text-align:right;
  text-decoration:underline;
}


.lineit {
  clear:both;
  margin:0 0 30px;
}
.lineit .span9 {
  border:1px solid #d1d1d1;
}
.lineit .form-list {
  margin-left:0px;
}
.lineit .form-list input[type="radio"] {
  margin-left:5px;
}
/* tabbable */
.user-links > a {
  display:block;
}
.faq-block {
  margin:0 0 10px;
}
.js .faq-answear {
  display:none;
}
.js .faq-answear.opened {
  display:block;
}

#garantie-title {

  background:#8bc83f;
  border-bottom:none;
  clear:both;
  padding:5px 15px;
  margin-bottom:15px;
  position:relative;

}

#garantie:hover {
  
  color:#0a9343;
  cursor:  pointer;
  
}
#garantie-title:first-child {
  margin-top:0px;
}
#garantie-title.inactive {
  background:#737373;
}
#garantie-title img {
  bottom:0;
  position:absolute;
  right:0;
}


/* collapse */
.accordion-group {
  border:none;
  border-bottom:1px solid #d1d1d1;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.accordion-group .accordion-heading .f-a-k-e {
  margin:15px 0 0 5px;
}
.accordion-group .accordion-heading a {
  font-size:14px;
  font-weight:bold;
  line-height:40px;
  margin:10px 0;
}
.accordion-group .accordion-heading .pull-right {
  margin-right:10px;
}
.accordion-toggle.transaction_deliveryType_1,
.accordion-toggle.transaction_deliveryType_2 {
  padding:0 0 0 120px;
}
.accordion-inner {
  border-top:none;
}
.nav-tabs > li.red a,
.nav-tabs > li.red a:hover {
  background:#f4e9e9;
  border:none;
  color:#900;
}
.nav-tabs > li.red.active a,
.nav-tabs > li.red.active a:hover {
  background:#f4cccc;
}


/*--- [FOOTER] ---*/
.adds {
  clear:both;
  margin:0 0 15px;
}
.adds > div {
  border:1px solid #d1d1d1;
  float:left;
  margin:15px 10px 0;
  position:relative;
  width:350px;
}
.adds .carousel-inner {
  overflow:visible;
}
.adds .boutique {
  margin-left:120px;
}
.adds img {
  left:10px;
  position:absolute;
  top:-10px;
}
.adds strong {
  display:block;
  height:86px;
  margin-right:15px;
  text-indent:-99999px;
}
.adds .boutique strong {
  background:url(../img/footer/adds-boutique.png) no-repeat 100% 50%;
}
.adds .dixeuros strong {
  background:url(../img/footer/adds-dixeuros.png) no-repeat 100% 50%;
}
.adds .gratuit strong {
  background:url(../img/footer/adds-gratuit.png) no-repeat 100% 50%;
}
#footer .wrapper {
  /*background:url(../img/footer/footer-sep.png) no-repeat 100% 0;*/
  /*background:#2c2c2c url(../img/footer/footer.png) repeat-x 0 0;*/
  height:158px;
}
#footer .linklist,
#footer .brand {
  background:url(../img/footer/footer-sep.png) no-repeat 0 0;
  float:left;
  height:158px;
}
#footer .linklist {
  width:150px;
}
#footer .brand {
  width:370px;
}
#footer .nav-list {
  padding-top:15px;
}
#footer .nav-list .nav-header {
  color:#d9d9d9;
  font-size:11px;
  font-weight:bold;
  padding:0 15px 10px;
  text-shadow:none;
  text-transform:uppercase;
}
#footer .nav-list li {
  line-height:11px;
}
#footer .nav-list a {
  color:#969696;
  font-size:11px;
  text-decoration:none;
  text-shadow:none;
}
#footer .nav-list a:hover {
  background:none;
  color:#d9d9d9;
  text-decoration:none;
}
#footer .nav-list.social-links {
  padding-top:5px;
  text-align:right;
}
#footer .nav-list.social-links li {
  line-height:28px;
}
#footer .nav-list.social-links a {
  background-image:url(../img/footer/sl-link.png);
  background-position:119px 50%;
  background-repeat:no-repeat;
  color:#8dca3f;
  font-size:15px;
  font-weight:bold;
  padding-right:40px;
  text-transform:uppercase;
}
#footer .nav-list.social-links .sl-facebook a {
  background-image:url(../img/footer/sl-facebook.png);
  color:#5876b4;
}
#footer .nav-list.social-links .sl-twitter a {
  background-image:url(../img/footer/sl-twitter.png);
  color:#3dabce;
}
#footer .brand a {
  background:url(../img/footer/legsm-logo-footer.png) no-repeat 100% 50%;
  display:block;
  height:74px;
  margin:20px 15px 0 auto;
  text-indent:-9999px;
  width:300px;
}
#footer .brand p {
  font-size:10px;
  margin:0 15px 0 0;
  text-align:right;
}


/*--- [ERRORS] ---*/
.error-frown {
  background:url(../img/body/error-frown.png) no-repeat 50% 50px;
  padding:350px 0 20px 0;
  text-align:center;
  width:300px;
}
.error-frown p a {
  display:block;
  margin:10px auto;
}
.error-frown .logo {
  margin:30px auto;
}

.transaction-spacepro {
  display: none;
}

#transaction-spacepro-header{
  width: 100%;
}

.cell_header
{
  width: 16%;
}
.cell {display: table-cell; width: 16%; text-align: right; padding-right: 20px;}

.nombre
{
  margin-left: 60%;
  width: 20%
}

#total
{
  text-align: center;
}

.add_tag_link
{
  font-family: 'DINBold',Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
  background-color: #54af40;
  background-image: -webkit-linear-gradient(top, #84c640, #0d8c3f);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  border-radius: 4px;
}

.item{
  text-align: left;
  cursor: pointer;
}

.cell ul{
  top: auto;
  left: auto;
  margin-left: 3%;
}

.flash-error{
  color: #FFFFFF;
  background-color: #FF0000;
  text-align: center;
  font-size: 15px;
}

.flash-notice {
  color: #FFFFFF;
  background-color: #00FF00;
  text-align: center;
  font-size: 15px;
}

#splashscreen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1050;
  overflow: inherit;
  width: 70%;
  margin: auto;
  bottom: 185px;
  right: 0;
  height: 70%;
  text-align: center;
}

.container-splash {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container-splash img {
  width: 100%;
  height: auto;
}

.container-splash .btn {
  position: absolute;
  top: 85%;
  left: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(84, 175, 64, 0);
  font-size: 16px;
  padding: 12px 24px;
  border-color: black;
  cursor: pointer;
  border-radius: 5px;
  font-family:'DINBold',Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform:uppercase;
  -webkit-text-shadow:0 2px 0 rgba(0,0,0,.25);
  -moz-text-shadow:0 2px 0 rgba(0,0,0,.25);
  text-shadow:0 2px 0 rgba(0,0,0,.25);
}

.container-splash .btn#buy {
  position: absolute;
  top: 85%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(84, 175, 64, 0);
  font-size: 16px;
  padding: 12px 24px;
  border-color: black;
  cursor: pointer;
  border-radius: 5px;
  font-family:'DINBold',Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform:uppercase;
  -webkit-text-shadow:0 2px 0 rgba(0,0,0,.25);
  -moz-text-shadow:0 2px 0 rgba(0,0,0,.25);
  text-shadow:0 2px 0 rgba(0,0,0,.25);
}

.container-splash .btn:hover {
  background:grey;
}

.container-splash .btn#buy:hover {
  background:grey;
}

/* NEW CSS : below, creation of unique class tags to adapt the new site without breaking the existing elements. Might need factorisation in due time */
.buyback-step1{
  width: 100%;
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
.buyback-st1-first{
  border-bottom-left-radius:  4px;
  border-top-left-radius:  4px;
  border : 1px solid grey;
  border-right: 0.5px solid grey;
  display: flex;
}
.buyback-st1-last{
  border-bottom-right-radius:  4px;
  border-top-right-radius:  4px;
  border : 1px solid grey;
  border-right: 0.5px solid grey;
  border-left: 0.5px solid grey;
  display: flex;
}
.buyback-st1-mid{
  border-top : 1px solid grey;
  border-bottom : 1px solid grey;
  display: flex;
}
.buyback-st1-item{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding : 10px;
  justify-content: center;
}
/* NEW CSS */

@media screen and (max-width: 420px) {
   .choose-language
   {
    display:none;
   }
   .h2
   {
    font-size:15px;
    line-height:23px;
   }
   .navbar .nav
   {
    width: 250px;
    text-align:center;
    padding-left: 59px;
    margin-bottom: 30px;
   }
   .wrapper
   {
    margin:0 0 0 0;
    width:290px;
   }
   .global-form
   {
    margin:0px 0px 0px;
    width: 290px;
    position: relative;
    margin-bottom : 15px;
   }
   .navbar-inner
   {
    width:auto;
   }

   #footer {
     display: none;
   }

   .wrapper.row-fluid
   {
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
   }
   .body{
    width:100px;
    background-size: auto auto
   }
   #header .brand a {
    background:url(../img/header/legsm-logo-header.png) no-repeat 0 10px;
    background-size: 280px auto;
    width: 290px;
   }
   #header {
    position:relative;
    width:290px;
    box-shadow:0px 0px 0px 0px #656565;
   }
   .first {
      display: none;
   }
   .second {
      display: none;
   }
   .third {
      display: none;
   }
   .span4.lastTrans {
      display: none;
   }
   .adds .boutique {
      margin-left: 0px;
      width: 290px;
   }
   .global-form .search-form input {
      width: auto;
   }
   .global-form .search-form {
      width: auto;
   }
   .global-form .search-form h2 {
      font-size: 14px;
   }
   #carousel-adds {
      margin-left: 0px;
      width: 290px;
   }
   #footer .brand {
      width:290px;
   }
   #header .brand, .header .brand{
    width:290px;
   }
   .handsets .handset-block
   {
      padding: 20px 0px 10px;
      margin: 0px 0px 20px 0px;
   }
   .handsets
   {
    width: 290px;
   }
   .navbar.navbar-mainmenu
   {
    width:290px;
   }
   .resume {
      width:auto;
      height:auto;
   }
   .resume li {
      border-right:0px solid #D1D1D1
   }
   .resume .details.lastdetails {
      margin-left: 20px;
   }
   .connexion-form.span3 {
      display: none;
   }
   .control-group.span2 {
      width: 100%;
   }
   .control-group.span5 {
      width: 100%;
   }
   .control-group.span12 {
      width: 100%;
   }
   .control-group.span4 {
      width: 100%;
   }
   .control-group.span6 {
      width: 100%;
   }
   .row-fluid [class*="span"] {
     margin-left: auto;
     margin-right: auto;
     width: 100%;
   }
   .modal {
    left:90%;
   }
   #transaction-functional {
    width: 290px;
    height: auto;
    text-align: center;
   }
   #transaction-operator {
    width: 290px;
    height: auto;
    text-align: center;
   }
   .connexion {
    margin-left: auto;
   }

}