* {
  font-family: 'Roboto', sans-serif;
  /*cursor: none;*/ }

#first_logo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-size: contain;
  background: url("../images/worldline/worldlinelogorgb.jpg") no-repeat; }

#customerData {
  height: 150px;
  background-color: #0066A1;
  position: relative;
  border-bottom: 1px dotted #fff;
  padding-top: 40px; }
  #customerData h1 {
    font-weight: 100;
    font-size: 100px;
    color: #fff;
    margin-top: 0; }
  #customerData p {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-weight: 900;
    font-size: 30px;
    color: #fff; }

#homeScreenPart {
  background-color: white; }

/*  Panier  */
#panier_home {
  height: 850px; }
  #panier_home #title {
    top: 20px;
    height: 50px; }
    #panier_home #title span {
      font-size: 5em;
      color: #5c5c52;
      padding: 5px 5px 5px 5px;
      border: 5px solid #5c5c52;
      border-radius: 10px;
      display: inline-block; }
    #panier_home #title p {
      display: inline-block;
      position: relative;
      font-weight: 900;
      font-size: 50px;
      left: 5px;
      bottom: 10px;
      color: #5c5c52; }
  #panier_home #nbItems {
    position: relative;
    right: -15px;
    float: right;
    padding-right: 20px;
    height: 80px;
    background-color: #1096E7; }
    #panier_home #nbItems p {
      margin-top: 10px;
      margin-right: 20px;
      margin-bottom: auto;
      float: right;
      color: #fff;
      font-size: 50px;
      font-weight: 900; }

#contentCab {
  top: 20px;
  padding-left: 120px;
  padding-top: 15px;
  height: 600px;
  overflow-scrolling: auto;
  margin-top: 100px; }
  #contentCab .col-md-3 {
    width: 13%; }

.panierContent {
  margin: 5px 2px 2px 2px; }
  .panierContent .thumbnail {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 2px 2px 10px #1096E7;
    height: auto; }
    .panierContent .thumbnail .caption {
      height: 50px; }
      .panierContent .thumbnail .caption p {
        font-size: 100%;
        line-height: 1.4rem; }

#do {
  height: 80px;
  background-color: #fff;
  border-top: 1px dotted #fff; }
  #do h1 {
    text-align: right;
    font-weight: 300;
    font-size: 60px;
    color: #0066A1;
    margin-top: auto;
    margin-bottom: auto; }

#worldline_logo_small {
  vertical-align: text-bottom; }

/*# sourceMappingURL=style_home.css.map */
