@charset "UTF-8";
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
a {
  text-decoration: none;
  /*color: $colour;*/
  /*    &:hover {
          color: $darkcolour;
      }*/
}

/*button a {
    color: inherit;
}*/
/*fieldset {
    padding: 0;
    border: none;
}*/
/*hr {
    border: none;
    border-top: 1px solid $colour;
}*/
/*::selection {
    background: $verylightcolour;
}*/
* {
  box-sizing: border-box;
}

.bold,
strong {
  font-weight: 700;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.no-margin-top {
  margin-top: 0;
}

.hidden {
  display: none;
}

.green {
  color: #1E824C;
}

.orange {
  color: #F15A22;
}

.red {
  color: #D91E18;
}

.colour {
  color: #22A7F0;
}

.pointer {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.barred {
  text-decoration: line-through;
}

/*figure {
    margin: 0;
}*/
/* Scroll bar */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DCEAF9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5C6A79;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0067B0;
}

@charset "UTF-8";
/**
 * Style des éléments de structure principaux définis dans le layout
 *
 * @copyright (c), Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
body {
  margin: 0;
  font-family: "Red Hat Display", Arial;
  font-weight: 400;
  font-size: 12pt;
  line-height: 1em;
  color: #3C4A59;
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * Conteneur de gauche
 */
#main-container {
  height: 100vh;
  background: #FAFAFA;
  /* En-tête du contenu principal */
  /* Contenu de la caisse */
}
#main-container #header {
  position: relative;
}
#main-container #header .scanner i {
  text-align: right;
}
#main-container #header .scanner i.on {
  display: none;
}
#main-container #header .scanner.active i.off {
  display: none;
}
#main-container #header .scanner.active i.on {
  display: block;
  color: #29C5FF;
}
#main-container #content {
  padding: 10px;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
}
#main-container #content .top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}

/**
 * Headers et footers
 */
#header,
#ticket-header,
#ticket-footer {
  font-size: 14pt;
  height: 60px;
  padding: 5px 10px;
  background: #3C4A59;
  color: white;
  /* Centrer verticalement les éléments */
}
#header i,
#ticket-header i,
#ticket-footer i {
  font-size: 2.1em;
  cursor: pointer;
  width: 50px;
  position: relative;
  color: white;
  text-align: center;
}
#header i:hover,
#ticket-header i:hover,
#ticket-footer i:hover {
  color: #29C5FF;
}
#header i.active:after,
#ticket-header i.active:after,
#ticket-footer i.active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #29C5FF;
  bottom: -2px;
  left: calc(50% - 6px);
}
#header > *,
#ticket-header > *,
#ticket-footer > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#header > .right-element,
#ticket-header > .right-element,
#ticket-footer > .right-element {
  position: absolute;
  right: 10px;
  top: 0;
  justify-content: right;
}

.filters {
  margin-bottom: 20px;
}
.filters i {
  font-size: 1.5em;
  cursor: pointer;
  vertical-align: bottom;
}
.filters > span:not(:first-of-type) {
  border-left: 2px solid #22A7F0;
  padding-left: 10px;
  margin-left: 10px;
}

@charset "UTF-8";
/**
 * Style de l'aperçu du ticket
 *
 * @copyright (c), Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
/**
 * Conteneur de droite : aperçu du ticket
 */
