@font-face {
  font-family: 'neusa-regular';
  src: url('/flash/font/Neusa-Regular.otf');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'neusa-bold';
  src: url('/flash/font/Neusa-ExtraBold.otf');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'neusa-semibold';
  src: url('/flash/font/Neusa-SemiBold.otf');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'neusa-demibold';
  src: url('/flash/font/Neusa-DemiBold.otf');
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'neusa-regular';
  color: #333;
  text-align: left;
  background-color: #fff;
  margin: 0; }
  body input {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px; }
  body select {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px; }
  body textarea {
    font-family: 'neusa-regular'; }
  body .hideInput {
    display: none; }
  body i.payer {
    color: #2ecc71; }
  body i.nonpayer {
    color: #c0392b; }
  body .break {
    flex-basis: 100%;
    height: 0; }
  body .chargement {
    background: url('../images/loader.gif');
    background-repeat: no-repeat;
    width: 500px;
    height: 300px;
    position: fixed;
    top: 35%;
    left: 40%; }
  body .btn {
    color: White;
    border-radius: 25px;
    background-color: #fc0;
    font-size: 14px;
    font-family: 'neusa-regular';
    border-style: none;
    text-transform: uppercase;
    padding: 10px 40px;
    box-shadow: 8px 9px 20px rgba(150, 150, 150, 0.3);
    letter-spacing: 2px;
    text-decoration: none; }
  body .btn:hover {
    cursor: pointer; }
  body a.btn {
    display: inline-block;
    overflow: hidden;
    margin-top: 10px; }
  body a.btn span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s; }
  body a.btn:hover span {
    transform: translateY(-160%); }
  body a.btn span:before {
    content: attr(data-hover);
    position: absolute;
    top: 160%;
    transform: translate3d(0, 0, 0);
    font-family: 'neusa-bold'; }
  body #choicePaiement {
    display: none;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    top: 5%;
    width: 80%;
    left: 10%; }
    body #choicePaiement .headerChoicePaiement {
      border-bottom: 1px solid #acacac;
      padding: 20px 60px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      body #choicePaiement .headerChoicePaiement h2 {
        margin: 0px;
        font-family: 'neusa-bold';
        font-size: 25px;
        padding: 0px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      body #choicePaiement .headerChoicePaiement i {
        font-weight: 900; }
        body #choicePaiement .headerChoicePaiement i:hover {
          cursor: pointer; }
    body #choicePaiement #contentPaiement {
      display: flex; }
      body #choicePaiement #contentPaiement .recapCmd {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px; }
        body #choicePaiement #contentPaiement .recapCmd h2 {
          align-self: start;
          margin-left: 10%;
          margin-top: 40px;
          font-size: 18px;
          font-family: 'neusa-semibold';
          text-transform: uppercase;
          letter-spacing: 3px; }
        body #choicePaiement #contentPaiement .recapCmd .listingCmdRecap {
          width: 400px;
          height: 300px;
          overflow-y: scroll;
          scrollbar-color: #212121; }
          body #choicePaiement #contentPaiement .recapCmd .listingCmdRecap table {
            border-collapse: collapse;
            width: 100%;
            height: auto; }
            body #choicePaiement #contentPaiement .recapCmd .listingCmdRecap table tr th.rowid {
              display: none; }
            body #choicePaiement #contentPaiement .recapCmd .listingCmdRecap table td {
              border-bottom: 1px solid #e9e9e9;
              padding: 10px;
              text-align: center; }
        body #choicePaiement #contentPaiement .recapCmd p {
          font-family: 'neusa-bold';
          font-size: 40px;
          letter-spacing: 3px;
          margin-bottom: 0px; }
        body #choicePaiement #contentPaiement .recapCmd span {
          font-size: 18px; }
      body #choicePaiement #contentPaiement .paiementOption {
        flex: 1;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        body #choicePaiement #contentPaiement .paiementOption .containerPayment {
          display: flex;
          flex-wrap: wrap;
          width: 50%;
          height: 50%;
          justify-content: center; }
          body #choicePaiement #contentPaiement .paiementOption .containerPayment div {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin-bottom: 20px; }
          body #choicePaiement #contentPaiement .paiementOption .containerPayment #lydiaButton {
            position: absolute;
            bottom: 2%;
            left: 21%; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment #lydiaButton button {
              background-color: #333;
              color: #fff; }
          body #choicePaiement #contentPaiement .paiementOption .containerPayment .paiementBtn {
            background-color: #fff;
            border-radius: 25px;
            height: 30px;
            padding: 10px 80px; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment .paiementBtn:hover {
              cursor: pointer; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment .paiementBtn form {
              margin: 0px; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment .paiementBtn img {
              height: 30px; }
          body #choicePaiement #contentPaiement .paiementOption .containerPayment .containerPayment {
            display: none;
            margin-bottom: 0; }
  body .blackedBtn {
    display: flex;
    align-items: center;
    background-color: #333 !important;
    color: #fff;
    border: none; }
    body .blackedBtn i {
      margin-left: 5px; }
    body .blackedBtn:hover {
      cursor: pointer; }
  body .ValidBtn, body .BtnSaveCmd {
    display: flex;
    align-items: center;
    background-color: #fc0;
    color: #fff;
    border: none; }
    body .ValidBtn i, body .BtnSaveCmd i {
      margin-left: 5px; }
    body .ValidBtn:hover, body .BtnSaveCmd:hover {
      cursor: pointer; }
  body .BackBTN {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background-color: #fc0;
    color: #fff;
    border: none; }
  body .btnSave, body .Btnpaiement, body .BtnpaiementOneCmd {
    padding: 9px 15px;
    background-color: #333;
    border: none;
    color: #fff;
    box-shadow: 2px 2px #ccc; }
    body .btnSave:hover, body .Btnpaiement:hover, body .BtnpaiementOneCmd:hover {
      cursor: pointer; }
  body .btnDel {
    background-color: white;
    box-shadow: none;
    color: blue;
    padding: 9px 15px;
    text-decoration: underline; }
  body #ListingCmd .Btnpaiement {
    margin-top: 15px;
    margin-left: 15px;
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex; }
    body #ListingCmd .Btnpaiement i {
      margin-left: 5px; }
  body .BtnSaveCmd {
    margin-top: 15px;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    display: flex; }
  body .reverse {
    background-color: #333;
    color: #fff; }
  body input:focus, body textarea:focus {
    background-color: #ffd;
    border: 2px solid #333; }
  body #overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(50, 50, 50, 0.4);
    z-index: 500; }
  body .ficheProduit {
    flex-direction: row;
    display: none;
    position: fixed;
    z-index: 999;
    background-color: #f7f7f7;
    width: 80%;
    align-self: center;
    top: 10%;
    left: 10%;
    min-width: 500px; }
    body .ficheProduit .imgcontent {
      display: flex;
      flex-direction: row;
      flex: 5;
      background-color: #fff;
      padding: 15px; }
      body .ficheProduit .imgcontent .thumbimg {
        display: flex;
        flex-direction: column; }
        body .ficheProduit .imgcontent .thumbimg img {
          max-height: 72px;
          padding: 5px;
          margin-bottom: 15px;
          border: 1px solid #ccc;
          box-shadow: -3px 3px 7px rgba(150, 150, 150, 0.3); }
          body .ficheProduit .imgcontent .thumbimg img:hover {
            cursor: pointer; }
      body .ficheProduit .imgcontent .mainImg {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        body .ficheProduit .imgcontent .mainImg .img img {
          max-height: 430px;
          padding: 15px; }
    body .ficheProduit .prodOption {
      display: flex;
      flex: 4;
      flex-direction: column;
      margin-left: 15px;
      position: relative; }
      body .ficheProduit .prodOption .nameProduct {
        width: 60%;
        height: 50px;
        background-color: #333;
        color: white;
        display: block;
        padding: 10px;
        margin-bottom: 10px; }
        body .ficheProduit .prodOption .nameProduct .pointe_bas {
          border-top: 30px solid #333;
          border-right: 40px solid transparent;
          width: 0px;
          height: 0px;
          position: relative;
          bottom: -30px;
          left: 10%; }
        body .ficheProduit .prodOption .nameProduct h2 {
          margin: 0px;
          text-transform: uppercase;
          letter-spacing: 3px;
          font-family: 'neusa-bold' !important;
          font-size: 20px; }
      body .ficheProduit .prodOption input, body .ficheProduit .prodOption select {
        width: 100%;
        padding: 10px;
        margin-bottom: 5px; }
      body .ficheProduit .prodOption i {
        align-self: flex-end;
        margin-top: 5px;
        margin-right: 5px; }
        body .ficheProduit .prodOption i:hover {
          cursor: pointer; }
      body .ficheProduit .prodOption .selectSize {
        text-align: center; }
        body .ficheProduit .prodOption .selectSize option {
          font-family: 'neusa-bold'; }
      body .ficheProduit .prodOption .price {
        width: 40%;
        text-align: center;
        background-color: #333;
        border: 1px solid #333;
        color: #fff; }
      body .ficheProduit .prodOption table {
        margin-top: 20%;
        margin-left: 15%;
        border-spacing: 5px;
        margin-top: 50px; }
        body .ficheProduit .prodOption table td:last-child select {
          width: 25%;
          font-family: 'neusa-semibold'; }
      body .ficheProduit .prodOption .cmdTd {
        text-align: right; }
      body .ficheProduit .prodOption .err {
        margin-left: 15%;
        margin-bottom: 5%;
        color: red; }
      body .ficheProduit .prodOption .desc {
        margin-left: 15%;
        margin-bottom: 5%;
        margin-right: 15%; }
  body #flashbody {
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
    background-color: #fff; }
    body #flashbody #menuADM {
      position: fixed;
      top: 25%;
      width: 10%;
      height: 50%;
      padding-left: 1%; }
      body #flashbody #menuADM .modeselection {
        background-color: #dc0925;
        padding: 10px;
        color: #fff; }
      body #flashbody #menuADM a {
        text-decoration: none;
        color: black;
        margin-top: 5px; }
        body #flashbody #menuADM a:first-child {
          font-family: 'neusa-semibold';
          text-transform: uppercase;
          letter-spacing: 2px; }
      body #flashbody #menuADM button {
        padding: 10px 15px; }
    body #flashbody .backofficeMenu {
      top: 60% !important; }
    body #flashbody .menuTop {
      display: flex;
      height: 130px;
      width: 100%;
      background-color: #fff;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
      z-index: 499; }
      body #flashbody .menuTop #logovente {
        flex: 4;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 130px; }
        body #flashbody .menuTop #logovente i {
          font-weight: bold; }
      body #flashbody .menuTop #menuAdmin {
        flex: 10;
        display: flex;
        justify-content: center;
        align-items: center; }
        body #flashbody .menuTop #menuAdmin a {
          color: #333;
          text-decoration: none;
          margin-left: 15px; }
      body #flashbody .menuTop #settingBtn {
        flex: 3;
        display: flex;
        align-items: center; }
        body #flashbody .menuTop #settingBtn a {
          color: #333;
          margin-right: 10px; }
      body #flashbody .menuTop #numTel {
        height: 43px;
        width: 200px;
        top: 112px;
        background-color: #212121;
        position: absolute;
        z-index: 500;
        letter-spacing: 2px; }
        body #flashbody .menuTop #numTel img {
          margin-top: 10px;
          margin-left: 23px;
          margin-right: 10px; }
        body #flashbody .menuTop #numTel p {
          font-size: 16px !important;
          font-family: "neusa-bold" !important;
          display: inline !important;
          margin-top: 10px;
          color: white; }
      body #flashbody .menuTop span {
        font-size: 38px;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px; }
      body #flashbody .menuTop img {
        max-width: 90px;
        max-height: 110px; }
    body #flashbody .main {
      display: flex; }
      body #flashbody .main .colLeft {
        flex: 2;
        border-right: 1px solid #333; }
      body #flashbody .main .colRight {
        flex: 2;
        border-left: 1px solid #333; }
      body #flashbody .main .content {
        flex: 12;
        display: flex;
        flex-direction: column; }
        body #flashbody .main .content .EndVenteTop {
          height: 150px;
          background-color: #dc0925;
          text-transform: uppercase;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 50px;
          letter-spacing: 23px;
          padding: 5px; }
        body #flashbody .main .content #flashpresentation {
          display: flex;
          flex-direction: column;
          background-color: #fff;
          position: relative;
          height: auto;
          align-items: center; }
          body #flashbody .main .content #flashpresentation .ventePres {
            display: flex;
            width: 100%;
            margin-bottom: 50px; }
            body #flashbody .main .content #flashpresentation .ventePres #headerPres {
              padding-top: 30px;
              padding-left: 60px;
              flex: 1; }
              body #flashbody .main .content #flashpresentation .ventePres #headerPres p {
                width: 70%; }
              body #flashbody .main .content #flashpresentation .ventePres #headerPres h1 {
                width: 70%;
                font-family: 'neusa-bold';
                letter-spacing: 5px;
                text-transform: uppercase;
                font-size: 35px; }
            body #flashbody .main .content #flashpresentation .ventePres .contactPres {
              flex: 1;
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv {
                background-color: #fc0;
                position: relative;
                padding-top: 30px;
                padding-bottom: 30px;
                padding-left: 30px;
                padding-right: 60px;
                left: 5%; }
                body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv #pointe {
                  border-right: 20px solid #fc0;
                  border-top: 30px solid transparent;
                  width: 0px;
                  height: 0px;
                  position: absolute;
                  top: 60%;
                  left: -20px; }
                body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv table tr:first-child {
                  font-family: "neusa-bold" !important; }
            body #flashbody .main .content #flashpresentation .ventePres h1 {
              margin-bottom: 3px;
              font-family: Montserrat;
              font-size: 23px;
              color: #333;
              margin-top: 10px; }
            body #flashbody .main .content #flashpresentation .ventePres h3 {
              font-size: 16px;
              line-height: 0.2;
              color: #a3333a;
              text-decoration: underline;
              font-family: Lato;
              font-weight: normal; }
            body #flashbody .main .content #flashpresentation .ventePres a {
              text-decoration: none;
              color: black; }
          body #flashbody .main .content #flashpresentation #timerVente {
            display: flex;
            justify-content: center;
            font-family: "neusa-bold" !important;
            position: absolute;
            bottom: 0;
            height: 90px; }
            body #flashbody .main .content #flashpresentation #timerVente #lineTimer {
              border-top: 1px solid #333;
              opacity: 20%;
              width: 250%;
              position: absolute;
              z-index: 10;
              top: 100%; }
            body #flashbody .main .content #flashpresentation #timerVente h2 {
              font-size: 36px;
              letter-spacing: 4px;
              color: #e2e2e2;
              margin: 0px; }
            body #flashbody .main .content #flashpresentation #timerVente #timerTable {
              width: 100px;
              border-spacing: 15px 0px;
              position: absolute;
              top: 55px;
              letter-spacing: 1px; }
              body #flashbody .main .content #flashpresentation #timerVente #timerTable td {
                text-align: center;
                padding: 0;
                font-size: 12px; }
              body #flashbody .main .content #flashpresentation #timerVente #timerTable tr:first-child td {
                border: 1px solid black;
                color: #dc0925;
                background-color: #fff;
                padding: 20px;
                font-size: 24px; }
        body #flashbody .main .content #flashlistproduit {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          background-color: #f4f4f4;
          justify-content: center;
          align-items: center;
          padding-top: 5%;
          padding-bottom: 5%; }
          body #flashbody .main .content #flashlistproduit .presprod {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 10px;
            box-shadow: -8px 9px 20px rgba(150, 150, 150, 0.3);
            margin: 10px 30px;
            width: 200px;
            background-color: #fff;
            padding-bottom: 15px; }
            body #flashbody .main .content #flashlistproduit .presprod p.prodname {
              font-size: 18px;
              font-family: 'neusa-bold';
              text-transform: uppercase;
              letter-spacing: 2px;
              margin-top: 0px; }
            body #flashbody .main .content #flashlistproduit .presprod div.seeprod {
              display: flex;
              width: 100%;
              margin: 0;
              height: 40px; }
              body #flashbody .main .content #flashlistproduit .presprod div.seeprod p {
                background-color: #333;
                width: 60px;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 16px 0px;
                font-family: 'neusa-bold';
                letter-spacing: 1px; }
            body #flashbody .main .content #flashlistproduit .presprod img.prodimg {
              max-height: 130px;
              max-width: 130px;
              width: auto;
              height: auto; }
            body #flashbody .main .content #flashlistproduit .presprod:hover {
              cursor: pointer;
              transform: scale(1.05, 1.05);
              border: 0px;
              box-shadow: -8px 9px 20px rgba(150, 150, 150, 0.3); }
              body #flashbody .main .content #flashlistproduit .presprod:hover .bottompresprod .btnseeprod, body #flashbody .main .content #flashlistproduit .presprod:hover .bottompresprod .seeprod {
                transform: translateX(-100%); }
            body #flashbody .main .content #flashlistproduit .presprod .bottompresprod {
              display: flex;
              flex-direction: row;
              width: 100%;
              overflow: hidden;
              position: relative;
              height: 50px;
              align-items: center; }
              body #flashbody .main .content #flashlistproduit .presprod .bottompresprod .btnseeprod {
                text-align: left;
                width: 70%;
                position: absolute;
                left: 100%;
                top: 15%;
                transition: transform 0.5s; }
                body #flashbody .main .content #flashlistproduit .presprod .bottompresprod .btnseeprod button {
                  color: #dc0925;
                  border: 1px solid #dc0925;
                  background-color: #fff;
                  box-shadow: none;
                  font-size: 12px;
                  padding: 10px 30px; }
              body #flashbody .main .content #flashlistproduit .presprod .bottompresprod .seeprod {
                text-align: left;
                width: 50%;
                position: absolute;
                left: 10%;
                transition: transform 0.5s; }
        body #flashbody .main .content .contentDown {
          background-color: #fff;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative; }
          body #flashbody .main .content .contentDown #bckObjectif {
            align-self: flex-start;
            margin-left: 5%;
            margin-top: 4%; }
            body #flashbody .main .content .contentDown #bckObjectif .objectifcontent h3 {
              text-transform: uppercase;
              font-family: 'neusa-bold';
              font-size: 18px;
              letter-spacing: 3px; }
              body #flashbody .main .content .contentDown #bckObjectif .objectifcontent table {
                text-align: center;
                border-collapse: collapse; }
                body #flashbody .main .content .contentDown #bckObjectif .objectifcontent table th {
                  border-top: 1px solid #ccc;
                  border-bottom: 1px solid #ccc;
                  text-transform: uppercase;
                  padding: 15px 30px;
                  font-family: 'neusa-semibold';
                  letter-spacing: 2px; }
                body #flashbody .main .content .contentDown #bckObjectif .objectifcontent table td {
                  padding: 10px; }
                  body #flashbody .main .content .contentDown #bckObjectif .objectifcontent table td:first-child {
                    font-family: 'neusa-semibold';
                    letter-spacing: 2px;
                    text-align: left; }
                body #flashbody .main .content .contentDown #bckObjectif .objectifcontent table tr:last-child {
                  font-family: 'neusa-bold';
                  text-transform: uppercase;
                  letter-spacing: 2px;
                  background-color: #f4f4f4;
                  border-bottom: 1px solid #ccc;
                  border-top: 1px solid #ccc; }
          body #flashbody .main .content .contentDown #ListingCmd {
            background-color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-shadow: 1px 2px 7px 5px rgba(150, 150, 150, 0.3);
            position: relative;
            margin-top: 4%;
            margin-bottom: 4%;
            width: 90%;
            padding: 10px; }
            body #flashbody .main .content .contentDown #ListingCmd .dataTables_info {
              display: none; }
            body #flashbody .main .content .contentDown #ListingCmd select.paiementAdmin {
              width: auto;
              display: none; }
            body #flashbody .main .content .contentDown #ListingCmd .lineGrey {
              background-color: #f4f4f4; }
            body #flashbody .main .content .contentDown #ListingCmd table {
              width: 100%;
              text-align: center;
              border-collapse: collapse; }
              body #flashbody .main .content .contentDown #ListingCmd table tbody tr:hover {
                cursor: pointer;
                background-color: #333;
                color: #fff; }
                body #flashbody .main .content .contentDown #ListingCmd table tbody tr:last-child {
                  border-bottom: 1px solid; }
              body #flashbody .main .content .contentDown #ListingCmd table th {
                padding: 10px 15px;
                border-bottom: 1px solid #333;
                color: #dc0925;
                font-size: 17px;
                font-family: 'neusa-semibold';
                text-transform: uppercase;
                letter-spacing: 3px; }
              body #flashbody .main .content .contentDown #ListingCmd table td {
                padding: 10px 10px; }
            body #flashbody .main .content .contentDown #ListingCmd p#msgCmd {
              text-align: right; }
          body #flashbody .main .content .contentDown .inviteFriends {
            margin-top: 15px;
            margin-left: 15px; }
          body #flashbody .main .content .contentDown .endVente {
            width: 93%; }
          body #flashbody .main .content .contentDown .contentSeo {
            align-self: flex-start;
            width: 60%;
            margin-bottom: 10%;
            margin-top: 5%;
            margin-left: 4%;
            border-top: 1px solid #c7c7c7;
            font-family: 'neusa-regular';
            font-size: 16px; }
            body #flashbody .main .content .contentDown .contentSeo h1 {
              font-family: 'neusa-bold';
              font-size: 25px;
              letter-spacing: 3px;
              text-transform: uppercase; }
            body #flashbody .main .content .contentDown .contentSeo h2 {
              font-family: 'neusa-bold';
              font-size: 20px;
              letter-spacing: 3px;
              text-transform: uppercase; }
            body #flashbody .main .content .contentDown .contentSeo strong {
              font-family: 'neusa-demibold';
              letter-spacing: 1px; }
            body #flashbody .main .content .contentDown .contentSeo a {
              text-decoration: none;
              color: black;
              font-family: 'neusa-semibold';
              letter-spacing: 1px; }
            body #flashbody .main .content .contentDown .contentSeo li {
              font-size: 20px; }
              body #flashbody .main .content .contentDown .contentSeo li span {
                font-size: 16px; }
      body #flashbody .main nav .pagination {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        list-style-type: none; }
      body #flashbody .main .footer {
        height: 100px;
        display: flex;
        position: relative;
        right: 5%; }
        body #flashbody .main .footer .designFooter {
          flex: 1;
          background-color: #ffe164;
          display: flex;
          align-items: center;
          height: 50%;
          position: relative; }
          body #flashbody .main .footer .designFooter div {
            position: absolute;
            height: 1px;
            background-color: black;
            width: 70%;
            left: 70%; }
        body #flashbody .main .footer .linkFooter {
          flex: 5;
          height: 50%;
          display: flex;
          align-items: center;
          margin-left: 10%;
          letter-spacing: 2px; }
          body #flashbody .main .footer .linkFooter a {
            margin-left: 4%;
            text-decoration: none;
            color: black;
            font-family: 'neusa-bold'; }
  body #Messaging {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    top: 5%;
    width: 80%;
    position: fixed;
    left: 10%; }
    body #Messaging .headerMessaging {
      border-bottom: 1px solid #ccc;
      padding: 20px 60px; }
      body #Messaging .headerMessaging i {
        margin-top: 5px;
        margin-right: 5px;
        font-weight: 900; }
        body #Messaging .headerMessaging i:hover {
          cursor: pointer; }
      body #Messaging .headerMessaging h2 {
        margin: 0px;
        font-family: 'neusa-bold';
        font-size: 25px;
        padding: 0px;
        text-transform: uppercase;
        letter-spacing: 2px; }
    body #Messaging #InnerMessaging {
      background-color: white;
      margin: 25px;
      padding: 30px;
      display: flex;
      justify-content: center; }
      body #Messaging #InnerMessaging #EmailExpCustom {
        margin-top: 10px;
        border: 1px solid #d4d4d4;
        width: 200px;
        padding: 15px; }
      body #Messaging #InnerMessaging form {
        width: 50%; }
      body #Messaging #InnerMessaging textarea {
        border: 1px solid #d4d4d4;
        display: block;
        height: 120px;
        margin: 8px 0 15px;
        padding: 15px;
        width: 100%; }
      body #Messaging #InnerMessaging button {
        background-color: #333;
        color: #fff; }
    body #Messaging #InnerMessagingSended {
      display: none; }
    body #Messaging .ValidBtn, body #Messaging .BackBTN {
      margin-left: 15px; }
    body #Messaging .ValidBtn {
      background-color: #333; }
    body #Messaging button:hover {
      cursor: pointer; }
  body .footer {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end; }
    body .footer #FinishVente {
      margin-left: 15px;
      background-color: #333;
      box-shadow: 2px 2px black; }
    body .footer form {
      height: 100%; }
      body .footer form #majProjet {
        margin-left: 15px;
        background-color: #333;
        box-shadow: 2px 2px black;
        height: 100%; }
  body #contentPaiement .containerPayment {
    display: flex;
    flex-wrap: wrap; }
    body #contentPaiement .containerPayment .paypalPayment #paypal {
      width: 100px; }
  body #logoCraftersBack {
    display: flex;
    height: 130px;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 499;
    padding-left: 5%;
    align-items: center; }
    body #logoCraftersBack h1 {
      margin-left: 5%; }
    body #logoCraftersBack img {
      max-height: 100px; }
    body #logoCraftersBack span {
      font-size: 38px;
      font-weight: bold;
      margin-left: 5px;
      margin-right: 5px; }
  body #containerBack {
    display: flex;
    min-height: 780px; }
    body #containerBack input, body #containerBack textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 5px; }
    body #containerBack textarea {
      min-width: 350px;
      min-height: 120px; }
    body #containerBack #menuContentBack {
      display: flex;
      flex-direction: column;
      flex: 1;
      background-color: #fff;
      border-right: 2px solid #333;
      padding: 10px; }
    body #containerBack #menuContentBack #menu {
      flex: 1; }
      body #containerBack #menuContentBack #menu table {
        border-collapse: collapse;
        width: 100%; }
        body #containerBack #menuContentBack #menu table tr:hover {
          background-color: #333;
          color: #fff;
          cursor: pointer; }
          body #containerBack #menuContentBack #menu table tr:hover td a {
            background-color: #333;
            color: #fff;
            cursor: pointer; }
          body #containerBack #menuContentBack #menu table tr td {
            padding: 10px; }
          body #containerBack #menuContentBack #menu table tr td a {
            text-decoration: none;
            color: #333; }
    body #containerBack #contentBack {
      flex: 5;
      background-color: #fff;
      padding: 50px; }
    body #containerBack #contentBack #bckVente {
      width: 40%; }
      body #containerBack #contentBack #bckVente img {
        max-height: 200px;
        height: auto;
        width: auto; }
    body #containerBack #contentBack #bckProduit {
      display: flex;
      flex-direction: column; }
      body #containerBack #contentBack #bckProduit .contentProduitBack {
        display: flex;
        margin-bottom: 45px;
        border-bottom: 2px solid #333;
        flex-direction: column; }
        body #containerBack #contentBack #bckProduit .contentProduitBack .infosProduit {
          display: flex;
          border-bottom: 2px solid #ccc;
          margin-bottom: 35px; }
        body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck {
          display: flex;
          flex-direction: row;
          margin-bottom: 15px; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck label {
            margin-left: 15px; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck label input {
            display: none; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck label i {
            font-size: 50px;
            padding-top: 25px; }
            body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck label i:hover {
              cursor: pointer; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck div {
            padding-left: 5px;
            position: relative;
            margin-left: 15px; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck div img {
            max-height: 80px;
            max-width: 80px;
            border: 1px solid #ddd;
            box-shadow: 5px 5px 10px rgba(221, 221, 221, 0.5);
            margin-right: 10px;
            padding: 10px;
            margin-bottom: 20px; }
          body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck div i {
            position: absolute;
            top: 1px;
            left: 3px; }
            body #containerBack #contentBack #bckProduit .contentProduitBack .thumbImgBck div i:hover {
              cursor: pointer; }
      body #containerBack #contentBack #bckProduit .imgBckProduit {
        flex: 1;
        text-align: center;
        padding: 15px; }
        body #containerBack #contentBack #bckProduit .imgBckProduit img {
          max-height: 140px;
          max-width: 140px;
          width: auto;
          height: auto; }
        body #containerBack #contentBack #bckProduit .imgBckProduit label {
          display: block;
          margin-top: 35px; }
      body #containerBack #contentBack #bckProduit .Prod {
        flex: 5;
        padding: 15px; }
        body #containerBack #contentBack #bckProduit .Prod .priceBack {
          text-align: right; }
          body #containerBack #contentBack #bckProduit .Prod .priceBack input {
            width: 35%;
            text-align: center; }
          body #containerBack #contentBack #bckProduit .Prod .priceBack input[readonly=yes] {
            background-color: #333;
            border: 1px solid;
            color: #fff; }
    body #containerBack #contentBack #bckParam {
      width: 40%; }
      body #containerBack #contentBack #bckParam input {
        width: auto; }
      body #containerBack #contentBack #bckParam button {
        margin-top: 15px; }
      body #containerBack #contentBack #bckParam > div {
        border-bottom: 2px solid #333;
        margin-bottom: 15px; }
    body #containerBack #contentBack #bckUser {
      width: 40%; }
      body #containerBack #contentBack #bckUser table {
        border: 2px solid #333;
        border-radius: 25px;
        background-color: #f4f4f4;
        width: 100%; }
        body #containerBack #contentBack #bckUser table td {
          padding: 15px; }
      body #containerBack #contentBack #bckUser form {
        margin-bottom: 50px; }
        body #containerBack #contentBack #bckUser form .saveContact {
          margin-left: 10px; }
      body #containerBack #contentBack #bckUser h3 {
        margin-top: 0px; }
    body #containerBack #contentBack #bckProduit, body #containerBack #contentBack #bckParam, body #containerBack #contentBack #bckUser, body #containerBack #contentBack #bckObjectif, body #containerBack #contentBack #bckRecap {
      display: none; }
    body #containerBack #bckObjectif table {
      background-color: #f7f7f7;
      border-collapse: collapse;
      text-align: center;
      width: 800px;
      margin-bottom: 15px; }
      body #containerBack #bckObjectif table th {
        padding: 10px 15px;
        border-top: 1px solid;
        border-bottom: 1px solid; }
        body #containerBack #bckObjectif table th:first-child {
          text-align: left; }
      body #containerBack #bckObjectif table td {
        padding: 10px 15px; }
        body #containerBack #bckObjectif table td:first-child {
          text-align: left; }
  body #modifContent {
    display: none;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    top: 5%;
    width: 80%;
    height: 90vh;
    overflow-y: scroll;
    left: 10%; }
    body #modifContent .headerModif {
      border-bottom: 1px solid #ccc;
      padding: 20px 60px; }
    body #modifContent .headerModif h3 {
      margin: 0px;
      font-family: 'neusa-bold';
      font-size: 25px;
      padding: 0px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    body #modifContent .contentTable {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    body #modifContent .contentTable #modiftable {
      border-collapse: collapse;
      text-align: left;
      border-bottom: 1px solid;
      margin-top: 30px;
      margin-bottom: 30px; }
      body #modifContent .contentTable #modiftable th {
        background-color: #f4f4f4;
        font-family: 'neusa-semibold';
        text-transform: uppercase;
        padding: 10px 25px; }
      body #modifContent .contentTable #modiftable td {
        padding: 10px 35px; }
        body #modifContent .contentTable #modiftable td input {
          border-color: #4e4e4e;
          margin: 0px; }
        body #modifContent .contentTable #modiftable td span.select2-container--default .select2-selection--single {
          border: 2px solid #4e4e4e !important; }
      body #modifContent .contentTable #modiftable tr:nth-child(2) td {
        padding-top: 30px; }
        body #modifContent .contentTable #modiftable tr:last-child td {
          padding-bottom: 30px; }
    body #modifContent i {
      margin-top: 5px;
      margin-right: 5px;
      font-weight: 900; }
    body #modifContent i:hover {
      cursor: pointer; }
    body #modifContent button {
      align-self: end;
      margin-right: 7%;
      margin-bottom: 15px; }
  body .contentRecap {
    background-color: #fff;
    padding: 15px; }
    body .contentRecap h1 a {
      margin-right: 20px; }
    body .contentRecap .pay {
      font-size: 18px; }
    body .contentRecap .pay td {
      width: 50px; }
      body .contentRecap .pay td:first-child {
        width: 300px; }
    body .contentRecap .pay a {
      text-decoration: underline; }
      body .contentRecap .pay a:hover {
        cursor: pointer; }
    body .contentRecap .detailsrecap {
      background-color: #f7f7f7;
      border-collapse: collapse;
      text-align: left;
      width: 800px;
      display: none; }
    body .contentRecap .detailsrecap th {
      padding: 10px 15px;
      border-top: 1px solid;
      border-bottom: 1px solid; }
    body .contentRecap .detailsrecap td {
      padding: 10px 15px; }
    body .contentRecap .detailsrecap tr:last-child td {
      border-bottom: 1px solid; }
    body .contentRecap .totalrecap {
      margin-top: 15px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      padding: 5px;
      font-size: 20px;
      background-color: #333;
      color: #fff;
      width: 800px; }
    body .contentRecap .totalrecap td:first-child {
      width: 295px; }

