/* Utilitaire */
.password-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    /* margin: 20px auto; */
}

.select2-container--default.select2-container--focus.is-invalid .select2-selection,
.select2-container--default.is-invalid .select2-selection {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.editButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logoMobile {
    margin-bottom: 20px !important;
}

.suggestions-container {
    margin-top: -12px !important;
}

.tabCard {
    width: 50%;
}

#sideApp{
    padding: 0px 30px 30px 30px;
}

.tabScrollable{
    width: 100% !important;
}

#searchDispContainer {
    width: 50% !important;
}

.noPadding {
    padding: 0 !important;
}

.password-input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border-radius: 7px !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color:#737B83;
    background-color: var(--background-color-primary);
    background-clip: padding-box;
    border: 1px solid var(--border-color);
    height: 40px;
}

.inputGroup {
    position: relative;
    width: 150px;
}

#actionInputGroup{
    width: 230px;
}

.input-group-text {
    color: var(--primary-contrast-bg-color);

}

.inputGroup span {
    position: absolute;
    top: -6px;
    left: 12px;
    font-size: small;
    padding: 2px 6px;
    border: none;
    background-color: transparent;
    height: 13px;
    text-align: center;
    display: flex;
    backdrop-filter: blur(5px);
}

.password-input::placeholder { /* Standards récents */
    color:#737B83;
}

.invalid-feedback-js {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.password-toggle {
    position: absolute;
    right: 10px; /* Espace à droite */
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: #5E696F;
    z-index: 2;
}

.password-toggle:hover {
    color: #000;
}

.theadCenter tr th {
    text-transform: initial !important;
    vertical-align: middle;
    text-align: center;
}

.ui-menu-item {
    background-color: #F1F9F5;
}

.ui-corner-all {
    font-family: "Roboto", sans-serif;
}

.ui-menu-item:hover {
    background-color: #F29100;
}

.smallThead tr th,
.smallTfoot tr th {
    padding: 0.25rem 0.75rem;
}

.allInsideTdCenter td {
    text-align: center;
}

.color-primary {
    color: var(--primary-bg-color);
}

.color-danger {
    color: var(--danger);
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.w-initial {
    width: initial;
}

.tr_bold, .tr_bold td, .tr_bold input {
    font-weight: bold;
}

.nav-item-pulse {
    position: relative;
}

.nav-item-pulse .pulse,
.nav-item-pulse .pulse-danger {
    top: -2px;
    right: -2px;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.modal-open {
    overflow-y: scroll !important;
    padding: 0 !important;
    display: block;
}

.smallThead tr th,
.smallTfoot tr th {
    text-transform: initial;
}

.max-height-300 {
    max-height: 300px;
    overflow-x: auto;
}

.object-fit-contain {
    object-fit: contain;
}

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

/* Sidebar toujours foncé */
.side-header {
    border-bottom: 1px solid var(--dark-border-color);
    border-right: 1px solid var(--dark-border-color);
    background: var(--background-color-primary);
}

.app-sidebar {
    background: var(--background-color-primary) !important;
    box-shadow: 0px 8px 14.72px 1.28px rgb(42 38 53 / 50%);
    border-right: 1px solid var(--dark-border-color);
}

.app-sidebar__toggle {
    color: #5F6A70;
}

.app-sidebar__toggle:hover {
    color: var(--primary-bg-color) !important;
}

.nav-link.icon i{
    color: #5F6A70 !important;
}


.side-menu .side-menu__icon,
.side-menu__item,
.slide-item {
    color: #5F6A70;
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    color: #ffffff !important;
}

.slide-menu li .slide-item.active:before,
.slide-menu li .slide-item:hover:before,
.slide-menu li .slide-item:focus:before {
    content: "\e0b2";
    color: var(--primary-bg-color);
    opacity: 1;
}

/* Logo mobile */
.mobile-logo {
    height: 36px;
}

/* Version petite d'un loader */
.dimmerInLabel {
    margin-left: 10px;
}

.dimmerInLabel .spinner1 {
    margin: 0;
    width: 20px;
    height: 20px;
}

/* Login  */
.loginCopyright {
    color: #FFFFFF;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.loginCopyright p {
    /* background-color: #00000090; */
    width: 400px;
    border-radius: 0.25rem;
}

.loginCopyright p a {
    color: #FFFFFF !important;
}


body.form-membership {
    background-attachment: fixed;
    background-size: cover;
    padding: 2rem 0;
    min-height: 100dvh;
}

body.form-membership>*:not(.preloader) {
    /* position: relative;
    z-index: 1; */
}


body .ui-timepicker-container.ui-timepicker-standard {
    z-index: 1050 !important;
}

body.form-membership:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    /* background: rgba(0, 98, 255, 0.8); */
}

body.form-membership .form-wrapper {
    background-color: var(--background-primary);
    padding: 3rem;
    border-radius: 0.25rem;
    width: 400px;
    margin: 50px auto;
    text-align: center;
}

body.form-membership .form-wrapper #logo {
    margin: 1rem 0 3rem;
}

body.form-membership .form-wrapper h5 {
    text-align: center;
    margin-bottom: 2rem;
}

body.form-membership .form-wrapper form .form-control,
body.form-membership .form-wrapper form .swal-modal input.swal-content__input,
.swal-modal body.form-membership .form-wrapper form input.swal-content__input {
    margin-bottom: 1.5rem;
}

.form-control-38 {
    height: 38px;
}

.form-control-with-span {
    border-radius: 7px 0px 0px 7px;
}

body.form-membership .form-wrapper hr {
    margin: 2rem 0;
}

span.required {
    color: var(--primary-bg-color);
    font-weight: 700;
}

/* Charte graphique */
.textOnColor div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
}