#ticket-overview {
  flex-basis: 0;
  flex-grow: 0;
  height: 100vh;
  border-left: 1px solid #9CAAB9;
  overflow: hidden;
  position: relative;
  box-shadow: -7px 55px 7px -5px #9CAAB9;
  /* Aperçu visible */
  /* En-tête du ticket */
  /* Contenu du ticket */
  /* Footer du ticket */
}
#ticket-overview.visible {
  transition: 0.3s;
  flex-basis: 400px;
}
#ticket-overview #ticket-header {
  position: absolute;
  top: 0;
  width: 100%;
}
#ticket-overview #ticket-header .discount.applied {
  color: #29C5FF;
}
#ticket-overview #ticket-header .discount.applied:after {
  content: "-10";
  font-family: "Red Hat Display", Arial;
  position: absolute;
  right: 40px;
  font-size: 0.8em;
  top: 15px;
}
#ticket-overview #ticket-content {
  height: calc(100% - 120px);
  width: 400px;
  overflow-y: auto;
  margin: 60px 0;
}
#ticket-overview #ticket-content table .article td {
  height: 50px;
}
#ticket-overview #ticket-content table .article td.quantity {
  width: 70px;
}
#ticket-overview #ticket-content table .article td.quantity input {
  margin-left: 3px;
  width: 55px;
}
#ticket-overview #ticket-content table .article td.price-unit, #ticket-overview #ticket-content table .article td.price-total {
  text-align: right;
}
#ticket-overview #ticket-content table .article td.price-unit {
  font-size: 0.8em;
  color: #7C8A99;
}
#ticket-overview #ticket-content table .article td.price-unit.discount {
  text-decoration: line-through;
}
#ticket-overview #ticket-content table .article td.price-unit.discount span {
  display: inline-block;
  color: #22A7F0;
  width: 100%;
}
#ticket-overview #ticket-content table .article td.price-total {
  font-weight: bold;
  width: 65px;
}
#ticket-overview #ticket-content table .article td.icons {
  width: 50px;
}
#ticket-overview #ticket-content table .article td.icons i {
  float: left;
  font-size: 1.4em;
  cursor: pointer;
  width: 20px;
}
#ticket-overview #ticket-content table .article td.icons i:hover {
  color: #22A7F0;
}
#ticket-overview #ticket-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#ticket-overview #ticket-footer .discount {
  color: #29C5FF;
  margin-right: 10px;
}
#ticket-overview #ticket-footer .ticket-total {
  font-size: 1.5em;
  font-weight: bold;
  min-width: 100px;
  text-align: right;
}

/* Menu des articles du ticket */
#article-menu {
  position: fixed;
  width: 0;
  cursor: pointer;
  color: white;
  background: #22A7F0;
  border: 1px solid #0287D0;
  box-shadow: 0 7px 7px -5px #0067B0;
  font-size: 0.8em;
  border-radius: 5px;
  overflow: hidden;
  right: -10px;
}
#article-menu div {
  padding: 3px 20px 3px 10px;
}
#article-menu div:not(:last-of-type) {
  border-bottom: 1px solid #0287D0;
}
#article-menu div:hover {
  background: #0287D0;
}
#article-menu.visible {
  width: auto;
  right: 10px;
  transition: right 0.3s;
}

/* Dialog quand on n'imprime pas le ticket */
#dialog-no-print-ticket .dialog-content p {
  font-size: 1.5em;
}
#dialog-no-print-ticket .dialog-content .ticket-total:before {
  content: "CHF ";
}

/* Dialog d'aperçu d'un ticket */
.dialog-ticket .ticket-content .discount {
  font-style: italic;
}
.dialog-ticket .ticket-footer {
  text-align: right;
  font-weight: 600;
  color: #004790;
}
.dialog-ticket .ticket-footer .total {
  font-weight: bold;
  text-decoration: underline;
  width: 0;
}

