/* .background {
  background: url("https://drive.equiliberte.unova.fr/index.php/apps/theming/image/background?v=15")
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 98.3vh;
} */
.img-min {
  max-width: 80%;
  height: auto;
}

.ml-3 {
  margin-left: 1rem !important;
}

/* ####################### BUTTON ####################### */
.btn {
  margin: 2px;
}

.btn-fullwidth {
  width: 100%;
}

.btn-radius {
  border-radius: 25px;
}

.btn-blue_theme {
  color: #10661e;
  border-color: #10661e;
}

.btn-blue_theme:hover {
  color: white;
  background-color: #10661e;
  border-color: #10661e;
}

.btn-blue-theme {
  border-color: #10661e;
  color: #10661e;
}

.btn-blue-theme:hover {
  background-color: #10661e;
  border-color: #10661e;
  color: white;
}

.btn-green-theme {
  border-color: #10661e;
  color: #10661e;
}

.btn-red {
  border-color: #800000;
  color: #800000;

  &:hover {
    background-color: #800000;
    color: #ffffff;
  }
}

.btn-green-theme:hover {
  background-color: #10661e;
  border-color: #10661e;
  color: white;
}

/* ####################### Text ####################### */

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-green_theme {
  color: #10661e;
}

.text-red_theme {
  color: darkred;
}

.text-blue_theme {
  color: #10661e;
}

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

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

/* ####################### Content ####################### */

.border_arround {
  display: inline-block;
  padding: 10px;
  border: solid;
  border-radius: 45px;
}

.border_card {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(210deg 11% 15%);
  background-color: hsl(0deg 0% 100%);
  background-clip: padding-box;
  border: 1px solid hsl(210deg 14% 83%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.border_blue {
  border: solid 2px #10661e;
}

a {
  text-decoration: unset;
  color: #10661e;
}

a.btn-outline-danger {
  color: red;
}

.alert-theme {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid hsl(0deg 0% 0% / 0%);
  border-radius: 0.25rem;
}

.label-theme {
  margin-top: 0.5rem;
}

.input-theme {
  margin-top: 0.75rem;
}

.col-flex {
  display: flex;
  justify-content: center;
}

.form-check-input:checked {
  background-color: #10661e !important;
  border-color: #10661e !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(16 102 30/ 25%) !important;
  border-color: #10661e !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

.pagination span,
.pagination a,
.pagination em {
  padding: 15px;
}

.col {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .col-remove-mobile {
    flex: unset;
  }
}

.app-tooltip {
  position: relative;

  .tooltip {
    min-width: 270px;
    text-align: center;
    background-color: #6a736c;
    color: white;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: -280px;
    &:after {
      content: "";
      position: absolute;
      top: 25%;
      left: -6px;
      margin-left: -8px;
      border-width: 8px;
      border-style: solid;
      border-color: transparent #6a736c transparent transparent;
    }
  }
  &:hover {
   .tooltip {
      display: block;
      opacity: 1;
    }
  }
}
