﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.tree-wrapper {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.td-5-percent {
  width: 5%; }

.jstreeEditProduit .jstree-open > .jstree-anchor > .jstree-checkbox,
.jstreeEditProduit .jstree-closed > .jstree-anchor > .jstree-checkbox {
  visibility: hidden; }

.card h5 {
  color: #6c757d;
  font-weight: 500;
  text-decoration: none; }

.card.produit-accordion .card-header {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .card.produit-accordion .card-header .btn-link {
    color: #6c757d;
    font-weight: 500;
    text-decoration: none; }
  .card.produit-accordion .card-header .span {
    color: #6c757d;
    font-weight: 500;
    text-decoration: none; }

.card.produit-accordion:hover .card-header {
  background-color: #929292; }
  .card.produit-accordion:hover .card-header .btn-link {
    color: whitesmoke; }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

.famille-autorisation {
  margin: auto; }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6; }

@media (max-width: 800px) {
  .list-group-sous-familles {
    display: none; }
  .famille-racine-header {
    border-bottom: 1px solid #929292; } }

.no_checkbox > jstree-checkbox {
  display: none; }

/*.table-remises td:nth-child(0) {
    display: none;
}

.table-remises tr td:first-child {
    display: none;
}*/
.search-result {
  background: linear-gradient(90deg, #020024 0%, rgba(67, 150, 9, 0.745833) 0%, rgba(215, 255, 0, 0.572164) 89%, rgba(248, 255, 208, 0) 100%);
  color: white; }

.card-recherche:hover .card-body {
  background-color: antiquewhite; }

.card-recherche .card-title {
  font-size: 1.1em; }

.card-recherche .card-text {
  font-size: 0.9em; }

.card-horizontal {
  display: flex;
  flex: 1 1 auto; }

.famille-interdite {
  opacity: 0.6; }

.famille-interdite:hover {
  cursor: default !important; }

.jstreeSelected_div {
  z-index: 9999; }

@media (max-width: 850px) {
  .table-articles {
    font-size: 0.95em; }
  .table-articles table, thead, tbody, th, td, tr {
    display: block; }
  .table-articles thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-articles tr {
    border: 1px solid #ccc;
    margin-bottom: 10px; }
  .table-articles td {
    border: 1px solid #d6d8db;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 70%;
    text-align: right; }
  .table-articles td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .table-articles td:before {
    content: attr(data-label); }
  .prix td {
    width: 100% !important; }
  .table-selection-options {
    width: 100% !important; } }

.table-selection-options {
  width: 80%; }

@media (max-width: 470px) {
  .container {
    padding-right: 5px;
    padding-left: 5px; }
  .img-product {
    width: 150px;
    margin: 0px 5px 0px 5px; }
  .img-product .h5 {
    font-size: 0.86em; }
  .search {
    display: block;
    clear: left;
    float: none; }
  .search > input[type="text"] {
    font-size: 1.8em !important; } }

@media (min-width: 500px) {
  .img-product {
    width: 200px;
    font-size: 0.5em;
    margin: auto; } }

@media (min-width: 768px) and (max-width: 990px) {
  .vertical-menu {
    padding-left: 2px;
    font-size: 0.9em;
    width: auto; } }

@media (min-width: 900px) {
  .table-articles td {
    font-size: 0.80em; }
  .table-articles th {
    font-size: 0.85em; } }

@media (min-width: 600px) {
  .search {
    float: right; } }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #f7fafa; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */ }

.famille-racine-header {
  background-size: 3.5em;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top; }
  .famille-racine-header:hover {
    color: #1b6ec2; }
  .famille-racine-header:active {
    color: #edff00; }

/*.embed-responsive .card-img-top {
    object-fit: cover;
}*/
.card-hoverable:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.2s ease-in-out; }

.login-style {
  background-color: #1b8431; }
  .login-style h1, .login-style h2, .login-style h3, .login-style h4, .login-style label, .login-style p {
    color: white; }
  .login-style a {
    color: #8000ff; }
  .login-style .btn-primary {
    background-color: #f2bb00;
    color: black;
    border-color: black; }
    .login-style .btn-primary:hover, .login-style .btn-primary:focus, .login-style .btn-primary.focus {
      color: black;
      background-color: #f2bb00; }
    .login-style .btn-primary:active, .login-style .btn-primary.active, .login-style .btn-primary.disabled, .login-style .btn-primary:disabled {
      color: black;
      background-color: #ffcd26; }
      .login-style .btn-primary:active:focus, .login-style .btn-primary:active.focus, .login-style .btn-primary.active:focus, .login-style .btn-primary.active.focus, .login-style .btn-primary.disabled:focus, .login-style .btn-primary.disabled.focus, .login-style .btn-primary:disabled:focus, .login-style .btn-primary:disabled.focus {
        color: black;
        background-color: #ffcd26; }

.famille-racine-header:hover {
  cursor: pointer; }

.racine-picto-12 {
  background-image: url("../content/charte/d-picto-arboriculture.png"); }
  .racine-picto-12:hover, .racine-picto-12.active {
    background-image: url("../content/charte/picto-arboriculture.png"); }

.racine-picto-22 {
  background-image: url("../content/charte/d-picto-viticulture.png"); }
  .racine-picto-22:hover, .racine-picto-22.active {
    background-image: url("../content/charte/picto-viticulture.png"); }

.racine-picto-23 {
  background-image: url("../content/charte/d-picto-elevagecultures.png"); }
  .racine-picto-23:hover, .racine-picto-23.active {
    background-image: url("../content/charte/picto-elevagecultures.png"); }

.racine-picto-24 {
  background-image: url("../content/charte/d-picto-fruitssecs.png"); }
  .racine-picto-24:hover, .racine-picto-24.active {
    background-image: url("../content/charte/picto-fruitssecs.png"); }

.racine-picto-25 {
  background-image: url("../content/charte/d-picto-espacesverts.png"); }
  .racine-picto-25:hover, .racine-picto-25.active {
    background-image: url("../content/charte/picto-espacesverts.png"); }

.couleur-parent-12 {
  color: #f2bb00; }

.couleur-parent-22 {
  color: #8000ff; }

.couleur-parent-23 {
  color: #ccff00; }

.couleur-parent-24 {
  color: #7c4d26; }

.couleur-parent-25 {
  color: #1b8431; }

.couleur-parent-sans {
  color: #b3b3b3; }

.couleur-bg-parent-12 {
  background-color: rgba(242, 187, 0, 0.25) !important; }

.couleur-bg-parent-22 {
  background-color: rgba(128, 0, 255, 0.25) !important; }

.couleur-bg-parent-23 {
  background-color: rgba(204, 255, 0, 0.25) !important; }

.couleur-bg-parent-24 {
  background-color: rgba(124, 77, 38, 0.25) !important; }

.couleur-bg-parent-25 {
  background-color: rgba(27, 132, 49, 0.25) !important; }

.couleur-bg-parent-sans {
  background-color: #b3b3b3; }

.carousel-produit {
  height: 15rem; }

.carousel-thumbnails {
  height: 5rem; }

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px; }

#custCarousel .carousel-indicators > li {
  width: 100px; }

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5; }

#custCarousel .carousel-indicators li.active img {
  opacity: 1; }

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75; }

.picto-propriete {
  max-height: 40px;
  max-width: 40px;
  height: auto;
  width: auto; }

.table-articles thead th {
  vertical-align: middle; }

.table-articles thead th .th-text {
  text-align: center; }

.table-articles thead th .th-media {
  text-align: center; }

.selected-row {
  background-color: blanchedalmond !important; }

.form-create {
  background-color: blanchedalmond !important;
  margin: 1em 0em 1em 0em;
  padding-left: 0.5em; }

.editing-cell {
  background-color: blanchedalmond; }

.hideBtn {
  display: none; }

.editing-error {
  border: 1px solid red; }

.table-categorie-option-produit tr:not(.not-clickable):hover {
  background-color: #929292 !important;
  color: whitesmoke !important; }

.expand-option {
  width: 5% !important; }

.row-actif {
  background-color: #fbfcfc; }

.row-inactif {
  background-color: #d6d8db !important; }

.row-inactif .statut {
  color: red; }

.inactif {
  background-color: #d6d8db !important;
  color: red; }

.inactif .jstree-wholerow {
  background-color: #d6d8db !important; }

.selected-options-produit {
  background-color: #929292 !important;
  color: whitesmoke !important; }

.image-modal:hover {
  cursor: zoom-in;
  opacity: 0.7; }

/* The Modal (background) */
.modal-product-img {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

.modal-product-img :hover {
  cursor: zoom-out; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

.img-container img {
  width: auto;
  height: 250px; }

.img-wrap {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.img-card img {
  width: auto;
  height: 350px; }

.jstreeEditProduit .jstree-open > .jstree-anchor > .jstree-checkbox,
.jstreeEditProduit .jstree-closed > .jstree-anchor > .jstree-checkbox {
  visibility: hidden; }

.erreur-validation {
  font-size: 0.8em;
  margin-left: 1em; }

.bandeau-admin {
  background: linear-gradient(90deg, #020024 0%, rgba(67, 150, 9, 0.745833) 0%, rgba(215, 255, 0, 0.572164) 89%, rgba(248, 255, 208, 0) 100%); }

.fiche-produit {
  background-color: white; }

.border-danger {
  background-color: #f76a6a;
  color: white; }