@charset "UTF-8";
/**
 * Style des boîtes de dialogue
 * 
 * @copyright (c) 2016, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
.dialog {
  position: fixed;
  z-index: 10000;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.6);
}
.dialog.visible {
  top: 0;
}
.dialog.visible .dialog-container {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.dialog .dialog-container {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%) scale(0.5);
  background: #FAFAFA;
  box-shadow: 0 10px 25px -10px #1C2A39;
  width: 500px;
  max-width: 100%;
  max-height: 95vh;
  border: 3px solid #9CAAB9;
}
.dialog .dialog-container h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #22A7F0;
  padding: 0 25px 10px 25px;
}
.dialog .dialog-container i.close-dialog {
  font-size: 1.5em;
  color: #22A7F0;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 7px;
}
.dialog .dialog-container i.close-dialog:hover {
  color: #004790;
}
.dialog .dialog-container .dialog-content {
  overflow: auto;
  max-height: calc(95vh - 46px);
  padding: 10px;
}
.dialog#dialog-terms {
  font-size: 0.8em;
}
.dialog#dialog-scanner #scan-error i {
  font-size: 1.5em;
  vertical-align: middle;
}

@charset "UTF-8";
/**
 * Style du menu
 *
 * @copyright (c), Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
#menu {
  text-transform: uppercase;
  background: #3C4A59;
  position: relative;
  flex-grow: 0;
  min-width: 0;
  overflow: hidden;
  transition: 0.3s;
  /* Icône pour fermer le menu */
}
#menu #icon-menu-close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  color: #29C5FF;
  font-size: 14pt;
  cursor: pointer;
}
#menu.visible {
  min-width: 200px;
  flex-basis: 200px;
}
#menu.visible #icon-menu-close {
  visibility: visible;
  opacity: 1;
  right: 15px;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
#menu.visible #icon-menu-close i {
  font-size: 2.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#menu ul {
  margin-top: 60px;
  padding: 0;
  font-size: 0;
  width: 200px;
}
#menu ul li {
  list-style-type: none;
  cursor: pointer;
  position: relative;
  font-size: initial;
  padding: 5px;
}
#menu ul li a {
  color: white;
}
#menu ul li a i {
  width: 25px;
  text-align: center;
  vertical-align: text-top;
  color: #29C5FF;
  font-size: 1.2em;
}
#menu ul li.active a, #menu ul li:hover a {
  color: #29C5FF;
}

#icon-menu {
  visibility: hidden;
  opacity: 0;
  width: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
#icon-menu.visible {
  visibility: visible;
  opacity: 1;
  width: 50px !important;
}

@charset "UTF-8";
/**
 * Style des titres
 * 
 * @copyright (c) 2022, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-shadow: 1px 1px 2px #9CAAB9;
  line-height: initial;
  /*color: $veryverydarkcolour;*/
  /*    position: relative;
      font-weight: 500;
      text-shadow: 1px 1px 2px $grey4;
      text-transform: uppercase;*/
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8em;
  /*    + div > h2 {
          margin-top: 0;
      }
      + div + div > h2 {
          margin-top: 0;
      }
      + div + div + div > h2 {
          margin-top: 0;
      }*/
}
h1.margin-top {
  margin-top: 15px;
}

h3 {
  /*margin-bottom: 10px;*/
}

h4 {
  /*    margin-top: 10px;
      margin-bottom: 5px;
      font-style: italic;*/
}

h5 {
  /*    font-size: 0.9em;
      font-style: italic;*/
}

h6 {
  /*    font-size: 0.82em;
      font-style: italic;*/
}

@charset "UTF-8";
/**
 * Style des tableaux
 * 
 * @copyright (c) 2016, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
/**
 * Table
 */
table:not(.ui-datepicker-calendar) {
  border-spacing: 0;
  border-collapse: collapse;
  /*   

  td {
      vertical-align: top;
  }

  *
   * En-tête et footer

  th {
      text-align: left;
      font-weight: 400;
      padding: 5px 3px;
  }

  thead {
      border-bottom: 1px solid $grey4;
  }

  tfoot {
      border-top: 1px solid $grey4;
  }

  tr.total {
      th {
          font-weight: 900;
          color: $colour;
          font-size: 1.2em;
      }
  }*/
}
table:not(.ui-datepicker-calendar).table-full-width {
  width: 100%;
}
table:not(.ui-datepicker-calendar).shadow {
  box-shadow: 0 10px 25px -10px #9CAAB9;
  background: white;
  border-top: 1px solid #CCDAE9;
}
table:not(.ui-datepicker-calendar).shadow > thead > tr,
table:not(.ui-datepicker-calendar).shadow > tbody > tr,
table:not(.ui-datepicker-calendar).shadow > tfoot > tr {
  border-left: 1px solid #CCDAE9;
  border-right: 1px solid #CCDAE9;
}
table:not(.ui-datepicker-calendar).shadow > tfoot {
  border-bottom: 1px solid #CCDAE9;
}
table:not(.ui-datepicker-calendar) thead {
  border-bottom: 2px solid #0067B0;
  text-transform: uppercase;
}
table:not(.ui-datepicker-calendar) thead th {
  padding: 10px;
}
table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #CCDAE9;
}
table:not(.ui-datepicker-calendar) tbody tr:hover {
  background: #DCEAF9;
}
table:not(.ui-datepicker-calendar) tbody tr td {
  padding: 5px;
}
table:not(.ui-datepicker-calendar) tbody tr td.td-actions {
  text-align: center;
}
table:not(.ui-datepicker-calendar) tbody tr td.td-actions i {
  cursor: pointer;
  font-size: 1.2em;
}
table:not(.ui-datepicker-calendar) tbody tr td.td-actions i:hover {
  color: #22A7F0;
}

