/****************************************************/
/********************* FONT SIZE ********************/
/****************************************************/
.font8 {
    font-size: .5rem
}

.font9 {
    font-size: .5625rem
}

.font10 {
    font-size: .625rem
}

.font11 {
    font-size: .6875rem
}

.font12 {
    font-size: .75rem
}

.font13 {
    font-size: .8125rem
}

.font14 {
    font-size: .875rem
}

.font15 {
    font-size: .9375rem
}

.font16 {
    font-size: 1rem
}

.font17 {
    font-size: 1.063rem
}

.font18 {
    font-size: 1.125rem
}

.font19 {
    font-size: 1.1875rem
}

.font20 {
    font-size: 1.25rem
}

.font21 {
    font-size: 1.3125rem
}

.font22 {
    font-size: 1.375rem
}

.font23 {
    font-size: 1.438rem
}

.font24 {
    font-size: 1.5rem
}

.font25 {
    font-size: 1.563rem
}

.font26 {
    font-size: 1.625rem
}

.font27 {
    font-size: 1.688rem
}

.font28 {
    font-size: 1.75rem
}

.font30 {
    font-size: 1.875rem
}

.font31 {
    font-size: 1.938rem
}

.font32 {
    font-size: 2rem
}

.font33 {
    font-size: 2.2rem
}

.font34 {
    font-size: 2.125rem
}

.font35 {
    font-size: 2.188rem
}

.font36 {
    font-size: 2.25rem
}

.font38 {
    font-size: 2.375rem
}

.font40 {
    font-size: 2.5rem
}

.font47 {
    font-size: 2.938rem
}

.font54 {
    font-size: 3.375rem
}

.font60 {
    font-size: 3.75rem
}

.font65 {
    font-size: 4.0625rem
}

.font75 {
    font-size: 4.688rem
}

.font90 {
    font-size: 5.625rem
}

.font100 {
    font-size: 6.25rem
}

/****************************************************/
/******************** FONT FAMILY *******************/
/****************************************************/
.quicksand {
    font-family: 'Montserrat', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif
}

/****************************************************/
/******************** FONT WEIGHT *******************/
/****************************************************/
.thin {
    font-weight: 100;
}

.extra-light {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}

/****************************************************/
/*********************** COLOR **********************/
/****************************************************/

.blanc {
    color: var( --color-primary-lightest );
}

.donnees-jaune {
    color: var( --color-yellow );
}

.rouge {
    color: var( --color-red );
}

.donnees-vert {
    color: var( --color-green );
}

.closed{
    background-color: var( --color-red );
}

.en-attente {
    background-color: var( --color-secondary-darkest )
}

.bg-jaune {
    background-color:  var( --color-yellow );
}

.turbo-progress-bar {
    background-color: var( --color-progress-bar );
}

.form-control:focus {
    /*color: var(--bs-body-color);
    background-color: var(--bs-body-bg);*/
    border-color: var(--color-primary-border);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--color-primary-border-r),var(--color-primary-border-g),var(--color-primary-border-b),.25);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var( --color-secondary-middle );
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px var( --color-primary-lightest );
}

:focus-visible {
    outline: none !important
}

body {
    padding-top: 85px;
}

header {
    box-shadow: 0px 2px 4px 0px #00000040;
    background-color: var( --color-primary-lightest );
    height: 85px;
}

header#header .header-logo{
    background-color: var( --color-primary-lightest );
    border-radius: 42px;
    padding: 0 5px;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #00000040;
}
header#header .header-logo a {
    margin: auto;
}

header#header > .row, header#header > .row > [class^='header-'] {
    height: inherit;
    display: flex;
    align-items: center;
}

header#header > .row > .header-mobile-menu{
    display: none;
}


header#header > .row > .header-right > a > .menu-item{
    padding-bottom: 0;
}

#user-address-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
#user-address-icon svg {
    color: var(--color-secondary-darkest);
    height: 24px;
    margin-top: -4px;
}

