:root {
  --sb-primary: #b80034;
  --sb-black: #122424;
  --sb-white: #f1f1f1;
  --sb-grey: #f5f5f5;
  --sb-green: #28953c;
  --sb-secondary: rgb(240, 59, 116);
}
.spinner {
  background-color: white;
}
.sb-input {
  /* border: 1px solid gray; */
  /* border-bottom: 2px solid var(--sb-black); */
}

.sb-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid var(--sb-primary);
}
.bg-sb {
  background-color: var(--sb-secondary);
}
.sb-text {
  color: var(--sb-primary);
}
.login-header {
  background-color: var(--sb-primary);
}
.login-header-text {
  color: var(--sb-primary);
}
.container_foto {
  background-color: rgba(57, 62, 93, 0.7);
  position: relative;
  /* margin-right: 20px; */
  padding: 0;
  overflow: hidden;
  /* max-width: 350px; */
  /* margin: 5px; */
}

.container_foto article {
  /* padding: 10%; */
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container_foto h5 {
  color: #fff;
  /* font-weight: 800; */
  /* font-size: 25px; */
  border-bottom: #fff solid 1px;
}

.container_foto h6 {
  /* font-weight: 300; */
  color: #fff;
  /* font-size: 16px; */
}

.container_foto img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -ms-transition: all 4s ease;
  transition: all 4s ease;
}

.ver_mas {
  background-color: var(--sb-black);
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 120000;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ver_mas button {
  /* inherits: false; */
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 70%;
  top: 13px;
  z-index: 120001;
}

/*hovers*/

/* .container_foto:hover {
  cursor: none;
} */

.container_foto:hover img {
  opacity: 0.2;
  transform: scale(1.5);
}

.container_foto:hover article {
  transform: translate(2px, -69px);
  -webkit-transform: translate(2px, -69px);
  -moz-transform: translate(2px, -69px);
  -o-transform: translate(2px, -69px);
  -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 0.7;
}
.container_foto:hover .ver_mas button {
  opacity: 1;
}

.input-hidden {
  /* For Hiding Radio Button Circles */
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label > img {
  border: 2px solid var(--sb-primary);
  /* box-shadow: 0 0 3px 3px var(--sb-primary); */
}

input[type="radio"] + label > img {
  border: 1px rgb(0, 0, 0);
  padding: 10px;

  transition: 500ms all;
}

input[type="radio"]:checked + label > img {
  transform: rotateZ(-5deg) rotateX(5deg);
}

.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card img {
  max-height: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}

/* select search style */

/**
 * Variables
 */
/**
 * Wrapper
 */
.combo-select {
  position: relative;
  border-bottom: solid 1px #d2d2d2;
  /* max-width: 400px; */
  /* font: 100% Helvetica, Arial, Sans-serif; */
  font-size: 14px;
}
.combo-select .combo-input {
  margin-bottom: 0;
}
/**
 * Input field
 */
.combo-input {
  /* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid ;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	height: 34px;
	line-height: 34px;
	padding-right: 34px;
	border-radius: 0px;
	font-size: 14px; */
  display: block;
  width: 100%;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--falcon-input-color);
  background-color: var(--falcon-input-bg);
  background-clip: padding-box;
  border: 1px solid var(--falcon-input-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
  box-shadow: var(--falcon-box-shadow-inset);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.combo-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid var(--sb-primary);
}
/**
 * Arrow
 */
.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  width: 40px;
  color: #999999;
}
.combo-arrow:before {
  content: "\25bc";
  /* font-family: 'FontAwesome'; */
  font-size: 15px;
  top: -25px;
  display: block;
  width: 0;
  height: 0;
  right: 25px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
}
/**
 * When opened
 */
.combo-open .combo-arrow {
  border-color: #51a7e8;
}
.combo-open .combo-arrow:before {
  content: "\25b2";
}
/**
 * When focused
 */
.combo-focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-color: #51a7e8;
}
.combo-focus input {
  border-color: #51a7e8;
}
/**
 * Hide native select
 */
.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}
/**
 * Selected option
 */
.option-selected {
  background-color: #eee;
}
/**
 * Hovered option
 */
.option-hover {
  background-color: #dfdfdf;
  color: #454545;
}
/**
 * Option item
 */
.option-item {
  cursor: pointer;
  /*border-bottom: 1px #e3e3e3 solid;*/
}
.option-item:hover {
  background-color: #efefef;
  color: #454545;
}
.option-item:last-child {
  border-bottom: none;
}
/**
 * Disabled and optgroups
 */
/*.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }*/

/**
 * Disabled
 */
.option-disabled {
  opacity: 0.5;
}
/**
 * Dropdown
 */
.combo-dropdown,
datalist {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 300px;
  max-height: 270px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /*display: none;*/
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.combo-dropdown li,
datalist option {
  list-style: none;
  padding: 10px 15px;
  margin: 0 !important;
}
/**
 * On Active
 */
.combo-open .combo-dropdown {
  /*display: block; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/**
 * Search marker
 */
.combo-marker {
  text-decoration: underline;
}

/* select search style */

/* style radio  */
.checkbox-tools:checked,
.checkbox-tools:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
  position: relative;
  display: block;
  padding: 20px;
  width: 150px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--sb-black);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-tools:not(:checked) + label {
  background-color: var(--sb-black);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label {
  background-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: auto;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, #2c7be5, #0d3888);
  z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
  /* font-size: 24px; */
  /* line-height: 24px; */
  display: block;
  padding-bottom: 10px;
  align-items: center;
  text-align: center;
}
.checkbox-tools:checked + label {
  color: var(--sb-white);
  z-index: 2;
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
.checkbox-tools:not(:checked) + label {
  background-color: var(--sb-white);
  color: var(--sb-black);
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
/* end style radio button */

.combo-select {
  width: 100%;
}

/* .combo-input {
	width: 100%;
  } */

/* CSS pour les liens actifs */
.nav-link.active {
  color: #007bff; /* Changez cette couleur selon vos besoins */
}

.nav-link.active .nav-link-icon,
.nav-link.active .nav-link-text {
  color: #007bff; /* Changez cette couleur selon vos besoins */
}

/* CSS pour les liens dropdown */
.nav-link.dropdown-indicator {
  color: inherit; /* Gardez la couleur par défaut */
}

.nav-link.dropdown-indicator.active {
  color: #007bff; /* Changez cette couleur selon vos besoins */
}

.nav-link.dropdown-indicator.active .nav-link-icon,
.nav-link.dropdown-indicator.active .nav-link-text {
  color: #007bff; /* Changez cette couleur selon vos besoins */
}

/* Facultatif: Ajoutez des transitions pour une animation douce */
.nav-link {
  transition: color 0.3s ease;
}

.nav-link .nav-link-icon,
.nav-link .nav-link-text {
  transition: color 0.3s ease;
}