.textOnColor div span {
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}

.alignCustomSwitch {
    transform: translateY(10px);
}

/* Mon profil */
[id^="conge_container_"] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Select2 is-invalid */
.is-invalid.select2 + span .select2-selection {
    border-color: red !important;
}

/* DataTable */
.paginate_button .page-item .active a {
    color: #FFFFFF;
}

.users-col-1 {
    width: 100px;
}

#users-datatable_filter{
    display: flex;
    flex-direction: row-reverse;
}

#usersFiltersContainer {
    display: flex;
    flex-direction: row;
}

.datatableHeadContainer {
    margin-top: 5px;
}

table.styleDataTable td,
table.thinTable td {
    padding: 0rem 0.75rem;
    vertical-align: middle;
    font-size: 13px;
}

table.styleDataTable td a.btn,
table.styleDataTable td button.btn,
table.thinTable td a.btn,
table.thinTable td button.btn {
    padding: 0;
    border-radius: 0;
}

table.thinTable td.tdInput {
    padding: 0;
    border-radius: 0;
}

table.thinTable td.tdInput input,
table.thinTable td.tdSelect.enabled {
    background-color: #ccffff50;
    padding-left: 0.5rem;
    width: 100%;
}

table.thinTable td.tdInput input[disabled],
table.thinTable td.tdSelect.disabled,
table.thinTable td.tdInput input:read-only {
    background-color: #dddddd !important;
}

table.thinTable td.tdInput input.is-invalid {
    color: #f82649;
}

table.thinTable td.tdSelect {
    padding: 0 !important;
}

td.tdTrash i {
    color: #f82649 !important;
}

.hideSortDataTable > thead > tr > th[class*="sort"] {
    padding-right: 0.75rem !important;
}

.hideSortDataTable > thead > tr > th[class*="sort"]:before,
.hideSortDataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

/* Table avec une hauteur maximum */
table.maxHeightTable {
    display: block;
    max-height: 50dvh;
    overflow-y: auto;
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

table.maxHeightTable thead {
    background-color: var(--background-color-primary);
    position: sticky;
    top: 0;
}

table.forceBorder {
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

.selectInTd {
    width: 100%;
    border: 0;
    background-color: transparent;
    text-align-last: center;
    cursor: pointer;
}

table.thinTable thead tr th {
    font-size: 13px;
}

.tdAction {
    padding: 0 !important;
    display: flex;
    height: 27.5px;
    border-left: none !important;
}

.tdAction .btn, .tdAction form {
    width: 100%;
}

.tdDisabled {
    background-color: #C0C0C0 !important;
}

table.styleDataTable td .tags .tag {
    line-height: 1.5em !important;
}

td.tdScrollX {
    max-width: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
}

td.tdScrollX::-webkit-scrollbar {
    height: 1px;
}

td.tdScrollX::-webkit-scrollbar-thumb {
    background-color: var(--primary-bg-color);
}

/* Barre d'actions haut datatables */
.dataTables_length {
    display: flex;
    align-items: end;
}

.dataTables_length label,
.dataTables_filter label {
    margin-bottom: 0;
}

.dataTables_length label > span {
    width: initial !important;
}

.dataTables_filter label [type="search"] {
    height: 38px;
}

/* Select Group Pills sur une ligne de 100% et 40px */
.selectgroup.selectgroup-pills.one-line {
    display: flex;
}

.selectgroup.selectgroup-pills.one-line .selectgroup-item {
    flex-grow: 1;
    margin-bottom: 0;
}

.selectgroup.selectgroup-pills.one-line .selectgroup-item .selectgroup-button {
    height: 40px;
}

.selectgroup.selectgroup-pills.one-line .selectgroup-item:last-child {
    margin-right: 0;
}

/* Logo header */
.side-header {
    padding: 11px 17px;
}

.header-brand-img {
    height: 3.5rem;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary-bg-color) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px var(--border-color) !important;
}

/* Custom Dropify */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    height: 0 !important;
}

