* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
html {
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: row;
  height: 100%;
}

nav {
  background-size: cover;
  margin: 0 0 1em 0;
  padding: .5em 1em;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

nav .logo {
  display: inline-block;
  width: 3em;
}

nav h3 {
  color: #FFF;
}

nav a {
  color: #FFF;
  padding: .3em .5em;
  background: rgba(255,255,255,.4);
  border-radius: 3px;
  margin-right: 1em;
}

nav a:hover {
  text-decoration: none;
  background: rgba(255,255,255,.6);
  color: #E7E7E7;
}

.body_class {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: stretch;
  background: url('/static/img/background.png') center no-repeat fixed;
  background-size: cover;

}

.page {
  flex: 1;
  display: none;
}

.page_shown {
  flex: 1;
  display: flex !important;
}

.page-center {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#form_degustation_id,
#form_name {
  padding: 2em;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #FFF;
}

.input_group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
  flex: 1;
}

.input_group input {
  flex: 3;
  border: 1px solid #999;
  border-left: 0;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-self: stretch;
  align-self: stretch;
}

.input_group input:active, .input_group input:focus {
  outline: 0;
}

.input_group span {
  flex: 1;
  text-align: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #FFF;
  color: #2D2D2D;
  font-size: 1.8em;
  border: 1px solid #999;
  border-right: 0;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.rows {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 5px;
  background: #FFF;
}

.rows > .frow {
  flex: 1;
  padding: 3em;
}

.grey_bg {
  background: #E7E7E7;
}

#form_name {
  background: #FFF;
}

#pageTriangulaire  {
  padding-top: 10%;
  margin: 4em;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  background: #FFF;
}


#pageShowResult,
#pageShowResultEpTri,
#pageShowResultClassement,
#pageShowResultTri,
#pageShowResultCATA {
  margin: 3em;
  background: #FFF;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
}

#pageTri, #pageClassement {
  margin: 3em;
  background: #FFF;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  min-height: 100%;
}

#legend_left,
#result_legend_left,
#result_legend_left_ep_tri,
#result_legend_left_tri,
#result_legend_left_CATA {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

#legend_left_ep_tri, #legend_left_ep_classement {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

#legend_left > div,
#result_legend_left_ep_tri > div,
#result_legend_left_tri > div,
#result_legend_left_CATA > div {
  display: flex;
  align-items: center;
  padding: 1em;
  border-right: 1px solid #999;
}

.uplegendo {
  font-size: 0.9rem;
}

#legend_left_ep_tri > div {
  display: flex;
  align-items: center;
  padding: 1em;
  border-right: 1px solid #999;
}

#legend_left > div.criteria,
#legend_left_ep_tri > div.criteria,
#result_legend_left > div.criteria,
#result_legend_left_ep_tri > div.criteria,
#result_legend_left_tri > div.criteria,
#result_legend_left_CATA > div.criteria {
  flex: 1;
  border-top: 1px solid #999;
  height: 50px !important;
  min-height: 50px !important;
}

#result_legend_left_top,
#result_legend_left_top_tri,
#result_legend_left_top_tri_CATA {
  background: #E7E7E7;
  font-weight: bold;
  height: 50px;
  min-height: 50px;
}

#legend_left_top {
  background: #E7E7E7;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  min-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#legend_bloc_right,
#result_legend_bloc_right,
#result_legend_bloc_right_tri,
#result_legend_bloc_right_CATA {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#legend_top_tri,
#legend_top,
#legend_top_top_tri,
#result_legend_top,
#result_legend_top_ep_tri,
#result_legend_top_tri,
#result_legend_top_CATA {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
}

#legend_bloc_bottom_tri {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 3%;
}

#legend_top_top_tri {
  margin-top: 1em;
}

#legend_top > div,
#legend_top_top_tri > div,
#result_legend_top > div,
#result_legend_top_ep_tri > div,
#result_legend_top_tri > div,
#result_legend_top_CATA > div {
  flex: 1;
  border-right: 1px solid #999;
}

#legend_top_tri > div {
  flex: 1;
  padding: 4em;
  border-right: 3px solid #999;
  border-left: 3px solid #999;
  border-top: 3px solid #999;
  border-bottom: 3px solid #999;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  background: #F3CB97;
}