@charset "UTF-8";
/**
 * Style des formulaires
 * 
 * @copyright (c) 2016, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
form,
.form {
  /*    button[type="submit"] {
          margin-top: 10px;
      }*/
  /*p {*/
  /*}*/
}
form .row,
.form .row {
  padding-bottom: 10px;
}
form .row:last-of-type,
.form .row:last-of-type {
  padding-bottom: 0px;
}
form .row > label,
.form .row > label {
  width: 150px;
  display: inline-block;
}
form .row > label + div,
.form .row > label + div {
  display: inline-block;
  vertical-align: top;
}
form .row input[type=text],
.form .row input[type=text] {
  width: 250px;
}
form .row input[type=number],
.form .row input[type=number] {
  width: 100px;
}
form .row textarea,
.form .row textarea {
  width: 250px;
  height: 100px;
}
form .row.submit,
.form .row.submit {
  text-align: center;
}
form span.error,
.form span.error {
  color: #D91E18;
  font-weight: 600;
  padding-left: 155px;
  display: block;
  padding-top: 3px;
}
form input.error,
form textarea.error,
.form input.error,
.form textarea.error {
  border-color: red;
  box-shadow: 0px 0px 3px red;
}

.form span.error {
  display: none;
}

@charset "UTF-8";
/**
 * Eléments affichés en colonnes
 * 
 * @copyright (c), Joëlle Galloni
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
.columns-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.columns-container.padding {
  padding: 10px;
}
.columns-container.no-gap {
  gap: 0;
}
.columns-container .column {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.columns-container .column.padding {
  padding-left: 10px;
  padding-top: 10px;
}
.columns-container .column.one-half {
  /* (2-1) * 20 / 2 = 10px */
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.columns-container .column.one-third {
  /* (3-1) * 20 / 3 = 13.33px */
  flex-basis: calc(33.3333333333% - 13.33px);
  max-width: calc(33.3333333333% - 13.33px);
}
.columns-container .column.two-thirds {
  /* (3-1) * 20 / 3 = 13.33px */
  flex-basis: calc((33.3333333333% - 13.33px) * 2 + 20px);
  max-width: calc((33.3333333333% - 13.33px) * 2 + 20px);
}
.columns-container .column.one-fourth {
  /* (4-1) * 20 / 4 = 15px */
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.columns-container .column.three-fourths {
  /* (4-1) * 20 / 4 = 15px */
  flex-basis: calc((25% - 15px) * 3 + 40px);
  max-width: calc((25% - 15px) * 3 + 40px);
}
.columns-container .column.one-fifth {
  /* (5-1) * 20 / 5 = 16px */
  flex-basis: calc(20% - 16px);
  max-width: calc(20% - 16px);
}

@charset "UTF-8";
/**
 * Style de la pagination
 * 
 * @copyright (c) 2020, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

li.page-item {
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
  /*    a {
          color: inherit;*/
  /*}*/
  /*    width: 25px;
      font-weight: 400;
      border-radius: 5px;
      text-shadow: 1px 1px 2px $grey4;*/
}
li.page-item:hover {
  color: #22A7F0;
}
li.page-item.active {
  color: #22A7F0;
}
li.page-item.disabled {
  color: #9CAAB9;
  cursor: default;
}