/* Google maps */
.mapContainer {
    height: 400px;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* Timeline historique */
.historique .vtimeline .timeline-wrapper .timeline-badge {
    left: calc(15% - 7px);
}

.historique .vtimeline:before {
    left: 15%;
}

.historique .vtimeline .timeline-wrapper .timeline-panel {
    width: 70%;
}

/* Modal search */
#modalSearch .main-header-center {
    position: relative;
    width: 100%;
}

#modalSearch .main-header-center input {
    width: 100%;
}

#containerSearchResult div:last-child {
    border-bottom: none !important;
}

#containerSearchResult a {
    color: inherit;
}

/* Daterangepicker */
.dark-mode .daterangepicker {
    background-color: var(--background-dark-primary) !important;
    border: 1px solid var(--dark-border-color) !important;
}

.dark-mode .daterangepicker .drp-buttons {
    border-top: 1px solid var(--dark-border-color);
}

.dark-mode .daterangepicker td.available:hover,
.dark-mode .daterangepicker td.active {
    background-color: var(--primary-bg-color) !important;
}

.dark-mode .daterangepicker td.in-range {
    background-color: var(--dark-border-color);
}

/* Badge un peu plus gros */
.biggerBadge .badge {
    padding: 1.2em 1em;
    font-size: 100% !important;
}

/* Notifications */
span.unreadNotification {
    background: var(--primary-bg-color);
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
}

.header .notifications .dropdown-menu {
    min-width: 26rem;
}

/* Avatar non écrasé */
.avatar {
    object-fit: cover !important;
}

/* Groupement des inputs collés */
.groupFirstElement .input-group input,
.groupMiddleElement .input-group input {
    border-bottom-left-radius: 0;
}

.groupFirstElement .input-group span,
.groupMiddleElement .input-group span {
    border-bottom-right-radius: 0;
}

.groupLastElement .input-group input,
.groupMiddleElement .input-group input {
    border-top-left-radius: 0;
}

.groupLastElement .input-group span,
.groupMiddleElement .input-group span {
    border-top-right-radius: 0;
}

/* groupeFiltrePeriode */
.groupeFiltrePeriode {
    display: inline-flex;
}

.groupeFiltrePeriode button:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.groupeFiltrePeriode button:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.groupeFiltrePeriode button.lonelyButton {
    border-radius: 5px !important;
}

/* Datatables avec columns fixed */
.dtfc-fixed-left {
    /* border-left: 1px solid var(--border-color) !important; */
}

body.light-mode .dtfc-fixed-left,
body.light-mode .dtfc-fixed-right {
  background-color: var(--background-color-primary) !important;
  z-index: 1;
}

body.dark-mode .dtfc-fixed-left,
body.dark-mode .dtfc-fixed-right {
  background-color: var(--background-dark-secondary) !important;
  z-index: 1;
}

table.styleDataTable thead tr.th-border-top th {
    /* Like a border top but fix the 1 pixel bug */
    box-shadow: 0px -1px 0px 0px var(--border-color);
}

tr.distributeur_plateforme {
    background-color: #f3f3f3;
}

th.th_maincolumn {
    color: var(--primary-bg-color) !important;
}

th.th_subcolumn {
    color: var(--text-menu-color) !important;
}

.ui-timepicker-wrapper {
    z-index: 9999 !important;
}

.bg-white + .select2-container--default .select2-selection--single {
    background-color: var(--background-color-primary);
}

body.dark-mode .bg-white + .select2-container--default .select2-selection--single {
    background-color: var(--background-dark-secondary);
}

.transition {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    display: none;
}

.visible {
    display: block;
}

.plage.hidden {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
}

h5 {
    color : #606B71
}

#mobileFooter {
    display: none;
}

.actionsSelectCarousel {
    display: none;
}

.actionsSelectCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.actionCard {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.actionCardHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.actionCardButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.actionCardBody {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.carouselIcon {
    font-size: 44px;
    color:#F29100;
}

.carousel-item {
    background-color: #FFFFFF;
}

.profilCards {
    display: flex;
    flex-direction:  row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.profilCardHeader {
    display: flex;
    justify-content: center;
    width: 100%;
}

.profilCardBody {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profilCard {
    width: 30%;
}

.selectProfilHeader {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 15px;
}

.selectProfilHeader h2 {

    margin: 0;
    display: flex;
    align-items: center;

}

.selectProfilHeader h4 {

    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 8px;

}

.selectProfilHeader h5 {

    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 8px;

}

.scrollable-container {
    width: 50%;
    background-color: #FFFFFF;
    /* padding: 3dvh; */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.endingScrollableContainer {
    width: 100%;
}

.profilSelectIcon{
    color:#F29100;
}

.form-wrapper{
    position: relative !important;
    z-index: 1;
    background-color: #FFFFFF !important;
}

.loginCopyright p{
    background-color: #5E696F;
}

.footer {
    padding: 0.2rem !important;
    font-size: 12px;
}

.radioField {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-right: 0.5rem;
}

.radioLabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0 !important;
    margin-right: 0.25rem !important;
}

.radioContainer {
    display: flex;
    flex-direction: row;
}

:root {
    --questionnaire-buttonContainer-height: 5dvh;
}

.buttonContainer{
    display: flex;
    width: 50%;
    flex-direction: row;
    justify-content: end;
}

.endingButtonContainer{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: end;
}

.rightSideBarActions {
    display: none !important;
}

.firstStack {
    flex: initial !important;
    display: flex;
    width: 20% !important;
    padding: 0;
}

.secondStack {
    flex: initial !important;
    display: flex;
    width: 80% !important;
    max-width: 80% !important;
    padding: 0;
}

.secondStack div {
    width: 100% !important;
}


.select2-container .select2-selection--multiple {
    min-height: 40px;
    overflow: hidden;
    transition: height 0.3s ease;
    padding-bottom: 5px !important;
}

.select2-container .select2-search--inline {
    float: none !important;
}

.select2-container .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.suggestions-container {
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 10000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 7px ;
    padding: 5px 0px 5px 10px ;
    top: 100%; /* Positionne au-dessous de l'input */
    left: 0; /* Alignement à gauche */
}
.suggestion-item .suggestion-item-mere .suggestion-item-pere {
    padding: 10px !important;
    cursor: pointer !important;
}

.suggestion-item {
    padding: 10px !important;
    cursor: pointer !important;
}

.suggestion-adresse-item {
    padding: 10px !important;
    cursor: pointer !important;
}

.suggestion-item:hover .suggestion-item-mere:hover .suggestion-item-pere:hover {
    background-color: #f0f0f0;
}

.suggestion-adresse-item .suggestion-adresse-item-mere .suggestion-adresse-item-pere {
    padding: 10px !important;
    cursor: pointer !important;
}

.suggestion-adresse-item:hover .suggestion-adresse-item-mere:hover .suggestion-adresse-item-pere:hover {
    background-color: #f0f0f0;
}


.questionnaireTitleContainer {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.endingQuestionnaireTitleContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#deleteLundiDay {
    cursor: pointer;
}

#deleteMardiDay {
    cursor: pointer;
}

#deleteMercrediDay {
    cursor: pointer;
}

#deleteJeudiDay {
    cursor: pointer;
}

#deleteVendrediDay {
    cursor: pointer;
}

.weekGroup{
    border: 1px solid #626d7365;
    border-radius: 7px;
    padding: 1rem;
    margin-bottom: 1em;
}

.card-is-invalid {
    border: 1px solid #F8344F !important;
}

.selectProfilHeader h5 {
    color: #F29100;
}

.currentPage {
    color: #F29100;
}

.questionnairePagination {
    display: flex;
    align-items: center;
}

.emojiSelected {
    display: flex;
    align-items: center;
    padding:5px;
    height:58px;
    border-radius: 7px;
}

.emojiSelected.selected {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid currentColor;
}

.profilCardHeader h3 {
    margin: 0 ;
}

.demandeAttente {
    border: 1px solid #626d7365;
    border-radius: 7px;
    padding: 0.7rem;
    margin-bottom: 0.3rem;
    background-color: white;
}

.dropdown-menu {
    z-index: 100 !important;
    padding: 0 !important;
    border-radius: 5px !important;
}

.dropdown-item {
    border-radius: 5px 5px 0 0 !important;
    color: #000000 !important;
}

.dropdown-item:hover {
    border-radius: 5px 5px 0 0 !important;
    color: var(--primary-bg-color) !important;
}

.dropdown a:hover{
    color: var(--primary-bg-color) !important;
}

.tab-li a{
    color: #000000;
}

.tab-li{
    background-color: white;
}

.tab-menu-heading {
    border: 0px !important;
}