#checkbox_aucune_diff {
  margin: 10%;
  font-size: 120%;
}

#btn_aucune_diff {
  align-items: center;
  margin: 1em;
  border: 1px solid #999;
  text-align: center;
  background: #F3CB97;
}

#btn_choix_force {
  align-items: center;
  margin: 1em;
  border: 1px solid #999;
  text-align: center;
}

#triangulaire_legend_gout,
#triangulaire_legend_goutnez,
#triangulaire_legend_nez,
#tetrade_legend_gout,
#tetrade_legend_goutnez,
#tetrade_legend_nez {
  font-size: 150%;
}

#tetrade_legend {
  font-size: 150%;
}

#legend_left > div.criteria:nth-of-type(2n),
#legend_top > div:nth-of-type(2n),
#legend_top_top_tri > div:nth-of-type(2n),
#result_legend_left > div.criteria:nth-of-type(2n),
#result_legend_left_ep_tri > div.criteria:nth-of-type(2n),
#result_legend_left_tri > div.criteria:nth-of-type(2n),
#result_legend_left_CATA > div.criteria:nth-of-type(2n),
#result_legend_top > div:nth-of-type(2n),
#result_legend_top_ep_tri > div:nth-of-type(2n),
#result_legend_top_tri > div:nth-of-type(2n),
#result_legend_top_CATA > div:nth-of-type(2n) {
  background: #8F2D17;
  color: #FFF;
}

#legend_left > div.criteria:nth-of-type(2n + 1),
#legend_top > div:nth-of-type(2n + 1),
#legend_top_top_tri > div:nth-of-type(2n + 1),
#result_legend_left > div.criteria:nth-of-type(2n + 1),
#result_legend_left_ep_tri > div.criteria:nth-of-type(2n + 1),
#result_legend_left_tri > div.criteria:nth-of-type(2n + 1),
#result_legend_left_CATA > div.criteria:nth-of-type(2n + 1),
#result_legend_top > div:nth-of-type(2n + 1),
#result_legend_top_ep_tri > div:nth-of-type(2n + 1),
#result_legend_top_tri > div:nth-of-type(2n + 1),
#result_legend_top_CATA > div:nth-of-type(2n + 1) {
  background: #F3CB97;
}

#table,
#result_table,
#result_table_ep_tri,
#result_table_tri,
#result_table_CATA {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

#left_tri_part,
#left_classement_part,
#left_ep_tri_part  {
  margin: 1em;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
  display: flex !important
}

#table_ep_tri_legend, #table_ep_classement_legend {
  margin-left: 3em;
  margin-right: 3em;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}

#table_ep_classement {
  max-height: 30%;
}

#table_ep_tri_bottom {
  margin-top: 1em;
  margin-left: 3em;
  margin-right: 3em;
  text-align: center;
}

#table_ep_tri, #table_ep_classement {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border: solid;
  flex: 1;
  display: flex;
}

#table > div,
#result_table > div,
#result_table_ep_tri > div,
#result_table_tri > div,
#result_table_CATA > div {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}

.ui-state-hover {
  background: #FE9200;
}