.icon-wrapper-compte > i{
    font-size: 32px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-adresse {
    font-family: Quicksand;
    font-size: 9px;
    font-weight: 500;
    line-height: 11.25px;
    color: var(--color-secondary-darkest);
    user-select: none;
}

.to-top {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 72px;
    left: 30px;
    background: var( --color-primary-lightest );
}

.to-top img {
    margin: -5px 0 1px -6px
}

.header-logo {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
}

.header-menu, .header-right {
    display: flex;
}

.header-menu{
    padding-right: 0;
}

.header-right{
    padding: 0;
}

.header-menu .menu-item, .header-right .menu-item, .menu-compte .menu-item {
    font-family: Quicksand;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: var(--color-secondary-darkest);
    text-align: center;
    display: inline-block;
    padding: 0 12px 12px 12px;
}

.header-right .menu-item .icon-wrapper-compte{
    display: inline-flex;
    flex-direction: column;
    height: 58px;
    justify-content: flex-end;
}

.header-right .menu-item .icon-wrapper-compte > i {
    margin-bottom: 10px;
}

.header-mobile-menu .btn-group .dropdown-menu.show {
    display: block;
    margin: 16px -12px !important;
}

.header-right .menu-item img,
.header-menu .menu-item img,
.header-menu .menu-item svg,
.menu-compte .menu-item img,
.header-menu .menu-item .icon-wrapper-compte{
    display: block;
    margin: 23px auto 10px;
    height: 30px;
    width: 30px;
}

header svg.icon-calendar g path {
    stroke: var(--color-secondary-darkest) !important;
}

header svg.icon-bin path{
    fill: var(--color-secondary-darkest) !important;
}

header svg.icon-analytics path{
    fill: var(--color-secondary-darkest) !important;
}

header svg.icon-map path{
    fill: var(--color-secondary-darkest) !important;
}

header svg.icon-alert g path{
    fill: var(--color-secondary-darkest) !important;
}


.badge{
    background-color: var( --color-red );
}

.header-menu .menu-item .badge {
    position: absolute;
    top: 15px;
    right: 10px;
    font-family: Nunito;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 1px 5px;
    border-radius: 3px !important;
}

header .dropdown-item, header .dropdown-menu a {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-secondary-darkest);
    text-decoration: none
}

.bg-home {
    position: absolute;
    right: 0;
    top: 90px;
}

.titre-home {
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 800;
    line-height: 43.65px;
    text-align: center;
    color: var( --color-big-title );
    margin: 120px 0
}

.titre-encart {
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var( --color-title );
}

.filet-encart {
    margin-bottom: 4px;
    height: 13px;
}

.actus > div {
    padding-bottom: 1rem;
}

.actus .card {
    box-shadow: 2px 2px 4px 0px #00000040;
    border: 0.5px solid var(--color-secondary-border);
    border-radius: 15px;
}

.actus a.card {
    text-decoration: none;
}

.actus .card-img, .actus .bg-img {
    border-radius: 15px;
}

.actus .card-titre {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: var( --color-subtitle );
    margin: 10px 0 5px;
}

.actus .card-date {
    font-family: Nunito;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.64px;
    text-align: left;
    color: var( --color-primary-dark );
    margin-bottom: 10px;
}

.actus .badge {
    font-family: Nunito;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.64px;
    text-transform: uppercase;
    margin-top: -5px;
}

.actus .card-text {
    font-family: Nunito;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.64px;
    text-align: justify;
    color: var( --color-primary-dark );
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

a.link-arrow-back{
    display: inline-flex;
    text-decoration:
            none;
    align-items: flex-start;
    justify-content: flex-start;
    height: inherit;
}


a.link-arrow-back .arrow-back {
    rotate: 180deg;
    display: inline-flex;
    font-family: arial;
    color: var(--color-secondary-darkest);
}

.compte .btn-submit {
    margin: .5rem auto;
}

.compte .notification-save {
    width: 15px;
    height: 15px;
    border: 0.5px solid var( --color-secondary-middle );
    background-color: var( --color-primary-lightest );
    border-radius: 5px;
    float: right;
    padding: 2px 0 0 1.5px;
}

.compte .field-icon {
    position: absolute;
    margin-left: -18px;
    margin-top: 6.5px;
    z-index: 2;
}

.compte .icon-compte {
    width: 30px;
    text-align: left;
    padding-right: 6px;
}

.compte .td-switch {
    padding: 4px 0;
    align-items: flex-end;
    display: inline-flex;
}

.compte [class^="input-standard-icon-"] img {
    width: 11px;
}

.compte .label-occupants {
    position: absolute;
    top: 9px;
    left: 45px;
    color: #5D5D5D;
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 700;
}

.compte .label-occupants-inscription {
    position: absolute;
    top: 13px;
    left: 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 7.5px;
    text-align: left;
}

.modal .input-group .input-icon-left {
    padding: 0px 2px 2px 5px;
    height: 25.5px;
    line-height: 1.2;
}

.modal .input-group .input-standard-icon-middle {
    padding: 0px 2px 2px 2px;
    height: 25.5px;
    line-height: 1.2;
}

.modal .input-group .input-standard-icon-right {
    padding: 0px 5px 2px 2px;
    height: 25.5px;
    line-height: 1.2;
}

.modal-title {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--color-secondary-darkest);
}