.demandeTrajetInfosContainer {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.tooltip {
    z-index: 1055; /* Plus haut que la modal (1050 par défaut) */
}

.tooltip-inner {
    background-color: #F29100; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: 1px solid #F29100; /* Bordure (facultatif) */
}

.tooltip.bs-tooltip-top .tooltip-arrow::after {

    border-top-color: #F29100 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {

    border-top-color: #F29100 !important;
}

#chartContainer {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.montantCreditLibreInputGroup{
    width: 40%;
}

/* FULLCALENDAR */

.filterChunk {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

#beneficiaireCalendar {
    height: 650px !important;
}

#calendar {
    height: 650px !important;
}

.fc-timegrid-slot-lane {
    background-color:  #E3F2EB !important;
}

.fc-event-time {
    color: #1e2b25 !important;
    margin-bottom: 3px !important;
}

.fc-event {
    color: #5F6A70!important;
    cursor: pointer;
}

.fc-v-event {
    border: 1px solid #53483C !important;
}

.fc-event-main:hover{
    cursor: pointer;
    /* opacity: 50%; */
    background-color: #FFE7C2;
    z-index: 150;
}

.fc-event-title {
    /* color: #5F6A70 !important; */
    margin-bottom: 3px !important;
    font-size: 12px;
}

.fc-timegrid-slot-label-cushion {
    color: #5F6A70;
}

.fc-col-header-cell-cushion {
    text-transform: capitalize;
}

.fc-toolbar-title {
    color: #F29100;
    text-transform: capitalize;
}

.fc-header-toolbar {
    margin-bottom: 1rem !important;
}

.fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    display: none;
}

.fc-prev-button {
    background-color: #F29100 !important;
    border-color: #F29100 !important;
}

.fc-next-button {
    background-color: #F29100 !important;
    border-color: #F29100 !important;
}

.fc-timegrid-slot {

    border: 1px solid #D3D7D9!important;
}

.fc-col-header-cell{
    border: 1px solid #D3D7D9!important;
}

.page-header{
    margin: 12px 0px 12px 0px !important;
}

.labelIcon {
    color: #F29100 !important;
}

.modalIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F29100 !important;
}

/* a {
    color: #383D42 !important;
} */

.tabLink {
    color: #383D42 !important;
}

.dataTableLink {
    color: #383D42 !important;
}

.dateHeureInputGroup {
    display: flex;
    flex-direction: column;
}

.trajetSubtitleDiv {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#headerLoginLink {
    display: none;
}

.qrCodeIcon:hover {
    cursor: pointer;
}

.select2-dropdown {
    z-index: 150 !important;
}

#cagnotte_card {
    width: 50%;
}

.radioWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.panel-body {
    border: 0 !important;
}

.parametresCard {
    width: 50% !important;
}

.primaryContrast {
    color: var(--primary-contrast-bg-color) !important;
}

.primaryBgContrast {
    background-color: var(--primary-contrast-bg-color) !important;
}

#demandesFilter {

    /* border: 1px solid var(--primary-contrast-bg-color); */
    color: #383D42 !important;
}

#demandesFilterInputGroup{

    width: 50%;

}

.infoIcon {
    font-size: 28px;
    color: #F29100 !important;
}

.parcoursIcon {

    height: 19.5px;
    display: flex;
    align-items: center;
}

.crudCardBody {
    padding-top: 12px;
}

.mobileTerminerContainer {
    display: none;
}

.terminerContainer {
    display: block;
}

.endingModifyButton {
    background: #F29100 !important;
    color: white !important;
}

.mobileFooterItem{
    width: 25%;
}

@media screen and (max-width:1023px) {

    .scrollable-container {
        width: 100%;
    }

    .buttonContainer {
        width: 100%;
    }

    .page-header{
        display: none !important;
    }

    .filArianne {
        display: none !important;
    }

    :root {
        --questionnaire-title-height: 14dvh;
    }

    .questionnaireTitleContainer {
        height: var(--questionnaire-title-height);
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .questionnairePagination {
        display: flex;
        justify-content: flex-end;
    }

    .selectProfilHeader {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .actionsSelectCarousel {
        display: block;
    }

    .actionsSelectCards {
        display:none;
    }

    .profilCard {
        width: 100%;
    }

    .profilCards {
        display: flex;
        flex-direction:  column;
        justify-content: space-around;
        gap: 0;
        width: 100%;
    }

    .subTitleDash {
        display: none !important;
    }

    #back-to-top {
        display: none !important;
    }

    #sideApp {
        padding: 0px 45px 0px 45px !important;
    }

    .footerCopyright{
        font-size: 8px;
    }

    .parametresCard {
        width: 50% !important;
    }

}