.etiquette{
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #F3CB97;
  margin: 2px;
  border: 1px solid #999;
  padding: 0.1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn_triangulaire {
  align-items: center;
  margin: 1em;
  border: 1px solid #999;
  text-align: center;
  background: #F3CB97;
  height: 100%;
}

.btn_triangulaire:hover {
  align-items: center;
  margin: 1em;
  border: 1px solid #999;
  text-align: center;
  background: grey;
  height: 100%;
}

.remove_groupe{
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: red;
  margin: -8px;
  border: 1px solid #999;
  font-size: 2vh;
  border-radius: 30px;
  float: left;
}

.groupe_tri{
  margin: 3px;
}

.groupe_tri_title {
  align-items: center;
  justify-content: center;
  flex: 1;
  display: flex;
  background:  #8F2D17;
}

.groupe_title {
  align-items: center;
  justify-content: center;
  margin: 1px;
  background:  #8F2D17;
  color: white;
  flex: 1;
  display: flex;
  font-weight: bolder;
}

.groupe_title:hover {
  align-items: center;
  justify-content: center;
  margin: 1px;
  background:  #F3CB97;
  color: white;
  flex: 1;
  display: flex;
  font-weight: bolder;
}

.legend {
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  min-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.legend_tri {
  align-items: center;
  justify-content: center;
  flex: 1;
  display: flex;
  font-weight: bold;
  min-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: background .2s linear;
  min-height: 50px;
}

.cell:hover {
  background: #FFF !important;
}

.cell .fas {
  font-size: 1em;
  margin-top: .3em;
}

.cell.wait {
  background: #E7E7E7;
  cursor: not-allowed;
}

.cell.pending {
  background: #FFF;
  cursor: pointer;
}

.cell.done_lock {
  background: #b4e4b4;
  cursor: not-allowed;
}

.cell.done_free {
  background: #b4e4b4;
}

.cell.done_free .fa-check,
.cell.done_free .fa-marker,
.cell.done_free .fa-clock {
  display: none;
}

.cell.wait .fa-check,
.cell.wait .fa-marker {
  display: none;
}

.cell.done_lock .fa-clock,
.cell.done_lock .fa-marker,
.cell.done_lock .value {
  display: none;
}

.cell.pending .fa-clock,
.cell.pending .fa-check {
  display: none;
}

.cell .value {
  font-size: 1em;
}

#cdescription {
  font-style: italic;
  background: #F7F7F7;
  padding: .3em;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
}

#cdescription.hidden {
  display: none;
}

#cbtns {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cbtns button {
  font-size: 1em;
}


.btn_bottom {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: 0px;
  border-radius: 50px;
  padding: 1em;
  background: #28a745;
  color: #FFF;
  cursor: pointer;
  opacity: .8;
  transition: opacity .5s linear;
}

.btn_bottom:hover {
  opacity: 1;
}

#btn_next_product,
#btn_submit_result,
#btn_results {
  display: none;
  position: fixed;
  bottom: 1em;
  width: 90%;
  left: 5%;
}

#btn_next_product.show,
#btn_submit_result.show,
#btn_results.show {
  display: flex;
}

.cell-result-product.loading > div {
  display: none;
}

.cell-result-product {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background: #FFF;
  min-height: 50px;
}

.cell-result-product .fa-spinner {
  display: none;
}

.cell-result-product.loading .fa-spinner {
  animation: loading .5s linear;
  display: block;
}

.cell-result-product.loading .values {
  display: none;
}

#logo {
  margin: 0 auto;
}

#logo {
  display: block;
}

#no_portrait {
  display: none;
  flex: 1;
  align-self: stretch;
  flex-direction: column;
  margin: 1em;
  padding: .5em;
  background: #FFF;
  border-radius: 5px;
}

#no_portrait img {
  width: 50%;
  margin: 3em auto;
  align-self: center;
}

#valCheckbox1 .form-group,
#valCheckbox2 .form-group,
#valCheckbox3 .form-group {
  margin-bottom: 0px;
}

#valCheckbox1 .checkbox,
#valCheckbox2 .checkbox,
#valCheckbox3 .checkbox {
  float: left;
  margin-right: 2px;
}

.groupe_classement {
  width: 80%;
  margin-top: 5rem;
  max-height: 30%;
  border: solid thin;
  background-color: lightgray;
}

.groupe_classement.ui-state-hover {
  background-color: #FE9200;
}

/* Portrait */
@media screen
  and (orientation: portrait) {

}

#btn_refresh_results {
  flex: 1;
}

#legend_top_top_tri {
    margin-top: 5px;

}


#btn_go_report:hover,
#btn_home:hover {
  text-decoration: none;
  color: #FFF;
}

#btn_results {
  align-items: stretch;
}

#btn_go_report {
  background-color: red;
}

.extreme {
  color: red;
  font-weight: bold !important;
}

#cfloat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cfloat_choice {
  margin-bottom: 1em;
  padding: 1em;
}

#cfloat_choice_label {
  font-size: 1.3em;
  background: #E7E7E7;
  padding: 0em .5em 0em .5em;
  margin-bottom: .1em;
  border-radius: 5px;
}

.generic_hidden {
  display: none !important;
}

#ep_tri_legend_texte_libre,
#ep_classement_legend_texte_libre,
#ep_classement_legend_texte_intervalle,
#ep_tri_legend_texte_dirige {
  font-size: 100%;
}

.ui-widget-content {
  border: solid;
  min-height: 90%;
}

