:root
{
    --gray-border: #BABABA;
}

html
{
    font-size: initial !important;
}

.bg-apivia-primary {
    background-color: #CBE300;
}

.icon
{
    height: 1.5rem;
    width: 1.5rem;
}

.button
{
    border: none;
}

select
{
    line-height: 1.5;
}

.container
{
    display: block !important;
}

/* MENU */
.z-999 { z-index: 999; }
.menu-hidden { transform: translateX(0%); }
.menu-active { transform: translateX(100%); }

#menuSibebar {
    z-index: 1000; /* L'avatar à un z-index de 999 */
    background-color: #ffffff;
    transition: 0.5s;
    top: 0;
    right: 100%;
    color: #0A2D82;
}

.hidden-conjoint {
    display: none;
}

.border-gray-custom
{
    border-color: var(--gray-border);
}

.min-w-3\/4
{
    min-width: 75%;
}

.checkbox_options
{
    width: 1px;
    height: 1px;
    opacity: 0;
}

.label_options::after
{
    background: #fff url(../svg/optimized/plus--blue.svg) no-repeat center;
    background-size: 70%;
    border-radius: 4px;
    display: inline-block;
    color: var(--global-color-primary-blue);
    vertical-align: middle;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--global-color-primary-blue);
    padding: 5px;
    margin-right: 7px;
    margin-left: 5px;
    transition: transform .3s ease-out,color .5s ease-out,border-color .5s ease-out;
}

.label_options:hover
{
    cursor: pointer;
    background: var(--global-color-primary-blue);
    color: white;
}

.button-container:hover {
    background-color: var(--global-color-primary-blue);
}

.label_options:hover .add {
    cursor: pointer;
    color: white;
}

.card-shadow {
    box-shadow: 0px 10px 5px -1px rgba(0, 0, 0, 0.2);
}

.checkbox_options + label .add, .checkbox_options:checked + label .added
{
    display: initial;
}

.checkbox_options + label .added, .checkbox_options:checked + label .add
{
    display: none;
    color: white;
}

.checkbox_options:checked + label
{
    background-color: var(--global-color-primary-blue);
}

.checkbox_options:checked + label::after
{
    background: var(--global-color-primary-blue) url(../svg/optimized/check--white.svg) no-repeat center;
}

label.file-upload
{
    left: 0 !important;
}

a.btn-secondary
{
    width: auto !important;
    border-width: 1px;
    border-style: solid;
}

.btn-tchat
{
    width: 62px;
    height: 62px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 50;
}

.bg-vague
{
    border: 0;
    margin: auto;
    width: 190px;
    height: 17px;
    background: url(../assets/trait-vague.svg);
    background-size: auto 120%;
    background-position-x: center;
    transform: rotate(-180deg);
}

#avatar-louise::after
{
    content: ' ';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    right: -2px;
    bottom: 3px;
    position: absolute;
    border: 2px white solid;
    background-color: #4ade80 !important;
    z-index: 100;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.formule-citronnade {
    cursor: grab;
}

.input-error > span > a {
    text-decoration: underline;
}

.form_input_file input
{
    height: 75px !important;
    width: 1px !important;
    border: 0 !important;
    padding: 0 !important;
}

.underline
{
    overflow: visible !important;
    width: unset;
}

.dropdown-documents > .slide {
    clear:both;
    width:100%;
    height:0;
    overflow: hidden;
    text-align: center;
}

#documents-souscription {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#documents-souscription:checked ~ .slide {
    height: 100%;
}

#documents-souscription:checked + label i {
    transform: rotate(90deg);
}

.swiper-slide {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(30 58 138);
    user-select: none;
    border-radius: 1.5rem;
    height:auto;
}

.hide-scroll-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#formule_actuelle{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(30 58 138);
}