.modal .btn-primary {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var( --color-red );
    color: var( --color-primary-lightest );
    border-radius: 5px;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: left;
    border: 0
}


.switch-compte {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 16px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 4px 2px 0;
    zoom: 1.5;
}

.switch-compte input {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0;
    height: 0;
}

.switch-compte input + span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var( --color-primary-lightest );
    border: .5px solid var(--color-secondary-darkest);
    border-radius: 20px;
}

.switch-compte input:checked + span {
    background: var( --color-secondary-middle )99;
}

.switch-compte input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: 12px;
    height: 12px;
    background: var(--color-secondary-darkest);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.switch-compte input:checked + span:before {
    left: 13px;
}


.bg-guide {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #5CBF874F;
    border-radius: 0 10px 10px 10px;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.25px;
    text-align: left;
    padding: 15px;
    position: relative
}

.icon-guide {
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 10px 0px;
    background: var( --color-secondary-darkest );
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 0 0 6px;
}

.icon-guide img {
    max-width: 30px;
}

.titre-fond-gris {
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--color-secondary-darkest);
    position: relative;
    display: inline-block;
}

.titre-fond-gris:before {
    content: "";
    display: block;
    width: 85%;
    height: 15px;
    background-color: var(--color-bg-title);
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
}

.titre-guide {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 45px;
    margin-top: -5px;
    margin-bottom: 27px;
}

.guide .input-group .btn {
    border: 1px solid var( --color-secondary-darkest );
    background: var( --color-secondary-darkest );
    border-radius: 5px !important;
    font-family: Quicksand;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.75px;
    color: var( --color-primary-lightest );
    padding: 1px 10px;
    margin-left: -3px !important;
}

.guide .form-control {
    border: 1px solid var( --color-secondary-darkest );
    background: var( --color-primary-light );
    border-radius: 5px 0 0 5px;
    font-family: Quicksand;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
    color: #7D7D7D;
}

.guide .input-group .form-control-search{
    border-radius: 5px 0 0 5px !important;
}

.guide .input-group .form-control-search.ts-wrapper.single .ts-control{
    box-shadow: none !important;
}

.details-point-collecte {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    display: flex;
}

.details-point-collecte div{
    display: flex;
}

.details-point-collecte ul {
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.details-point-collecte div > span {
    flex: 2;
}

.details-point-collecte div .wrapper-picto-dechetterie{
    width: 64px;
    height: 64px;
    display: inline-flex;
    flex: 1;
}

.picto-dechetterie {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--color-icon-highlight);
    text-align: center;
    line-height: 50px;
}

.btn-outline-danger {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #E30613;
    border: .5px solid #E30613;
    border-radius: 5px;
}

.pagination {
    margin-left: auto
}

