<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#formAjouterPanier {
  width: 16rem; }
  #formAjouterPanier label {
    display: initial; }
  @media only print, only screen and (min-width: 48.063em) {
    #formAjouterPanier {
      width: 30rem; } }
  #formAjouterPanier h2 {
    background-color: #C89211;
    color: #FFF !important;
    text-align: center !important;
    /*		font-size: 1rem;*/ }
  #formAjouterPanier label {
    font-weight: bold; }
  #formAjouterPanier .image {
    display: none; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .image {
        display: block;
        float: left;
        width: 25%;
        height: 0;
        padding-bottom: 25%;
        overflow: hidden;
        position: relative;
        background-color: #EEE; }
        #formAjouterPanier .image span {
          display: block;
          background-color: #fff;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          width: 100%;
          height: 100%; }
          #formAjouterPanier .image span img {
            opacity: 0; } }
  #formAjouterPanier .detail {
    margin-bottom: 0.5rem; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .detail {
        float: left;
        width: 75%;
        padding-left: 1rem; } }
  #formAjouterPanier .designation {
    margin-bottom: 0.5rem; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .designation {
        float: left;
        width: 75%;
        padding-right: 1rem; } }
  #formAjouterPanier .reference {
    color: #222222; }
  #formAjouterPanier .article {
    font-weight: bold; }
  #formAjouterPanier .quantite {
    text-align: right; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .quantite {
        float: right;
        width: 25%; } }
    #formAjouterPanier .quantite input {
      text-align: right; }
  #formAjouterPanier .prixUnitaire {
    clear: right;
    color: #999;
    font-style: italic; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .prixUnitaire {
        float: left;
        width: 50%; } }
  #formAjouterPanier .prix {
    color: #C89211;
    font-weight: bold;
    font-style: italic; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .prix {
        float: right;
        width: 50%;
        text-align: right; } }
    #formAjouterPanier .prix label {
      color: #999; }
  #formAjouterPanier button {
    clear: both;
    display: block;
    margin: 0 auto; }
  #formAjouterPanier .bouton {
    display: table;
    margin: 0.5rem auto; }
    @media only print, only screen and (min-width: 48.063em) {
      #formAjouterPanier .bouton {
        float: right; }
        #formAjouterPanier .bouton.bouton2 {
          clear: both;
          float: left; } }

/*# sourceMappingURL=formAjouterArticleCatalogue.css.map */</pre></body></html>