element.style:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: var(--bs-pink);
}

#formCheck-1, #formCheck-3, #formCheck-2, #formCheck-4 {
  background-color: #c9c8c8;
}

input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

/*
input[type=radio]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #ED0000;
}
*/

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.export {
    display: flex;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0px;
}

.export-div {
    display: flex;
    float: right;
    align-items: center;
}

.export button {
    position: absolute;
    right: 0px;
    background-color: transparent;
    color: black;
    border: 0px;
    height: 100%;
}

.export input {
    border-radius: 54px;
}

.export-div .btn.btn-export {
    background-color: #f30000;
    border-radius: 50px;
    border-color: #f30000;
}

.nbr-fact {
    width: 100%;
    border: 1px solid #ff3900;
    border-radius: 8px;
    padding: 13px;
}
.nbr-fact span{
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
}

element.style:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: var(--bs-pink);
}

a {
    color: #000000;
    text-decoration: none;
}

.badge-tag {
    background: #fd4040;
    padding: 5px 20px;
    border-radius: 50px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    border-width: 0px;
    color: white;
}

input[type=radio] {
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
/*
input[type=radio]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #ED0000;
}
*/

input[type=radio]:checked::before {
    transform: scale(1);
}

input[type=radio]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.form-check-input:checked[type="radio"] {
    background-image: none;
    outline: none;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.biblio-img{
    border-radius: 10px;
    max-width: 100%;
    height: 400px;
    /*border: 1px solid #ee3400; */
    object-fit:contain;
    object-position: left;
}