.pageItems a {
  background-color: black;
  color: white;
  padding: 10px 50px;
  box-shadow: -3px 3px 7px rgba(150, 150, 150, 0.3);
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none; }

@media only screen and (max-width: 1900px) {
  body .break {
    flex-basis: 0%;
    height: 0; } }

@media only screen and (max-width: 1300px) {
  body input {
    width: 60%;
    padding: 5px;
    margin-bottom: 10px; }
    body #flashbody .main .colRight {
      display: none; }
    body .break {
      flex-basis: 100%;
      height: 0; }
    body .ficheProduit {
      flex-direction: row;
      display: none;
      left: 10vw;
      position: fixed;
      z-index: 999;
      background-color: #f7f7f7;
      width: 80%;
      align-self: center;
      top: 10%;
      left: 10vw; }
      body .ficheProduit .imgcontent {
        display: flex;
        flex-direction: row;
        flex: 5;
        background-color: #fff;
        padding: 15px; }
        body .ficheProduit .imgcontent .thumbimg {
          display: flex;
          flex-direction: column; }
          body .ficheProduit .imgcontent .thumbimg img {
            max-height: 72px;
            padding: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            box-shadow: -3px 3px 7px rgba(150, 150, 150, 0.3); }
            body .ficheProduit .imgcontent .thumbimg img:hover {
              cursor: pointer; }
      body .ficheProduit .prodOption {
        display: flex;
        flex: 4;
        flex-direction: column;
        margin-left: 15px;
        position: relative; }
        body .ficheProduit .prodOption .nameProduct {
          width: 80%;
          height: 50px;
          background-color: #333;
          color: white;
          display: flex;
          padding: 10px;
          margin-bottom: 10px;
          height: 70px; }
          body .ficheProduit .prodOption .nameProduct .pointe_bas {
            border-top: 20px solid #333;
            border-right: 25px solid transparent;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 60px;
            left: 30px; }
          body .ficheProduit .prodOption .nameProduct h2 {
            margin: 0px;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-family: 'neusa-bold' !important;
            font-size: 20px; }
        body .ficheProduit .prodOption table {
          margin-top: 30px; } }

