/*** Overall */
body {
    background-color: #f3f3f8;
}

.new-gray-text {
    color: #d4d4d4 !important;
}

.new-background {
    background-color: #f3f3f8 !important;
}

.new-subtitle {
    color: black
}


.new-icone {
    transition: filter 0.3s ease;
}

.icon-menu:hover .new-icone {
    filter: brightness(60%) sepia(1) hue-rotate(180deg) saturate(700%);
}

.icone-active {
    filter: brightness(60%) sepia(1) hue-rotate(180deg) saturate(700%);
}

.icon-menu:hover .menu-text {
    color: #50B9BF;
    transition: color 0.2s ease;
}

.menu-text:hover {
    color: #50B9BF !important;
    transition: color 0.2s ease;
}

.menu-text-active {
    color: #50B9BF !important;
    transition: color 0.2s ease;
}



/** Confidentialité */
.MsoNormal {
    background-color: transparent !important;
}

.__cg_sidebar .active {
    background-color: #ffbf0027 !important;
}

.list-group-item {
    background-color: transparent !important;
}

.list-group .active {
    color: #f2bb15 !important
}

.__categiory_detail_block {
    background: #252525 !important;
}

/*** Body ***/
body {
    background-color: #f3f3f8 !important;
}

.__content {
    background-color: #f3f3f8 !important;
}

body.dark .__content {
    background-color: #2B2929 !important;
}

.__propos_content p span {
    color: black !important
}

.__propos_title {
    color: black !important;
}

/*** Footer **/
.selection-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background: #45a4aa !important;
    text-decoration: none;
}

.selection-card:hover div:first-child {
    transform: scale(1.05);
}

.app-download-section {
    margin-top: 10px;
}

.app-download-link {
    transition: opacity 0.3s ease;
}

.app-download-link:hover {
    opacity: 0.8;
}

.__categiory_detail_block {
    background-color: #f3f3f8 !important;
}

.card-effect {
    transition: all 0.2s ease-in-out;
}

.card-effect:hover {
    scale: 1.03
}

.swal2-confirm-red {
    background-color: #F0B504 !important;
    /* red color */
    color: #000 !important;
    /* white text */
    border: none !important;
}


.swal2-cancel-gray {
    background-color: #ffffff !important;
    /* Gray */
    color: #292929 !important;
    /* White text */
    border: 2px solid #d6d6d6 !important;
    border-radius: 8px;
}

.swal2-title-small {
    font-size: 20px !important;
    /* Adjust as needed */
}

.swal2-actions {
    margin-top: 4px !important;
}



/*** For the empty list **/
.empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 12px;
    margin: 2rem auto;
    max-width: 900px !important;
    min-height: 300px;
}

.empty-state-icon {
    margin-bottom: 1.5rem;
    color: #6c757d;
    opacity: 0.7;
}

.empty-state-content {
    color: #495057;
}

.empty-state-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #343a40;
}

.empty-state-message {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #6c757d;
    max-width: 400px;
}

/* Responsive design */
@media (max-width: 768px) {
    .empty-state-container {
        padding: 2rem 1rem;
        margin: 1rem;
    }
}


/*** Accueil */
@media (max-width: 768px) {
    .bloc-comcama {
        display: none !important;
    }
}

.gm-style-iw {
    max-width: 300px !important;
    max-height: 600px !important;
}

.gm-style-iw-d {
    max-height: fit-content !important;
}