@media (max-device-width:768px) and (orientation: landscape) {
  #triangulaire_legend_gout,
  #triangulaire_legend_goutnez,
  #triangulaire_legend_nez,
  #tetrade_legend_gout,
  #tetrade_legend_goutnez,
  #tetrade_legend_nez {
    font-size: 80%;
    margin-bottom: 0%;
    margin-top: 2%;
  }

  #tetrade_legend {
    font-size: 60%;
    margin-bottom: 0%;
    margin-top: 2%;
  }

  .btn_triangulaire {
    align-items: center;
    margin: 1%;
    border: 1px solid #999;
    text-align: center;
    background: #F3CB97;
    font-size: 60%;
  }

  .btn_triangulaire:hover {
    align-items: center;
    margin: 1%;
    border: 1px solid #999;
    text-align: center;
    font-size: 60%;
    background: grey;
}

  #btn_aucune_diff {
    align-items: center;
    margin: 1%;
    border: 1px solid #999;
    text-align: center;
    background: #F3CB97;
    font-size: 100%;
}

  #btn_choix_force {
    align-items: center;
    margin: 1%;
    border: 1px solid #999;
    text-align: center;
    font-size: 100%;
}

  #pageTriangulaire  {
    padding-top: 0%;
    margin-bottom: 2em;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    background: #FFF;
  }

  #checkbox_aucune_diff {
    margin: 0%;
    font-size: 55%;
  }

  #legend_top_tri{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #legend_bloc_bottom_tri {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 0%;
  }

  #ep_tri_legend_texte_libre,
  #ep_tri_legend_texte_dirige {
    font-size: 60%;
  }

  .ui-widget-content {
    border: solid;
    min-height: 50%;
  }

  #pageTri {
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 5em;
    background: #FFF;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    min-height: 100%;
  }

  #add_groupe_tri {
    margin-bottom: 3em;
  }
}

#pageGetValues{
  margin: 2em auto;
  max-width: 800px;
  overflow-y: scroll ;
  overflow-x: hidden ;
  padding-top: 1em;
  background: #FFF;
}

.max-width-90{
  max-width: 90% !important;
}

.text-align-center{
  text-align: center;
}

.text-align-end{
  text-align: end;
}

.text-align-start{
  text-align: start;
}

.page-center-get-values {
  align-items: center;
  flex-direction: column;
}

.label-vin{
  background-color: #ffe301;
  padding: 0.5em 3em;
  border-radius: 7px;
}

.label-vin-moins-padding{
    background-color: #ffe301;
    padding: 0.5em 2em;
    border-radius: 7px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accordion + .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.4s ease-in-out;
}

.accordion.active + .panel {
  max-height: 100vh;
}

.btn-android-like{
  padding: 0.5em;
  border-radius: 10px;
}

.btn-android-like-precedent{
  background-color: white;
  border-color: rgb(128, 128, 128);
  font-weight: bold;
  color: rgb(128, 128, 128);
}

.btn-android-like-blue{
  background-color: #2990ea;
  border-color: #2990ea;
  color: white;
  font-weight: bold;
}

.btn-android-like-success{
  background-color: #218838;
  border-color: #218838;
}

.btn-android-like-danger{
  background-color: #c82333;
  border-color: #c82333;
}

.btn-android-like-warning{
  background-color: #e0a800;
  border-color: #e0a800;
}

.p-accordion p {
  line-height: 1.5;
  margin: 0;
}

.background-accordion-success a{
  background-color: #8dc871 !important;
}

.success-td{
  background-color: #8dc87145 !important;
}

.wait-td{
  background-color: rgba(128, 128, 128, 0.3) !important;
}

.td-cliquable-degustation{
  color: #000000 !important;
}

.td-cliquable-degustation:hover{
  text-decoration: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.p-button-note-rata{
  height: 1.75rem !important;
  width: 1.75rem !important;
}

.card-note-rata{
  background-color: rgba(128, 128, 128, 0.05) !important;
  box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.24);
  border-radius: 4px;
}

.label-vin-button-selected{
  background-color: #ff9901 !important;
  border-color: #ff9901 !important;
  color: black !important;
}

.btn-fixed-bottom{
  position: absolute;
  bottom: 0;
}

