.background-decid {
    background-image: url("/static/img/background-pascal.jpg");
}
@media (max-width: 600px) { /* Pour mobile */
    .background-decid {
        background-image: url("/static/img/background-pascal-mobile.jpg");
    }
}

.summernote-div .note-editor {
    background-color: white;
}
::-webkit-scrollbar {
    width: 20px;
    height: 20px;
    background-color: inherit;
    border-radius: 100%;
}
::-webkit-scrollbar-button {
}
::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 1);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 40px;
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}

.sv-matrix__cell {
    min-width: 1em;
    text-align: center;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-group-item {
  background-color: #fffc;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.icon_link {
    padding: 0.25rem!important;
    margin: 0.25rem!important;
    font-size: 20px;
}

.icon_commentary_type {
    font-size: 2rem;
}

.add_item {
    border-width: thick;
}

.card_item {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-origin: content-box, padding-box;
    border: 3px solid rgba(185,122,87,255);
    border-radius: 1.5rem;
    background-color: rgba(238,228,176,1);
}

.card_body {
    overflow: hidden;
    height: 300px;
    text-overflow: ellipsis;
}

.card_title {
    text-align: center;
    background-color: rgba(185,122,87,0.7);
    padding:20px;
}

.card_notification {
    height: 25px;
    width: 25px;
    background-color: red;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}

.card_footer {
    border-top: 3px solid rgba(185,122,87,255);
    min-height: 67px;
}

.card_text {
    background-color: #ffffff80;
}

#cookies_consent {
    background-color: white;
}


.decid-navbar {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: rgba(0, 0, 0, .9);
    box-shadow: 0px -1rem 1rem rgba(0, 0, 0, .15) !important;
}

a {
    color: rgba(0, 0, 0, .9);
}

.decid-searchbar > input {
    background-color: #f8f9fa;
    color: #6c757d;
}

.decid-card > div {
    border: black solid;
}