/*.nb-results {
    margin-bottom: 5px;
    text-align: right;
}*/

@charset "UTF-8";
/**
 * Style des inputs, select, textarea
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
select,
input,
textarea,
button,
a.button {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select,
input[type=text],
input[type=button],
input[type=submit],
input[type=password],
input[type=number],
input[type=reset],
textarea,
button {
  border: 1px solid #3C4A59;
  margin: 1px;
}

textarea:focus,
input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=reset]:focus,
select:focus,
select:active,
select:hover {
  outline: none;
  border-color: #22A7F0;
  border-width: 2px;
  margin: 0px;
}

input[type=radio] {
  margin-left: 0;
}

input[type=checkbox] {
  vertical-align: text-bottom;
}

/*select:-internal-list-box option:checked {
    background-color: red !important;
}
select option[value="0"] {
    font-weight: bold;
    color: $colour;
}
textarea {
    max-width: 100%;
}
 Boutons 
*/
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  border: 1px solid #0287D0;
  background: #22A7F0;
  color: white;
  border-radius: 5px;
  padding: 5px 15px;
  box-shadow: 1px 1px 2px #9CAAB9;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  /* Survol des boutons */
  /* Boutons secondaires */
  /* Boutons avec icônes */
}
button:hover,
a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #0287D0;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
button.grey,
a.button.grey,
input[type=button].grey,
input[type=reset].grey,
input[type=submit].grey {
  color: inherit;
  border: 1px solid #BCCAD9;
  background: #CCDAE9;
  /* Survol des boutons secondaires */
}
button.grey:hover,
a.button.grey:hover,
input[type=button].grey:hover,
input[type=reset].grey:hover,
input[type=submit].grey:hover {
  background: #BCCAD9;
}
button:disabled, button.disabled,
a.button:disabled,
a.button.disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=reset]:disabled,
input[type=reset].disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  color: #9CAAB9;
  border: 1px solid #BCCAD9;
  background: #DCEAF9;
  cursor: default;
}
button.icon,
a.button.icon,
input[type=button].icon,
input[type=reset].icon,
input[type=submit].icon {
  padding-left: 30px;
  position: relative;
}
button.icon i,
a.button.icon i,
input[type=button].icon i,
input[type=reset].icon i,
input[type=submit].icon i {
  position: absolute;
  left: 0;
  width: 30px;
  top: 5px;
  font-size: 1.2em;
}

a button {
  color: white;
}
a button.grey {
  color: #3C4A59;
}

#other-article {
  /*    border-radius: 5px;
      padding: 5px 20px;*/
  /*font-size: 1.2em;*/
  /*box-shadow: 0 7px 7px -5px #9caab9;*/
  /*cursor: pointer;*/
}

@charset "UTF-8";
/**
 * Style des articles
 * 
 * @copyright (c) 2022, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Style des éléments de base
 *
 * @copyright (c) 2019, Maison F et J Galloni SA
 * @author Joëlle Galloni
 */
/**
 * Variables globales
 */