@media screen and (max-width:767px) {

    /* .navbar-toggler-icon {
        color: #F29100 !important;
    } */

    .paymentButtonsContainer {
        flex-direction: column;
        justify-content: center;
    }

    .paymentButtonsContainer button {
        width: 100%;
    }

    .searchDispButtonContainer {
        justify-content: center !important;
    }

    .searchDispButtonContainer button {
        width: 100%;
    }

    #demandesFilter {

        font-size: 13px;
    }

    #demandesFilterInputGroup{

        width: 100% !important;

    }

    .parametresCard {
        width: 100% !important;
    }

    .paymentInfosContainer {
        display: flex;
        flex-direction: column !important;
    }

    .paymentButtonsContainer {
        display: flex;
        flex-direction: column !important;
    }

    #map {
        height: 300px !important;
    }

    #cagnottePayButton {
        margin-bottom: 5px;
        margin-right: 0px !important;
    }

    .fc-event-title {
        display: none !important;
    }

    #back-to-top {
        display: none !important;
    }

    .radioWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start !important;
    }

    #montantCreditRadio {
        height: 200%;
    }

    #cagnotte_card {
        width: 100%;
    }

    .select2-dropdown {
        z-index: 150 !important;
    }

    #headerLoginLink {
        display: block;
        z-index: 150 !important;
    }

    .trajetSubtitleDiv {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .dateDemandeDepartInputGroup {
        width: 50% !important;
    }

    .heureDemandeDepartInputGroup {
        width: 50% !important;
    }

    #heureDepart {
        border-radius: 0px 7px 7px 0px;
    }

    .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
        display: none;
    }

    .fc-footer-toolbar{
        display: flex !important;
        flex-direction: row;
        justify-content: end;
    }

    .fc-header-toolbar {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }


    .subTitleDash {
        display: none !important;
    }

    .questionnaireTitleContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .questionnairePagination {
        display: flex;
        justify-content: flex-end;
    }

    #fullScreenDiv {
        display: none;
    }

    .registerContainer {
        height: 55dvh !important;
    }

    #rightSideBarTabMenu {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .radioField {

        margin-right: 0;
    }

    .rightSideBarActions {
        display: flex !important;
    }

    .profilCard {
        width: 100%;
    }

    .profilCards {
        display: flex;
        flex-direction:  column;
        justify-content: space-around;
        gap: 0;
        width: 100%;
    }

    /* .profilCardHeader {
        display: flex;
        justify-content: center;
        width: 100%;
    } */

    .profilCardBody {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .actionsSelectCarousel {
        display: block;
    }

    .actionsSelectCards {
        display:none;
    }

    .filArianne{
        display: none;
    }

    .selectProfilHeader {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    html, body {
        margin: 0;
        padding: 0;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        overflow: hidden;
    }

    #connectionBody {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1dvh;
    }

    .carousel-item {
        height: 450px !important;
    }

    .carouselButtonContainer {
        height: 10dvh;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }


    h5 {
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

    h4 {
        padding-top: 0 !important;
    }

    .main-content {
        flex: 1;
        padding-top: 73px;

    }

    .app-header {
        position: relative !important;
        margin: 0 !important;
    }

    .page-main {
        display: flex;
        flex-direction: column;
        height: 100%;

    }

    .page {

        display: flex;
        flex-direction: column;
        height: 100%;
        flex: 1;
    }

    #sideApp {
        padding: 0px 30px 0px 30px !important;
    }

    :root {
    --footer-height: 8dvh;
    }

    #mobileFooter {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        height: var(--footer-height);
        align-content: center;
    }

    #selectMargin {
        height: 5dvh;
    }

    .questionnaireMargin {
        height: 2dvh;
    }

    .jumps-prevent {
        display: none;
    }

    .select2-container .select2-selection--multiple {
        min-height: 40px;
        overflow: hidden;
        transition: height 0.3s ease;
        padding-bottom: 5px !important;
    }

    .select2-container .select2-search--inline {
        float: none !important;
    }

    .select2-container .select2-selection__rendered {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .app-sidebar.ps {
        display: none !important;
    }

    .app-sidebar__toggle {
        display: none !important;
    }

    .footerCopyright{
        font-size: 8px;
    }

    .scrollable-container {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        height: calc(100dvh - var(--footer-height) - 75px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 24px;
        width: 100%;
        border-radius: 1%;
        background-color: #f7f8fa;
    }

    .scrollable-container.with-tab-heading {
        height: calc(100dvh - var(--footer-height) - 125px);
    }

    .scrollable-container.with-tab-heading.with-title {
        height: calc(100dvh - var(--footer-height) - 160px);
    }

    .scrollable-container.with-questionnaire-layout {
        height: calc(100dvh - var(--questionnaire-buttonContainer-height) - var(--questionnaire-title-height) - 13dvh);
    }

    .scrollable-container-wrapper {
        position: relative;
        overflow: hidden;
    }

    .scrollable-container-wrapper::before,
    .scrollable-container-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 16px;
        background: transparent;
        z-index: 10;
    }

    .scrollable-container-wrapper::before {
        top: 0;
        box-shadow: inset 0px 8px 6px -6px rgba(136, 136, 136, 0.3);
    }


    .scrollable-container-wrapper::after {
        bottom: 0;
        box-shadow: inset 0px -8px 6px -6px rgba(136, 136, 136, 0.3);
    }

    .search-disp-label {
        margin: 0 0 8px !important;
    }

    .page-header{
        display: none !important;
    }

    .tab-li {
        margin: 0 !important;
        width: 50% !important;
        font-size: 13px !important;
    }

    .tabs-menu1 ul li:last-child {
        margin: 0 !important;
    }

    /* .tab-menu-heading {
        padding: 10px 0 !important;
    } */

    .side-menu__item.active {
        border-radius: 5px !important;
    }

    .side-menu__item {
        padding: 10px 15px !important;
    }

    .mobile-footer {
        padding: 10px 0px;
    }

    .footer {
        padding: 0.1rem;
    }

    .bottom-menu-label {
        font-size: 11px;
    }

    .form-wrapper{
        border-radius: 3% !important;
        width: 100% !important;
        margin: 1rem !important;
        padding: 2rem !important;
        position: relative !important;
        z-index: 1;
        background-color: #FFFFFF;
    }

    #logo {
        border-radius: 5% !important;
    }

    .buttonContainer{
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-top: 1dvh;
        height: var(--questionnaire-buttonContainer-height);
        width: 100%;
    }

    .linkArrow{
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 24px;
        color: white;
    }

    .linkIcon {
        padding-right: 5%;
    }

    .formQuestion {
        text-align: left;
    }

    .radioContainer {
        display: flex;
        flex-direction: row;
        margin-bottom: 0 !important;
    }

    .radioField {
        padding-right: 5%;
    }

    .emojiSelected {
        display: flex;
        align-items: center;
        padding:5px;
        height:58px;
        border-radius: 7px;
    }

    .emojiSelected.selected {
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid currentColor;
    }

    .suggestions-container {
        border: 1px solid #ddd;
        max-height: 200px;
        overflow-y: auto;
        position: absolute;
        z-index: 10000;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        border-radius: 7px;
        width: 313px;
        padding: 5px;
        top: 100%; /* Positionne au-dessous de l'input */
        left: 0; /* Alignement à gauche */
    }

    .suggestion-item .suggestion-item-mere .suggestion-item-pere {
        padding: 10px;
        cursor: pointer;
    }

    .suggestion-item:hover .suggestion-item-mere:hover .suggestion-item-pere:hover {
        background-color: #f0f0f0;
    }

    .suggestion-adresse-item .suggestion-adresse-item-mere .suggestion-adresse-item-pere {
        padding: 10px;
        cursor: pointer;
    }

    .suggestion-adresse-item:hover .suggestion-adresse-item-mere:hover .suggestion-adresse-item-pere:hover {
        background-color: #f0f0f0;
    }


    .loginLinkContainer{
        text-align: left;
        width: 60%;
    }

    .linkContainer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 2%;
    }

    .form-membership {
        /* display: block; */
        height: auto;
        padding-bottom: 0 !important;
    }

    .loginCopyright{
        position: absolute !important;
        width: 100% !important;
        bottom: 0;
        left: 0;
        margin: 0 !important;
        z-index: 10;
        background-color: #606B71;
    }

    .loginCopyright p{
        font-size: 8px;
        border-radius: 0;
    }

    .iconContainer {
        height: 120px;
    }

    .carouselIcon {
        font-size: 80px;
    }

    .carousel-caption {
        top: 0% !important;
    }

    /* .text-center {
        margin: 0 !important;
        width: 100% !important;
    } */

    hr {
        margin: 20px 0px !important;
    }

    #logo {
        margin-top: 0 !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
    }

    .infos_mot_de_passe {
        display: flex;
        flex-direction: column;
        padding-top: 0 !important;
    }

    #passwordRulesContainer {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .firstStack {
        width: 5% !important;
        padding: 0 !important;
        padding-right: 5px;
        font-size: 13px;
    }

    .secondStack {
        width: 85% !important;
        padding-right: 0 !important;
        font-size: 13px;
        text-align: left;
    }

}