.pagination > li > a, .pagination > li > span {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    margin: 0 5px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

.pagination > li > a.pagination-previous{
    width: 72px;
}

.pagination > li > a.pagination-next{
    width: 64px;
}

.pagination > li.active > a {
    background: #000000;
    border-radius: 10px;
    color: var( --color-primary-lightest );
}

.btn-reclamation {
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: var( --color-primary-lightest );
    background: var( --color-secondary-dark );
    border-radius: 10px;
    padding: 3px 10px 3px 5px;
    box-shadow: 0px 2px 2px 0px #00000040;
    margin: 15px auto;
}

.btn-reclamation img {
    width: 16px;
    margin-right: 7px;
}

.sous-titre-standard {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    color: var( --color-secondary-dark );
    margin-top: 10px;
    /* Supprimer les conflits d'alignement avec les enfants */
    display: flex;
    flex-wrap: wrap; /* Permet de passer à la ligne si nécessaire */
    align-items: center;
    gap: 10px; /* Espacement entre les éléments */
}

/* Styles pour les "switches" */
.sous-titre-standard  .switches {
    display: flex;
    align-items: center;
    gap: 20px; /* Espacement entre les switchs */
    flex-wrap: wrap; /* Passe à la ligne si espace insuffisant */
}

.sous-titre-standard img {
    width: 18px;
}

.switch-row{
    display: flex;
}

.switch-row .sous-titre-standard{
    margin-top: 0;
}

.statut-traitement {
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: var( --color-primary-lightest );
    border-radius: 5px;
    padding: 5.5px 10px;
}

.badge-statut {
    border-radius: 5px;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    color: var( --color-primary-lightest );
    position: absolute;
    right: 40px;
    top: 18px;
    padding: 1px 7px;
}

.link{
    color: var( --color-secondary-middle );
}

.link-tooltip{
    color: var( --color-secondary-darkest );
    background-color: var( --color-primary-lightest );
    width: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 5px;
    border: 1px solid var( --color-secondary-darkest );
    position: absolute;
    padding: 5px 10px;
    text-decoration: none;
    max-width: 90vw;
}

@media (max-width: 460px) {
    .link-tooltip {
        margin-top: -24px;
    }
}

.btn{
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    border-radius: 5px;
}

.btn-primary {
    background: var( --color-red );
    border: 1px solid var( --color-red );
    color: var( --color-primary-lightest );
}

.btn-primary:hover {
    background-color: var( --color-red );
    border: 1px solid var( --color-red );
    opacity: .8
}

.btn-secondary {
    background: var( --color-secondary-darkest );;
    border: 1px solid var( --color-secondary-darkest );
    color: var( --color-primary-lightest );
}

.btn-secondary:hover {
    background-color: var( --color-secondary-darkest );
    border: 1px solid var( --color-secondary-darkest );
    opacity: .8
}

.btn-outline-secondary{
    border: 1px solid var( --color-secondary-darkest );
    color: var( --color-secondary-darkest );
    background-color: transparent;
}

.btn-outline-secondary i{
    font-size: 24px;
}

.btn-outline-secondary:hover {
    background-color: var( --color-secondary-darkest );
    border: 1px solid var( --color-secondary-darkest );
    color: var( --color-primary-lightest );
}

.shadow {
    box-shadow: 0 2px 2px 0 var( --color-primary-darkest );
}

.picto-point-collecte {
    font-family: Quicksand;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    color: var( --color-red );
}

.picto-point-collecte .cadre-picto {
    border: 1px solid var( --color-red );
    background: var( --color-primary-lightest );
    border-radius: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0px 0 0 3px;
}

.picto-point-collecte .modal-title .cadre-picto > i{
    font-size: 12px;
    position: relative;
    left: -1px;
    top: -4px;
}

.picto-point-collecte .cadre-picto img {
    width: 12px;
}

.coordonnees {
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: var( --color-secondary-dark );
}

.distance {
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: var( --color-primary-dark );
    text-align: right
}

.collecte-guide {
    background: var( --color-secondary-middle );
    color: var( --color-primary-lightest );
    border-radius: 5px;
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 700;
    line-height: 12.5px;
    padding: 2.5px 8.5px;
    display: inline-block;
    margin-bottom: 4px;
}

.picto-point-collecte-square {
    width: 21px;
    height: 21px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}

.calendar-detail h2 {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    color: var( --color-secondary-dark )
}

.calendar-detail .semainier {
    background: #E5E5E5;
    border-radius: 5px;
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: center;
    color: var( --color-red );
    font-weight: bold;
    margin: 1rem auto;
}

.calendar-detail .semainier td {
    padding: 5px;
}

.calendar-detail .semainier tr.row-check {
    font-size: 18px;
    color: var( --color-secondary-dark );
}

.modal[id^="detail-"] {
    font-family: Quicksand;
    color: var( --color-secondary-dark );
}

.modal[id^="detail-"] .icon-close {
    cursor: pointer;
}

.modal[id^="detail-"] hr {
    margin: 0;
}

.modal[id^="detail-"] .modal-content-block {
    margin: 36px 0;
}

.modal[id^="detail-"] .modal-content-block p {
    margin-bottom: 0;
}

.btn{
    border-radius: 15px;
    padding: 6px 18px;
    box-shadow: 0 2px 2px 0 #00000040;
}

.btn-primary, .btn-submit-contact {
    background: var( --color-button-primary );
    border: 1px solid var( --color-button-primary );
    font-family: Quicksand;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var( --color-primary-lightest );
}

.btn-submit-contact{
    display: block;
    margin: 0 0 0 auto;
}

.alert a{
    color: var( --color-red );
}

.small_link {
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    color: var( --color-secondary-dark );
    text-decoration: underline;
    cursor: pointer;
}

.label-switch-pesee {
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 500;
    line-height: 12.5px;
    color: var( --color-secondary-dark );
}

.switch-pesee {
    display: inline-block;
    position: relative;
    width: 37px;
    height: 18px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}

.switch-pesee input {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0;
    height: 0;
}

.switch-pesee input + span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var( --color-primary-lightest );
    border: .5px solid var( --color-secondary-dark );
    border-radius: 20px;
}