/*$grey0: #E6F4FF;*/
/*$grey13: #2A2A2A;*/
/*$grey14: #1A1A1A;*/
/*    
#D5E3F2
#C5D3E2
#BCCAD9
#ACBAC9
#9CAAB9
#8C9AA9
#7C8A99
#6C7A89
#5C6A79
#4C5A69
#3C4A59
#2C3A49
#1C2A39

$green: #26A65B;
$red: #D91E18;
$yellow: #F7CA18;
*/
/* Pattern d'arrière-plan */
.articles-container {
  gap: 10px;
}
.articles-container .article {
  min-width: 150px;
  max-width: 180px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  background: white;
  border: 1px solid #BCCAD9;
  box-shadow: 0 7px 7px -5px #9caab9;
  /* Hors stock */
}
.articles-container .article > div {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Articles du magasin */
  /* Code et millésime */
  /* Prix */
  /* Quinzaines et enomatics */
  /* Icônes des verres */
}
.articles-container .article > div.picture-container {
  height: 65px;
  padding-bottom: 5px;
}
.articles-container .article > div.picture-container img {
  max-height: 100%;
  max-width: 100%;
}
.articles-container .article > div.name {
  height: 35px;
}
.articles-container .article > div.name span {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-container .article > div.code-container {
  font-size: 0.8em;
}
.articles-container .article > div.code-container span {
  flex-grow: 1;
}
.articles-container .article > div.code-container span.code {
  text-align: left;
}
.articles-container .article > div.code-container span.year {
  text-align: right;
}
.articles-container .article > div.price {
  font-weight: bold;
  margin: 5px 0;
}
.articles-container .article > div.glass-container {
  align-items: stretch;
  padding-bottom: 5px;
  /* Vin blanc */
  /* Vin rosé */
  /* Vin doux */
  /* Vin rouge */
}
.articles-container .article > div.glass-container.white i {
  color: #FFD433;
}
.articles-container .article > div.glass-container.white i:after {
  background: #FFD433;
}
.articles-container .article > div.glass-container.pink i {
  color: #F47983;
}
.articles-container .article > div.glass-container.pink i:after {
  background: #F47983;
}
.articles-container .article > div.glass-container.sweet i {
  color: #FFB61E;
}
.articles-container .article > div.glass-container.sweet i:after {
  background: #FFB61E;
}
.articles-container .article > div.glass-container.red i:after {
  background: #D91E18;
}
.articles-container .article > div.glass-container i {
  flex: 0 0 50px;
  position: relative;
  /* Grand verre */
  /* Moyen verre */
  /* Petit verre */
  /* Remplir le verre en survolant */
}
.articles-container .article > div.glass-container i.big {
  font-size: 3.5em;
}
.articles-container .article > div.glass-container i.big:after {
  top: 36px;
  left: 23px;
}
.articles-container .article > div.glass-container i.medium {
  font-size: 2.75em;
  padding-top: 11px;
}
.articles-container .article > div.glass-container i.medium:after {
  top: 40px;
  left: 20px;
}
.articles-container .article > div.glass-container i.small {
  font-size: 2em;
  padding-top: 21px;
}
.articles-container .article > div.glass-container i.small:after {
  top: 41px;
  left: 20px;
}
.articles-container .article > div.glass-container i:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 0;
  border-bottom-left-radius: 70%;
  border-bottom-right-radius: 70%;
  opacity: 0.5;
  transition: 0.2s;
}
.articles-container .article > div.glass-container i:hover {
  transition: 0.2s;
  /* Remplir les verres */
}
.articles-container .article > div.glass-container i:hover.big:after {
  height: 16px;
  top: 20px;
  width: 26px;
  left: 15px;
}
.articles-container .article > div.glass-container i:hover.medium:after {
  height: 13px;
  top: 26px;
  width: 22px;
  left: 14px;
}
.articles-container .article > div.glass-container i:hover.small:after {
  height: 10px;
  top: 32px;
  width: 16px;
  left: 17px;
}
.articles-container .article :first-child.name {
  height: 100px;
}
.articles-container .article :first-child.name span {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.articles-container .article:hover {
  color: #0067B0;
}
.articles-container .article:hover.consommation {
  border-color: #22A7F0;
  box-shadow: 0 7px 7px -5px #5C6A79;
}
.articles-container .article:hover .price {
  color: #F15A22;
}
.articles-container .article.out-of-stock {
  color: #9CAAB9;
}
.articles-container .article.out-of-stock img {
  filter: grayscale(1);
}
.articles-container .article.shop .picture-container {
  height: 120px;
}
.articles-container .article.shop .name {
  height: 50px;
}
.articles-container .article.shop .name span {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.articles-container .article.shop :first-child.name {
  height: 170px;
}
.articles-container .article.shop:hover img {
  transform: scale(1.5);
  transition-duration: 0.5s;
  filter: grayscale(0);
}