@media screen and (max-width:424px) {

    #check_for_uniq_id_button {
        height: 100%;
    }

    #logAsCardBody{
        width: 100% !important;
    }

    .statutBadgesContainer{
        display: none !important;
    }

    .endingButtonContainer{
        padding: 5px;
    }

    .endingNavPanelTabs {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .endingTerminerButton {
        width: 100%;
    }

    .endingModifyButton {
        background: #F29100 !important;
        width: 100%;
        color: white !important;
    }

    .endingCardBody form {
        margin: 0;
    }

    .endingScrollableContainer {
        height: 50dvh !important;
    }

    .mobileTerminerContainer {
        display: block;
    }

    .terminerContainer {
        display: none;
    }

    .endingQuestionnaireTitleContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .endingCardTitle {
        display: none;
    }

    .endingTabLi {
        width: 10% !important;
        height: 30% !important;
        font-size: 10px !important;
    }

    .endingCardBody{
        /* padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important; */
        padding: 0 !important;
    }

    .endingTabMenuHeading{
        width: 100% !important;
    }

    #lastEndingTabLi{
        margin: 0 !important;
    }

    .endingA {
        padding: 4px 7px 4px 7px !important;
    }

    .endingCardHeader{
        display: flex !important;
        flex-direction: column !important;
        padding: 0px 14px !important;
    }

    #montantCreditRadio {
        font-size: 20px;
    }

    .montantCreditLibreInputGroup{
        width: 100%;
    }

    #communFooter {
        display: none;
    }

    #disponibilite_card {
        font-size: 13px;
    }

    .modal-content {
        font-size: 13px;
    }

    #logoMobile {
        margin-bottom: 2dvh;
    }

    .suggestion-item {
        text-align: left;
    }

    .tabCard {
        width: 100% !important;
    }

    #searchDispContainer {
        width: 100% !important;
    }

    .noPadding {
        padding: 2dvh !important;
    }

    .registerContainer {
        height: 80dvh;
    }

    .swalRadioLabel {
        font-size: 13px !important;
        width: 200px !important;
    }

    .infoIcon {
        font-size: 20px;
        color: #F29100 !important;
    }

    .infoCardBody{
        padding: 15px !important;
        margin: 0 !important;
    }

    .loginLinkContainer{
        text-align: left;
        width: 70%;
    }

    .side-menu__item {
        padding: 4px !important;
    }

    #sideApp {
        padding: 0px 15px 0px 15px !important;
    }

    .fc-button {
        font-size: 10px !important;
        padding: 4px !important;
    }

    .fc-col-header-cell-cushion {
        font-size: 10px !important;
    }

    /* .btn {
        font-size: 10px !important;
    } */

    .tabs-menu1 ul li a {
        padding: 7px 15px 7px 15px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    h5 {
        font-size: 12px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    .formQuestion {
        font-size: 12px !important;
    }

    .textMutedInfo {
        font-size: 8px !important;
    }

    #indemniteRadio {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .fc-header-toolbar {
        display: flex;
        flex-direction: column !important;
        margin-bottom: 10px !important;
    }

    .fc-daygrid-day-number {
        font-size: 12px !important;
    }

    .fc-footer-toolbar {
        margin-top: 10px !important;
    }

    .fc-timegrid-slot-label-cushion {
        font-size: 12px !important;
    }

    .fc-event-time {
        font-size: 10px !important;
    }

    .select2-selection__choice {
        font-size: 12px !important;
    }

    .switchP {
        font-size: 12px !important;
    }

    #exportPdf {
        display: none !important;
    }

    .dropdown-item {
        font-size: 12px !important;
    }

    .dropdown-menu {
        max-width: 165px !important;
        min-width: 165px;
    }

    .rembCardHeader {
        font-size: 13px !important;
    }

    .rembCardBody {
        font-size: 13px !important;
    }

    .rembCardFooter {
        font-size: 13px !important;
    }

    #beneficiaireCalendar {
        height: 450px !important;
    }

    #calendar {
        height: 450px !important;
    }

    .tabCardBody {
        padding: 0;
    }

    .tabCardHeader {
        padding: 7px 15px 7px 15px;
        font-size: 13px;
        height: 35px;
    }

}

@media screen and (max-width:321px) {

    .loginLinkContainer{
        text-align: left;
        width: 90%;
    }

    .form-wrapper{
        padding: 10px !important;
    }

    #beneficiaireCalendar {
        height: 400px !important;
    }

    #calendar {
        height: 425px !important;
    }

}