@media only screen and (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 25px; }
    body .chargement {
      left: 5px; }
    body .ficheProduit {
      left: 5vw;
      width: 90vw;
      flex-direction: column;
      top: 30px;
      position: absolute; }
      body .ficheProduit .prodOption {
        position: unset; }
        body .ficheProduit .prodOption > i.material-icons {
          position: absolute;
          top: 0; }
        body .ficheProduit .prodOption table {
          margin-top: 30px;
          padding-right: 72px; }
          body .ficheProduit .prodOption table td:last-child select {
            width: 100px; } }

@media only screen and (max-width: 1000px) {
  body #menuADM {
    display: none; }
    body #choicePaiement {
      position: fixed;
      top: 0;
      width: 100vw;
      left: 0;
      height: 100vh;
      padding: 0px; }
      body #choicePaiement #contentPaiement {
        flex-direction: column; }
        body #choicePaiement #contentPaiement .recapCmd {
          position: absolute;
          top: 70px; }
          body #choicePaiement #contentPaiement .recapCmd .listingCmdRecap {
            min-width: 260px;
            max-height: 300px;
            width: unset;
            height: unset; }
        body #choicePaiement #contentPaiement .paiementOption {
          position: fixed;
          bottom: 0; }
          body #choicePaiement #contentPaiement .paiementOption .containerPayment {
            width: 80%;
            height: 100%;
            padding-top: 20px; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment .paiementBtn:last-child {
              margin-bottom: 50px; }
            body #choicePaiement #contentPaiement .paiementOption .containerPayment #lydiaButton {
              position: unset; }
    body .Btnpaiement {
      width: auto; }
    body .ficheProduit {
      min-width: unset;
      top: 5vh;
      position: fixed;
      overflow: scroll;
      height: 100vh; }
      body .ficheProduit .imgcontent .mainImg {
        height: 50vh; }
        body .ficheProduit .imgcontent .mainImg .img img {
          max-width: 70%; }
      body .ficheProduit .prodOption {
        position: absolute;
        top: 55vh; }
        body .ficheProduit .prodOption i.material-icons {
          position: fixed;
          top: 50px;
          right: 50px; }
        body .ficheProduit .prodOption table .select2 {
          max-width: 100px;
          width: unset !important; }
    body #flashbody .main .colLeft {
      display: none; }
      body #flashbody .main .colRight {
        display: none; }
      body #flashbody .main .content .EndVenteTop {
        padding-top: 45px;
        padding-bottom: 20px; }
        body #flashbody .main .content .EndVenteTop h2 {
          font-size: 40px;
          letter-spacing: 13px; }
      body #flashbody .main .content #flashpresentation {
        padding-bottom: 200px; }
        body #flashbody .main .content #flashpresentation .ventePres {
          display: flex;
          flex-direction: column; }
          body #flashbody .main .content #flashpresentation .ventePres .contactPres {
            display: flex;
            justify-content: center; }
            body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              padding: 35px 0;
              scroll-padding-right: 30px; }
              body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv table tr td {
                padding-left: 20px; }
              body #flashbody .main .content #flashpresentation .ventePres .contactPres #contactDiv #pointe {
                display: none; }
          body #flashbody .main .content #flashpresentation .ventePres #headerPres {
            display: block;
            width: 90%;
            margin: 40px auto 20px auto;
            padding: 0;
            justify-content: center;
            padding: 0; }
            body #flashbody .main .content #flashpresentation .ventePres #headerPres h1 {
              width: 100%;
              line-height: 40px; }
            body #flashbody .main .content #flashpresentation .ventePres #headerPres p {
              width: 100%; }
        body #flashbody .main .content #flashpresentation #timerVente {
          position: relative;
          bottom: 30px; }
          body #flashbody .main .content #flashpresentation #timerVente #lineTimer {
            width: 50px; }
        body #flashbody .main .content #flashpresentation #timerTable {
          width: 50px; }
      body #flashbody .main .content #flashlistproduit {
        display: grid;
        margin-bottom: 20px; }
        body #flashbody .main .content #flashlistproduit .presprod {
          margin-top: 50px; }
      body #flashbody .main .content .contentDown .inviteFriends {
        display: none; }
        body #flashbody .main .content .contentDown .nom, body #flashbody .main .content .contentDown .prenom, body #flashbody .main .content .contentDown .produit, body #flashbody .main .content .contentDown .quantite, body #flashbody .main .content .contentDown .taille, body #flashbody .main .content .contentDown .montant {
          display: none; }
        body #flashbody .main .content .contentDown #ListingCmd {
          width: 80%; }
          body #flashbody .main .content .contentDown #ListingCmd table {
            min-width: -moz-available;
            width: -webkit-fill-available; }
            body #flashbody .main .content .contentDown #ListingCmd table .sorting_asc {
              font-size: 0;
              visibility: hidden; }
            body #flashbody .main .content .contentDown #ListingCmd table th {
              letter-spacing: 1px; }
          body #flashbody .main .content .contentDown #ListingCmd #DataTables_Table_0 {
            width: unset !important; }
        body #flashbody .main .content .contentDown #DataTables_Table_0 {
          width: auto;
          margin-right: auto; }
      body #flashbody .menuTop #menuAdmin {
        display: none; }
      body #flashbody .menuTop #settingBtn {
        display: none; } }