.switch-pesee input:checked + span {
    background: var( --color-secondary-middle );
}

.switch-pesee input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 12px;
    height: 12px;
    background: var( --color-secondary-dark );
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.switch-pesee input:checked + span:before {
    left: 21px;
}

.donnees .nav-tabs .nav-link {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #636363;
    border: 0.5px solid var( --color-primary-lightest );
    background: #D9D9D9;
    border-bottom: 0;
}

.donnees .nav-tabs .nav-item.show .nav-link, .donnees .nav-tabs .nav-link.active {
    background: var( --color-secondary-darkest );
    color: var( --color-primary-lightest )
}

.donnees .tab-content {
    padding: 10px;
    border: 1px solid var( --color-primary-dark );
}

.reference-collecte {
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 500;
    line-height: 12.5px;
    color: var( --color-secondary-dark );
}

.reference-collecte span {
    font-size: 8px;
    line-height: 10px;
}

.div_dynamique .goal-ok {
    background: #5CBF874D;
    border: 0.5px solid var( --color-secondary-dark );
    border-radius: 10px;
    padding: 8px;
}

.div_dynamique .goal-ko {
    background: #E306134D;
    border: 0.5px solid var( --color-secondary-dark );
    border-radius: 10px;
    padding: 8px;
}

.donnees .picto-alerte {
    width: 20px;
}

.div_dynamique .cercle-stats-bac {
    background: var( --color-primary-lightest );
    border: 1px solid var( --color-secondary-darkest );
    box-shadow: 0px 2px 2px 0px #00000040;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #E30613;
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 700;
    line-height: 12.5px;
    text-align: center;
    margin: 0 auto 3px;
}

.div_dynamique .cercle-stats-bac img {
    width: 30px;
    display: block;
    margin: 3px auto;
}

.div_dynamique .title-stats {
    font-family: Quicksand;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    color: #393939;
    width: 33%
}

.div_pasdynamique .cercle-stats-bac {
    background: var( --color-primary-lightest );
    border: 1px solid var( --color-secondary-darkest );
    box-shadow: 0px 2px 2px 0px #00000040;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    color: #45a87e;
    font-family: Quicksand;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.75px;
    text-align: center;
    margin: 0 auto 5px;
}

.div_pasdynamique .cercle-stats-bac span {
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.div_pasdynamique .cercle-stats-bac img {
    width: 50px;
    display: block;
    margin: 7px auto 2px;
}

.div_pasdynamique .title-stats {
    font-family: Quicksand;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    color: #393939;
    width: 33%
}

.donnees h2.titre-fond-gris {
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.tools-stats {
    font-family: Quicksand;
    font-size: 10px;
    font-weight: 500;
    line-height: 12.5px;
    text-align: left;
    float: right;
}

.tools-stats span {
    padding: 2px 8px;
}

.tools-stats .range-selected {
    background: #5CBF8754;
    border-radius: 15px;
}

.tools-stats img {
    background: #5CBF8754;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    padding: 3px;
}

.chiffres-levee {
    border: 1px solid var( --color-secondary-dark );
    border-radius: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.data-levee {
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    color: var( --color-primary-lightest );
    background: var( --color-secondary-middle );
    width: 30px;
    height: 30px;
}

.desc-levee {
    font-family: Quicksand;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    padding: 0 7px;
}

footer {
    background-color: var( --color-primary-light );
    font-family: Nunito;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 24.55px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%
}

footer a {
    color: var( --color-secondary-dark );
    text-decoration: none;
}

footer a.link-support{
    font-family: Quicksand;
    position: absolute;
    right: 16px;
    bottom: 0;
    font-style: normal;
    font-size: 14px;
}

footer a.link-support i {
    font-size: 24px;
    font-weight: 200;
}

footer a.link-footer {
    font-family: Quicksand;
    font-style: normal;
    font-size: 14px;
}

footer .pipe-separator {
    font-style: normal;
}

footer .legal-links {
    position: absolute;
    left: 16px;
    bottom: 3px;
}

.ts-wrapper.single .ts-control{
    background: transparent !important;
    border: 0;
}

.ts-control .item{
    color: #5D5D5D;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

.custom-select::after {
    content: '';
    position: absolute;
    right: 10px; /* Alignement à droite */
    top: 55%;
    transform: translateY(-50%);
    border-width: 5px; /* Taille du triangle */
    border-style: solid;
    border-color: var(--color-select-caret) transparent transparent transparent; /* Inverse le triangle pour l'état "focus" */
    pointer-events: none; /* Empêche les interactions avec le triangle */
}
