﻿/*NoeDisplay-Black.ttf*/
/*C:\WK\CAPGEMINI\SALH\COCOON\adp-gestion-reco-offres-cocoon\modules\webui\src\Client\wwwroot\fonts\NoeDisplay-Black.ttf*/
@font-face {
    font-family: 'NoeDisplay';
    src: url('/fonts/NoeDisplay-Black.ttf') format('truetype');
/*    font-weight: normal;
    font-style: normal;*/
}

.mud-input,
.mud-switch-label-medium,
.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: .875rem !important;
}

.multiline-text {
    white-space: pre-wrap;
}

.sticky-header {
    position: sticky;
    top: 45px;
    z-index: 100;
    background-color: var(--color-white);
    padding-bottom: 0px;
}

.btn-cocoon {
    --color-white: #fff;
    --color-orange: #ff6e00;
    --color-rose: #ffdccd;
    --color-podium-entete-card: #ffdccd;
    --color-black: #282828;
    --color-grey: #7a86aa;
    --color-grey-light: #f6f6f6;
    --color-main: #282828;
    --color-amande-50: #f3f5f0;
    --color-ciel-200: #c8dcf0;
    --gradient-orange: linear-gradient(90deg, #ff7d00, #ff4600);

    align-items: center;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    padding: 8px 16px
}

.bg-orange-gradient {
    background: var(--gradient-orange);
    color: var(--color-white);
}

/*Pictogrammes*/
.picto::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.optique::before {
    content: url(/images/picto-optique.svg);
}
.dentaire::before {
    content: url(/images/picto-dentaire.svg);
}
.hospitalisation::before {
    content: url(/images/picto-hospitalisation.svg);
}
.soins-courants::before {
    content: url(/images/picto-soins-courants.svg);
}
.aides-auditives::before {
    content: url(/images/picto-aides-auditives.svg);
}

.mud-snackbar-content-message > div > ul 
{
    list-style: none;
}

.txt-description{
    width: 171px !important;
}

.mud-simple-table.mud-table-sticky-header * table thead * th {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}