@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    src: url('../../Fonts/Montserrat-Thin.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    src: url('../../Fonts/Montserrat-ThinItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    src: url('../../Fonts/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    src: url('../../Fonts/Montserrat-ExtraLightItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url('../../Fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    src: url('../../Fonts/Montserrat-LightItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url('../../Fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url('../../Fonts/Montserrat-Italic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url('../../Fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url('../../Fonts/Montserrat-MediumItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url('../../Fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    src: url('../../Fonts/Montserrat-SemiBoldItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url('../../Fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url('../../Fonts/Montserrat-BoldItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    src: url('../../Fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    src: url('../../Fonts/Montserrat-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    src: url('../../Fonts/Montserrat-Black.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url('../../Fonts/Montserrat-BlackItalic.ttf');
}

:root {
    --main-title-color: #252c41;
    --main-primary-color: #154162;
    --main-secondary-color: #a5a1a1;
    --main-success-color: #5caa7c;
    --main-warning-color: #f2a05b;
    --main-info-color: #175299;
    --main-danger-color: #aa0606;
    --main-light-color: #f8f9fa;
    --main-dark-color: #000000;
    --main-dark-gray: #212121;
    --main-gray-color: #caceda;
    --step-bar-main-color: #5caa7c;
    /* histoDoc */
    --histoDoc-autres-color: #8F8D8D;
    --histoDoc-client-color: #00B896;
    --histoDoc-fournisseur-color: #FABC07;
    --histoDoc-livrason-color: #B6B6B6;
    --histoDoc-pose-color: #EA4235;
    /* color d'environment */
    --env_prod_color: #154162;
    --env_preprod_color: #775400;
    --env_preprod_tma_color: #880101;
    --env_formation_color: #444040;
    --env_dev_color: #620082;
    /* divider */
    --divider-main-color: #e7e7e7;
    /* table */
    --table-main-color: #ebecf1;
    --table-content-color: #333333;
}

body.body_master {
    margin-top: 0px !important;
    background-color: white;
}

body {
    font-family: Montserrat !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
}

/* A cause d'un glitch sur bootstrap à l'ouverture d'une modal, il rajoute un padding-right: 16px;*/
body {
    padding-right: 0 !important
}

.page {
    font-weight: 400;
}

.page-fill {
    min-height: 100%;
    display: flex;
    flex-flow: column;
}

.page .header {
    position: sticky;
    top: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 30px 37px 30px 17px;
    background-color: #caceda;
    z-index: 999;
    gap: 5px;
}

.page .headerReporting {
    padding: 20px 37px 20px 17px;
    gap: 10px;
    width: 100%;
    height: 200px;
    align-content: space-around;
    justify-content: center;
}

.header .header_content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.headerReporting .header_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page .header .header_actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.page .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-title-color);
}

.page .title .subtitle {
    font-size: 14px;
    font-weight: normal;
}

.page .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51px;
    background-color: #ffffff;
    z-index: 999;
}

.page .footer .footer-content {
    width: 75%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page .content_react {
    padding: 30px 37px 30px 37px;
    background-color: #ffffff;
}

.page .content_react_fill {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}

.buttonSM2 {
    border-radius: 4px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    background: var(--main-button-primary-color);
    border-color: var(--main-button-primary-color);
    overflow: hidden;
    width: 100%;
}

.divButtonSM2 .invisibleButton {
    background: transparent !important;
    border-color: transparent !important;
    padding: 0px;
}

.buttonSM2 .button-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    color: #ffffff;
}

.buttonSM2.primary.outline .button-text {
    color: var(--main-button-primary-color);
}

.buttonSM2.outline {
    background: none !important;
}

.buttonSM2.fitContent {
    height: fit-content;
}

.tooltipButtonSM2{
    max-width: 400px;
    white-space: normal;
    word-wrap: break-word;
}

.button-group {
    display: flex;
}

.divButtonSM2 {
    display: flex;
}

.button-group.vertical {
    flex-direction: column;
}

.button-group> div:not(:first-child):not(:last-child) > .buttonSM2 {
    border-radius: 0;
}

.button-group.horizontal>div:first-child>.buttonSM2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-group.vertical>div:first-child>.buttonSM2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.button-group.horizontal>div:not(:last-child)>.buttonSM2 {
    border-right-width: 0;
}

.button-group.vertical>div:not(:last-child)>.buttonSM2 {
    border-bottom-width: 0;
}

.button-group.horizontal>div:not(:first-child)>.buttonSM2{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button-group.vertical>div:not(:first-child)>.buttonSM2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.buttonSM2.lg>.button-text {
    font-size: 20px;
}

.buttonSM2.sm > .button-text {
    font-size: 12px;
}

.buttonSM2.sm {
    padding: 9px 13px;
}

/********* Button Title color START **********/
.buttonSM2.title {
    background: var(--main-title-color);
    border-color: var(--main-title-color);
}

.buttonSM2.title.outline .button-text,
.buttonSM2.title.link .button-text {
    color: var(--main-title-color);
}

.buttonSM2[disabled] {
    pointer-events: none;
    opacity: 0.65;
}

/********* Button Primary color START **********/
.buttonSM2.primary {
    background: var(--main-primary-color);
    border-color: var(--main-primary-color);
}

.buttonSM2.primary.outline .button-text,
.buttonSM2.primary.link .button-text {
    color: var(--main-primary-color);
}

/********* Button Secondary color START **********/
.buttonSM2.secondary {
    background: var(--main-secondary-color);
    border-color: var(--main-secondary-color);
}

.buttonSM2.secondary.outline .button-text,
.buttonSM2.secondary.link .button-text {
    color: var(--main-secondary-color);
}

/********* Button Success color START **********/
.buttonSM2.success {
    background: var(--main-success-color);
    border-color: var(--main-success-color);
}

.buttonSM2.success.outline .button-text,
.buttonSM2.success.link .button-text {
    color: var(--main-success-color);
}

/********* Button danger color START **********/
.buttonSM2.danger {
    background: var(--main-danger-color);
    border-color: var(--main-danger-color);
}

.buttonSM2.danger.outline .button-text,
.buttonSM2.danger.link .button-text {
    color: var(--main-danger-color);
}

/********* Button Warning color START **********/
.buttonSM2.warning {
    background: var(--main-warning-color);
    border-color: var(--main-warning-color);
}

.buttonSM2.warning.outline .button-text,
.buttonSM2.warning.link .button-text {
    color: var(--main-warning-color);
}

/********* Button Warning color START **********/
.buttonSM2.warning {
    background: var(--main-warning-color);
    border-color: var(--main-warning-color);
}

.buttonSM2.warning.outline .button-text,
.buttonSM2.warning.link .button-text {
    color: var(--main-warning-color);
}

/********* Button Info color START **********/
.buttonSM2.info {
    background: var(--main-info-color);
    border-color: var(--main-info-color);
}

.buttonSM2.info.outline .button-text,
.buttonSM2.info.link .button-text {
    color: var(--main-info-color);
}

/********* Button Light color START **********/
.buttonSM2.light {
    background: var(--main-light-color);
    border-color: var(--main-light-color);
}

.buttonSM2.light.outline .button-text,
.buttonSM2.light.link .button-text {
    color: var(--main-light-color);
}

/********* Button Dark color START **********/
.buttonSM2.dark {
    background: var(--main-dark-color);
    border-color: var(--main-dark-color);
}

.buttonSM2.dark.outline .button-text,
.buttonSM2.dark.link .button-text {
    color: var(--main-dark-color);
}

.buttonSM2.primary .button-text,
.buttonSM2.secondary .button-text,
.buttonSM2.success .button-text,
.buttonSM2.danger .button-text,
.buttonSM2.dark .button-text,
.buttonSM2.warning .button-text,
.buttonSM2.histoDocAutres .button-text,
.buttonSM2.histoDocClient .button-text,
.buttonSM2.histoDocFournisseur .button-text,
.buttonSM2.histoDocLivraison .button-text,
.buttonSM2.histoDocPose .button-text {
    color: #ffffff;
}

/********* Button autres histo doc color **********/
.buttonSM2.histoDocAutres {
    background: var(--histoDoc-autres-color);
    border-color: var(--histoDoc-autres-color);
}

.buttonSM2.histoDocAutres.outline .button-text,
.buttonSM2.histoDocAutres.link .button-text {
    color: var(--histoDoc-autres-color);
}

/********* Button client histo doc color **********/
.buttonSM2.histoDocClient {
    background: var(--histoDoc-client-color);
    border-color: var(--histoDoc-client-color);
}

.buttonSM2.histoDocClient.outline .button-text,
.buttonSM2.histoDocClient.link .button-text {
    color: var(--histoDoc-client-color);
}

/********* Button fournisseur histo doc color **********/
.buttonSM2.histoDocFournisseur {
    background: var(--histoDoc-fournisseur-color);
    border-color: var(--histoDoc-fournisseur-color);
}

.buttonSM2.histoDocFournisseur.outline .button-text,
.buttonSM2.histoDocFournisseur.link .button-text {
    color: var(--histoDoc-fournisseur-color);
}

/********* Button livraison histo doc color **********/
.buttonSM2.histoDocLivraison {
    background: var(--histoDoc-livrason-color);
    border-color: var(--histoDoc-livrason-color);
}

.buttonSM2.histoDocLivraison.outline .button-text,
.buttonSM2.histoDocLivraison.link .button-text {
    color: var(--histoDoc-livrason-color);
}

/********* Button pose histo doc color **********/
.buttonSM2.histoDocPose {
    background: var(--histoDoc-pose-color);
    border-color: var(--histoDoc-pose-color);
}

.buttonSM2.histoDocPose.outline .button-text,
.buttonSM2.histoDocPose.link .button-text {
    color: var(--histoDoc-pose-color);
}

.buttonSM2.light .button-text,
.buttonSM2.info .button-text {
    color: #000000;
}

/********* Button colors END **********/
.buttonSM2.link {
    border: none;
    background: none;
}

.buttonSM2.link .button-text {
    text-decoration: underline;
}

.buttonSM2 .right-element {
    margin-left: 5px;
}

.buttonSM2 .bubble {
    margin-top: -4.5px;
    margin-bottom: -4.5px;
}

.buttonSM2 .left-element {
    margin-right: 5px;
}

.bubble {
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    min-height: 24px;
    border-radius: 24px;
    text-align: center;
}

.bubble.primary {
    background-color: var(--main-primary-color);
}

.bubble.outline.primary {
    background-color: transparent;
    border: 1px solid var(--main-primary-color);
    color: var(--main-primary-color);
}

.bubble.secondary {
    background-color: var(--main-secondary-color);
}

.bubble.success {
    background-color: var(--main-success-color);
}

.bubble.danger {
    background-color: var(--main-danger-color);
}

.bubble.warning {
    background-color: var(--main-warning-color);
}

.bubble.info {
    background-color: var(--main-info-color);
}

.bubble.light {
    background-color: var(--main-light-color);
}

.bubble.dark {
    background-color: var(--main-dark-color);
}

.bubble.primary,
.bubble.secondary,
.bubble.success,
.bubble.danger,
.bubble.dark {
    color: #ffffff;
}

.bubble.warning,
.bubble.info,
.bubble.light {
    color: #000000;
}

.dx-datagrid,
.dx-treelist,
.dx-texteditor-input {
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #212121;
}

.dx-datagrid>.dx-datagrid-headers,
.dx-treelist>.dx-treelist-container>.dx-treelist-headers {
    color: #000000;
}

.dx-popup-content {
    font-family: Montserrat !important;
}

.controleARSelection .coolDataGrid {
    max-height: calc(100vh - 211px);
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-headers,
.coolTreeList.dx-treelist .dx-treelist-headers {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(235, 236, 241, 0.5);
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-headers .dx-row.dx-header-row td,
.coolTreeList.dx-treelist .dx-treelist-headers .dx-row.dx-header-row td {
    font-weight: bold;
    vertical-align: middle;
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-headers .dx-row.dx-datagrid-filter-row .dx-icon,
.coolTreeList.dx-treelist .dx-treelist-headers .dx-row.dx-treelist-filter-row .dx-icon {
    color: #000000;
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-headers .dx-row.dx-datagrid-filter-row .dx-texteditor-input-container>input,
.coolDataGrid>.dx-datagrid>.dx-datagrid-headers .dx-row.dx-datagrid-filter-row .dx-texteditor-buttons-container,
.coolTreeList.dx-treelist .dx-treelist-headers .dx-row.dx-treelist-filter-row .dx-texteditor-input-container>input,
.coolTreeList.dx-treelist .dx-treelist-headers .dx-row.dx-treelist-filter-row .dx-texteditor-buttons-container {
    background-color: rgba(235, 236, 241, 0.5);
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-rowsview>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content>.dx-datagrid-content>.dx-datagrid-table>tbody>.dx-row.dx-data-row.dx-state-hover,
.coolTreeList.dx-treelist .dx-treelist-rowsview>.dx-treelist-content>.dx-treelist-table>tbody>.dx-row.dx-data-row.dx-state-hover {
    background-color: #ebecf1 !important;
    /* color: #212121 !important; */
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-header-panel {
    border-bottom: none;
}

.header-tdb-toogle {
    margin-left: 60px;
}

.content-tdb {
    margin-left: 60px;
}

.header-buttons-bar {
    display: flex;
    gap: 10px;
}

.sideBar {
    width: 300px;
    height: 80%;
    margin-top: 35px;
    position: fixed;
    z-index: 1000;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 41px -16px rgba(16, 16, 16, 0.9);
    transition: transform 200ms ease-in-out;
    overflow-y: auto;
}

.sideBar.coolScrollbar::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sideBar.left {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.sideBar.right {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.sideBar.left.closen {
    transform: translateX(-250px);
}

.sideBar.right.closen {
    transform: translateX(250px);
}

.sideBar .sideBar-header {
    display: flex;
    border-bottom: 1px solid #dee4e7;
    align-content: space-between;
    align-items: center;
    height: 65px;
    color: var(--main-primary-color);
}

.sideBar .sideBar-header .sideBar-header-main {
    flex: 1;
    padding-left: 15px;
}

.sideBar .sideBar-header .sideBar-header-main .sideBar-title {
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
}

.sideBar .sideBar-header .sideBar-header-icon {
    cursor: pointer;
    text-align: center;
    width: 50px;
    font-size: 19px;
}

.sideBar .sideBar-container {
    position: relative;
}

.sideBar .sideBar-container .sideBar-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

.sideBar .sideBar-container .sideBar-content::-webkit-scrollbar {
    display: none;
}

.sideBar .sideBar-container .sideBar-scrollIndicator {
    position: absolute;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    background-color: white;
}

.sideBar .sideBar-container .sideBar-scrollIndicator.top {
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    top: 0;
}

.sideBar .sideBar-container .sideBar-scrollIndicator.bottom {
    box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
    bottom: 0;
    border-bottom-right-radius: 20px;
}

.sideBar .sideBar-container .sideBar-scrollIndicator>* {
    pointer-events: none;
}

.sideBar .sideBar-container .sideBar-scrollIndicator .scrollInidcator-arrow {
    flex: 1;
    text-align: center;
    color: var(--main-title-color);
}

.sideBar .sideBar-container .sideBar-scrollIndicator .scrollInidcator-ellipsis {
    width: 50px;
    text-align: center;
    color: var(--main-primary-color);
    font-size: 19px;
}

.drawer {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #dee4e7;
    cursor: pointer;
}

.drawer>* {
    pointer-events: none;
}

.drawer .drawer-main {
    color: var(--main-title-color);
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.drawer .drawer-main .drawer-title {
    flex: 7;
}

.drawer .drawer-main .drawer-bubble {
    text-align: center;
    flex: 2;
}

.drawer .drawer-icon {
    text-align: center;
    color: var(--main-primary-color);
    width: 50px;
    font-size: 19px;
}

.accueil .sideBar .drawer {
    padding-left: 15px;
}

.accueil .tag-box-tache .dx-tagbox {
    border: 1px solid #dee4e7 !important;
}

.listeTache .tag-box-tache .dx-placeholder::before,
.accueil .tag-box-tache .dx-tagbox .dx-placeholder::before {
    color: #252c41 !important;
    font-weight: bold !important;
}

.accueil .tag-box-tache .dx-tagbox .dx-tag-content {
    background-color: #caceda !important;
    color: black !important;
}

.coolDataGrid>.dx-datagrid>.dx-datagrid-header-panel {
    border-bottom: none;
}

.coolModal .modal-content {
    border: none;
    border-radius: 3px;
}

.coolModal .modal-content .danger {
    color: var(--main-danger-color);
}

.coolModal .modal-header {
    padding: 15px 25px !important;
    border-bottom: none;
    align-items: center !important;
    justify-content: space-between;
}

.coolModal .modal-footer {
    padding: 15px 25px !important;
    border-top: none;
}

.coolModal .modal-body {
    padding: 15px 25px !important;
    color: #282e3a;
    max-height: 690px;
    overflow: auto;
}

.coolModal .modal-body .error-group:not(:first-child) {
    margin-top: 5px;
}

.coolModal .modal-header .modal-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #282e3a;
}

.coolModal .modal-backdrop {
    opacity: .15 !important;
}

.coolModal .modalIcons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .helpIcon, .headerReporting .helpIcon{
    color: var(--main-light-color);
}

.coolModal .helpIcon {
    color: var(--main-secondary-color);
}

.controleARControler .actions {
    display: flex;
}

.controleARControler .actions>* {
    margin-left: 7px;
}

.controleARControler .dataGridControleAR {
    max-height: calc(100vh - 282px);
}

.tableauDeBord-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tableauDeBord {
    margin-top: 32px;
}

.tableauDeBord .icon {
    text-align: center;
}

.tableauDeBord .icon:hover {
    cursor: pointer;
}

#gridTableauDeBordDataGrid {
    max-height: calc(100vh - 245px);
}

.listeTache #taskListDataGrid {
    max-height: calc(100vh - 271px);
}

.listeTache .icon:hover {
    cursor: pointer;
}

.appointmentList .icon:hover {
    cursor: pointer;
}


.tableauDeBord tbody.row-tache:not(:last-child) tr td,
.tableauDeBord tbody.row-alerte:not(:last-child) tr td {
    border-bottom: 1px solid #ddd !important;
}

.coolCheckmark {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.coolCheckmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.coolCheckmark:hover {
    background-color: #cccccc;
}

.coolCheckmark .checkedRadio,
.coolCheckmark .checkedBox {
    height: 20px;
    width: 20px;
    background-color: white;
    border: solid 1px var(--main-primary-color);
}

.coolCheckmark .checkedRadio {
    border-radius: 50%;
}

.coolCheckmark .checkedBox {
    border-radius: 25%;
}

.coolCheckmark input:checked~.checkedRadio {
    background-color: var(--main-primary-color);
}

.coolCheckmark .checkedRadio:after,
.coolCheckmark .checkedBox:after {
    content: "";
    position: relative;
    display: none;
}

.coolCheckmark input:checked~.checkedRadio:after,
.coolCheckmark input:checked~.checkedBox:after {
    display: block;
}

.coolCheckmark .checkedRadio:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.coolCheckmark .checkedBox:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 25%;
    background: var(--main-primary-color);
}

.popup-container {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.popup-close {
    display: flex;
    justify-content: flex-end;
    flex-grow: 0 !important;
}

.popup-content {
    flex-grow: 1;
}

.popup-buttons {
    display: flex;
    gap: 10px;
    align-self: flex-end;
}

.popup-close-button {
    cursor: pointer;
}

.popup-input-field {
    display: flex;
    flex-direction: column;
    max-width: 45%;
}

.popup-input-fields-container {
    display: flex;
    column-gap: 30px;
    row-gap: 20px;
    flex-flow: wrap;
}

.confirm-valid-popup {
    height: 250px;
    width: 300px;
}

.tache-container {
    padding-left: 0 !important;
}

.tache-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.select-vendeur-tache {
    margin-top: auto !important;
}

.selectSM2 {
    margin: 6px 0 0 1px;
    padding: 8px 3px 8px 12px;
    border-radius: 3px;
    border: solid 1px #dee4e7;
    background-color: #fff;
    font-weight: bold;
    color: #252c41;
}

.datePickerSM2 {
    margin: 6px 0 0 1px;
    padding: 8px 3px 8px 12px;
    border-radius: 3px;
    border: solid 1px #dee4e7;
    background-color: #fff;
    font-weight: bold;
    color: #252c41;
}

.chipBox-elements {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 10px;
    max-height: 28px;
    overflow: overlay;
}

.chipBox-input {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
    display: flex;
    flex: 1 1 auto;
}

.chip-input {
    border: none;
    resize: none;
    outline: none;
    display: flex;
    flex: 1 1 auto;
}

.chipBubble {
    display: inline-flex;
    padding: 0 10px;
    border-radius: 16px;
    align-items: center;
    background-color: #d3d3d3;
    cursor: default;
    min-height: 28px;
    height: 1px;
    gap: 10px;
}

.chipBubble.primary {
    background-color: var(--main-primary-color);
}

.chipBubble.secondary {
    background-color: var(--main-secondary-color);
}

.chipBubble.success {
    background-color: var(--main-success-color);
}

.chipBubble.danger {
    background-color: var(--main-danger-color);
}

.chipBubble.warning {
    background-color: var(--main-warning-color);
}

.chipBubble.info {
    background-color: var(--main-info-color);
}

.chipBubble.light {
    background-color: var(--main-light-color);
}

.chipBubble.dark {
    background-color: var(--main-dark-color);
}

.chipBubble.primary,
.chipBubble.secondary,
.chipBubble.success,
.chipBubble.danger,
.chipBubble.dark {
    color: #ffffff;
}

.chipBubble.warning,
.chipBubble.info,
.chipBubble.light {
    color: #000000;
}

.traitementSAVPD .trtSavPdt_table tr:has(> td > .picture-required) {
    border: 2px solid var(--main-danger-color);
}

.traitementSAVPD .trtSavPdt_table .savpicturesbutton.success {
    color: var(--main-success-color);
}

.traitementSAVPD .trtSavPdt_table .savpicturesbutton.danger {
    color: var(--main-danger-color);
}

.traitementSAVPD .trtSavPdt_table .savpicturesbutton.info {
    color: var(--main-info-color);
}

.traitementSAVPD .rulesError {
    max-height: 150px;
    overflow-y: scroll;
}

.flex-grow {
    flex-grow: 1;
    max-width: 100%;
}

.email-field {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 8px;
    padding: 8px;
    border-bottom: 1px solid #d3d3d3;
}

.email-input {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
    flex: 1 1 auto;
}

.email-popup-content {
    flex-flow: column;
}

.email-files {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 4px;
    padding: 8px;
}

.rdvDataGrid .icon {
    text-align: center;
}

.rdvDataGrid .icon:hover {
    cursor: pointer;
}

.rdvDataGrid .origineRdv {
    font-weight: bold;
}

#gridRdvDataGrid {
    max-height: calc(100vh - 160px);
}

.small-spinner {
    width: 25px;
    height: 25px;
    color: #5caa7c
}

.fileNameSize {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EEEEEE;
    min-height: 47px;
    min-width: 171px;
}

.fileNameSize>* {
    margin: 11px;
}

.fileNameSize.fileNameSize-error {
    background-color: #edd4d8;
}

.fileNameSize>.fileNameSize-fileName {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.fileNameSize>.fileNameSize-fileLink {
    text-decoration: underline;
    cursor: pointer;
}

.fileNameSize>.fileNameSize-right {
    display: flex;
    align-items: center;
}

.fileNameSize>.fileNameSize-right>*:not(:last-child) {
    margin-right: 11px;
}

.fileNameSize>.fileNameSize-right>.size {
    font-weight: bold;
}

.fileNameSize>.fileNameSize-right>.cancel {
    font-size: 17px;
    cursor: pointer;
    width: 19px;
}

.fileNameSize>.fileNameSize-right .fileNameSize-right-error {
    color: #be3345;
    cursor: pointer
}

.file-container {
    max-width: 100%;
}

.file-container .fileNameSize {
    min-height: initial;
}

.file-container .fileNameSize>* {
    margin: 5px 11px;
}

.traitementSAVPD-modalPhoto .ajouterDocument,
.manageDocument .ajouterDocument {
    padding: 19px 0;
}

.ajouterDocument {
    width: fit-content;
}

.traitementSAVPD-modalPhoto .ajouterDocument>.left-element,
.manageDocument .ajouterDocument>.left-element {
    font-size: 17px;
    color: #2196F3;
}

.traitementSAVPD-modalPhoto .ajouterDocument>.button-text,
.manageDocument .ajouterDocument>.button-text {
    font-weight: normal;
    text-decoration: none;
}

.drop-zone * {
    pointer-events: none;
}

.drop-zone>.border {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-weight: bold;
    border: 1.5px dashed #252c41 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 100%;
}

.traitementSAVPD-modalPhoto .table-photos {
    width: 100%;
    table-layout: fixed;
}

.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(1),
.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(2) {
    width: 35%;
}

.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(3) 
.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(4) {
    width: 15%;
}

.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(3)>div,
.traitementSAVPD-modalPhoto .table-photos>thead td:nth-child(4)>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.traitementSAVPD-modalPhoto .table-photos .tdTextArea {
    position: relative;
}

.traitementSAVPD-modalPhoto .table-photos .tdTextArea>div {
    position: absolute;
    top: 7px;
    right: 3px;
    left: 0;
    bottom: 1px;
}

.traitementSAVPD-modalPhoto .table-photos .tdTextArea>div>textarea {
    height: 100%;
    border: 1px solid #E0E0E0;
    width: 100%;
    resize: none;
    outline: 0px;
}

.traitementSAVPD-modalPhoto .table-photos .firstTr>td {
    padding-top: 7px;
}

.stepBar {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.stepBar>.step {
    text-align: center;
    position: relative;
    color: black;
    z-index: 111;
    font-size: 0.81rem;
    flex: 1;
}

.stepBar>.step>.bulle {
    content: '';
    display: block;
    margin: 0 auto 7px;
    width: 25px;
    height: 25px;
    border-width: 3px;
    border-style: solid;
    background-color: var(--step-bar-main-color);
    border-color: var(--step-bar-main-color);
    border-radius: 50%;
}

.stepBar>.step.cursor>.bulle,
.stepBar>.step.cursor>.description {
    cursor: pointer;
}

.stepBar>.step:not(:last-child):after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--step-bar-main-color);
    position: absolute;
    top: 11px;
    left: 50%;
    z-index: -1;
}

.stepBar > .step.is-active:after,
.stepBar > .step.is-active ~ .step:after {
    background-color: #E7E7E7;
}

.stepBar > .step.is-active ~ .step > .bulle {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
}

.stepBar > .step.is-active ~ .step {
    color: #9C9C9C;
}

.stepBar > .step.is-active > .bulle {
    background-color: white;
    border-color: var(--step-bar-main-color);
}

.stepBar > .step.is-error.is-error > .bulle {
    background-color: var(--main-danger-color);
    color: var(--main-danger-color);
    font-weight: bold;
}

.stepBar > .step.is-error.is-error > .description {
    color: var(--main-danger-color);
    font-weight: bold;
}

.coolTitreRubrique {
    font-weight: bold;
}

.coolFormContainer {
    width: 75%;
    margin: 21px auto 11px;
}

@media screen and (max-width: 1111px) {
    .coolFormContainer {
        width: 99%;
    }
}

.gestionUtilisateurForm .devider {
    color: #E7E7E7;
    background-color: #E7E7E7;
    height: .1rem;
    border: 0px;
}

.gestionUtilisateurForm .gestionUtilisateurFormInput,
.modalSiteAffecte .gestionUtilisateurFormInput,
.gestionUtilisateurCreation .gestionUtilisateurCreationInput {
    margin-bottom: 11px;
}

.modalSiteAffecte .gestionUtilisateurFormInput.modalSiteAffecte_centerRadioInput {
    width: 100%;
}

.gestionUtilisateurForm .etapeCollaborateur .action,
.modalCollaborateur .action {
    margin-bottom: 35px;
}

.gestionUtilisateurForm .etapeCollaborateur .action .action_input,
.modalCollaborateur .action .action_input {
    margin-right: 15px;
}

.gestionUtilisateurList #gridContainerGestionUtilisateurList {
    height: calc(100vh - 211px);
}

.gestionUtilisateurForm #gridContainerGestionUtilisateurEtapeMagasin {
    height: calc(100vh - 311px);
}

.tooltipWordWrap {
    white-space: normal !important;
}

.coolInput {
    width: 100%;
}

.coolInput input, .coolInput textarea {
    font-size: inherit;
    height: 35px;
    padding: 7px 9px;
}

.coolInput select {
    font-size: inherit;
    height: 35px;
    padding: 7px 30px 7px 9px;
}

.coolInput input:focus, .coolInput select:focus, .coolInput textarea:focus, .coolInput .dx-texteditor.dx-state-hover {
    border-color: #337ab7;
    box-shadow: inherit;
}

.coolInput .dx-texteditor.dx-state-disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.coolInput .error {
    color: red;
}

.coolInput .label {
    font-size: 13px;
    font-weight: bold;
}

.coolInput .radioInputTrueFalse {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.coolInput .radioInputTrueFalse.inlineLabel {
    flex-direction: row;
    align-items: center;
}

.coolInput .radioInputTrueFalse .inputRadio {
    display: flex;
    align-items: center;
    gap: 15px;
}

.coolInput .radioInputTrueFalse .inputRadio.alignRadio {
    flex-direction: column;
    align-items: start;
}

.coolInput .radioInputTrueFalse .inputRadio .inputRadioWithLabel {
    display: flex;
    align-items: center;
}

.coolInput .coolCheckBox {
    width: fit-content;
}

.coolInput .coolCheckBox .coolCheck {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.coolInput .coolCheckBox .coolCheck.size12 {
    width: 12px;
    height: 12px;
}

.coolInput .text {
    font-size: 13px;
    font-family: Montserrat;
    margin-bottom: 0px !important;
}

.informationsFacture {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.informationsFacture .factureInput {
    width: 240px;
}

.informationsFactureInput .radioInputTrueFalse {
    justify-content: normal;
    align-items: center;
    gap: 10px;
}

.informationsFactureInput .radioInputTrueFalse .labelRadio {
    font-weight: bold;
}

.informationsFacture .rubricsError {
    color: red;
    font-size: 13px;
}

.informationsFacture .dx-numberbox .dx-texteditor-input {
    text-align: end;
}

.informationsFacture .creditNoteInfoCircle {
    display: inline-block;
    border-radius: 50%;
    border: solid 2px #154162;
    text-align: center;
}

.informationsFacture .creditNoteInfoCircle .creditNoteInfoImage {
    padding: 2px;
    width: 10px;
    height: 10px;
}

.reglement {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.reglement .reglementInput {
    width: 240px;
}

.reglement .reglementInput #paymentAmount input {
    text-align: end;
}

.reglement .reglementTypeInfoInputs {
    display: flex;
    gap: 10px;
}

.reglement .reglementInfoInputs {
    display: flex;
    justify-content: space-between;
}

.reglement .deadlinesTable .coolInput .error {
    font-size: 13px;
}

.reglement .deadlinesTable input {
    height: 22px;
}

.reglement .deadlinesError {
    color: red;
    font-size: 13px;
}

.reglement .dx-numberbox .dx-texteditor-input {
    text-align: end;
}

.coolInput .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding: 2px 15px;
}

.coolInput .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused,
.coolInput .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active,
.coolInput .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover,
.coolInput .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: #1e90ff !important;
    color: white;
}

.coolInput .dx-selectbox.dx-state-disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.coolInput .customDropDownButton {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
    padding: 3px;
    margin-left: 4px;
}

.coolInput .dx-placeholder {
    font-family: Montserrat !important;
}

.coolInput.inlineLabel .labelInputContainer {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 12px;
}

.coolInput .dx-tagbox .dx-tag-content .dx-tag-remove-button::after,
.coolInput .dx-tagbox .dx-tag-content .dx-tag-remove-button::before {
    background-color: black !important;
}

.coolInput .tagBoxOverlay {
    position: fixed;
    z-index: 2;
}

.bubble-title {
    display: flex;
    text-align: center;
    gap: 10px;
}

.small-spinner {
    width: 25px;
    height: 25px;
    color: #5caa7c;
}

.gestionUtilisateurList .actions {
    display: flex;
}

.gestionUtilisateurList .actions>* {
    margin-left: 7px;
}

.gestionUtilisateurValidationMIA .green {
    color: #5caa7c;
}

.gestionUtilisateurValidationMIA .orange {
    color: #ef9e59;
}

.gestionUtilisateurValidationMIA .red,
.coolDataGrid>.dx-datagrid>.dx-datagrid-rowsview>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content>.dx-datagrid-content>.dx-datagrid-table>tbody>.dx-row.dx-data-row.dx-state-hover.red>td {
    color: #bb3243;
}

.coolDataGrid .center-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.coolDataGrid .center-icon.icon-disabled {
    pointer-events: none;
    cursor: initial;
}

.text-divider,
.text-divider.horizontal {
    display: flex;
    align-items: center;
    color: #BDBDBD;
}

.text-divider::before,
.text-divider::after,
.text-divider.horizontal::before,
.text-divider.horizontal::after {
    content: '';
    border-top: 1px solid #BDBDBD;
    flex-grow: 1;
}

.text-divider::before,
.text-divider.horizontal::before {
    margin-right: 5px;
}

.text-divider::after,
.text-divider.horizontal::after {
    margin-left: 5px;
}

.text-divider.vertical {
    flex-direction: column;
    height: 100%;
}

.text-divider.vertical::before,
.text-divider.vertical::after {
    border-right: 1px solid #BDBDBD;
    border-top: 0;
}

.text-divider.vertical::before {
    margin-top: 5px;
    margin-right: 0;
}

.text-divider.vertical::after {
    margin-bottom: 5px;
    margin-left: 0;
}

.gestionUtilisateurValidationMIA #gridContainerGestionUtilisateurValidationMIA {
    height: calc(100vh - 371px);
}

.modalCollaborateur.coolModal .coolDataGrid .disabled-row,
.gestionUtilisateurForm .etapeCollaborateur .coolDataGrid .disabled-row {
    color: silver;
}

.modalCollaborateur.coolModal .coolDataGrid .disabled-row.dx-state-hover td,
.gestionUtilisateurForm .etapeCollaborateur .coolDataGrid .disabled-row.dx-state-hover td {
    color: silver !important;
    background-color: white !important;
}

.gestionUtilisateurForm .actions {
    display: flex;
}

.gestionUtilisateurForm .actions>* {
    margin-left: 7px;
}

.gestionUtilisateurForm .etapeGeneral .compteBloque {
    color: red;
}

.gestionUtilisateurForm .etapeGeneral .compteBloque .reactivate {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.SManager2 {
    font-family: Montserrat;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
}

.login_page .SManager2 {
    font-size: 4.5vw;
}

.login_page {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #15416275, #596b8775, #9298ad75, #c9cad575, #ffffff);
}

.login_page .login_card {
    width: 71%;
    height: 71%;
    border-radius: 27px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 55px -10px rgba(21, 65, 98, 0.61);
    -moz-box-shadow: 0px 15px 55px -10px rgba(21, 65, 98, 0.61);
    box-shadow: 0px 15px 55px -10px rgba(21, 65, 98, 0.61);
    display: flex;
}

.login_page .login_card .left {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    color: #fff;
}

.login_page .login_card .login_prod, .login_page .login_card .login_debug {
    background-color: var(--env_prod_color);
}

.login_page .login_card .login_preprod {
    background-color: var(--env_preprod_color);
}

.login_page .login_card .login_preprodtma {
    background-color: var(--env_preprod_tma_color);
}

.login_page .login_card .login_formation {
    background-color: var(--env_formation_color);
}

.login_page .login_card .login_dev {
    background-color: var(--env_dev_color);
}

.login_page .login_card .right {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}

.login_page .login_card .right,
.login_page .login_card .left {
    flex: 1;
    padding: 45px;
}

.login_page .login_card .left,
.login_page .login_card .right>.right_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login_page .login_card .right>.right_center {
    height: 100%;
}

.login_page .login_env {
    font-size: 2.5vw;
}

.login_page .login_card .login_actions {
    display: flex;
    justify-content: flex-end;
}

.login_page .login_card .flag {
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    margin-right: 15px;
}

.login_page .login_card .login_actions>*:not(:first-child) {
    margin-left: 11px;
}

.login_page .login_card .mdp_oublie {
    color: Black;
    text-decoration: underline;
    cursor: pointer;
}

.login_page .login_title {
    font-size: 21px;
    margin-bottom: 15px;
}

.login_page .login_card .coolInput {
    margin-bottom: 11px;
}

@media screen and (max-width: 1111px) {
    .login_page .login_card {
        width: 81%;
        height: 81%;
    }
}

.aPropos .devider {
    color: #E7E7E7;
    background-color: #E7E7E7;
    height: .1rem;
    border: 0px;
}

.aPropos .infosText {
    margin-bottom: 10px;
}

.navbar_smii .SManager2 {
    font-size: 20px;
    cursor: pointer;
}

.navbar_smii {
    position: relative;
}

.navbar_smii>.bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 68px;
    background-color: #154162;
    padding: 13px 27px 13px 27px;
    box-sizing: border-box;
    position: relative;
    z-index: 111;
}

.navbar_smii > .bar_color_prod, .navbar_smii > .bar_color_debug {
    background-color: var(--env_prod_color);
}

.navbar_smii>.bar_color_preprodtma {
    background-color: var(--env_preprod_tma_color);
}

.navbar_smii>.bar_color_preprod {
    background-color: var(--env_preprod_color);
}

.navbar_smii>.bar_color_formation {
    background-color: var(--env_formation_color);
}

.navbar_smii>.bar_color_dev {
    background-color: var(--env_dev_color);
}

.navbar_smii>.bar>.left-part,
.navbar_smii>.bar>.right-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar_smii>.bar>.left-part>* {
    margin-right: 35px;
}

.navbar_smii>.bar>.left-part>.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
}

.navbar_smii>.bar>.left-part>.logo>.logo_enseigne {
    width: 75px;
    height: 15px;
    margin: 2px 0;
    object-fit: contain;
    cursor: pointer;
}

.navbar_smii>.bar>.left-part>.search {
    position: relative;
}

.navbar_smii>.bar>.left-part>.search>.searchInput {
    border-radius: 20px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border-top: 1px solid #154162;
    border-left: 1px solid #154162;
    border-right: 1px solid #154162;
}

.navbar_smii>.bar>.left-part>.search>.searchInput.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar_smii>.bar>.left-part>.search>.searchInput.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 65%;
    border-bottom: 1px solid #154162;
    transform: translateX(-50%);
}

.navbar_smii>.bar>.left-part>.search>.searchInput>.searchInput_Type {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    background-color: #caceda;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 45px;
    height: 100%;
}

.navbar_smii>.bar>.left-part>.search>.searchInput>.searchInput_Type.active {
    border-bottom-left-radius: 0;
}

.navbar_smii>.bar>.left-part>.search>.searchInput>.searchInput_input {
    padding: 5px 11px;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar_smii>.bar>.left-part>.search>.searchInput>.searchInput_input>input {
    flex: 1;
    padding: 0;
    border: 0px;
    background-color: #f7f7f7;
    align-items: center;
    outline: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #272828;
    width: 271px;
    transition: width 301ms ease-in-out;
}

.navbar_smii>.bar>.left-part>.search>.searchTypeList {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background-color: #caceda;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 8px 0;
    border-left: 1px solid #154162;
    border-right: 1px solid #154162;
    border-bottom: 1px solid #154162;
    overflow-y: auto;
}

.navbar_smii>.bar>.left-part>.search>.searchList {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 8px 0;
    border-left: 1px solid #154162;
    border-right: 1px solid #154162;
    border-bottom: 1px solid #154162;
    max-height: 201px;
    overflow-y: auto;
}

.navbar_smii>.bar>.left-part>.search>.searchList>.searchItem {
    display: flex;
    align-items: center;
    padding: 5px 11px;
}

.navbar_smii>.bar>.left-part>.search>.searchList>.searchItem:hover {
    background-color: #E0E0E0;
}

.navbar_smii>.bar>.left-part>.search>.searchList>.searchItem:focus {
    background-color: #caceda;
    outline: none;
}

.navbar_smii>.bar>.left-part>.search>.searchList>.searchItem>.contentText {
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coolScrollbar::-webkit-scrollbar {
    width: 7px;
}

.coolScrollbar::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 9px;
}

.coolScrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #9E9E9E;
}

.coolScrollbar::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 9px;
}

.navbar_smii>.bar>.left-part>.search>.searchList.coolScrollbar::-webkit-scrollbar-track {
    margin-bottom: 20px;
}

.coolDropdownMenu>.coolDropdownMenu_MesActions.coolScrollbar::-webkit-scrollbar-track {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar_smii>.bar>.right-part {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.navbar_smii>.bar>.right-part .navbar_icon {
    color: #fff;
    font-size: 21px;
    width: 24px;
    height: 24px;
}

.navbar_smii>.bar .vertical-devider {
    border-left: 1px solid gray;
    height: 19px;
    margin: 0 13px;
}

.navbar_smii>.bar .navbarDropdownToggle {
    white-space: normal;
}

.coolDropdownToggle {
    padding: 0 !important;
    cursor: pointer;
}

.coolDropdownMenu {
    margin: 0 !important;
    padding: 0;
    box-shadow: 0 8px 41px -16px rgb(16 16 16 / 90%);
}

.coolDropdownMenu>.coolDropdownMenu_MesActions {
    max-height: 451px;
    overflow-y: auto;
}

.navbar_smii>.bar .navbarDropdownMenu {
    min-width: 299px;
}

.navbar_smii>.bar .navbarDropdownItemsSites {
    max-height: 299px;
    overflow-y: auto;
}

.navbar_smii>.bar .navbarDropdownItemsSites .coolDropdownItem:nth-child(odd) {
    background-color: #f2f2f3;
}

.coolDropdownItem,
.coolDropdownMenu,
.coolDropdownMenu .coolDropdownToggle {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #252c41;
}

.coolDropdownItem,
.coolDropdownMenu .coolDropdownToggle {
    padding: 11px !important;
}

.coolDropdownItem:hover,
.coolDropdownMenu .coolDropdownToggle:hover {
    background-color: #ebecf1 !important;
}

.coolDropdownItem:active {
    color: inherit;
    background-color: #ebecf1;
}

.navbar_smii>.bar .dropdown-menu li {
    position: relative;
}

.navbar_smii>.bar .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.navbar_smii>.bar .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.navbar_smii>.bar .dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.navbar_smii>.filter {
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background-color: white;
    color: black;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    transition: transform 501ms ease-in-out;
}

.navbar_smii>.filter .filterHeader {
    background-color: #caceda;
    padding: 11px;
}

.navbar_smii>.filter .filterHeader>.filterHeaderClose {
    display: flex;
    justify-content: end;
}

.navbar_smii>.filter .filterHeader>.filterHeaderClose>span {
    cursor: pointer;
}

.navbar_smii>.filter .filterContent>.filterContent_dataGrid {
    padding: 11px 37px 7px 37px;
    height: 471px;
    position: relative;
}

.navbar_smii>.filter .filterContent>.filterContent_dataGrid .filterContent_info {
    height: 17px;
    font-size: 13px;
    color: #424242;
}

.navbar_smii>.filter .filterContent>.filterContent_dataGrid>.filterContent_noSearch {
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
    height: 100%;
}

.navbar_smii>.filter .filterContent>.filterFooter {
    display: flex;
    justify-content: center;
    padding: 7px;
}

.navbar_smii>.filter .filterRow {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.navbar_smii>.filter .filterRow>div {
    margin: 5px 15px;
    flex: 1;
}

.navbar_smii>.filter .filterRow .filterDateDuAu {
    display: flex;
    align-items: end;
}

.navbar_smii>.filter .filterRow .filterDateDuAu>* {
    flex: 1;
}

.navbar_smii>.filter .filterRow .filterDateDuAu .filterDateInput .dx-datebox.dx-auto-width .dx-texteditor-input,
.dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
    padding-right: 0;
}

.navbar_smii>.filter .filterRow .filterSelectInput select,
.navbar_smii>.filter .filterRow .filterDateInput .dx-placeholder,
.navbar_smii>.filter .filterRow .filterDateInput .dx-texteditor-input,
.navbar_smii>.filter .filterRow .filterDropDownTreeView .dx-texteditor-input,
.navbar_smii>.filter .filterRow .filterDropDownTreeView .dx-placeholder {
    font-weight: bold;
    color: black;
}

.navbar_smii>.filter .filterRow>.filterAction {
    display: flex;
    justify-content: center;
}

.navbar_smii .search .searchTypeList .searchTypeLine {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 11px;
    cursor: pointer;
}

.navbar_smii .search .searchTypeList .searchTypeLine:hover {
    background-color: #ebecf1;
}

.navbar_smii .search .searchTypeList .searchTypeLine .searchTypeLine_icon {
    width: 25px;
    font-size: 19px;
    color: #154162;
}

.navbar_smii .search .searchTypeList .searchTypeLine .searchTypeLine_text {
    flex: 1;
}

@media screen and (max-width: 1395px) {
    .navbar_smii .SManager2 {
        font-size: 17px;
    }

    .navbar_smii>.bar {
        padding: 13px 15px 13px 15px;
    }

    .navbar_smii>.bar>.left-part>* {
        margin-right: 7px;
    }

    .navbar_smii>.bar .vertical-devider {
        margin: 0 7px;
    }

    .navbar_smii>.bar>.left-part>.search>.searchInput>.searchInput_input>input {
        width: 171px;
    }

    .navbar_smii>.filter .filterRow>div {
        margin: 5px;
    }

    .navbar_smii>.bar>.right-part {
        font-size: 11px;
    }

    .navbar_smii>.bar>.right-part .navbar_icon {
        font-size: 17px;
        width: 17px;
        height: 17px;
    }
}

.filterDropDownBox_wrapper {
    background-color: transparent !important;
}

.filterDropDownBox_wrapper .dx-popup-content {
    padding: 0;
}

.filterDropDownBox_wrapper .dx-popup-content .filterDropDownBox_action {
    padding: 7px 11px;
    cursor: pointer;
}

.filterDropDownBox_wrapper .dx-popup-content .filterDropDownBox_action:nth-child(odd) {
    background-color: #f2f2f3;
}

.filterDropDownBox_wrapper .dx-popup-content .filterDropDownBox_action:hover {
    background-color: #ebecf1;
}

.modalNotification {
    min-width: 55%;
}

.coolCarousel {
    padding-bottom: 21px;
    padding-left: 25px;
    padding-right: 25px;
}

.coolCarousel .carousel-control-prev {
    margin-left: 5px;
    width: 0;
    opacity: 1;
    padding-bottom: 21px;
}

.coolCarousel .carousel-control-next {
    margin-right: 5px;
    width: 0;
    opacity: 1;
    padding-bottom: 21px;
}

.coolCarousel .carousel-indicators {
    margin-bottom: 0;
    height: 21px;
    align-items: center;
}

.coolCarousel .carousel-indicators>li {
    background-color: #154162;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.modalNotification .carouselItem {
    height: 351px;
    overflow-y: auto;
}

.modalSurvey {
    min-width: 599px;
}

.modalSurvey .surveyContainer {
    text-align: center;
}

.modalSurvey .surveyContainer .surveyIcon {
    margin: 11px;
    font-size: 111px;
    cursor: pointer;
}

.modalSurvey .surveyContainer .surveyIcon.surveyIconSmile {
    color: #5caa7c;
}

.modalSurvey .surveyContainer .surveyIcon.surveyIconMeh {
    color: #ef9e59;
}

.modalSurvey .surveyContainer .surveyIcon.surveyIconFrown {
    color: #be3345;
}

.modalSurvey .surveyContainer .surveyThanks {
    font-size: 17px;
}

.navbar_smii>.bar>.right-part .notification {
    position: relative;
}

.navbar_smii>.bar>.right-part .notification>.notification_count {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -5px;
    font-size: 11px;
}

.historiqueDocument .coolDataGrid .dx-datagrid>.dx-datagrid-rowsview .dx-datagrid-content tr>td:first-child {
    padding: 0px !important;
    position: relative;
}

.historiqueDocument .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 11px;
}

.historiqueDocument .cellSousChemise {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.historiqueDocument .cellSousChemise.histoDocAutres {
    background-color: var(--histoDoc-autres-color);
}

.historiqueDocument .cellSousChemise.histoDocClient {
    background-color: var(--histoDoc-client-color);
}

.historiqueDocument .cellSousChemise.histoDocFournisseur {
    background-color: var(--histoDoc-fournisseur-color);
}

.historiqueDocument .cellSousChemise.histoDocLivraison {
    background-color: var(--histoDoc-livrason-color);
}

.historiqueDocument .cellSousChemise.histoDocPose {
    background-color: var(--histoDoc-pose-color);
}

.historiqueDocument .cellSousChemise.histoDocSav {
    background-color: var(--main-primary-color);
}

.historiqueDocument .actions,
.containerPreviewPdf .actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.historiqueDocument .historiqueDocumentContent {
    padding: 0;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain {
    display: flex;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .gridHistoDocs .gridBorder {
    border-bottom: 2px solid #ddd;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .gridHistoDocs {
    flex: 1;
    padding: 30px 37px 0px 37px;
}

.containerPreviewPdf .previewPdfContainer {
    /* 151px = la taille du header + la taille du footer dans la page*/
    height: calc(100vh - 211px);
    flex: 1;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .previewPdfContainer {
    /* 151px = la taille du header + la taille du footer dans la page*/
    height: calc(100vh - 151px);
    flex: 1;
    background-color: #F1EFFB;
    padding: 30px 37px 30px 37px;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .gridHistoDocs .gridCellNom {
    word-break: break-all;
    white-space: pre-wrap;
    cursor: pointer;
    text-decoration: underline;
}

.historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .gridHistoDocs .coolDataGrid {
    max-height: calc(100vh - 245px);
}

.containerPreviewPdf .page .content_react {
    padding: 30px 200px 30px 200px;
}

.previewPdf {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.previewPdf iframe {
    flex: 1;
}

.previewPdf .pdfPlaceHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: gray;
    font-size: 17px;
}

.previewPdf .previewPdfHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.previewPdf .previewPdfHeader .actions {
    display: flex;
}

.manageDocument table th,
.manageDocument table td {
    padding: 7px;
}

.manageDocument table th:first-child,
.manageDocument table td:first-child {
    padding-left: 0px;
}

.manageDocument table td.center {
    vertical-align: middle;
    text-align: center;
}

.manageDocument table tr {
    border-bottom: 1px solid #EEEEEE;
}

.manageDocument table th:not(:first-child):not(:nth-child(2)),
.manageDocument table td:not(:first-child):not(:nth-child(2)) {
    background-color: #FAFAFA;
}

.signatureElectroniqueModal .infoClient {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.signatureElectroniqueModal .infoClient:not(:last-child) {
    margin-bottom: 15px;
}

.signatureElectroniqueModal .infoClient .infoClient_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.signatureElectroniqueModal .infoClient .infoClient_actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signatureElectroniqueModal .infoClient .infoClient_actions>div {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.signatureElectroniqueModal .infoClient .infoClient_actions .infoClient_action {
    border-radius: 50%;
    cursor: pointer;
}

.signatureElectroniqueModal .infoClient .infoClient_actions .infoClient_action.active {
    background-color: #A5D6A7;
}

@media screen and (max-width: 1491px) {
    .historiqueDocument .historiqueDocumentContent .historiqueDocumentMain {
        flex-direction: column;
    }

    .historiqueDocument .historiqueDocumentContent .historiqueDocumentMain .previewPdfContainer {
        /* 51px = la taille du footer dans la page*/
        height: calc(100vh - 51px);
        flex: initial;
    }

    .containerPreviewPdf .page .content_react {
        padding: 30px 37px 30px 37px;
    }

    .signatureElectroniqueModal .infoClient .infoClient_actions>div {
        width: 100%;
    }
}

.suiviEnvoiAdminFiscale .icon {
    text-align: center;
}

.suiviEnvoiAdminFiscale .icon:hover {
    cursor: pointer;
}

.suiviEnvoiAdminFiscale .invisibleButton .buttonArrowRight {
    height: 25px;
    width: 25px;
    color: var(--main-dark-gray)
}

.modalGenerationDocument .modalGenerationTitre {
    height: 100%;
    display: flex;
    align-items: center;
}

.modalGenerationDocument .optionsLabel {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0.5rem;
}

.challenge .challengeTitre {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #5caa7c;
    margin-bottom: 20px;
}

.challenge .challengeListMonth {
    display: inline-block;
    width: initial;
}

.challenge .challengeListMonth select {
    border-color: #5caa7c;
    color: #5caa7c;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}

.challenge .challengeListMonth select option {
    font-size: 14px;
    color: black;
}

.coolTabs {
    position: relative;
    display: flex;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.coolTabs::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #5caa7c;
}

.coolTabs .coolTabs_link {
    position: relative;
    padding: 11px 19px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px -1px 11px -5px rgb(0 0 0 / 51%);
    -moz-box-shadow: 0px -1px 11px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px -1px 11px -5px rgb(0 0 0 / 51%);
    background-color: white;
    color: #5caa7c;
    cursor: pointer;
}

.coolTabs .coolTabs_link.active {
    background-color: #5caa7c;
    color: white;
}

.coolSpinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 199px;
    height: 99px;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.51);
}

.coolSpinner .coolLoader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

.coolSpinner .coolLoader .loader_1 {
    position: absolute;
    border: 3px solid white;
    border-radius: 50%;
    border-top: 3px solid #154162;
    width: 100%;
    height: 100%;
    -webkit-animation: spinRight 1s linear infinite;
    animation: spinRight 1s linear infinite;
}

.coolSpinner .coolLoader .loader_2 {
    position: absolute;
    border: 3px solid white;
    border-radius: 50%;
    border-bottom: 3px solid #e30813;
    width: 50%;
    height: 50%;
    -webkit-animation: spinLeft 1s linear infinite;
    animation: spinLeft 1s linear infinite;
}

@-webkit-keyframes spinRight {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinLeft {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spinLeft {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.repriseMagasin .dataGridRepriseMagasin {
    height: calc(100vh - 279px);
}

.repriseMagasin .targets {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.coolCard {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    border: solid 1px #ddd;
    background-color: #fff;
    box-shadow: 0 2px 44px -1px rgb(0 0 0 / 8%);
}

.coolCard .coolCard_header {
    min-height: 35px;
    padding: 0 9px 0 13px;
    font-size: 14px;
    font-weight: bold;
    color: #252c41;
}

.coolCard .coolCard_header .coolCard_header_number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #154162;
    border: 1px solid #154162;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    font-size: 12px;
    cursor: pointer;
}

.coolCard .coolCard_body {
    padding: 7px 9px 7px 13px;
}

.coolCard.completed {
    color: #999999;
    border: solid 1px #5caa7c;
    border-left: solid 5px #5caa7c;
}

.coolCard.completed .coolCard_header {
    padding-left: 9px;
    color: #5caa7c;
}

.coolCard.completed .coolCard_body {
    padding-left: 9px;
}

.coolCard.completed .coolCard_header .coolCard_header_number {
    color: white;
    background-color: #5caa7c;
    border-color: #5caa7c;
}

.coolCard.danger {
    border: solid 1px #be3345;
    border-left: solid 5px #be3345;
}

.coolCard.danger .coolCard_header {
    padding-left: 9px;
    color: #be3345;
}

.coolCard.danger .coolCard_body {
    padding-left: 9px;
}

.coolCard.danger .coolCard_header .coolCard_header_number {
    color: white;
    background-color: #be3345;
    border-color: #be3345;
}

.coolCard.info {
border: solid 1px #509CDC;
border-left: solid 5px #509CDC;
}

.coolCard.info .coolCard_header {
    padding-left: 9px;
    color: #509CDC;
}

.coolCard.info .coolCard_body {
    padding-left: 9px;
}

.coolCard.info .coolCard_header .coolCard_header_number {
    color: white;
    background-color: #509CDC;
    border-color: #509CDC;
}

.coolCard.active {
    border: solid 1px #154162;
}

.coolCard.active .coolCard_header {
    padding-left: 13px;
    color: #154162;
}

.coolCard.active .coolCard_body {
    padding-left: 13px;
}

.coolCard.active .coolCard_header .coolCard_header_number {
    color: #154162;
    background-color: transparent;
    border-color: #154162;
}

.coolCard.warning {
    border: solid 1px #f2a05b;
    border-left: solid 5px #f2a05b;
}

.coolCard.warning .coolCard_header {
    padding-left: 9px;
    color: #f2a05b;
}

.coolCard.warning .coolCard_body {
    padding-left: 9px;
}

.coolCard.warning .coolCard_header .coolCard_header_number {
    color: white;
    background-color: #f2a05b;
    border-color: #f2a05b;
}

.coolCard.disabled {
    border: solid 1px #cdd1dd;
}

.coolCard.disabled .coolCard_header {
    padding-left: 13px;
    color: #cdd1dd;
}

.coolCard.disabled .coolCard_body {
    padding-left: 13px;
}

.coolCard.disabled .coolCard_header .coolCard_header_number {
    color: white;
    background-color: #cdd1dd;
    border-color: #cdd1dd;
}

.histoRdv_content .coolDataGrid {
    max-height: calc(100vh - 211px);
}

.projetSideBar .separator,
.noteSideBar .separator {
    margin: 0 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.projetSideBar {
    font-size: 12px;
    line-height: 15px;
    /* 117px = 100px(The height of the header) + 17px (The padding top of content of the page) */
    margin-top: 117px;
}

.projetSideBar .clientInfo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.projetSideBar .clientInfo .nomPrenomClient {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.projetSideBar .clientInfo>.infoWithIcon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.projetSideBar .clientInfo > .relancePhoneIcon {
    font-size: 16px;
}

.projetSideBar .sideBarSection {
    padding: 11px;
}

.projetSideBar .sideBarSousSection {
    margin-bottom: 10px;
}

.projetSideBar .sideBarSousSectionBold {
    font-weight: bold;
}

.projetSideBar .sideBarSousSectionAlignEnd {
    text-align: end;
}

.projetSideBar .sideBarSousSectionTitle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.projetSideBar .sectionTitle {
    font-size: 14px;
}

.projetSideBar .sectionIcons {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.projetSideBar .iconProject {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    padding: 0px 5px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 10px;
}

.projetSideBar .info {
    border: 1px solid #154162;
    color: #154162;
}

.projetSideBar .danger {
    border: 1px solid #be3345;
    color: #be3345;
}

.projetSideBar .clicable {
    cursor: pointer;
}

.projetSideBar .icon,
.ficheClient .ficheClient_content svg {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.projetSideBar .iconOtherProject {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    padding: 0px 5px;
    font-size: 7px;
    border: 1px solid #154162;
    border-radius: 10px;
}

.projetSideBar .iconDeadline { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.projetSideBar .iconDeadlineInfo {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.projetSideBar .sectionTitle .sectionTitleAction {
    cursor: pointer;
    font-size: 15px;
}

.projetSideBar .leftRightLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.projetSideBar .leftRightLine .leftWithIcon {
    display: flex;
    gap: 5px;
    align-items: center;
}

.projetSideBar .showOnHover:hover {
    opacity: 1 !important;
}

.projetSideBar .addClientAddressLink {
    display: flex;
}

.projetSideBar .addClientAddressLink>* {
    cursor: pointer;
    text-decoration: underline;
}

.projetSideBar .projetSideBarLink {
    display: flex;
    justify-content: flex-end;
}

.projetSideBar .projetSideBarLink>* {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}

.noteSideBar {
    /* 117px = 100px(The height of the header) + 17px (The padding top of content of the page) */
    margin-top: 117px;
    width: 500px;

    display: flex;
    flex-direction: row;
}

.noteSideBar.right.closen {
    transform: translateX(455px);
}

.noteSideBar .noteSideBarMain {
    display: flex;
    height: 100%;
}

.noteSideBar .noteSideBarTabs {
    display: flex;
    flex-direction: column;
}

.noteSideBar .noteSideBarTabs .noteSideBarTab svg {
    height: 20px;
    width: 20px;
}

.noteSideBar .noteSideBarTabs .noteSideBarTab .tooltip {
    visibility: hidden;
}

.noteSideBar .noteSideBarTabs.hidden {
    width: 0;
    overflow: hidden;
}

.noteSideBar .noteSideBarTabs .numberNotes {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #154162;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    font-size: 12px;
    flex: none;
}

.noteSideBar .noteSideBarTabs .noteActive {
    color: #154162;
    background-color: white;
}

.noteSideBar .noteSideBarTabs .active {
    color: white;
    background-color: #154162;
}

.noteSideBar .noteSideBarTabs .active .numberNotes {
   border-color: white;
}

.noteSideBar .noteSideBarTabs .noteSideBarName {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-weight: bold;
}

.noteSideBar .noteSideBarTabs>* {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 45px;
    color: #154162;
    font-weight: bold;
    border-bottom: 1px solid #154162;
    border-top: 1px solid #154162;
    border-left: 2px solid #154162;
    border-right: 2px solid #154162;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    cursor: pointer;
}

.noteSideBar .noteSideBarTabs>*.error {
    color: #AA0606;
    border-color: #AA0606;
}

.noteSideBar .noteSideBarTabs .noteSideBarName>*.active {
    color: white;
}

.noteSideBar .noteSideBarTabs>*.active.error {
    color: white;
    background-color: #AA0606;
}

.noteSideBar .noteSideBarTabs>*:first-child {
    border-top-left-radius: 20px;
    border-top: 2px solid #154162;
}

.noteSideBar .noteSideBarTabs>*:last-child {
    border-bottom: 2px solid #154162;
    border-bottom-left-radius: 20px;
}

.noteSideBar .noteSideBarTabs>*:first-child.error {
    border-top-color: #AA0606;
}

.noteSideBar .noteSideBarTabs>*:last-child.error {
    border-bottom-color: #AA0606;
}

.noteSideBar .noteSideBarContent {
    flex: 1;
    padding: 20px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentHeader {
    border-bottom: 1px solid #00000080;
    color: #154162;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentHeader>*:last-child {
    font-size: 23px;
    cursor: pointer;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 11px;
    height: calc(100% - 31px);
    padding: 11px 0;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .addNote {
    padding-bottom: 11px;
    border-bottom: 1px solid #00000080;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .noteInput {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .noteInput textarea {
    height: 75px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .noteInput>div:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .incoherences,
.noteSideBar .noteSideBarContent .noteSideBarContentBody .notes {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-right: 5px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .incoherence {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .incoherence>div {
    display: flex;
    align-items: center;
    gap: 7px
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .note .noteTitle {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .noteAction {
    text-decoration: underline;
    cursor: pointer;
}

.noteSideBar .noteSideBarContent .noteSideBarContentBody .note .noteContent {
    padding: 5px 0;
}

.numberStepBar {
    display: flex;
    gap: 11px;
    align-items: center;
    font-size: 12px;
}

.numberStepBar>.step {
    display: flex;
    gap: 7px;
    align-items: center;
}

.numberStepBar>.step .stepNumber {
    width: 23px;
    height: 23px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
}

.numberStepBar>.step .stepNumber.active {
    background-color: #ee9d59;
    color: white;
}

.ficheprojet .projetStates>.step {
    font-weight: 600;
}

.ficheprojet .projetStates {
    padding-left: 11px;
    padding-right: 11px;
}

.ficheprojet .cardInfo {
    display: flex;
    margin: 5px 0;
    gap: 11px;
    justify-content: space-between;
}

.ficheprojet .cardInfo .value {
    font-weight: bold;
    text-align: right;
}

.ficheprojet .cardInfo.danger .value {
    color: var(--main-danger-color);
}

.ficheprojet .cardInfo.success .value {
    color: var(--main-success-color);
}

.ficheprojet .cardInfo .cardInfoTooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.ficheprojet .projectLinks .cards_menu_icon {
    display: flex;
    justify-content: end;
    color: #154162;
    font-size: 25px;
    height: 25px;
}

.ficheprojet .projectLinks .coolDropdownMenu {
    border-radius: 0.5rem !important;
    border: 0 !important;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.ficheprojet .projectLinks .coolDropdownItem {
    padding: 7px 11px !important;
}

.ficheprojet .ficheprojet_content {
    padding-left: 330px;
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.ficheprojet .ficheprojet_content .decouverte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}

.ficheprojet .decouverte .decouverte_title {
    font-size: 30px;
    font-weight: bold;
}

.ficheprojet .decouverte .case_list {
    display: flex;
    gap: 50px;
}

.ficheprojet .decouverte .decouverteCard,
.retourInsitu .retourInsitu_Card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 322px;
    height: 250px;
    border: 3px solid#154162;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    text-wrap: balance;
    padding: 30px;
}

.ficheprojet .decouverte .decouverteCard .decouverte_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.ficheprojet .ficheprojet_content .decouverte .decouverte_action,
.modalRDVWeb .bottomPart .case_list .decouverteCard .decouverte_action,
.retourInsitu .retourInsitu_action {
    font-weight: bold;
    text-decoration: underline;
    color: #154162;
    font-size: 22px;
}

.ficheprojet .ficheprojet_content .decouverte .decouverte_new_appointment {
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

.ficheprojet .decouverte .decouverteCard.openInsituOuvert {
    cursor: unset;
}

.ficheprojet .decouverte .decouverteCard.openInsituOuvert select {
    cursor: pointer;
}

.ficheprojet .ficheprojet_content .decouverte .decouverte_label,
.modalRelanceProspectCard .rdvCard .rdv_label,
.modalRelanceProspectCard .followUpCard .rdv_label,
.retourInsitu .retourInsitu_label {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
    color: #154162;
}

.ficheprojet .ficheprojet_content .decouverte .decouverte_label .danger,
.modalRelanceProspectCard .followUpCard .rdv_label .danger,
.retourInsitu_Card.remindCustomer .retourInsitu_label .date.danger {
    color: var(--main-danger-color);
    font-weight: bold;
}

.ficheprojet .decouverte .decouverteCard .decouverteCardButtons {
    display: flex;
    gap: 15px;
}

.ficheprojet .ficheprojet_content .cards_list {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    height: 100%;
    width: 100%;
}

.ficheprojet .ficheprojet_content .cards_list .cards_coolCard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.ficheprojet .ficheprojet_content .cards_list::after {
    content: "";
    display: block;
    /* 50px = Le width du "noteSideBar" fermé. Ce "::after" a dû être ajouté pour palier au soucis connu sur le scrolling CSS, dans lequel, */
    /* le scroll ne prend pas en compte le padding de l'élément scrollé, donc la fin du contenu est collée au bord */
    width: 50px;
    height: 100%;
}

.ficheprojet .ficheprojet_content .cards_list .cardTraiterSAV .cards_coolCard_body {
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding-bottom: 15px;
}

.ficheprojet .ficheprojet_content .cards_list .cardTraiterSAV .cards_coolCard_body>div {
    display: flex;
    gap: 15px;
    flex: 1;
}

.ficheprojet .ficheprojet_content .cards_list .cardTraiterSAV .cards_coolCard_body>div>div {
    flex: 1;
}

.ficheprojet .ficheprojet_content .cards_list .cardTraiterSAV .cards_coolCard_body>div>div>button {
    height: 100%;
}

.ficheprojet .ficheProjetHeader .titre {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ficheprojet .coolCard {
    width: 294px;
    height: 348px;
}

.ficheprojet .coolCard.small {
    height: 168px;
}

.ficheprojet .coolCard .cards_coolCard_main {
    flex: 1;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

.ficheprojet .coolCard .cards_coolCard_main .cards_coolCard_body {
    flex: 1;
}

.ficheprojet .coolCard .cards_coolCard_main .cards_coolCard_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
}

.ficheprojet .coolCard .cards_coolCard_main .cards_coolCard_footer .cards_card_footer_left {
    display: inline-flex;
    flex-wrap: wrap-reverse;
    gap: 5px;
}

.ficheprojet .coolCard .cards_coolCard_main .cards_coolCard_footer .cards_card_footer_right {
    display: flex;
    gap: 5px;
}

.ficheprojet .coolCard_separator {
    margin: 7px 0px;
    border-bottom: 1px solid #dde4e7;
}

.ficheprojet .coolCard_separator_header {
    margin: 0 9px 0 13px;
    border-bottom: 1px solid #dde4e7;
}

.ficheprojet .coolCard.completed .coolCard_separator_header,
.ficheprojet .coolCard.info .coolCard_separator_header,
.ficheprojet .coolCard.warning .coolCard_separator_header,
.ficheprojet .coolCard.danger .coolCard_separator_header {
    margin-left: 9px;
}

.ficheprojet .cardDevis .bubble {
    padding: 0;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.ficheprojet .cardDevis .bullseye-arrow {
    padding: 0;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.ficheprojet .cardVente .financement_actions {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.ficheprojet .cardVente .fundingTitle {
    display: flex;
    justify-content: space-between;
}

.ficheprojet .cardVente #ttlHelpFunding {
    width: 16px;
    height: 16px;
    border: 1px #154162 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.ficheprojet .cardVente .financement_simulation {
    margin-left: auto;
    padding-right: 15px;
    cursor: pointer;
}
.fundingModal .left .bottom .cofidisOffer .element.success>div:last-child,
.ficheprojet .cardVente .cardVenteStatus.success>div:last-child {
    color: #5caa7c;
}

.ficheprojet .cardVente .cardVenteStatus.warning>div:last-child {
    color: #f2994a;
}

.fundingModal .left .bottom .cofidisOffer .element.danger>div:last-child,
.ficheprojet .cardVente .cardVenteStatus.danger>div:last-child {
    color: #be3345;
}

.ficheprojet .cardDevis .cards_coolCard_header_icons,
.ficheprojet .cardVente .cards_coolCard_header_icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ficheprojet .cardLivraison .cardInfoPDL .pdlInfo>div:first-child {
    font-weight: bold;
    max-width: 151px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ficheprojet .cards_coolCard_header .controleAchatTooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.ficheprojet .cardLivraison .cardInfoAddress>div:first-child,
.ficheprojet .cardPose .cardPoseName>div:first-child {
    white-space: nowrap;
}

.ficheprojet .cardPose .cards_coolCard_body {
    position: relative;
}

.ficheprojet .cardPose .cards_coolCard_body .cardPoseList {
    max-height: 275px;
    overflow-y: auto;
}

.ficheprojet .cardPose .cards_coolCard_body .cardPoseList::-webkit-scrollbar {
    display: none;
}

.ficheprojet .cardPose .cards_coolCard_body .cardPose-scrollIndicator {
    position: absolute;
    text-align: center;
    font-size: 17px;
    height: initial;
    width: 100%;
    cursor: pointer;
    background-color: white;
}

.ficheprojet .cardPose .cards_coolCard_body .cardPose-scrollIndicator.top {
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    top: 0;
}

.ficheprojet .cardPose .cards_coolCard_body .cardPose-scrollIndicator.bottom {
    box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
    bottom: 0;
}

.ficheprojet .cardEncaissement .cards_coolCard_header>div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ficheprojet .cardEncaissement #cardEncaissementInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.ficheprojet .cardControleAchats .cards_coolCard_header > div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ficheprojet .cardTache .cards_coolCard_body {
    position: relative;
}

.ficheprojet .cardTache .cardTacheList {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 266.33px;
    overflow-y: auto;
    padding-bottom: 5px;
}

.ficheprojet .cardTache .cardTacheList::-webkit-scrollbar {
    display: none;
}

.ficheprojet .cardTache .cardTache-scrollIndicator {
    position: absolute;
    text-align: center;
    font-size: 17px;
    height: initial;
    width: 100%;
    cursor: pointer;
    background-color: white;
}

.ficheprojet .cardTache .cardTache-scrollIndicator.top {
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    top: 0;
}

.ficheprojet .cardTache .cardTache-scrollIndicator.bottom {
    box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
    bottom: 0;
}

.ficheprojet .cardTache .cardTacheTask {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ficheprojet .cardTache .cardTacheTask>div:first-child {
    flex: 1;
    font-weight: bold;
}

.ficheprojet .cardTache .cardTacheTask>div:nth-child(2) {
    flex: 2;
}

.ficheprojet .cardTache .cardTacheTask>div:last-child {
    cursor: pointer;
    font-size: 15px;
}

.ficheprojet .cardRdv .cards_coolCard_body {
    position: relative;
}

.ficheprojet .cardRdv .cardRdvList {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 266.33px;
    overflow-y: auto;
    padding-bottom: 5px;
}

.ficheprojet .cardRdv .cardRdvList::-webkit-scrollbar {
    display: none;
}

.ficheprojet .cardRdv .cardRdv-scrollIndicator {
    position: absolute;
    text-align: center;
    font-size: 17px;
    height: initial;
    width: 100%;
    cursor: pointer;
    background-color: white;
}

.ficheprojet .cardRdv .cardRdv-scrollIndicator.top {
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    top: 0;
}

.ficheprojet .cardRdv .cardRdv-scrollIndicator.bottom {
    box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
    bottom: 0;
}

.ficheprojet .cardRdv .cardRdvItem {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ficheprojet .cardRdv .cardRdvItem>div:first-child {
    flex: 1;
}

.ficheprojet .cardRdv .cardRdvItem>div:last-child {
    cursor: pointer;
    font-size: 15px;
}

.cloture .cloture_content {
    padding-left: 337px;
    padding-right: 537px;
}

.cloture .cloture_content .check_point_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cloture .cloture_content .check_point_cloture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    font-size: 17px;
}

.cloture .cloture_content .check_point_content .deliveryNewMainAddress {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.cloture .cloture_content .check_point_content .deliveryNewMainAddress #deliveryNewMainAddressInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.cloture .cloture_content .checkPoint {
    display: flex;
    gap: 15px;
}

.cloture .cloture_content .checkPoint>div:first-child {
    min-width: 21px;
}

.cloture .footer {
    right: 537px;
    left: 337px;
}

.gestionVersions .gestionVersions_content {
    padding-left: 337px;
    padding-right: 83px;
}

.gestionVersions .gridGestionVersionsDataGrid {
    max-height: calc(100vh - 211px);
}

.gestionVersions .gestionVersions_content .gridGestionVersionsDataGrid .showOnHover {
    opacity: 0 !important;
}

.gestionVersions .gestionVersions_content .gridGestionVersionsDataGrid .showOnHover:hover {
    opacity: 1 !important;
}

.gestionVersions .divActionVersion {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}

.gestionVersions .cellComment {
    position: relative;
}

.gestionVersions .cellComment .cellCommentSaving,
.gestionVersions .cellComment .cellCommentError {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 7px;
}

.gestionVersions .cellComment .cellCommentSaving {
    background-color: #424242;
}

.gestionVersions .cellComment .cellCommentError {
    background-color: #EF5350;
}

.gestionVersions .footer {
    left: 337px;
    right: 83px;
}

.reception_chantier .reception_chantier_content {
    padding-left: 337px;
    padding-right: 83px;
}

.reception_chantier .footer {
    left: 337px;
    right: 83px;
}

.reception_chantier .reception_chantier_content .checkPoint {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.reception_chantier .reception_chantier_content .checkPoint .checkPoint_content {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.reception_chantier .reception_chantier_content .checkPoint .checkPoint_content>div:last-child {
    flex: 3;
    display: flex;
    justify-content: end;
}

.reception_chantier .reception_chantier_content .checkPointListRadio {
    display: flex;
    gap: 35px;
}

.reception_chantier .reception_chantier_content .checkPointListRadio>label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
    height: 35px;
}

.reception_chantier .reception_chantier_content .checkPointSeparator {
    margin: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.taskCreationModal .taskInputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.taskCreationModal .taskInputs>div:first-child {
    display: flex;
    gap: 15px;
}

.taskCreationModal textarea {
    resize: none;
    height: 100px;
}

.pdl .pdlDataGrid {
    max-height: 400px;
}

.pdlInfo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pdlInfo .pdlInfoTooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;

}

.pdlInfo>div:first-child {
    font-weight: 500;
}

#pdlMessageInfoButtonListPDL {
    display: flex;
}

#pdlMessageInfoPDLTd {
    width: 70%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#pdlButtonListPDLTd {
    width: 30%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: right;
}

.modalFacture {
    min-width: 1000px;
}

.coolTable {
    margin: 0;
}

.coolTable>thead>tr>th {
    background-color: rgba(235, 236, 241, 0.5);
    vertical-align: middle;
}

.coolTable>thead>tr>th,
.coolTable>tbody>tr>td {
    padding: 9px;
}

.strategy .header .actions {
    display: flex;
    gap: 7px;
}

.strategy .sideBar {
    margin-top: 130px;
    height: 75%;
}

.strategy .sideBar .info {
    padding-top: 20px;
}

.strategy .sideBar .icons {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.strategy .sideBar .icon {
    font-size: 25px;
}


.strategy .sideBar .separator {
    margin: 25px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.strategy .sideBar .info .element {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
}

.strategy .sideBar .info .element>div:last-child {
    font-weight: bold;
    width: 45%;
    text-align: right;
}

.strategy .sideBar .info .element .red {
    color: #AA0606
}

.strategy .sideBar .info .relance {
    padding: 10px 10px 10px 10px;
    white-space: pre-line;
    word-break: break-all;
}

.strategy .content-strategy {
    padding-left: 337px;
    height: calc(100vh - 151px);
}

.strategy .content-strategy .questions-answers {
    display: flex;
    height: 100%;
}

.strategy .content-strategy .questions-answers .questions {
    overflow: auto;
}

.strategy .content-strategy .questions-answers .questions.coolScrollbar::-webkit-scrollbar-track {
    background-color: #F5F5F8;
}

.strategy .content-strategy .questions-answers .questions .question {
    width: 300px;
    height: 90px;
    padding: 10px 15px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.strategy .content-strategy .questions-answers .questions .question.selected {
    background: #F5F5F8;
    border-left: 5px solid #154162;
    padding-left: 10px;
    font-weight: bold;
    color: #154162;
}

.strategy .content-strategy .questions-answers .questions .has-new-answer {
    border-left: 5px solid #F2994A;
    padding-left: 10px;
}

.strategy .content-strategy .questions-answers .questions .question .bubble {
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategy .content-strategy .questions-answers .answers {
    background: #F5F5F8;
    flex: 1;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
}

.strategy .content-strategy .questions-answers .answers .answer-input textarea {
    height: 200px;
}

.strategy .content-strategy .questions-answers .answers .answers-history {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.strategy .content-strategy .questions-answers .answers .answers-history.coolScrollbar::-webkit-scrollbar-track {
    background-color: #F5F5F8;
}

.strategy .content-strategy .questions-answers .answers .answers-history .answer {
    gap: 5px;
    white-space: pre-line;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.strategy .content-strategy .questions-answers .answers .answers-history .answer .answer-header {
    font-weight: bold;
}

.strategy .strategy-input input {
    height: 18px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-weight: bold;
    text-align: right;
}

.strategy .strategy-input .dx-datebox-calendar .dx-dropdowneditor-icon {
    font-size: 14px;
}

.approvisionnement .supplierCard {
    display: flex;
    flex-direction: column;
    border: solid 1px #E0E0E0;
    background-color: #fff;
    box-shadow: 0 2px 44px -1px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 9px;
}

.approvisionnement .supplierCard .supplierCardMain {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
}

.approvisionnement .supplierCard .supplierCardMain .orderAndCataloguesAndArticles {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 7px;
    border: 1px solid #9E9E9E;
    padding: 9px;
    border-radius: 7px;
}

.approvisionnement .supplierCard .supplierCardMain .orderAndCataloguesAndArticles .freshDeskIcon {
    color: #1565c0;
    cursor: pointer;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle {
    flex: 1;
    display: flex;
    gap: 5px;
    font-weight: 600;
    font-size: 13px;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle .order_faCircleQuestion.red{
    color: #AA0606;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle .order_faCircleQuestion.green {
    color: #5caa7c;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle .order_faCircleQuestion.blue{
    color: #154162;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle .orderTitleLink {
    cursor: pointer;
    text-decoration: underline;
}

.approvisionnement .supplierCard .supplierCardMain .orderTitle .sendDate {
    font-weight: normal;
    display: contents
}

.approvisionnement .supplierCard .supplierCardMain .order {
    display: flex;
    gap: 7px;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 9;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .orderHeaderInfo,
.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .afterSalesDeliveryMode {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .orderHeaderActions {
    display: flex;
    gap: 11px;
}

.approvisionnement .supplierCard .supplierCardMain .order>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: flex-end;
    flex: 1;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .orderHeaderInfo .orderInfo {
    display: flex;
    gap: 15px;
    flex: 2;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .orderHeaderInfo .orderInfo>div {
    flex: 1;
}

.approvisionnement .supplierCard .supplierCardMain .order .orderHeader .orderHeaderInfo .orderInfo .dataWithInfo {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.approvisionnement .supplierCard .supplierCardMain .orderDetail {
    text-align: center;
    box-shadow: 0px 1px 11px -7px rgba(0, 0, 0, 0.295);
    border-radius: 11px;
    padding: 5px 10px;
    color: rgb(21, 101, 192);
    border: 1px solid rgb(21, 101, 192);
    cursor: pointer;
    font-weight: bold;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueLight {
    display: flex;
    box-shadow: 0px 1px 11px -7px rgba(0, 0, 0, 0.295);
    border-radius: 11px;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueLight>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 600;
    background-color: #EEEEEE;
    font-size: 15px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    min-width: 31px;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueLight>div:last-child {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 10px;
    border: 1px solid #EEEEEE;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    cursor: pointer;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 11px -7px rgba(0, 0, 0, 0.295);
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue .approCardCatalogueHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #EEEEEE;
    padding: 5px 10px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    font-weight: 500;
    cursor: pointer;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue.selected .approCardCatalogueHeader {
    background-color: #81D4FA;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue .approCardCatalogueSubHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    background-image: linear-gradient(to bottom, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 5px 10px;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue.selected .approCardCatalogueSubHeader {
    background-image: linear-gradient(to bottom, #81d4fa, #b0dcff, #d3e5ff, #eef1ff, #ffffff);
    border-left-color: #81D4FA;
    border-right-color: #81D4FA;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue .approCardCatalogueContent {
    display: flex;
    padding: 11px;
    flex-direction: column;
    gap: 5px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogue.selected .approCardCatalogueContent {
    border-left-color: #81D4FA;
    border-right-color: #81D4FA;
    border-bottom-color: #81D4FA;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueContentInfo {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueContentInfo>div:first-child,
.approvisionnement .supplierCard .supplierCardMain .catalogues .approCardCatalogueContentInfo>span:first-child {
    font-weight: 500;
}

.approvisionnement .approCardInfo {
    display: inline-flex;
    box-shadow: 0px 1px 11px -7px rgba(0, 0, 0, 0.295);
    border-radius: 11px;
    min-height: 45px;
}

.approvisionnement .approCardInfo>div:first-child {
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #EEEEEE;
    padding: 0 7px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.approvisionnement .approCardInfo>div:last-child {
    display: flex;
    border: 1px solid #EEEEEE;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.approvisionnement .approCardInfo .approCardInfoBorderRight {
    border-right: 1px solid #EEEEEE;
}

.approvisionnement .approCardInfo .approCardInfoValue {
    padding: 3px 15px;
    align-self: center;
}

.approvisionnement .approCardInfo .approCardInfoBorderBottom {
    border-bottom: 1px solid #EEEEEE;
}

.approvisionnement .supplierCard .supplier_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: rgb(21, 101, 192);
    font-size: 14px;
    font-weight: bold;
}

.approvisionnement .supplierCard .supplier_header>.supplier_title {
    flex: 1;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.approvisionnement .supplierCard .supplier_header>.supplier_title>div:first-child {
    width: 15px;
}

.approvisionnement .supplierCard .supplier_header>.supplier_input {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.approvisionnement .supplierCard .supplier_header>.supplier_infos {
    flex: 2;
    display: flex;
    gap: 25px;
}

.approvisionnement .supplierCard .supplier_header>.supplier_infos>div {
    flex: 1;
}

.approvisionnement .supplierCard .supplier_header .coolInput {
    display: flex;
    gap: 5px;
    align-items: center;
    color: black;
    width: initial;
}

.approvisionnement .supplierCard .supplier_header .coolInput .label {
    white-space: nowrap;
}

.approvisionnement .supplierCard .supplier_header .coolInput select {
    height: 25px;
    padding: 1px 30px 1px 9px;
}

.approvisionnement .supplierCard .supplier_header .approCardInfo {
    font-size: 12px;
    color: black;
    font-weight: initial;
}

.approvisionnement .zoneApproPdlNotice {
    display: flex;
    margin-bottom: 15px;
}

.approvisionnement .approPdl {
    flex: 1;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
}

.approvisionnement .approInitialSaleDate {
    margin-top: -15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 13px;
}

.approvisionnement .approChoixNotice {
    flex: 1;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
}

.approvisionnement .approChoixNotice input {
    margin-left: 10px;
    vertical-align: middle;
}

.approvisionnement .approArticleDataGrid {
    max-height: 451px;
}

.approvisionnement .approArticleDataGrid .headerWithInfo {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.approvisionnement .approArticleDataGrid .cellConfirmedAmount input {
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    font-family: 'Montserrat';
}

.approvisionnement .approArticleDataGrid .dx-datagrid-focus-overlay {
    border-color: transparent;
}

.approvisionnement .coolDataGrid .dx-row.dx-data-row.dx-state-hover td.dx-focused {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.approvisionnement .coolDataGrid .confirmedAmountColumn {
    position: relative;
}

.approvisionnement .approArticleDataGrid .cellConfirmedAmount .cellConfirmedAmountSaving,
.approvisionnement .approArticleDataGrid .cellConfirmedAmount .cellConfirmedAmountError {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 7px;
}

.approvisionnement .approArticleDataGrid .cellConfirmedAmount .cellConfirmedAmountSaving {
    background-color: #424242;
}

.approvisionnement .approArticleDataGrid .cellConfirmedAmount .cellConfirmedAmountError {
    background-color: #EF5350;
}

.approvisionnement .faExclamationIcon {
    background-color: rgb(244, 67, 54);
    border-radius: 50%;
    color: white;
    height: 15px;
    width: 15px;
    padding: 2px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.approvisionnement .buttonSM2.orderLink {
    padding: 0;
}

.approvisionnement .buttonSM2.orderLink .button-text {
    font-weight: initial;
    color: rgb(165, 0, 52);
    font-size: 11px;
}

/* modalChangeRequest */
.modalChangeRequest .confirmMessage {
    font-size: 15px;
    line-height: 1.6;
    white-space: pre-line;
}

.modalChangeRequest .actionButtons {
    display: flex;
    gap: 10px;
}

.modalChangeRequest .actionIcon {
    cursor: pointer;
    font-size: 18px;
    color: var(--main-primary-color);
}

.modalChangeRequest .actionIconLarge {
    cursor: pointer;
    font-size: 20px;
    color: var(--main-primary-color);
}

.modalChangeRequest .large {
    min-width: 85%;
}

.modalChangeRequest .selectRow {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.modalChangeRequest .select {
    max-width: 300px;
    min-width: 300px;
}

.modalChangeRequest .error {
    color: var(--main-danger-color);
    margin-top: 25px;
}

.modalChangeRequest .fullWidth {
    width: 100%;
}

.modalChangeRequest .defaultMsg {
    padding: 20px;
    color: var(--main-dark-gray);
}

.modalChangeRequest .dims {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modalChangeRequest .inputNumber {
    width: 100px;
    margin-right: 5px;
}

.modalChangeRequest .dimensionSeparator {
    margin: 0 4px;
}

.modalChangeRequest .textarea {
    min-width: 200px;
    min-height: 100px;
    margin-right: 5px;
}

.modalChangeRequest .divider {
    flex: 1;
    height: 1px;
    background: var(--divider-main-color);
}

.modalChangeRequest .summaryTitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.modalChangeRequest .summaryTable {
    width: 100%;
    margin-top: 20px;
}

.modalChangeRequest .lineNotEligible {
    color: var(--main-gray-color);
}

/* modalViewChangeRequests */
.modalViewChangeRequests .fullWidth {
    width: 100%;
}

.modalViewChangeRequests .large {
    min-width: 85%;
}

.modalViewChangeRequests .comment {
    max-width: 240px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.cancelValidationModalContent {
    max-height: 500px;
    overflow-y: auto;
}

.savValidationModalContent {
    max-height: 500px;
}

.propositionCommerciale .propositionCommercialeContent {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.propositionCommerciale .propositionCommercialeContent .propositionCommercialeButtonLink,
.venteEcheancier .echeancier .propositionCommercialeButtonLink {
padding: 0px;
}

.propositionCommerciale .propositionCommercialeContent .propositionCommercialeButtonLink span,
.venteEcheancier .echeancier .propositionCommercialeButtonLink span {
font-weight: normal;
font-size: 12px;
}

.propositionCommerciale .propositionCommercialeContent .conditions .conditionsContent {
    display: flex;
    gap: 20px;
}

.propositionCommerciale .propositionCommercialeContent .conditions .conditionsContent .conditionsColumn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .verticalBar {
    border-left: 1px solid #E7E7E7;
}

.propositionCommerciale .propositionCommercialeContent .echeancier {
    display: flex;
    gap: 30px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier {
    display: flex;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier {
    border-radius: 10px 0px 0px 10px;
    justify-content: space-between;
    background: #CACEDA;
    flex: 2;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    gap: 10px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .titreLibelle {
    padding-left: 9px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier input {
    padding-left: 9px;
    font-weight: 700;
    font-size: 14px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier svg {
    cursor: pointer;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .echeancierInput input {
    height: 25px;
    padding-right: 5px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .champsModifiables {
    display: flex;
    align-items: center;
    background: #F5F5F8;
    border-radius: 0px 10px 10px 0px;
    justify-content: space-between;
    gap: 40px;
    flex: 3;
    padding: 7px 9px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .champsModifiables>* {
    flex: 1;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .champsModifiables .pourcentageEcheancier input {
    text-align: center;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .ligneEcheancier .champsModifiables .montantEcheancier input {
    text-align: right;
    font-weight: 700;
    font-size: 13px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .footerEcheancier {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .liensAjout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .resteEcheancier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px dashed #154162;
    border-radius: 5px;
    gap: 20px;
    max-height: 50px;
    align-items: end;
    cursor: grab;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .echeancierPaiement .resteEcheancier .montantRestant {
    color: #AA0606;
    font-weight: 700;
    font-size: 14px;
}

.propositionCommerciale .propositionCommercialeContent .groupTitle {
    display: flex;
    flex-direction: column;
}

.propositionCommerciale .propositionCommercialeContent .groupTitle .titleText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.propositionCommerciale .propositionCommercialeContent .groupTitle .titleBar {
    margin: 20px 0px;
    border-bottom: 1px solid #E7E7E7;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .syntheseMontantsProjet {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.propositionCommerciale .propositionCommercialeContent .echeancier .syntheseMontantsProjet .ligneSyntheseMontantProjet {
    display: flex;
    justify-content: space-between;
}

.gestionRdvModal .gestionRdvContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvInput {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.gestionRdvModal .gestionRdvContent .gestionRdvDateInput {
    display: flex;
    gap: 50px;
    align-items: flex-end;
}

.gestionRdvModal .gestionRdvContent .gestionRdvPeriod {
    display: flex;
    gap: 50px;
    align-items: flex-end;
}

.gestionRdvModal .gestionRdvContent .gestionRdvPeriod .gestionRdvPeriodQuest {
    cursor: pointer;
    text-decoration: underline;
    padding: 9px 0px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvPeriod .gestionRdvPeriodSelect {
    max-width: 250px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvDateTime {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    gap: 15px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvDateInput .gestionRdvDate {
    width: 200px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvDateInput .gestionRdvTime {
    width: 125px;
}

.gestionRdvModal .gestionRdvContent .gestionRdvInput #checkBoxRdvValid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.gestionRdvModal #note {
    height: 100px;
}

.facturationPaiement .paymentSchedule {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.facturationPaiement .paymentScheduleHeader {
    display: flex;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    background-color: #caceda;
    height: 58px;
}

.facturationPaiement .vertical-divider {
    border-left: 2px solid gray;
    margin: 0 13px;
}

.facturationPaiement .paymentScheduleHeader .paymentScheduleHeaderItem {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facturationPaiement .paymentScheduleHeaderItem>div:first-child {
    font-size: 16px;
    font-weight: bold;
}

.facturationPaiement .paymentScheduleHeaderItem>div:last-child {
    text-align: right;
}

.facturationPaiement .deadlineContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
}

.facturationPaiement .deadline {
    display: flex;
    border: 1px solid #caceda;
    border-radius: 20px;
    padding: 10px;
}

.facturationPaiement .deadline .vertical-divider {
    border-left: 1px solid #caceda;
}

.facturationPaiement .deadline>div:first-child {
    flex: 1;
    display: flex;
    gap: 10px;
}

.facturationPaiement .deadline .deadlineFirstSectionLeft {
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: -10px 0px -10px -10px;
    padding: 0 10px;
}

.facturationPaiement .deadline .deadlineInfoCircle {
    flex: 1;
    text-align: right;
}

.facturationPaiement .deadline .deadlineFirstSectionRight {
    flex: 2;
    display: flex;
    gap: 10px;
    align-items: center;
}

.facturationPaiement .deadline .deadlineFirstSectionRight>div:first-child {
    display: flex;
    gap: 10px;
}

.facturationPaiement .deadline .deadlineAmount {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

.facturationPaiement .deadline .deadlineSection {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 55px;
}

.facturationPaiement .invoiceCreditPaymentItem {
    display: flex;
    align-items: center;
    gap: 10px;
}


.facturationPaiement .invoiceCreditPaymentItem .dataSection {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.facturationPaiement .invoiceCreditPaymentItem .dataSection .danger {
    color: var(--main-danger-color);
    font-weight: bold;
}

.facturationPaiement .invoiceCreditPaymentItem .dataSection>div:last-child {
    text-align: right;
}

.facturationPaiement .invoiceCreditPaymentItem .icon {
    display: flex;
    align-self: stretch;
    align-items: center;
    color: #212121;
    font-size: 17px;
    width: 15px;
}
.facturationPaiement .deadline .deadlineActionButton:not(.generationTooltip) {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.facturationPaiement .deadline .deadlineActionButton.generationTooltip {
    display: flex;
    gap: 10px;
}

.facturationPaiement .deadline .deadlineDanger {
    color: var(--main-danger-color);
}

.facturationPaiement .deadline .deadlineActionButton .buttonSM2 {
    padding: 0;
    margin-left: auto;
}

.facturationPaiement .deadline .deadlineActionButton .buttonSM2 .button-text {
    font-weight: normal;
}

.facturationPaiement .deadline .deadlineActionButton .remainingPaymentSection {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.facturationPaiement .deadline .deadlineActionButton .remainingPaymentSection .iconEnveloppe {
    cursor: pointer;
    position: relative;
    color: #154162;
    font-size: 20px;
}

.facturationPaiement .deadline .deadlineActionButton .remainingPaymentSection .iconEnveloppe .badge {
    position: absolute;
    top: -25%;
    right: 0%;
    left: 60%;
    bottom: 0%;
    height: 15.59px;
    font-size: 12px;
    background-color: var(--main-danger-color);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalMarginAdjustement {
    min-width: 1000px;
}

.modalMarginAdjustement .modalMarginAdjustement_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modalMarginAdjustement #assignUserMarginAdjustement {
    width: 240px;
}

.donneesGestionBilan .contentTreeList {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.donneesGestionBilan .contentTreeList .lblDataType {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
}

.donneesGestionBilan .contentTreeList .numbers {
    text-align: right;
}

.donneesGestionBilan .contentTreeList .lblMarginAdjustment {
    display: flex;
    justify-content: space-between;
}

/* Ce style est ajouté pour permettre de gérer le nombre de boutons du footer dynamiquement
   sans impacter la position des boutons "fixes" (Fermer et Enregister) */
.gestionDesObjectifs .page .footer .footer-content {
    /* 43% est choisi arbitrairement pour avoir la même position des boutons "fixes" en space-between
       en comparaison avec du space-around en 75% (valeur par défaut)*/
    width: 43%; 
    justify-content: space-between;
}

.gestionDesObjectifs .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
    font-size: 13px;
}

.gestionDesObjectifs .amountContent,
.gestionDesObjectifs .rateContent {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gestionDesObjectifs .amountContent .labelIcons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gestionDesObjectifs .labels {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-rows: 43% 10% 43%;
    align-items: center;
    gap: 4px;
}

.gestionDesObjectifs .amountContent input,
.gestionDesObjectifs .rateContent input {
    text-align: right;
}

.gestionDesObjectifs .labels .horizontale-divider {
    border-bottom: 2px solid lightgray;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gestionDesObjectifs .icon svg {
    width: 40%;
    height: 40%;
    color: var(--env_prod_color);
    cursor: pointer;
}

.gestionDesObjectifs .headerIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 17px;
}

.gestionDesObjectifs .year {
    width: 10%;
}

.gestionDesObjectifs .coolTabs::after {
    border-bottom: 2px solid var(--env_prod_color);
}

.gestionDesObjectifs .coolTabs .coolTabs_link {
    color: var(--env_prod_color);
}

.gestionDesObjectifs .coolTabs .coolTabs_link.active {
    background-color: var(--env_prod_color);
    color: white;
}

.gestionDesObjectifs .coolTabs .coolTabs_link.updated {
    background-color: #F2994A;
    color: white;
}

.gestionDesObjectifs .amountContent .updated .dx-editor-outlined {
    border-color: #F2994A;
}

.gestionDesObjectifs .amountContent .updated {
    border: 1px solid #F2994A;
    border-radius: 4px;
}

.gestionDesObjectifs .coolDataGrid {
    height: calc(100vh - 335px);
}

.gestionDesObjectifs__magasin-fields {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.gestionDesObjectifs__magasin-fields .coolInput {
    width: 250px;
}

.gestionDesObjectifs .numberInput .dx-texteditor-input {
    font-size: small;
}

.gestionDesObjectifs .coolDataGrid .actionsColumn {
    display: flex;
    gap: 2px;
}

.gestionDesObjectifs .coolDataGrid .actionsColumn .actionsIcon {
    width: 25px;
    height: 25px;
    color: var(--env_prod_color);
}

.suiviDesParrainages .coolDataGrid {
    height: calc(100vh - 215px);
    /* 211px est la hauteur des header (100), footer (51), padding du content_react (2x30) arrondi à 215px */
}

.suiviDesParrainages .dx-datagrid-headers {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.suiviDesParrainages .dx-datagrid-rowsview .dx-datagrid-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.suiviDesParrainages .dx-datagrid-rowsview .dx-datagrid-content tr:not(:last-child), .suiviDesParrainages .dx-datagrid-rowsview .dx-datagrid-content tr:not(:nth-last-child(2)) {
    border-bottom: solid 1px #ddd;
}

.suiviDesParrainages .dx-datagrid-rowsview .dx-datagrid-content tr:last-child, .suiviDesParrainages .dx-datagrid-rowsview .dx-datagrid-content tr:nth-last-child(2) {
    border-bottom: 0;
}

.suiviDesParrainages .dx-freespace-row {
    height: 0px !important;
}

.suiviDesParrainages .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
    word-wrap: break-word;
}

.suiviDesParrainages .titleGroup {
    font-size: 16px;
    background-color: var(--main-primary-color);
    color: white;
}

.suiviDesParrainages .groupSeparator {
    border-right: solid 1px #ddd;
}

.suiviDesParrainages .labels {
    padding-left: 0;
    padding-right: 0;
}

.suiviDesParrainages .labels.firstColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.suiviDesParrainages .labels .godsonCounterSection {
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.messageManagement .messageManagementContent {
    padding: 0;
}

.messageManagement .messageManagementContent .messageManagementMain {
    display: flex;
}

.messageManagement .messageManagementContent .messageManagementMain .gridMessages {
    flex: 1;
    padding: 30px 37px 0px 37px;
    border-bottom: 2px solid #ddd;
}

.messageManagement .messageManagementContent .messageManagementMain .containerPreviewMessage {
    /* 151px = la taille du header + la taille du footer dans la page*/
    height: calc(100vh - 151px);
    display: flex;
    flex: 1;
    background-color: #F1EFFB;
    padding: 30px 37px 30px 37px;
    line-height: 150%;
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 30px 37px 30px 37px;
    background-color: #ffffff;
    gap: 7px;
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage>div:first-child {
    display: flex;
    flex-direction: column;
    overflow:auto;
}

.messageManagement .messageManagementContent .messageManagementMain .gridMessages .coolDataGrid {
    max-height: calc(100vh - 205px);
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage .actions {
    display: flex;
    justify-content: center;
    gap: 7px
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage .detailBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage .messageDetail {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: flex-start
}

.messageManagement .messageManagementContent .messageManagementMain .previewMessage .messageContent {
    min-height: 100px;
    overflow: auto;
    gap: 7px;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: calc(50vw - 150px);
}

.messageManagement .messageManagementContent .messageManagementMain .containerPreviewMessage .messagePlaceHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: gray;
    font-size: 17px;
}

.modalCreationEditionMessage{    
    display: flex;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap:10px
}

.modalCreationEditionMessage .blockContainer {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.modalCreationEditionMessage .detailBlock {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap:10px;
}

.modalCreationEditionMessage .messageDetail {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.modalCreationEditionMessage .lineTitle{    
    font-weight: bold;
    font-size: 13px;
}

.modalCreationEditionMessage .error {
    color: red;
}

@media screen and (max-width: 1491px) {
    .messageManagement .messageManagementContent .messageManagementMain {
        flex-direction: column;
    }

    .messageManagement .messageManagementContent .messageManagementMain .messageContainer {
        /* 51px = la taille du footer dans la page*/
        height: calc(100vh - 51px);
        flex: initial;
    }

    .messageManagement .messageManagementContent .messageManagementMain .previewMessage .messageContent {
    max-width: calc(100vw - 150px);
    }

    .containerPreviewMessage .page .content_react {
        padding: 30px 37px 30px 37px;
    }
}


.info_request_faCircleQuestion.red {
    color: #AA0606;
}

.info_request_faCircleQuestion.green {
    color: #5caa7c;
}

.info_request_faCircleQuestion.blue{
    color: #154162;
}

.center-icon .info_request_faCircleQuestion {
    height: 25px;
}

.controleARSelection .coolDataGrid .center-icon {
    display: flex;
    justify-content: center;
}

.gestionRdvModal .gestionRdvContent .gestionRdvAddress>div:last-child {
    flex: 1;
}

.gestionRdvModal .gestionRdvContent .gestionRdvAddress>div:last-child textarea {
    height: 99px;
    resize: none;
}

.gestionRdvModal .gestionRdvContent .checkBoxRdvValid {
    height: 35px;
    display: flex;
    align-items: center;
}

.gestionRdvModal .gestionRdvContent .checkBoxRdvValid>label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.coolBorderCard {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px dashed black;
    width: 300px;
    height: 230px;
    color: black;
}

.coolBorderCard.active {
    border-style: solid;
}

.coolBorderCard.danger {
    border-color: #aa0606;
    color: #aa0606;
}

.coolBorderCard.clickable {
    cursor: pointer;
}

.coolBorderCard .coolBorderCard_header {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    font-weight: bold;
}

.coolBorderCard .coolBorderCard_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px;
}

.coolBorderCard .coolBorderCard_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    min-height: 30px;
}

.modalAddress .modal-dialog {
    max-width: 1280px;
}

.modalAddress .addressLines {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.modalAddress .addressLines .addressColumns {
    display: flex;
    gap: 15px;
}

.modalAddress .addressLines .addressColumns .deliveryNewMainAddress {
    display: flex;
    gap: 15px;
}

.modalAddress .addressLines .addressColumns .deliveryNewMainAddress #deliveryNewMainAddressInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.modalAddress .addressLines .addressColumns>* {
    width: 400px;
}

.modalAddress .addressLines .addressCardContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalAddress .addressClients {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.modalAddress .addressClients .addressClientInfo {
    font-weight: 500;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: center;
}

.modalAddress .addressClients .addressClientForm {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.modalAddress .addressClients .addressClientForm .addressClientFormRow {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.modalAddress .addressClients .addressClientForm .addressClientFormRow.addressClientFormRowTel {
    width: 50%;
    min-width: 25%;
}

.addressForm {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.addressForm .addressInput input,
.addressForm .addressInput select,
.addressForm .searchInput_input>input,
.addressForm .searchList .searchItem {
    height: 28px;
    padding: 3px 9px;
}

.addressForm .searchInput_container {
    position: relative;
}

.addressForm .searchInput_container .searchInput_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.addressForm .searchInput_container .searchInput_title .label,
.addressForm .searchInput_container .searchInput_title .erase {
    font-size: 13px;
}
.addressForm .searchInput_container .searchInput_title .erase{
    padding-right: 5px;
}

.addressForm .searchInput_container .searchInput_title .label {
    font-weight: bold;
}

.addressForm .searchInput_container .error {
    color: red;
}

.addressForm .searchInput_input.active >input {
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #337ab7;
    border-bottom-width: 0;
    padding-bottom: 5px;
}

.addressForm .searchInput_input.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 85%;
    border-bottom: 1px solid #337ab7;
    transform: translateX(-50%);
}


.addressForm .searchList {
    width: 100%;
    position: absolute;
    z-index: 10;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    padding-top: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #337ab7;
    border-top-width: 0px;
    max-height: 201px;
    overflow-y: auto;
    overflow-x: hidden;
}

.addressForm .searchList .searchItem {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addressForm .searchList .searchItem:hover {
    background-color: #E0E0E0;
}

.addressForm .searchList .searchItem:focus {
    background-color: #caceda;
    outline: none;
}

.modalCompanyProfile {
    max-width: 1200px !important;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .clientInfo .leftRightLine .clientInfoIcons{
    display: flex;
    gap: 5px;
}

.modalCompanyProfile .modalCompanyProfile_content .modalCompanyProfileForm .modalCompanyProfileColumn{
    flex:1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modalRelanceProspect {
    max-width: 1600px !important;
}

.modalRelanceProspectOnLostProject {
    max-width: 800px !important;
}

.modalRelanceProspect .modalRelanceProspect_speechHelp {
    font-size: 18px;
    font-weight: normal;
    color: #282e3a;
}

.modalRelanceProspect .modalRelanceProspect_speechHelp .linkButton {
    text-decoration: underline;
    cursor: pointer;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .vertical_separartor {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 30px 0 30px; 
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentSection_followUpBtn {
    display: flex;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left {
    flex: 1;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .clientInfo .leftRightLine .nomPrenomClient,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection .commentBlock .commentTitle,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .cardActionLbl {
    font-weight: bold;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .separator,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection .separator {
    margin: 5px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .radioInputTrueFalse {
    justify-content: flex-start;
    margin-top: 10px;
    gap: 15px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .radioInputTrueFalse .labelRadio {
    font-weight: bold;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .folderInfo .line_titleInfo {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .folderInfo .line_folderInfo,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .clientInfo .leftRightLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .folderInfo .input_folderInfo {
    max-width: 200px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top{
    margin-bottom: 30px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .folderInfo {
    display: grid;
    gap: 5px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_left .relanceFolderInfo .actionsInfo {
    margin-top: 20px;
    display: flex;
    gap: 5px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 260px;
    border: 3px solid#154162;
    border-radius: 20px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 20px 0 20px;
}

.modalRelanceProspectOnLostProject .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right {
    flex: 1;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .card_action {
    font-weight: bold;
    text-decoration: underline;
    color: #154162;
    font-size: 22px;
    padding: 5px;
    text-align: center;
}

.modalRelanceProspectOnLostProject .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .card_action {
    text-decoration: none;
}

.modalCompanyProfile .modalCompanyProfile_content .modalCompanyProfileForm,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .modalRelanceProspectCardButtons,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspect_cards {
    display: flex;
    gap: 15px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .clicable_card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    cursor: pointer;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .card_content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    gap: 10px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .card_qualityRecovery {
    display: flex;
    align-items: center;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspectCard .card_qualityRecovery .labelInputContainer {
    white-space: initial;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection {
    flex : 1;
    padding : 10px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection .commentSectionTitle,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_top .modalRelanceProspect_right .modalRelanceProspect_cardsLbl {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #282e3a;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection {
    background-color: #f5f5f8;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection .commentSection .commentBlock {
    display: grid;
    gap: 5px;
    margin-bottom: 5px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentText,
.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentText textarea {
    height: 100px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentButton {
    margin: 10px;
    float: right;
    width: fit-content;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .drawCommentSection .commentSection {
    height: 160px;
    gap: 5px;
    overflow-y: auto;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentSection_followUpBtn .followUpLeftBtn {
    border-radius: 4px 0px 0px 4px !important;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentSection_followUpBtn .followUpRightBtn {
    border-radius: 0px 4px 4px 0px !important;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspect_bottom .inputCommentSection .inputCommentSection_followUpBtn .followUpBtn {
    border-radius: 0px;
}

.modalRelanceProspect .modalRelanceProspect_content .modalRelanceProspectCard .card_qualityRecovery #askQualityRecoveryTooltip {
    width: 16px;
    height: 16px;
    border: 1px #154162 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.coolQuestionBanner {
    width: 100%;
}

.coolQuestionBanner .clickable,
.coolInput .clickable {
    cursor: pointer;
}

.coolQuestionBanner .titleZone_close {
    border-radius: 15px;
}

.coolQuestionBanner .titleZone_open {
    border-radius: 15px 15px 0px 0px;
}

.coolQuestionBanner .contentZone {
    background-color: rgba(235, 236, 241, 0.5);
    border-radius: 0px 0px 15px 15px;
    width: 100%;
    padding: 15px;
}

.coolQuestionBanner .titleZone_open,
.coolQuestionBanner .titleZone_close {
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #282e3a;
    background-color: #caceda;
}

.coolQuestionBanner .isCashSettlement {
    gap: 10px;
}

.generateQuote .generateQuote_content {
    padding: 17px 83px 17px 337px;
}

.generateQuote .generateQuote_content .coolScrollbar {

    overflow: auto;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.generateQuote .generateQuote_content .coolQuestionBanner .contentZone .validityOfQuote_content .validityOfQuoteDateInput {
    width: 200px;
}

.generateQuote .generateQuote_content .coolQuestionBanner .contentZone .validityOfQuote_content .validityOfQuoteDateLabel {
    font-weight: bold; 
}

.generateQuote .generateQuote_content .optionalPages {
    width: 100%;
    display: flex;
    justify-content :center;
}

.generateQuote .generateQuote_content .optionalPages .coolQuestionBanner .contentZone .optionalPages_content {
    display: grid;
    gap: 5px;
}

.generateQuote .generateQuote_content .coolQuestionBanner .contentZone .coolInput .radioInputTrueFalse {
    flex-direction: column;
    width: 350px;
}

.generateQuote .generateQuote_content .coolQuestionBanner .contentZone .coolInput .radioInputTrueFalse .inputRadio {
    justify-content: space-between;
}

.generateQuote .generateQuote_footer {
    padding-left: 337px;
    padding-right: 83px;
}

.generateQuote .generateQuote_footer .button_content {
    display: flex;
    justify-content: space-between;
    width: 650px;
}

.generateQuote .generateQuote_content .coolQuestionBanner {
    width: 800px;
}

.ficheEntreprise .ficheEntreprise_main {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.ficheEntreprise .verticalBar {
    border-left: 2px solid #E7E7E7;
    align-self: stretch;
}

.ficheEntreprise .ficheEntreprise_Link,
.ficheEntreprise .ficheEntreprise_Link a {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.ficheEntreprise .ficheEntreprise_cardWraper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.ficheEntreprise .companyCard {
    min-width: 300px;
}

.retourInsitu .retourInsitu_Content {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    gap: 50px;
}

.retourInsitu .retourInsitu_Card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: 250px;
    border: 3px solid #154162;
    border-radius: 20px;
}

.retourInsitu .retourInsitu_CardEnabled {
    cursor: pointer;
}

.retourInsitu .retourInsitu_CardDisabled {
    flex-direction: column;
    opacity: 0.5;
    cursor: initial;
}

.retourInsitu .retourInsitu_Card_action {
    font-weight: bold;
    text-decoration: underline;
    color: #154162;
    font-size: 22px;
}

.retourInsitu_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 150px;
}

.retourInsitu_container{
    margin-left: 337px;
    margin-right: 83px;
}

/******************/
/* Modale RDV Web */
/******************/
.modalRDVWeb .modal-body {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.modalRDVWeb .modal-dialog {
    max-width: 1600px;
}


.modalRDVWeb .topPart{
    display: flex;
    flex-direction: row;
    gap: 10px
}

.modalRDVWeb .topPart .info_container{
    width: 40%; 
}

.modalRDVWeb .topPart .info_container .statusSelectedSalesperson{
    display: flex;
    flex-direction: row;
    place-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.modalRDVWeb .topPart .info_container .statusSelectedSalesperson .selectInput_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.modalRDVWeb .topPart .info_container .statusSelectedSalesperson .selectInput_container .selectInput{
    width: auto;
}

.modalRDVWeb .topPart .info_container > *{
    margin-bottom: 10px;
}

.modalRDVWeb .topPart .info_container .clientInfoRDV{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modalRDVWeb .topPart .info_container .clientInfoRDV > *:first-child,
.modalRDVWeb .topPart .info_container .clientInfoRDV > *:last-child{
    width: -webkit-fill-available;
}

.modalRDVWeb .topPart .info_container .separator {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #dde4e7;
}

.modalRDVWeb .topPart .info_container .clientInfoRDV .clientInfo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modalRDVWeb .leftRightLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.modalRDVWeb .info_container .clientInfo .nomPrenomClient {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.modalRDVWeb .info_container .clientInfo>.infoWithIcon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modalRDVWeb .info_container .clientInfo>.infoWithIcon.link {
    text-decoration: underline;
    cursor: pointer;
}

.modalRDVWeb .info_container .element {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
}

.modalRDVWeb .info_container .element>div:first-child {
    font-weight: bold;
    text-align: left;
}

.modalRDVWeb .info_container .element>div:last-child {
    text-align: right;
}

.modalRDVWeb .textArea_container{
    width: 60%;
    background-color: #F5F5F8;
    padding: 10px;
    border-radius: 10px;
}

.modalRDVWeb .textArea_container textarea{
    padding-bottom: 10px;
    height: 100px;
}

.modalRDVWeb .textArea_container .actions{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modalRDVWeb .info_container .additional {
    white-space: pre-line;
    word-break: break-word;
}

.modalRDVWeb .bottomPart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.modalRDVWeb .bottomPart .decouverte_title {
    font-size: 20px;
    font-weight: bold;
}

.modalRDVWeb .bottomPart .case_list {
    display: flex;
    gap: 50px;
}

.modalRDVWeb .bottomPart .case_list .decouverteCard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 322px;
    height: 250px;
    border: 3px solid#154162;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    text-wrap: balance;
    padding: 30px;
    gap: 25px;
}

.modalRDVWeb .bottomPart .case_list .decouverteCard .clickableCard{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: inherit
}

.modalRDVWeb .bottomPart .case_list .decouverteCard .selectInput_container{
    justify-content: center;
    display: flex;
    width: inherit;    
}

.modalRDVWeb .bottomPart .case_list .decouverteCard .selectInput_container .selectInput{
    width: 75%;
}

.modalRDVWeb .bottomPart .case_list .decouverte_label {
    font-size: 18px;
    color: #154162;
}

.modalRDVWeb .bottomPart .case_list .decouverteCard .decouverteCardButtons {
    display: flex;
    gap: 15px;
}

.modalRDVWeb .bottomPart .tableView {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modalRDVWeb .bottomPart .tableView,
.consumerSearch .content-consummerSearch .consumerDetails .tableView
 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modalRDVWeb .bottomPart .tableView .title,
.consumerSearch .content-consummerSearch .consumerDetails .tableView .title
.modalRDVWebPopup .popup .title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.modalRDVWeb .bottomPart .tableView .title .icon{
    cursor: pointer;
}

.modalRDVWeb .bottomPart .tableView .newProjectAction{
    text-align: end;
}

.modalRDVWeb .bottomPart .tableView .newProjectAction .link {
    text-decoration: underline;
    cursor: pointer;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table {
    display: flex;
    gap: 30px;
    width: 100%;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_column {
    width: 25%;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_column .currency input {
    text-align: right;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_column > div {
    margin-bottom: 11px;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_column .projectMigrateExRevenue .text {
    color: red;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.modalRDVWeb .bottomPart .tableView .definitionprojet_table .definitionprojet_label > b {
    font-weight: bold;
}

.modalRDVWeb .definitionprojet_table .definitionprojet_column .optinSection {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.modalRDVWeb .definitionprojet_table .definitionprojet_column .optinSection svg {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid var(--main-primary-color);
    border-radius: 50%;
    color: var(--main-primary-color);
    height: 1em;
    width: 1em;
    padding: 0.2em;
    margin-left: 5px;
}

.modalRDVWeb .definitionprojet_table .definitionprojet_column .optinSection .optinAgreementToolTip {
    display: flex;
    align-items: center;
}

.modalRDVWeb .definitionprojet_table .definitionprojet_column .optinSection .optinRadioInputSection {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.modalRDVWeb .definitionprojet_table .definitionprojet_column .optinSection .optinRadioInputSection .optinRadioInput {
    justify-content: normal;
    gap: 7px;
}

.tableLinkedProjects {
    height: 200px;
    width: inherit;
}

.tableLinkedProjects .body{
    display: block;
    height: 125px;
    overflow: auto;
}

.tableLinkedProjects thead,
.tableLinkedProjects .body tr {
    display: table;
    width: 100%;
    table-layout: fixed;/* even columns width , fix width of table too*/
}

.tableLinkedProjects thead tr th:last-child,
.tableLinkedProjects .body tr td:last-child {
    text-align: center;
}

.tableLinkedProjects .body tr td,
.tableRDVWeb .body tr td,
.consumerSearch_data_grid tr td.verticalAlign{
    vertical-align: middle!important;  
}

.tableLinkedProjects .body tr td .icon svg,
.tableRDVWeb .body tr td .icon svg,
.consumerSearch .content-consummerSearch .searchResult .consumerSearch_data_grid tr td .icon svg,
.modalSponsor .search .searchResult .icon svg{
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.tableLinkedProjects .body.coolScrollbar::-webkit-scrollbar-track {
    background-color: #F5F5F8;
}

.modalKeepOrReplaceRDV .modal-dialog{
    min-width: 40%;
}

.modalKeepOrReplaceRDV .content{
    width: inherit;
    display: flex;
    flex-direction: column;
}

.modalKeepOrReplaceRDV .actions{
    display: flex;
    flex-direction: row;
    place-content: flex-end;
    gap: 10px;
}

.clientInfo .relanceEmailIcon, 
.clientInfo .relancePhoneIcon {
    display: flex;
    align-items: center;
    gap: 5px;
}
.coolModal .validationControlAchat {
    width: 240px;
}
.definitionprojet .link {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.definitionprojet .footer {
    left: 337px;
    right: 83px;
}

.definitionprojet .infoFinancement {
    display: flex;
    gap: 5px;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_column .infoFinancement .icon {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.definitionprojet .definitionprojet_content {
    padding-left: 337px;
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-right: 80px;
}

.definitionprojet .definitionprojet_content .definitionprojet_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_buttons {
    display: flex;
    gap: 30px;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table {
    display: flex;
    gap: 30px;
    width: 100%;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_column {
    width: 25%;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_column .currency input {
    text-align: right;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_column>div {
    margin-bottom: 11px;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_column .projectMigrateExRevenue .text {
    color: red;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_column .reasonForVatExemption .reasonForVatExemptionLabel {
    text-align: left;
    font-family: Montserrat !important;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_label,
.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .right .definitionprojet_expostock_table .definitionprojet_label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.definitionprojet .definitionprojet_content .definitionprojet_body .definitionprojet_table .definitionprojet_label > b,
.definitionprojet_body .right .definitionprojet_expostock_table .definitionprojet_label > b {
    font-weight: bold;
}

.consumerSearch .content-consummerSearch .search {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.consumerSearch .content-consummerSearch .search .buttons .divButtonSM2 {
    flex: 1;
}

.consumerSearch .content-consummerSearch .search .verticalSeparator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.consumerSearch .content-consummerSearch .search .searchForm {
    gap: 10px;
    display: flex;
    flex-direction: column;
    min-width: 400px;
}

.consumerSearch .content-consummerSearch .search .searchForm .separator {
    display: flex;
    flex-direction: row;
    gap:10px;  
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 15px;
}

.consumerSearch .content-consummerSearch .search .searchForm .separator .left,
.consumerSearch .content-consummerSearch .search .searchForm .separator .right {
    margin-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    width: -webkit-fill-available;
}

.consumerSearch .content-consummerSearch .search .searchForm .action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

.consumerSearch .content-consummerSearch .search .consumerDetails {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    width: 100%;
}

.consumerSearch .content-consummerSearch .search .consumerSearch_data_grid #gridContainerConsumerSearchList {
    height: calc(100vh - 211px);
}

.consumerSearch .content-consummerSearch .searchResult .icon:hover {
    cursor : pointer;
}

.consumerSearch .content-consummerSearch .searchResult .telephones,
.modalSponsor .search .searchResult .telephones {
    text-wrap: nowrap;
}

.consumerSearch .content-consummerSearch .searchResult .emails,
.modalSponsor .search .searchResult .emails {
    word-break: break-word;
}

.consumerSearch .content-consummerSearch .consumerDetails .tableRDVWeb {
    width: inherit;
}

.consumerSearch .content-consummerSearch .consumerDetails .tableRDVWeb .center {
    text-align: center;
}

.consumerSearch .content-consummerSearch .consumerDetails .tableRDVWeb .body .center tr td {
    text-align: center;
}

.consumerSearch .content-consummerSearch .consumerDetails .tableRDVWeb .body tr td .icon {
    cursor: pointer;
}

.consumerSearch .content-consummerSearch .consumerDetails .tableRDVWeb .body.coolScrollbar::-webkit-scrollbar-track {
    background-color: #F5F5F8;
}

.modalCreateProject_content .modalCreateProject_cards{
    display: flex;
    gap: 15px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #154162;
    justify-content: center;
}

.modalCreateProject_content .modalCreateProject_cards .modalCreateProject_Card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 270px;
    height: 200px;
    border: 3px solid#154162;
    border-radius: 20px;
    cursor: pointer;
    gap: 10px;
    padding: 30px;
}

.modalCreateProject_content .modalCreateProject_cards .modalCreateProject_Card .clicable_card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modalCreateProject {
    max-width: 1100px !important;
}

.modalCreateProject .modalCreateProject_content .modalCreateProject_cards .modalCreateProject_Card .typologieProjet {
    font-size: 14px;
}

.modalCreateProject .modalCreateProject_content .modalCreateProject_cards
.modalCreateProject_Card .clicable_card .card_action{
    text-decoration: underline;
    text-align: center;
}

.modalCreateProject .modalCreateProject_content .modalCreateProject_cards .modalCreateProject_InfoCard {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.modalCreateProject .modalCreateProject_content .modalCreateProject_cards .modalCreateProject_Card .modalCreateProject_Buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.ficheClient .ficheClient_content {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
}

.ficheClient .ficheClient_main {
    display: flex;
    gap: 30px;
}

.ficheClient .ficheClient_main .clientProspect{
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ficheClient .ficheClient_main .form_referrer_addresses {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ficheClient .ficheClient_main .form_referrer_addresses>div:first-child {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ficheClient .ficheClient_main .form_referrer_addresses > div:last-child {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.ficheClient .ficheClient_main .verticalBar {
    border-left: 2px solid #E7E7E7;
    align-self: stretch;
}

.ficheClient .ficheClient_main .spouseCard {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}

.ficheClient .ficheClient_main .clientInputs {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 435px;
    min-width: 351px;
}

.ficheClient .ficheClient_main .clientProspect {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 285px;
    min-width: 285px;
}

.ficheClient .ficheClient_main .clientProspect .subOriginProspect {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ficheClient .ficheClient_main .clientProspect .subOriginProspect .icon {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.ficheClient .ficheClient_main .clientProspect .subOriginProspect .offset,
.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .subOriginProspect .offset{
    margin-top: 18px;
}

.ficheClient .ficheClient_main .clientInputs .spouseTitle,
.ficheClient .ficheClient_main .clientInputs .clientTitle {
    display: flex;
    flex-direction: row;
    height: 42px;
    align-items: end;
}

.ficheClient .ficheClient_main .clientInputs .spouseTitle svg ,
.ficheClient .ficheClient_main .clientInputs .optinSection svg{
     height: 1em;
     width: 1em;
     padding: 0.2em;

     margin-left: 5px;
    }

.ficheClient .ficheClient_main .questLink {
    text-decoration: underline;
    cursor: pointer;
}

.ficheClient .ficheClient_main .clientInputs .optinSection {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ficheClient .ficheClient_main .clientInputs .optinSection .optinAgreementToolTip {
    display: flex;
    align-items: center; 
}

.emailMarketingInfoTooltip {
    white-space: normal;
    max-width: 660px;
}

.ficheClient .ficheClient_main .clientInputs .optinSection .optinRadioInputSection {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.ficheClient .ficheClient_main .clientInputs .optinSection .optinRadioInputSection .optinRadioInput {
    justify-content: normal;
    gap: 7px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_content{
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main {
    display: flex;
    gap: 30px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .form_referrer_addresses {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .form_referrer_addresses > div:first-child {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .form_referrer_addresses > div:nth-child(2),
.fichePersonnelMagasin .fichePersonnelMagasin_main .form_referrer_addresses > div:last-child {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .verticalBar {
    border-left: 2px solid #E7E7E7;
    align-self: stretch;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .spouseCard {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 435px;
    min-width: 435px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .clientInputs {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 351px;
    min-width: 351px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .clientInputs .spouseTitle {
    display: flex;
    align-items: end;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .subOriginProspect {
    display: flex;
    gap: 15px;
    align-items: center;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .subOriginProspect .icon {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .optinSection {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .optinSection .optinRadioInputSection {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .userInputs .optinSection .optinRadioInputSection .optinRadioInput {
    justify-content: normal;
    gap: 7px;
}

.fichePersonnelMagasin .fichePersonnelMagasin_main .questLink {
    text-decoration: underline;
    cursor: pointer;
}

.modalSponsor .modal-dialog {
    max-width: 1680px;
}

.modalSponsor .modal-content {
    min-height: 600px;
}

.modalSponsor .modal-content .search .consumerSearch_data_grid #gridContainerConsumerSearchList {
    height: 400px;
}

.modalSponsor .search {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.modalSponsor .search .verticalSeparator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);

}

.modalSponsor .search .searchForm {
    gap: 10px;
    display: flex;
    flex-direction: column;
    min-width: 350px;
}

.modalSponsor .search .searchForm .buttons {
    display: flex;
    gap: 10px;
}

.modalSponsor .search .searchForm .buttons .labelInputContainer {
    width: 100%;
}

.modalSponsor .search .searchForm .separator {
    display: flex;
    flex-direction: row;
    gap:10px;  
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modalSponsor .search .searchForm .separator .left,
.modalSponsor .search .searchForm .separator .right {
    margin-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    width: -webkit-fill-available;
}

.modalSponsor .search .searchForm .action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

.modalSponsor .search .searchResult .icon:hover {
    cursor : pointer;
}

.modalSponsor .sponsorForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 50px;
}

.modalSponsor .sponsorForm .sponsorFormInner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: inherit;
    gap: 50px;
    align-items: flex-start;
}

.modalSponsor .sponsorForm .sponsorFormInner .buttons .divButtonSM2{
    flex: 1;
}

.modalSponsor .sponsorForm .sponsorFormInner .sponsorGeneralInfo,
.modalSponsor .sponsorForm .sponsorFormInner .sponsorGeneralInfo .privateSponsorForm,
.modalSponsor .sponsorForm .sponsorFormInner .sponsorGeneralInfo .professionalSponsorForm,
.modalSponsor .sponsorForm .sponsorFormInner .addressForm {
    gap: 10px;
    width: 400px;
    display: flex;
    flex-direction: column;
}
    
.modalSponsor .sponsorForm .sponsorFormInner .addressForm {
    margin-top: 52px;
}

.modalSponsor .sponsorForm .sponsorFormInner .sponsorGeneralInfo .coolInput input:not(.react-international-phone-input),
.modalSponsor .sponsorForm .sponsorFormInner .sponsorGeneralInfo .coolInput select {
    height: 28px;
    padding: 3px 9px;
}

.confirmAndReplaceListContent .coolDataGrid {
    max-height: calc(100vh - 215px);
    /* 211px est la hauteur des header (100), footer (51), padding du content_react (2x30) arrondi à 215px */
}

.definitionprojet_expostock .footer {
    right: 83px;
}

.definitionprojet_expostock .definitionprojet_expostock_content {
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-right: 80px;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 50px;
    height: 100%;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .left
{
    width: calc(100%/3);
    display: flex;
    justify-content: right;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .left .expo{
    display: flex;
    width: 400px;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .verticalSeparator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 75%;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .right
{
    width: calc(100%*(2/3));
    display: flex;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .right .definitionprojet_expostock_table {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-evenly;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .right .definitionprojet_expostock_table .definitionprojet_column {
    width: 400px;
}

.definitionprojet_expostock .definitionprojet_expostock_content .definitionprojet_expostock_body .right .definitionprojet_expostock_table .definitionprojet_column>div {
    margin-bottom: 11px;
}

.modalSupport {
    width:20px;
    height:20px;
}

.venteForm .venteForm_content {
    padding: 17px 83px 17px 337px;
}

.venteForm .venteForm_content .furnitureRecovery_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.venteForm .venteForm_content .furnitureRecovery_content .furnitureRecovery_contentQuestions {
    width: 100%;
    display: flex;
    gap: 10px;
}

.venteForm .venteForm_content .furnitureRecovery_content .worktops {
    align-items: flex-end;
    text-wrap-mode: nowrap;
}

.venteForm .venteForm_content .furnitureRecovery_content .worktopsCheckBox {
    margin-bottom: 7px;
}

.venteForm .venteForm_content .furnitureRecovery_content .worktopsATR {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.venteForm .venteForm_content .furnitureRecovery_content .worktopsCheckBoxATR {
    margin-bottom: 7px;
    width: 20%;
}

.venteForm .venteForm_content .optionalPages {
    width: 100%;
    display: flex;
    justify-content: center;
}

.venteForm .venteForm_content .optionalPages .coolQuestionBanner .contentZone .optionalPages_content {
    display: grid;
    gap: 5px;
}

.venteForm .venteForm_content .coolQuestionBanner .contentZone .coolInput.inputRadio {
    align-items: start;
}

.venteForm .venteForm_footer {
    padding-left: 337px;
    padding-right: 83px;
}

.venteForm .venteForm_footer .button_content {
    display: flex;
    justify-content: space-between;
    width: 650px;
}

.venteForm .venteForm_content .coolQuestionBanner {
    width: 800px;
}

.contentParamDocs > div {
    padding: 20px;
}

#parametrageZonesDocuments_content .zoneCellRender .buttonOui {
    width: 100%;
    background: #00b894;
    border: #00b894;
}

#parametrageZonesDocuments_content .zoneCellRender .buttonNon {
    width: 100%;
    background: #ff7675;
    border: #ff7675;
}

#parametrageZonesDocuments_content .zoneCellRender .buttonNA {
    width: 100%;
}

#parametrageZonesDocuments_content .enteteCellRender .button {
    padding-top: 2px;
    padding-bottom: 2px;
}

#parametrageZonesDocuments_content .documentTypes {
    margin: 10px 0px;
}

#parametrageZonesDocuments_content .dataGrid {
    margin: 10px 0px;
}

#parametrageZonesDocuments_content .footer {
    margin: 10px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#parametrageZonesDocuments_content .enteteCellRender .error, #parametrageZonesDocuments_content .zoneCellRender .error {
    color: #C62828;
}

#parametrageZonesDocuments_content .info {
    font-size: 12px;
}

#parametrageZonesDocuments_content .colPays {
    height: 40px;
    text-align: left;
}

.venteForm .minContent {
    overflow: auto;
    max-height: calc(100vh - 233px); /* 68px (header SM2) - 100px (header de la page) - 48px (barre de navigation) - 17px (padding content-react) */
}

.venteForm .HorizontalCoolCard {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
}

.venteForm .cards_HorizontalCoolCard_left {
    display: flex;
    justify-content: center;
    background-color: #caceda;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 200px;
    align-items: center;
}

.venteForm .cards_HorizontalCoolCard_right {
    background-color: #F5F5F8 ;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.venteForm .cards_HorizontalCoolCard_right .cardPose_label {
    display: flex;
    gap: 5px;
}

.venteForm .cards_HorizontalCoolCard_right .vertical_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.venteForm .cards_HorizontalCoolCard_left .icon_HorizontalCoolCard{
    width: 100px;
    height: 100px;
    padding: 10px;
    color:var(--main-primary-color);
}

.venteForm .cards_HorizontalCoolCard_right .HorizontalCoolCards_selectInput {
    width: 350px; 
    text-align: left;
}

.venteForm .cards_HorizontalCoolCard_right .HorizontalCoolCards_Link {
    text-decoration: underline;
    color: var(--main-primary-color);
    cursor: pointer;
}

.venteForm .main_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 15px;
}

.venteForm .planningDateInput {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-end;
    gap: 10px;
}

.venteForm .planningDateInput .hour {
    width: 100px;
}

.venteForm .planningDateInput .date,
.cards_HorizontalCoolCard_right .date {
    width: 150px;
}

.venteForm .planningDateInput .planningDateTime {
    display: flex;
    gap: 10px;
}

.venteForm .rowInput {
    display: flex;
    gap: 10px;
}

.venteForm .cards_HorizontalCoolCard_right .card_right_icon {
    float: right;
    margin-left: auto;
}

.venteForm .cards_HorizontalCoolCard_right .question_date .question{
    display: flex;
    flex-direction: column;
}

.venteForm .cards_HorizontalCoolCard_right .cardPose_label .red_icon {
    border: 1px solid #aa0606;
}

.cards_HorizontalCoolCard_right .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    cursor: pointer;
}

.venteForm .cards_HorizontalCoolCard_right .check_box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.venteForm .cards_HorizontalCoolCard_right .check_box>input {
    cursor: pointer;
}

.venteForm .cards_HorizontalCoolCard_right .plateforme_button {
    display: flex;
    align-items: center;
}

.venteForm .cards_HorizontalCoolCard_right .inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 25px;
}

.venteForm .cards_HorizontalCoolCard_right .inputs .input_deliverer {
    width: 250px;
    text-align: left;
}

.venteForm .buttons_row {
    display: flex;
    gap: 10px;
}

.venteForm .cards_HorizontalCoolCard_right .icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.venteForm .cards_HorizontalCoolCard_right .unactive_pose {
    display: flex;
    gap: 15px;
    color: #154162;
    text-align: start;  
}

.venteForm .vertical_content .plateforme_button #btnModifierPdl .button-text {
    font-weight: normal;
}

.venteForm .footer {
    padding-left: 337px;
    padding-right: 83px;
}

.venteForm .venteEcheancier {
    gap: 25px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.venteForm .venteEcheancier .echeancier .verticalBar {
    border-left: 1px solid #E7E7E7;
}

.venteForm .venteEcheancier .echeancier {
    display: flex;
    gap: 30px;
}

.venteForm .venteEcheancier .groupTitle {
    display: flex;
    flex-direction: column;
}

.venteForm .venteEcheancier .groupTitle .titleText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.venteForm .venteEcheancier .groupTitle .titleBar {
    margin: 20px 0px;
    border-bottom: 1px solid #E7E7E7;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow {
    display: flex;
    flex-direction: column;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement  .echeancierHeaderRow .echeancierHeader {
    display: flex;
    flex-direction: row;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .blank {
    flex: 2;
    padding: 7px 9px;
    display: flex;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders {
    flex: 3;
    display: flex;
    border-radius: 5px 5px 5px 5px;
    justify-content: space-between;
    padding: 7px 9px;
    background: #CACEDA;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders>* {
    gap : 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders>:first-child,
.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders>:last-child {
    flex: 4;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders>:nth-child(3) {
    flex: 7;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders .columnHeader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .echeancierHeaderRow .echeancierHeader .columnHeaders .verticalSeparator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier {
    display: flex;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier {
    border-radius: 10px 0px 0px 10px;
    justify-content: space-between;
    background: #CACEDA;
    flex: 2;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    gap: 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .titreLibelle {
    padding-left: 9px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier input {
    padding-left: 9px;
    font-weight: 700;
    font-size: 14px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .icon,
.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .text .icon,
.venteForm .venteEcheancier .individualAgreements .linkAndIcon .icon {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #154162;
    font-size: 22px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .icon.finance {
    font-size: 28px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .buttonSM2{
    padding: 0px;
}

.venteForm .venteEcheancier .individualAgreements .linkAndIcon .icon,
.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .text .icon.dragAndDrop,
.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .titreEcheancier .icon.info {
    border: 1px solid #154162;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px;
    width: 20px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .echeancierInput input {
    height: 25px;
    padding-right: 5px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields,
.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fakeLine {
    display: flex;
    align-items: center;
    background: #F5F5F8;
    border-radius: 0px 10px 10px 0px;
    justify-content: space-between;
    gap: 20px;
    flex: 3;
    padding: 7px 9px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields>* {
    flex: 4;
    align-items: center;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .dateField {
    align-self: center;
    padding-left: 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .montantPourcentageEcheancier {
    display: flex;
    flex-direction: row;
    flex: 7;
    gap: 20px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .pourcentageEcheancier {
    flex: 3;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .percentageField {
    flex: 3;
    display: flex;
    justify-content: center;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .montantEcheancier {
    flex: 5;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .amountField {
    flex: 5;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    font-weight: bold;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .pourcentageEcheancier input {
    text-align: center;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .fields .montantEcheancier input {
    text-align: right;
    font-weight: 700;
    font-size: 13px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .ligneEcheancier .regle {
    text-align: right;
    font-weight: bold;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .footerEcheancier {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .liens {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .liens .lien,
.venteForm .venteEcheancier .individualAgreements .link {
    text-decoration: underline;
    width: fit-content;
    cursor: pointer;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px dashed #154162;
    border-radius: 5px;
    gap: 40px;
    max-height: 50px;
    cursor: grab;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .montantRestant {
    color: #AA0606;
    font-weight: 700;
    font-size: 14px;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .danger {
    color: #AA0606;
}

.venteForm .venteEcheancier .echeancier .echeancierPaiement .resteEcheancier .info {
    color: var(--main-dark-color);
}

.venteForm .venteEcheancier .echeancier .syntheseMontantsProjet {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.venteForm .venteEcheancier .echeancier .syntheseMontantsProjet .ligneSyntheseMontantProjet {
    display: flex;
    justify-content: space-between;
}

.venteForm .venteEcheancier .individualAgreements {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.venteForm .venteEcheancier .individualAgreements .agreements,
.venteForm .venteEcheancier .individualAgreements .clause {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F5F5F8;
    padding: 10px;
}

.venteForm .venteEcheancier .individualAgreements .agreements{
    flex-direction: row;
}

.venteForm .venteEcheancier .individualAgreements .textInput textarea {
    height: 75px;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseLink {
    align-self: flex-end;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseDateField {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseDateText {
    display: flex;
    flex-direction: row;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseDateField>:first-child,
.venteForm .venteEcheancier .individualAgreements .linkAndIcon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


.venteForm .venteEcheancier .individualAgreements .clause .clauseDateField .label,
.venteForm .venteEcheancier .individualAgreements .clause .clauseDateText .label {
    font-size: 13px;
    font-weight: bold;
    max-width: fit-content;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseFields {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseFields>div {
    flex: 5;
}

.venteForm .venteEcheancier .individualAgreements .clause .clauseFields>:first-child {
    flex: 3;
}

.fundingModal .modal-dialog {
    max-width: 1000px;
    min-width: 350px;
    width: fit-content;
}

.fundingModal .modal-content {
    min-height: 230px;
}

.fundingModal .modal-body {
    display: flex;
    flex-direction: column;
}

.fundingModal .modal-body .main {
    display: flex;
    flex-direction: row;
}

.fundingModal .left {
    min-width: 300px;
}

.fundingModal .left .top{
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.fundingModal .left .top > :first-child{
    padding-top: 12px;
    padding-bottom: 16px;
    width: fit-content;
}

.fundingModal .left .top .isCofidisFunding .labelInputContainer .label {
    margin-bottom: 5px;
}

.fundingModal .left .bottom {
    display: flex;
    width: 100%;
}

.fundingModal .left .bottom .cofidisOffer{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%
}

.fundingModal .left .bottom .cofidisOffer .element{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    gap: 5px;
}

.fundingModal .left .bottom .cofidisOffer .element, .fundingModal .left .top .element{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    gap: 5px;
}

.fundingModal .left .bottom .cofidisOffer .element > :last-child{
    font-weight: bold;
}

.fundingModal .left .bottom .otherOffer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fundingModal .left .bottom .otherOffer > :last-child{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.fundingModal .left .creditOrganisation {
    font-size: 13px;
    font-weight: bold;
}

.fundingModal .separator {
    margin: 0 10px 0 10px;
    border-left: 1px solid #dde4e7;
}

.fundingModal .right {
    display: flex;
    flex-direction: column;
    min-width: 600px;
    gap: 10px;
}

.fundingModal .right .cofidisActions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    width: 100%;
}

.fundingModal .right .groupFinancingType .divButtonSM2 {
    flex: 1;
}

.fundingModal .right .simulateDixDouzeXCB {
    width: 25%;
    align-self: flex-end;
}

.createFundingModal .main {
    gap: 25px;
    display: flex;
    flex-direction: column;
    min-width: 400px;
}

.createFundingModal .main .groupFinancingType .divButtonSM2 {
    flex: 1;
}

.createFundingModal .main .simulateDixDouzeXCB {
    width: 25%;
    align-self: flex-end;
}

/************************************/
/* Ecran enregistrement de la vente */
/************************************/
.saleRecord .saleRecord_content {
    padding: 17px 83px 17px 337px;
}

.saleRecord .saleRecord_content .saleRecordQuestions {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow {
    display: flex;
    flex-direction: row;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow .blank {
    flex: 1;
    padding: 7px 20px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow .columnHeaders {
    display: flex;
    flex-direction: row;
    flex: 3;
    border-radius: 5px;
    background: #CACEDA;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow .columnHeaders .columnHeader {
    flex: 1;
    text-align: center;
    align-content: center;
    padding: 7px 9px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow .columnHeaders .columnHeader:last-child {
    flex: 3;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsHeaderRow .columnHeaders .verticalSeparator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    align-items: stretch;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionLabel {
    flex: 1;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px;
    display: flex;
    background: #CACEDA;
    align-items: center;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionLabel .saleChoicesDate {
    font-weight: normal;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns {
    display: flex;
    flex-direction: row;
    flex: 3;
    background: #F5F5F8;
    align-items: center;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn {
    flex: 1;
    text-align: center;
    align-content: center;
    height: 100%;
    padding: 7px 9px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn:last-child {
    display: flex;
    align-items: center;
    flex: 3;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnLeft {
    flex: 1;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnLeft .documentLink {
    word-break: break-word;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnLeft .fundingLabel {
    word-break: break-word;
    text-align: center;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnLeft .fundingLabel .success {
    color: var(--main-success-color);
    font-weight: bold;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnLeft .fundingLabel .danger {
    color: var(--main-danger-color);
    font-weight: bold;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnRight {
    width: 25px;
    height: 20px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionContentRow .saleQuestionColumns .saleQuestionColumn .saleQuestionColumnRight .icon {
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleQuestionsBar {
    margin: 10px 0px;
    border-bottom: 1px solid #E7E7E7;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation {
    background: #F5F5F8;
    flex: 3;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesDivider {
    padding: 0 10px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationLabel {
    flex: 2;
    align-items: center;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .labelBold {
    font-weight: bold;
    font-size: 14px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices {
    flex: 8;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice {
    flex: 10;
    align-items: center;
    display: flex;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice input {
    margin: 5px 10px;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice .danger {
    color: var(--main-danger-color);
    font-weight: bold;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice #ttpHelpSaleDate {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    border: 1px #154162 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice .saleChoicesValidationChoiceTextarea {
    width: 100%;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationChoice .saleChoicesValidationChoiceTextarea textarea {
    height: 100px;
    resize: none;
    overflow-y: auto;
}

.saleRecord .saleRecord_content .saleRecordQuestions .saleQuestions .saleChoicesValidation .saleChoicesValidationLine .saleChoicesValidationChoices .saleChoicesValidationError {
    color: red;
}

.saleRecord .footer {
    padding-left: 337px;
    padding-right: 83px;
}

/*****************************************************/
/* Composant commun de recherche des écrans de suivi */
/*****************************************************/
.trackingSearchForm {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.headerSearchForm {
    display: block;
    width: 100%;
}

.trackingSearchForm .inputZone {
    display: flex;
    gap: 15px;
}

.trackingSearchForm .inputZone .searchFormColumn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trackingSearchForm .inputZone .searchFormColumn .coolInput input {
    height: 33px;
}

.trackingSearchForm .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
}

.trackingSearchForm .buttons .buttonsSearch {
    min-width: 150px;
}

/*****************************************/
/* Ecrans suivi des ventes à enregistrer */
/*****************************************/
.trackingSalesToRegister .headerTrackingSalesToRegister .headerFiltre {
    width: 100%;
}

.trackingSalesToRegister .headerTrackingSalesToRegister .headerFiltre .trackingSearchForm .columnIndex_0 {
    margin-right: 15px;
}

.trackingSalesToRegister .headerTrackingSalesToRegister .headerFiltre .trackingSearchForm .columnIndex_1 {
    margin-top: 13px;
}

.trackingSalesToRegister .headerTrackingSalesToRegister .divider {
    width: 100%;
    opacity: 1;
    color: #E7E7E7;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .centerIcon {
    display: flex;
    justify-content: center;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .centerIcon .trackingSalesToRegisterIcons {
    height: 25px;
    cursor: pointer;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .verticalCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .cellWithTTInfo {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .clauseComment {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    font-size: 10px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
    font-weight: bold;
}

.trackingSalesToRegister .coolDataGrid {
    /* 311 est la somme du header (200) du footer(51) et du padding de la page (2x30) */
    height: calc(100vh - 311px);
}

.trackingSalesToRegister .trackingSalesToRegisterTable .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
    background-color: #ebecf1;
}

.trackingSalesToRegister .trackingSalesToRegisterTable .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td {
    border-color: #ebecf1;
}


.coolSearch > .coolSearchInput {
    border-radius: 5px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #154162;
}

.coolSearch > .coolSearchInput.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.coolSearch > .coolSearchInput.active::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 65%;
    border-bottom: 1px solid #154162;
    transform: translateX(-50%);
}

.coolSearch > .coolSearchInput > .coolSearchInput_Type {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 45px;
    height: 100%;
}

.coolSearch > .coolSearchInput > .coolSearchInput_Type.active {
    border-bottom-left-radius: 0;
}

.coolSearch > .coolSearchInput > .coolSearchInput_input {
    padding: 5px 11px 5px 0px;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coolSearch > .coolSearchInput > .coolSearchInput_input > input {
    flex: 1;
    padding: 0;
    border: 0px;
    background-color: #f7f7f7;
    align-items: center;
    outline: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #272828;
    width: 271px;
    transition: width 301ms ease-in-out;
}

.coolSearch .coolSearchTypeList .coolSearchTypeLine {
    display: flex;
    padding: 5px 11px;
    cursor: pointer;
    background-color: #caceda;
}

.coolSearch .coolSearchTypeList {
    position: absolute;
    width: 360px;
    border: 1px solid #154162;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.coolSearch .coolSearchTypeList .coolSearchTypeLine:hover {
    background-color: #ebecf1;
}

.coolSearch .coolSearchTypeList .coolSearchTypeLine .coolSearchTypeLine_icon {
    width: 25px;
    font-size: 19px;
    color: #154162;
}

.coolSearch .coolSearchTypeList .coolSearchTypeLine .coolSearchTypeLine_text {
    flex: 1;
}

.coolSearch > .coolSearchInput > .coolSearchInput_input > .verticalDevider {
    border: 0.5px solid var(--main-info-color);
    height: 19px;
    opacity: 0.25;
    margin-right: 5px;
}

.coolSearch > .coolSearchList {
    position: absolute;
    width: 360px;
    background-color: #f7f7f7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px 0;
    border-left: 1px solid #154162;
    border-right: 1px solid #154162;
    border-bottom: 1px solid #154162;
    max-height: 201px;
    overflow-y: auto;
}

.coolSearch > .coolSearchList > .searchItem {
    display: flex;
    align-items: center;
    padding: 5px 11px;
}

.coolSearch > .coolSearchList > .searchItem:hover {
    background-color: #E0E0E0;
}

.coolSearch > .coolSearchList > .searchItem:focus {
    background-color: #caceda;
    outline: none;
}

.coolSearch > .coolSearchList > .searchItem > .contentText {
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/****************************/
/* Ecrans suivi des impayés */
/****************************/
.impayes .headerImpayes .headerFiltre {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_0 {
    margin-right: 15px;
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_1 {
    margin-top: 13px;
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo {
    display: flex;
    flex-wrap: wrap; /* permet au label de prendre toute la ligne */
    align-items: flex-end; /* aligne les inputs sur la même ligne */
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .label {
    flex: 0 0 100%;
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .searchPatternApplier {
    flex: 1 1 0;
    max-width: 155px;
}

.impayes .headerImpayes .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .searchPatternApplier > .coolInput {
    width: 100%;
}

.impayes .headerImpayes .divider {
    width: 100%;
    opacity: 1;
    color: #E7E7E7;
}

.headerReporting .top {
    display: flex;
    align-items: baseline;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.headerReporting .top .actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.impayes .coolDataGrid {
    /* 311 est la somme du header (200) du footer(51) et du padding de la page (2x30) */
    height: calc(100vh - 311px);
}

.impayes .tableImpayes .cellWithTTInfo {
    display: flex;
    gap: 10px;
}

.impayes .tableImpayes .cellWithTTInfo .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    font-size: 12px;
    border: 1px solid #154162;
    border-radius: 50%;
    color: #154162;
}

.impayes .tableImpayes .cellIsTakeoverPayment {
    justify-content: space-between;
}

.impayes .tableImpayes .cellWithLastFollowUpDateInfo {
    color: var(--main-danger-color);
}

.impayes .tableImpayes .center-icon {
    font-size: 25px;
}

.impayes .tableImpayes .buttonArrowRight {
    height: 25px;
}

.impayes .tableImpayes .totalRemaining {
    padding-right: 30px;
}

.impayes .tableImpayes .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
    background-color: #ebecf1;
}

.impayes .tableImpayes .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td {
    border-color: #ebecf1;
}

.modalRelanceImpaye {
    min-width: 40%;
}

.modalRelanceImpaye .modalRelanceImpaye_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modalRelanceImpaye .followUpLevelInput {
    width: 30%;
}

.modalRelanceImpaye .historyFileSection {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modalRelanceImpaye .historyFileLink {
    cursor: pointer;
    text-decoration: underline;
}

.modalEditCustomerAccountNumber_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.planning .planning_content {
    padding: 0px !important;
}

.planning .planning_header .planningReadonly {
    color: var(--main-danger-color);
    font-weight: bold;
    margin-left: 8px;
}

.planning .planning_header .header_actions .planningSelectionDate .dateRange {
    min-width: 60px;
}

.planning .planning_header .header_actions .planningSelectionDate .dateRange .dx-datebox .dx-texteditor-buttons-container {
    display: none;
}

.planning .planning_header .header_actions .planningToday,
.planning .planning_header .header_actions .planningSelectionNbWeek,
.planning .planning_header .header_actions .planningSelectionSize {
    width: 15%;
}

.planning .planning_header .header_actions .planningSelectionDate {
    display: flex;
    gap: 0px;
    align-items: center;
    width: 55%;
}

.planning .planning_header .header_actions .planningSelectionDate .divButtonSM2,
.planning .planning_header .header_actions .planningToday .divButtonSM2 {
    height: 35px;
}

.planning .planning_header .header_actions .planningSelectionDate .divButtonSM2 .previous {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: none;
}

.planning .planning_header .header_actions .planningSelectionDate .divButtonSM2 .next {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: none;
}

.planning .planning_header .header_actions .planningSelectionDate .divButtonSM2 .button-text {
    font-size: 25px;
}

.planning .planning_header .header_actions .planningSelectionDate .dateRange .dx-datebox {
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: none;
    border-color: var(--main-primary-color);
}

.planning .planning_header .header_actions .planningSelectionDate .dx-texteditor .dx-editor-outlined {
    background: none;
}

.planning .planning_header .header_actions .planningSelectionDate .dateRange .dx-texteditor-input {
    color: var(--main-primary-color);
    font-weight: bold;
    text-align: center;
}

.planning .planning_header .header_actions .planningSelectionNbWeek .dx-texteditor,
.planning .planning_header .header_actions .planningSelectionSize .dx-texteditor {
    background: none;
    border-color: var(--main-primary-color);
}

.planning .planning_header .header_actions .planningToday .dx-texteditor {
    background: none;
    color: var(--main-primary-color);
}

.planning .planning_header .header_actions .planningSelectionNbWeek svg,
.planning .planning_header .header_actions .planningSelectionNbWeek input,
.planning .planning_header .header_actions .planningSelectionSize svg,
.planning .planning_header .header_actions .planningSelectionSize input {
    color: var(--main-primary-color);
    font-weight: bold;
}

.planning .planning_content .dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.planning .planning_content .dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-sidebar-scrollable {
    padding-bottom: 0;
    margin-bottom: 0;
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week1) {
    max-width: calc((100vw - 240px)/14);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week2) {
    max-width: calc((100vw - 240px)/28);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week3) {
    max-width: calc((100vw - 240px)/42);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week4) {
    max-width: calc((100vw - 240px)/56);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week5) {
    max-width: calc((100vw - 240px)/70);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-date-table-cell:has(.week6) {
    max-width: calc((100vw - 240px)/84);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week1) {
    max-width: calc((100vw - 240px)/7);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week2) {
    max-width: calc((100vw - 240px)/14);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week3) {
    max-width: calc((100vw - 240px)/21);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week4) {
    max-width: calc((100vw - 240px)/28);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week5) {
    max-width: calc((100vw - 240px)/35);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell:has(.week6) {
    max-width: calc((100vw - 240px)/42);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week1 {
    max-width: calc((100vw - 240px)/1);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week2 {
    max-width: calc((100vw - 240px)/2);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week3 {
    max-width: calc((100vw - 240px)/3);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week4 {
    max-width: calc((100vw - 240px)/4);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week5 {
    max-width: calc((100vw - 240px)/5);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-horizontal.dx-scheduler-header-panel-week-cell.week6 {
    max-width: calc((100vw - 240px)/6);
}

.planning .planning_content .dx-scheduler .dx-scheduler-cell-sizes-vertical.dx-scheduler-date-table-cell {
    min-height: 100px;
}

.planning .planning_content .dx-scheduler-header {
    display: none;
}

.planning .planning_content .dx-scheduler-header-panel > thead,
.planning .planning_content .dx-scheduler-header-panel tr,
.planning .planning_content .dx-scheduler-header-panel th {
    border: none;
}

.planning .planning_content .dx-scheduler-work-space {
    border: 1px solid #BFBFBF;
}

.planning .planning_content .dx-scheduler-date-table-cell {
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .headerWeek {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 0px;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
}

.planning .planning_content .dx-scheduler-header-panel-cell {
    height: 25px;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .date {
    height: 100%;
    width: 100%;
    align-content: center;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .week {
    height: 100%;
    width: 100%;
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: start;
    padding-left: 5px;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .nbRdvs {
    height: 100%;
    width: 100%;
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: end;
    padding-right: 5px;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .green-text {
    color: #219653;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .red-text {
    color: var(--main-danger-color);
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .orange-text {
    color: #dc7200;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .start-week {
    border-left: 1px solid #989898;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .end-week {
    border-right: 1px solid #989898;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .disable-date {
    background-color: #E7E7E7;
}

.planning .planning_content .dx-scheduler-header-panel-week-cell .today-date,
.planning .planning_content .dx-scheduler-header-panel-week-cell .today-disable-date {
    background-color: #2196F3;
}

.planning .planning_content .dx-scheduler-date-table-cell:has(.disable-date) {
    background-color: #E7E7E7;
    border-left: none !important;
    border-right: none !important;
}

.planning .planning_content .dx-scheduler-date-table-cell:has(.start-week) {
    border-left: 1px solid #989898 !important;
}

.planning .planning_content .dx-scheduler-date-table-cell:has(.end-week) {
    border-right: 1px solid #989898 !important;
}

.planning .planning_content .dx-scheduler-date-table-cell:has(.half-free) {
    background-color: #DFF0D8;
}

.planning .planning_content .dx-scheduler-group-column-count-one .dx-scheduler-header-panel-empty-cell,
.planning .planning_content .dx-scheduler-group-flex-container .dx-scheduler-group-row {
    min-width: 240px;
}

/* Lignes verticales entre les jours */
.dx-scheduler-date-table-row .dx-scheduler-date-table-cell:nth-child(2n) {
    border-right: 2px solid #666 !important; 
}

/* Supprime la dernière bordure du tableau pour éviter un effet épais à droite */
.dx-scheduler-date-table-row .dx-scheduler-date-table-cell:last-child {
    border-right: none !important;
}

.planning .planning_content .dx-scheduler-group-flex-container .dx-scheduler-group-row .dx-scheduler-group-header {
    padding: 5px 5px;
    align-items: center;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: none;
    min-height: 100px;
    min-width: 240px;
}

.planning .planning_content .resourceMail {
    font-size: 12px;
    font-weight: normal;
}

.planning .planning_content .resourceMail > a {
    color: black;
    cursor: pointer;
}

.planning .planning_content .resourcePhone {
    font-size: 12px;
    font-weight: normal;
}

.planning .planning_content .resourceName {
    font-size: 14px;
    font-weight: bold;
}

.planning .dx-item.dx-scheduler-appointment {
    border-radius: 6px;
    max-height: 27px;
    min-height: 27px;
    min-width: 15px;
    border: none;
    box-shadow: none !important;
    background-color: transparent;
    z-index: 0;
    transition: width 500ms, z-index 1s;
}

.planning .dx-scheduler-appointment-collector {
    background-color: var(--main-primary-color) !important;
    box-shadow: none !important;
    z-index: 0;
    transition: width 500ms, z-index 1s;
}

.planning .dx-item.dx-scheduler-appointment.grow-on-hover:hover,
.planning .dx-scheduler-appointment-collector.grow-on-hover:hover  {
    width: calc-size(auto, size) !important;
    z-index: 10;
}

.planning .dx-item.dx-scheduler-appointment .dx-item-content.dx-scheduler-appointment-content {
    height: 27px;
    padding: 0px;
    border-radius: 5px;
}

.planning .appointment {
    height: 27px;
    font-family: "Montserrat", sans-serif;
    padding: 5px 7px;
    border-radius: 5px;
    margin-right: 2px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-clip: padding-box;
    transition: all 0.2s ease-in-out;
}

.planning .appointment:hover {
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.planning .appointment span {
    color: #fff;
    font-weight: 500;
}

.planning .appointmentName {
    font-size: 11px;
    color: white; 
    letter-spacing: 0.2px;
}

.modalThisOrAllRDV .modal-dialog {
    min-width: 40%;
}

.modalThisOrAllRDV .content {
    width: inherit;
    display: flex;
    flex-direction: column;
}

.modalThisOrAllRDV .actions {
    display: flex;
    flex-direction: row;
    place-content: flex-end;
    gap: 10px;
}

.apptTooltip {
    display: flex;
    flex-direction: column;
    padding: 5px;
    padding-bottom: 8px;
    border: 3px solid;
    border-radius: 16px;
    width: 350px;
    max-height: 500px;
    overflow-y: auto;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    cursor: default;
}

.apptTooltip .divider {
    border-top: 2px solid lightgray;
    margin: 8px 0px;
}

.apptTooltip .divLink {
    padding: 0px;
    color: inherit;
    font-weight: inherit;
}

.apptTooltip .divLink .button-text {
    color: inherit !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.apptTooltip .headerMain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.apptTooltip .headerMain .siteVendorSection {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.apptTooltip .headerMain .natureChip > :first-child {
    border: 1px solid;
    border-radius: 16px;
    color: white;
    padding: 0 5px 0 5px;
}

.apptTooltip .infoMain {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 5px solid;
    padding: 5px;
}

.apptTooltip .infoMain .infoMail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.apptTooltip .infoMain .infoMail .infoSection {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.apptTooltip .infoMain .infoMail .infoSection > div {
    white-space: normal;
    text-align: left;
}

.apptTooltip .infoMain .infoMail .infoSection > div:first-child {
    font-weight: bold;
}

.apptTooltip .infoMain .infoMainUser {
    white-space: normal;
    text-align: left;
    font-weight: bold;
    align-items: start;
}

.apptTooltip .infoMain .infoMail .mailIcon {
    align-self: center;
}

.apptTooltip .infoMain .divButtonSM2 {
    align-self: end;
}

.apptTooltip .customerMain {
    display: flex;
    flex-direction: column;
}

.apptTooltip .customerMain .customerName {
    font-weight: bold;
    align-self: start;
}

.apptTooltip .customerMain .addressLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.apptTooltip .customerMain .addressSection {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.apptTooltip .customerMain .linkSection {
    display: flex;
    flex-direction: row;
    align-self: right;
    align-items: center;
    gap: 5px;
}

.apptTooltip .deliveryPointMain {
    display: flex;
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
    width: 100%;
    white-space: normal;
    word-break: break-word;
}

.apptTooltip .projectMain {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.apptTooltip .projectMain .projectLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.apptTooltip .projectMain .projectLine > div:last-child:not(.divButtonSM2) {
    font-weight: bold;
}

.apptTooltip .projectMain .projectLine .deliveryDateSection {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.apptTooltip .projectMain .projectLine .deliveryDateSection .success {
    color: var(--main-success-color);
}

.apptTooltip .projectMain .projectLine .deliveryDateSection .infoIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    font-size: 10px;
    font-weight: normal;
    border: 1px solid var(--main-primary-color);
    border-radius: 50%;
    color: var(--main-primary-color);
    cursor: pointer;
}

.apptTooltip .projectMain .divButtonSM2 {
    align-self: end;
}

.apptTooltip .commentMain {
    white-space: normal;
    text-align: left;
}

.apptTooltip .lastDocumentMain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.apptTooltip .otherInstallationsMain {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.apptTooltip .otherInstallationsMain > div:first-child {
    align-self: start;
}

.apptTooltipLight {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 12px;
    border-radius: 6px;
    min-height: 27px;
    text-align: center;
    white-space: normal;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content.dx-popup-normal {
    max-height: none !important;
    border-radius: 16px;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popover-arrow {
    display: none;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content.full {
    max-height: none !important;
    border-radius: 16px;
    margin: -1px;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content.full .dx-list-item {
    width: auto !important;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item .dx-list-item-content {
    padding: 0px !important;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover,
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused,
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
    background-color: transparent !important;
    color: currentColor !important;
}

.modalSupplierOrder .supplier-modal-body {
    max-height: 500px;
}

.modalSupplierOrder .supplierModalBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.modalSupplierOrder .supplierModalBody .supplierContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--main-primary-color);
    border-radius: 5px;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid var(--main-primary-color);
    background-color: #D9D9D9;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder .iconContent {
    font-size: 20px;
    color: #D9D9D9;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder .textContent {
    color: var(--main-primary-color);
    font-weight: bold;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder.dragging {
    opacity: 0.2;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder.hovered {
    opacity: 0.5;
}

.modalSupplierOrder .supplierModalBody .supplierContainer .supplierOrder.draggable {
    border: 1px dashed var(--main-primary-color);
    cursor: pointer;
    background-color: inherit;
}

.modalExportData .exportDataModalBody {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modalExportData .exportDataModalBody .dateSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* Empêche le contenu du tag de dépasser de son conteneur */
.modalExportData .exportDataModalBody .listSection .dx-tag {
    overflow: hidden;
}

/* Coupe le texte trop long à l'intérieur du tag et ajoute "..." */
.modalExportData .exportDataModalBody .listSection .dx-tag-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modalExportData .exportDataModalBody .dateSection>div:first-child {
    flex: 1;
    font-weight: bold;
}

.modalExportData .exportDataModalBody .dateSection .dates {
    flex: 4;
    display: flex;
    flex-direction: row;
    gap: 50px;

}

.modalExportData .exportDataModalBody .dateSection .dates .coolInput {
    width: auto;
    flex: 1;
}

.modalExportData .exportDataModalBody .typeSection {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modalExportData .exportDataModalBody .typeSection .error {
    color: red;
}

.modalExportData .exportDataModalBody .typeSection>div:first-child {
    font-weight: bold;
}

.modalExportData .exportDataModalBody .typeSection .types {
    display: flex;
    flex-direction: row;
}

.modalExportData .exportDataModalBody .typeSection .types .coolInput {
    width: auto;
    flex: 1;
}

.modalExportData .exportDataModalBody .listSection {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* Définit une largeur fixe pour chaque élément de la liste et empêche le contenu interne de dépasser */
.modalExportData .exportDataModalBody .listSection>div {
    width: 250px !important;
    flex: 1;
    overflow: hidden;
}

/*****************************/
/* Ecran relance commerciale */
/*****************************/

.salesRecovery .headerSalesRecovery .divider {
    width: 100%;
    opacity: 1;
    color: #E7E7E7;
}

.salesRecovery .headerSalesRecovery .headerFiltre {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_0 {
    margin-top: 13px;
    margin-right: 20px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_1 {
    min-width: 185px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_2 {
    min-width: 140px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_3 {
    margin-top: 13px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_4 {
    min-width: 200px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_5 .divDateFromDateTo {
    display: flex;
    flex-wrap: wrap; /* permet au label de prendre toute la ligne */
    align-items: flex-end; /* aligne les inputs sur la même ligne */
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_5 .divDateFromDateTo > .label {
    flex: 0 0 100%;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_5 .divDateFromDateTo > .searchPatternApplier {
    flex: 1 1 0;
    max-width: 155px;
}

.salesRecovery .headerSalesRecovery .headerFiltre .trackingSearchForm .columnIndex_5 .divDateFromDateTo > .searchPatternApplier > .coolInput {
    width: 100%;
}

.salesRecovery .contentSalesRecovery {
    /* 251 est la somme du header (200) du footer (51) */
    height: calc(100vh - 251px);
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.salesRecovery .tableSalesRecovery {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.salesRecovery .tableSalesRecovery .coolDataGrid {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.salesRecovery .tableSalesRecovery .boldLabel {
    font-weight: bold;
}

.salesRecovery .tableSalesRecovery .danger {
    color: var(--main-danger-color);
}

.salesRecovery .tableSalesRecovery .greenLabel {
    color: green;
}

.salesRecovery .tableSalesRecovery td {
    vertical-align: middle !important;
}

.salesRecovery .tableSalesRecovery .salesRecoveryIcons {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.salesRecovery .tableSalesRecovery .numberOfRows {
    height: 17px;
    font-size: 13px;
    color: #424242;
}

.ficheprojet .decouverte .decouverteCard .bullseye-arrow.green svg,
.ficheprojet .ficheprojet_content .cards_list .cardDevis .cards_card_footer_left .bullseye-arrow.green svg,
.salesRecovery .tableSalesRecovery .bullseye-arrow.green svg {
    color: var(--main-success-color);
}

.ficheprojet .decouverte .decouverteCard .bullseye-arrow.orange svg,
.ficheprojet .ficheprojet_content .cards_list .cardDevis .cards_card_footer_left .bullseye-arrow.orange svg,
.salesRecovery .tableSalesRecovery .bullseye-arrow.orange svg {
    color: var(--main-warning-color);
}

.salesRecovery .salesRecovery-budget-total {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    display: inline-block;
    white-space: pre;
}

.salesRecovery .tableSalesRecovery td:has(.salesRecovery-budget-total) {
    position: relative;
    overflow-x: visible;
}

/* Ecran Paramétrage Reception Aménagement */
.parametrageRa .content-block {
    /* 151 est la somme du header (100) du footer (51) */
    height: calc(100vh - 151px);
    overflow-y: auto;
}

.parametrageRa .acceptanceInspectionsSettingsBody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .titleSatisfaction,
.parametrageRa .acceptanceInspectionsSettingsBody .maintenancesContent .titleMaintenance {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .displayMode {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: solid 1px var(--main-primary-color);
    border-radius: 3px;
    width: 80%;
    height: 120px;
    padding: 5px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 3px;
    min-height: 120px;
    padding: 5px 0px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .topZone {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .topZone .textAreaSatisfaction.medium {
    height: 60px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .topZone .textAreaSatisfaction.large {
    height: 300px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .buttonContainer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .topZone .buttonTrash {
    color: var(--main-primary-color);
    height: 25px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .htmlEditorSatisfaction,
.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .textAreaContainer {
    width: 100%;
}

.parametrageRa .acceptanceInspectionsSettingsBody .satisfactionZone .satisfactionText .htmlEditorSatisfaction .error {
    color: red;
}

.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenance .underMaintenanceContainer .underMaintenanceHeader .buttonContainer {
    display: flex;
    gap: 10px;
    min-width: 62px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .maintenanceItem .buttonContainer .buttonMaintenance {
    color: var(--main-primary-color);
    height: 20px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .maintenanceItem {
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    padding: 16px 16px 16px 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .maintenanceItem .maintenanceItemContainer {
    margin-bottom: 12px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenanceGroup {
    border-left: 2px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    padding: 14px 14px 14px 32px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenance {
    margin-bottom: 8px;
    border-left: 2px solid #b0b0b0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    padding: 12px 12px 12px 24px;
    border-radius: 8px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .maintenanceItem .maintenanceItemHeader,
.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenance .underMaintenanceHeader {
    display: flex;
    justify-content: space-between;
}

.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenance .underMaintenanceContainer {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    margin-bottom: 6px;
}

.parametrageRa .acceptanceInspectionsSettingsBody .maintenanceItem .maintenanceItemHeader .maintenanceTitle,
.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenance .underMaintenanceTitle,
.parametrageRa .acceptanceInspectionsSettingsBody .underMaintenanceGroup .underMaintenanceGroupTitle {
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.parametrageRa .acceptanceInspectionsSettingsBody .typeResponse {
    margin-left: 16px;
    padding: 4px 0;
}

.parametrageRa .acceptanceInspectionsSettingsBody .collapse-toggle {
    margin-right: 8px;
    font-size: 16px;
    transition: transform 0.2s;
    transform: rotate(-90deg);
}

.parametrageRa .acceptanceInspectionsSettingsBody .collapse-toggle.open {
    transform: rotate(0deg);
}

.parametrageRa .acceptanceInspectionsSettingsBody .buttonMaintenance.allcollapse-toggle {
    transition: transform 0.2s;
}

.parametrageRa .acceptanceInspectionsSettingsBody .buttonMaintenance.allcollapse-toggle.open {
    transform: rotate(180deg);
}

.parametrageRa .sticky-alert {
    position: sticky;
    top: 0;
    z-index: 100;
}

.switchSM2 .switchSM2-slider {
    display: inline-block;
    cursor: pointer;
}

.switchSM2 .slider {
    position: relative;
    width: 48px;
    height: 28px;
    background: var(--main-gray-color);
    border-radius: 50px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
}

.switchSM2 .slider.checked {
    background: var(--main-success-color);
}

.switchSM2 .slider-circle {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.slider.checked .slider-circle {
    left: 24px;
}

.partnerToolTip {
    display: flex;
    align-items: center;
    gap: 7px;
}

.partnerToolTip svg {
     font-weight: bold;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 11px;
     width: 11px;
     font-size: 12px;
     border: 1px solid #154162;
     border-radius: 50%;
     margin-bottom: 3px;
     padding: 0.2em;
}

@media (min-width: 700px) {

    .resetPasswordRequest .page .content_react .mainRow  .emailCol,
    .resetPassword .page .content_react .mainRow  .emailCol {
        display: flex;
        justify-content: center;
    }

    .resetPasswordRequest .page .content_react .mainRow .emailDiv .input,
    .resetPassword .page .content_react .mainRow .emailDiv .input {
        width: 40vw;
    }
}

@media (max-width: 700px) {
    .resetPasswordRequest .page .content_react .mainRow,
    .resetPassword .page .content_react .mainRow {
        margin-top: 5vh;
        flex-direction: column;
    }

    .resetPasswordRequest .page .content_react .mainRow .col,
    .resetPassword .page .content_react .mainRow .col {
        margin-top: 0.1vh;
        width: 100%;
    }

    .resetPasswordRequest .page .content_react .mainRow .emailDiv,
    .resetPassword .page .content_react .mainRow .emailDiv {
        margin-right: 2vw;
    }

    .resetPasswordRequest .page .content_react .mainRow .emailDiv .label,
    .resetPassword .page .content_react .mainRow .emailDiv .label {
        font-size: large;
    }

    .resetPasswordRequest .page .content_react .mainRow .emailDiv .input,
    .resetPassword .page .content_react .mainRow .emailDiv .input {
        margin: 0.5vh;
        height: 5vh;
        width: 100%;
        font-size: medium;
    }

    .resetPasswordRequest .page .footer,
    .resetPassword .page .footer {
        margin-bottom: 2vh;
        height: auto;
        min-height: 10vh;
    }

    .resetPasswordRequest .footer .footer-content,
    .resetPassword .footer .footer-content {
        gap: 2vh;
    }

    .resetPasswordRequest .footer .footer-content .divButtonSM2,
    .resetPassword .footer .footer-content .divButtonSM2 {
        height: 5vh;
        width: 80vw;
        max-width: 100%;
    }

    .resetPasswordRequest .footer .footer-content .divButtonSM2 .button-text,
    .resetPassword .footer .footer-content .divButtonSM2 .button-text {
        font-size: large;
    }
}

/***********************************/
/* Ecrans suivi des exports PEPPOL */
/***********************************/
.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_0 {
    margin-right: 15px;
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_1 {
    margin-top: 13px;
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo {
    display: flex;
    flex-wrap: wrap; /* permet au label de prendre toute la ligne */
    align-items: flex-end; /* aligne les inputs sur la même ligne */
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .label {
    flex: 0 0 100%;
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .searchPatternApplier {
    flex: 1 1 0;
    max-width: 155px;
}

.suiviExportPeppol .headerSuiviExportPeppol .headerFiltre .trackingSearchForm .columnIndex_4 .divDateFromDateTo > .searchPatternApplier > .coolInput {
    width: 100%;
}

.suiviExportPeppol .headerSuiviExportPeppol .divider {
    width: 100%;
    opacity: 1;
    color: var(--divider-main-color);
}

.suiviExportPeppol .alertsSuiviExportPeppol {
    padding: 0 37px;
}

.suiviExportPeppol .contentSuiviExportPeppol {
    /* 251 est la somme du header (200) du footer (51) */
    height: calc(100vh - 251px);
    padding-bottom: 0px;
    margin: 0 -37px -15px -37px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.suiviExportPeppol .tablesSuiviExportPeppol {
    flex: 1 1 auto;
    padding: 0 37px;
    min-height: 0;
    overflow-y: auto;
}

.suiviExportPeppol .tableSuiviExportPeppol .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-title-color);
    margin-bottom: 11px;
}

.suiviExportPeppol .tableSuiviExportPeppol .cellWithTTInfo {
    display: flex;
    gap: 10px;
}

.suiviExportPeppol .tableSuiviExportPeppol .cellWithTTInfo .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    font-size: 12px;
    border: 1px solid var(--main-primary-color);
    border-radius: 50%;
    color: var(--main-primary-color);
}

.suiviExportPeppol .tableSuiviExportPeppol .center-icon {
    font-size: 25px;
}

.suiviExportPeppol .tableSuiviExportPeppol .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
    background-color: var(--table-main-color);
}

.suiviExportPeppol .tableSuiviExportPeppol .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td {
    border-color: var(--table-main-color);
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-title-color);
    margin-top: 21px;
    margin-bottom: 11px;
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .cellWithTTInfo {
    display: flex;
    gap: 10px;
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .cellWithTTInfo .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    font-size: 12px;
    border: 1px solid var(--main-primary-color);
    border-radius: 50%;
    color: var(--main-primary-color);
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .center-icon {
    font-size: 25px;
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
    background-color: var(--table-main-color);
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td {
    border-color: var(--table-main-color);
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .exportSingleXmlFileNameButton {
    display: flex;
}

.suiviExportPeppol .tableHistoriqueFichiersExportesPeppol .exportSingleXmlFileNameButton .button-text {
    flex: 1;
    text-align: left;
    color: var(--table-content-color);
}

.fitterAppSettings .fitterAppSettingsSection {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.fitterAppSettings .fitterAppSettingsSection .sectionHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fitterAppSettings .fitterAppSettingsSection .sectionHeader .sectionTitle {
    font-weight: bold;
    font-size: 18px;
}

.fitterAppSettings .fitterAppSettingsSection .sectionHeader .buttonContainer .buttonPlus {
    color: var(--main-primary-color);
    height: 25px;
}

.fitterAppSettings .fitterAppSettingsItem {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.fitterAppSettings .fitterAppSettingsItem .itemContent {
    width: 100%;
}

.fitterAppSettings .fitterAppSettingsItem .itemContent .textAreaInput {
    height: 60px;
}

.fitterAppSettings .fitterAppSettingsItem .buttonContainer {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px; /* 18 is the height of the error section */
}

.fitterAppSettings .fitterAppSettingsItem .buttonContainer .buttonTrash {
    color: var(--main-primary-color);
    height: 25px;
}

/** A LAISSER EN FIN DE FICHIER - NE RIEN AJOUTER APRES CE BLOC */
/* Adaptation pour un écran 1920*1080 en 125% (Mise à l'échelle Windows) - Passage en 1537*724 */
@media (max-width: 1537px) and (max-height: 724px) {
    .page .header {
        height: 80px;
    }

    .page .headerReporting {
        height: 200px;
    }

    .page .headerSalesRecovery {
        height: 250px;
    }

    .ficheprojet_content .buttonSM2.sm > .button-text,
    .venteForm_content .buttonSM2.sm > .button-text {
        font-size: 10px;
    }

    .ficheprojet_content .buttonSM2.sm,
    .venteForm_content .buttonSM2.sm {
        padding: 5px 5px;
    }

    .noteSideBar {
        margin-top: 95px;
        width: 500px;
        display: flex;
        flex-direction: row;
    }

    .projetSideBar {
        width: 250px;
        margin-top: 95px;
    }

    .ficheprojet .ficheprojet_content {
        padding-left: 270px;
        height: calc(100vh - 80px);
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .ficheprojet .ficheprojet_content .cards_list {
            gap: 10px;
        }

    .ficheprojet .coolCard {
        width: 233px;
        height: 254px;
    }

        .ficheprojet .coolCard .cards_coolCard_main .cards_coolCard_footer .cards_card_footer_right svg {
            width: 18px;
            height: 18px;
        }

        .ficheprojet .coolCard.small {
            height: 122px;
        }

        .ficheprojet .coolCard .cards_coolCard_main {
            font-size: 11px;
        }

    .ficheprojet .cardPose .cards_coolCard_body .cardPoseList {
        max-height: 175px;
    }

    .ficheprojet .cardTache .cardTacheList {
        max-height: 175px;
    }

    .ficheprojet .cardRdv .cardRdvList {
        max-height: 175px;
    }

    .ficheprojet .cardLivraison .cardInfoPDL .pdlInfo > div:first-child {
        max-width: 100px;
    }

    .coolBorderCard {
        width: 250px;
        height: 210px;
    }

    .ficheClient .ficheClient_main .clientProspect {
        width: 250px;
        min-width: 250px;
    }

    .ficheClient .ficheClient_main .clientInputs {
        width: 250px;
        min-width: 250px;
    }

    .modalRDVWeb .modal-dialog {
        max-width: 1400px;
    }

    .modalRDVWeb .bottomPart .case_list .decouverteCard {
        width: 280px;
        height: 200px;
    }

    .retourInsitu_title {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .coolModal .modal-body {
        max-height: 440px;
        overflow: auto;
    }

    .modalSponsor .modal-dialog {
        max-width: 1440px;
    }

    .modalSponsor .modal-content {
        min-height: 550px;
    }

    .venteForm .venteForm_content {
        padding-left: 270px;
    }

    .venteForm .minContent {
        max-height: calc(100vh - 213px); /* 68px (header SM2) - 80px (header de la page) - 48px (barre de navigation) - 17px (padding content-react) */
    }

    .venteForm .cards_HorizontalCoolCard_right .HorizontalCoolCards_selectInput {
        width: 300px;
    }

    .venteForm .cards_HorizontalCoolCard_left {
        width: 180px;
    }

    .venteForm .cards_HorizontalCoolCard_left .icon_HorizontalCoolCard {
        width: 80px;
        height: 80px;
    }
}
   
/** A LAISSER EN FIN DE FICHIER - NE RIEN AJOUTER APRES CE BLOC */