.btn-fixed-bottom-under{
  position: absolute;
  bottom: -5em;
}

.min-h-100{
  min-height: 100%;
}

.drop-zone {
  background-color: #eee;
  margin-bottom: 10px;
  padding: 10px;
}

.drag-el {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}

/* Frise portrait*/

.frise-classement{
    width: 15em;
    height: 15em;
    border-left: solid black;
    border-right: solid black;
    background-color: lightgrey;
}

.frise-classement-reglable{
    width: 15em;
    border-left: solid black;
    border-right: solid black;
    background-color: lightgrey;
}

.frise-classement-top{
    border-top: solid black;
    border-bottom: thin dashed black ;
    border-radius: 20% 20% 0 0;
}

.frise-classement-bottom{
    border-bottom: solid black;
    border-top: thin dashed black ;
    border-radius: 0 0 20% 20%;
}

.frise-classement-middle{
    border-top: thin dashed black;
    border-bottom: thin dashed black ;
}

.frise-flash{
  width: 15em;
  height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ligne {
    position: relative;
    height: 100%;
    width: 2px;
    background: #333;
}

/* rebord gauche */
.ligne::before,
.ligne::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background: #333;
}

.ligne::before {
    top: 0;
}

.ligne::after {
    bottom: 0;
}

/* Fin frise portrait */

/* Frise paysage */

.frise-classement-paysage{
  width: 15em;
  height: 15em;
  border-top: solid black;
  border-bottom: solid black;
  background-color: lightgrey;
}

.frise-flash-paysage{
    width: 15em;
    height: 15em;
    display: grid;
    align-items: center;
}

.ligne-paysage {
    position: relative;
    height: 2px;
    width: 100%;
    background: #333;
}

/* rebord gauche */
.ligne-paysage::before,
.ligne-paysage::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #333;
}

.ligne-paysage::before {
    left: 0;
}

.ligne-paysage::after {
    right: 0;
}

.frise-classement-reglable-paysage{
  height: 15em;
  border-top: solid black;
  border-bottom: solid black;
  background-color: lightgrey;
}

.frise-classement-left{
  border-left: solid black;
  border-right: thin dashed black ;
  border-radius: 20% 0 0 20%;
}

.frise-classement-right{
  border-right: solid black;
  border-left: thin dashed black ;
  border-radius: 0 20% 20% 0;
}

.frise-classement-middle-paysage{
  border-left: thin dashed black;
  border-right: thin dashed black ;
}

/* Fin frise paysage */

.illumine-drop-area{
  background-color: rgb(249, 188, 6);
}

.boder-right-solid-black{
  border-right: thin solid grey;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){
  background-color: #60f41a2e !important;
}

.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{
  background-color: rgba(96, 244, 26, 0.28) !important;
}


.background-tableau-web-app-1{
  background: #8F2D17 !important;
  color: #FFF !important;
  #border: 1px solid #8F2D17 !important;
}

.background-tableau-web-app-2{
  background: #F3CB97 !important;
  #border: 1px solid #F3CB97 !important;
}

.tableau-bi-color-resultats td{
  background: #d3d3d329;
}

.tableau-bi-color-resultats th:nth-of-type(1){
  background: #d3d3d329 !important;
  #border: 1px solid #dee2e6 !important;
}

.tableau-bi-color-resultats th:nth-of-type(2n){
  background: #8F2D17;
  color: #FFF;
  #border: 1px solid #8F2D17;
}

.tableau-bi-color-resultats th:nth-of-type(2n + 1){
  background: #F3CB97;
  #border: 1px solid #F3CB97;
}

.p-message-small .p-message-wrapper{
  padding: 0.75rem 1.25rem;
}

.card-degustation-resume{
  background-color: rgba(118,61,50,0.2);
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 10px; /* Coins arrondis */
}

.random-part-view-info-seance {
  padding: 20px 20px 20px 20px;
  background-color: #f4f4f4;
  border: 2px solid #ccc;
  border-radius: 10px; /* Coins arrondis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre subtile */
}

.degustation-page .row{
  margin-left: 0;
  margin-right:0;
}

.color-red{
  color: red;
}

.pointer-events-none{
    pointer-events: none;
}

.page-resultat{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.actions-buttons-resultats{
    margin-top: auto;
    padding: 1rem;
}