/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

button {
    background-color: transparent;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Custom CSS
============================================================*/
/* Navbar */
.navbar {
    border-bottom: solid 1px #e0e0e0;
}

.dropdown-toggle::after {
    background-image: url(../img/chevron-down.svg);
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    border: 0;
    vertical-align: middle;
    margin-left: 0;
}

.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.img-avatar {
    border-radius: 20px;
    /*height:40px !important; ca etire la photo en responsive... */
    width:40px !important;
}

.bienvenue-bttn span {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    color: #000;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 8px;
    /*background-color: #000;*/
    text-decoration: none;
    display: inline-block;
}

.nav-link {
    padding: 0;
}

/* Top boxes */
.dash-top-area {
    margin-top: 50px;
    margin-bottom: 80px;
}

.dash-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-dash {
    padding: 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #e0e0e0;
    background-color: #dbcaff;
    width: calc(33.33% - 20px);
}

.dash-bg-2 {
    background: #9fffc6;
}

.gray-bg {
    background: #CAFFDB !important;
    flex: 1 1 calc(50% - 15px);
}

.dash-bg-3 {
    background: #dbcaff !important;
    flex:1 1 calc(50% - 15px);
}

.dash-small {
    flex: 1 1 calc(25% - 15px) !important; /* 1ère boîte = moitié plus petite */
}






.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}

.single-dash span {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
}

.single-dash h2 {
    font-size: 40px;

    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.8px;
    margin: 0;
}

/* Filter */
.filter span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.filter h2 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    text-align: left;
    color: #000;
    margin: 0;
}

.filter-title {
    padding: 8px;
    padding-left: 20px;
    border-radius: 8px;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
}

.filter-title:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 18px;
    background-image: url(../img/chevron-down.svg);
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-title span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    gap: 7px;
}

.main-area {
    padding-bottom: 50px;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* sidebar */
.sidebar-right {
    max-width: calc(100% - 310px);
    width: 100%;
    padding-left: 20px;
}

.sidebar-left {
    border-right: 1px solid #d8d8d8;
    padding-right: 15px;
    padding-bottom: 70px;
}

.sidebar-left {
    max-width: 310px;
    width: 100%;
}

.sidebar-left ul {
    padding-top: 20px;
    padding-left: 45px;
}

.sidebar-left ul li {
    list-style: none;
    margin: 9px 0;
}

.sidebar-left ul li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}

.sidebar-left ul li img {
    width: 19px;
    border-radius:10px;
}

.sidebar-left ul li span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.sidebar-left-single {
    margin-top: 25px;
}

/* Search */

.sidebar-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
}

.search {
    width: 405px;
    position: relative;
}

.search img {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search input {
    width: 100%;
    height: 48px;
    gap: 12px;
    padding-left: 48px;
    padding-right: 15px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #828282;
}


.result {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #444;
    padding: 7px 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #828282;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
}


.reset-filters{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #444;
    padding: 7px 20px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.reset-filters:hover {
    padding: 7px 19px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #828282;
    text-decoration: none;
}

.btn-reaffectation-lead {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #5b5b5b;
    padding: 7px 10px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.sidebar-right-top {
    margin-bottom: 35px;
}

/* Search Table */
.table table {
    width: 100%;
}

.table tr {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

.com-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #000;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.com-name img {
    width: 28px;
}

.stat {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #000;
    padding: 6px 2px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    width: 70px;
    background-color: #b1e3ff;
    display: inline-block;
}

.bandeau-notification {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #000;
    padding: 12px 20px;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    background-color: #b1e3ff;
    display: inline-block;
}

.signe {
    background: #9fffc6;
}

.cours {
    background: #ffe794;
}

.perdu {
    background: #ffc0c0;
}

.cible {
    background: #eeeeee;
}

.type-projet {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    color: #000;
    width: 61px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    margin-right:8px;
}
.indirect {
    background-color: #f0f0f0;
}


.table tr td:first-child,
.table tr td:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #828282;
}

.table tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #828282;
}

.table tr th:first-child,
.table tr td:first-child {
    text-align: left;
}

tr {
    margin-bottom: 10px;
}

th,
td {
    padding-top: 15px;
    padding-bottom: 25px;
}

.table tr:last-child {
    border-bottom: 0;
}

.sidebar-left-single ul {
    /*display: none;*/
}

/*=================Dashbord 2===============*/

.profile-papper {
    /* padding-top: 85px; */
    padding-bottom: 40px;
}

.single-card {
    padding: 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #e0e0e0;
    background-color: #fff;
}

.profile-left {
}

.profile-left h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.8px;
    color: #000;
    margin: 0;
    margin: 15px 0;
}

.profile-left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #828282;
}

.profile-left a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #2147a2;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.contact p span {
    font-weight: 600;
}

.contact p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.95;
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0;
}

.contact a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.profile-right {
    position: relative;
}

.edit {
    position: absolute;
    right: 10px;
    top: 10px;
}

.user {
    margin-bottom: 5px;
}

.demande-area {
    padding-bottom: 100px;
}

.demande-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.demande-left {
    max-width: 750px;
    width: 100%;
}

.demande-right {
    max-width: calc(100% - 795px);
    width: 100%;
    padding-top: 40px;
}

.demande-title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}

.bonjour p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #5b5b5b;
}

.project {
    padding: 30px 0;
}

.project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 36px 0;
}

.project-card-title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-left: 15px;
}

.project-card {
    /*width: calc(33.33% - 10px);*/
    width: calc(50% - 10px);
}

.project-card-inner {
    /* width: 228px; */
    width: 100%;
    height: 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e0e0e0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.project-card-inner .edit {
    position: absolute;
    right: 10px;
    top: 3px;
}

.project-card-inner span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}

.potentiel span {
    font-size: 32px;
}

.financement span {
    font-size: 16px;
    font-weight: 500;
}

.statut-nouveau {
    background: #ffe794;
}
.statut-en-cours {
    background: #dbcaff;
}
.statut-signe {
    background: #CAFFDB;
}
.statut-hors-cible {
    background: #e0e0e0;
}
.statut-perdu {
    background: #FFCACA;;
}

.statut span {
    font-size: 20px;
}

.mois span {
    font-size: 20px;
}

.commentaires-title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
    margin-bottom: 10px;
}

.commentaires-card {
}

.shadow-2 {
    -webkit-box-shadow: -4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px 32px;
    border-radius: 12px;
    border: solid 1px #f7f7f7;
    margin-bottom: 20px;
}

.textarea {
}

.textarea textarea {
    border: 0;
    resize: none;
    font-size: 13px;
    width: 100%;
    background: #fff;
    height: 180px;
    margin-bottom: 6px;
    padding-top: 10px;
}

.commentaires-pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.commentaires-pro p {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    color: #828282;
    margin: 0;
    margin-left: 16px;
}

.commentaires-pro span {
    font-weight: 600;
}


.textarea textarea::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 1.5;
    color: #a6a6a6;
}

.textarea textarea::-moz-placeholder {
    font-size: 13px;
    line-height: 1.5;
    color: #a6a6a6;
}

.textarea textarea:-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.5;
    color: #a6a6a6;
}

.textarea textarea:-moz-placeholder {
    font-size: 13px;
    line-height: 1.5;
    color: #a6a6a6;
}

.textarea p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8rem;
    color: #000;
    padding-top:1rem;
    /*line-height: 50px;*/
}

.assign-title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-bottom: 10px;
}

.assign-text ul li {
    list-style: none;
    margin: 10px 0;
}

.assign-text ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.assign-text ul li a.active,
.assign-text ul li a:hover {
    background: #6fbaff;
    border-radius: 6px;
}

.assign-list-selected {
    background: #6fbaff;
    border-radius: 6px;
}

.demande-right .shadow-2 {
    padding: 35px 30px 90px 30px;
}

.assign-textarea textarea {
    border: 0;
    resize: none;
}

.assign-textarea {
    margin-top: 25px;
    padding-right: 25px;
}

.assign-textarea textarea {
    width: 100%;
    padding: 20px 32px;
    height: 135px;
    border-radius: 12px;
    -webkit-box-shadow: -4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f7f7f7;
    background-color: #fff;
    font-size: 13px;
    color: #000;
}

.assign-textarea textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.assign-textarea textarea::-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.assign-textarea textarea:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.assign-textarea textarea:-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.assign-textarea button, .commentaires-area button {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    width: 176px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #6fbaff;
    margin-top: 32px;
}

.leads-bttn {
    text-align: right;
    margin-bottom: 20px;
}

.leads-bttn button {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    width: 176px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #ff1053;
    margin-top: 32px;
}

.assign-bttn {
    text-align: center;
}

/*  */
.waitlist-body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.waitlist-top {
    padding: 40px 0;
}

.waitlist-logo {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.waitlist-logo span {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1.28px;
    text-align: center;
    color: #000;
    line-height: 1;
}

.waitlist-logo-1 {
    position: relative;
    top: -10px;
    max-width: 180px;
}

.waitlist-logo-2 {
    position: relative;
    left: 30px;
    bottom: -15px;
    max-width: 140px;
}

.waitlist-area {
    text-align: center;
    padding: 180px 0;
}

.waitlist-title h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1.28px;
    text-align: center;
    color: #000;
}

.waitlist-form form {
}

.single-form {
    margin: 18px auto;
    max-width: 466px;
    width: 100%;
}

.single-form input {
    width: 100%;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e0e0e0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #828282;
    text-align: center;
}

.single-form input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #828282;
}

.single-form input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #828282;
}

.single-form input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #828282;
}

.single-form input:-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #828282;
}

.waitlist-bttn button {
    width: 130px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    text-align: center;
}

.footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 45px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.footer-social a:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
    margin-right: 8px;
}

/* Responsive CSS */
@media only screen and (max-width: 1399px) {
    .demande-left {
        max-width: 650px;
    }

    .demande-right {
        max-width: calc(100% - 680px);
        width: 100%;
    }

    .project-card-title h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .project-card-inner {
        width: 100%;
    }

    .sidebar-left {
        max-width: 220px;
        width: 100%;
    }

    .sidebar-right {
        max-width: calc(100% - 220px);
        width: 100%;
    }

    .sidebar-left ul {
        padding-left: 25px;
    }

    .table tr {
        font-size: 14px;
    }

    .demande-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .demande-left,
    .demande-right {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .filter-mobile-button {
        cursor: pointer;
    }

    .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .close-filter {
        width: 20px;
        cursor: pointer;
    }

    .search {
        width: 360px;
    }

    .sidebar-right-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main {
        position: relative;
    }

    .sidebar-left {
        width: 300px;
        max-width: calc(100% - 20px);
        position: fixed;
        left: 0;
        top: 0;
        min-height: 100vh;
        z-index: 100;
        background-color: #fff;
        padding: 30px 15px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .sidebar-left.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .sidebar-right {
        max-width: 100%;
        width: 100%;
    }

    .single-dash h2 {
        font-size: 30px;
    }

    .single-dash {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-papper {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .project-card {
        width: calc(50% - 10px);
    }

    .profile-left {
        margin-bottom: 15px;
    }

    .profile-left h2 {
        font-size: 32px;
    }

    .sidebar-right-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search {
        width: 100%;
    }

    .dash-top-area {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .dash-top {
        gap: 15px;
    }

    .single-dash {
        width: calc(50% - 7.5px);
    }

    .single-dash h2 {
        font-size: 26px;
    }

    .single-dash {
        padding: 15px 9px;
        text-align: center;
    }

    .single-dash span {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .search input {
        width: 100%;
    }


    .table {
        overflow-x: auto;
    }

    .table table {
        width: 100%;
        width: 680px;
    }

    .dropdown-menu[data-bs-popper] {
        top: 105%;
        left: -130px;
        margin-top: 0.125rem;
    }

    .waitlist-title h2 {
        font-size: 40px;
    }

    .footer {
        padding: 40px 0;
    }

    .waitlist-area {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 575px) {
    .waitlist-logo span {
        left: -8px;
        position: relative;
    }

    .waitlist-logo span {
        font-size: 45px;
    }

    .waitlist-title h2 {
        font-size: 32px;
    }

    .waitlist-logo-2 {
        left: 5px;
        width: 120px;
        bottom: -9px;
    }

    .footer-social a:nth-child(2) {
        margin-left: 7px;
        margin-right: 0;
    }

    .waitlist-logo-1 {
        top: -8px;
        width: 140px;
    }

    .waitlist-area {
        padding: 100px 0;
    }

    .waitlist-bttn button {
        line-height: 52px;
    }

    /*.project-card {
    width: 100%;
}*/

    .project-card-inner {
        /*width: 100%;*/
        min-height: 62px;
    }

    .demande-area {
        padding-bottom: 50px;
    }

    .assign-text ul li a {
        font-size: 17px;
    }

    .demande-right .shadow-2 {
        padding: 20px 20px 50px 20px;
    }

    .search {
        width: 100%;
        position: relative;
    }


    .dash-top {
        gap: 10px;
    }

    .single-dash {
        /* width: 100%; */
        padding: 25px 10px;
    }

    .single-dash {
        width: calc(50% - 5px);
    }

    .dash-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .single-dash {
        margin: 0;
    }

    .single-dash span {
        font-size: 14px;
    }

    .bienvenue-bttn a {
        font-size: 13px;
        padding: 0px 8px;
    }

    .header-right {
        gap: 8px;
        padding-right: 20px;
    }

    .logo {
        width: 150px;
    }

    .nav-item {
        width: 30px;
    }

    .single-form input {
        width: 100%;
        line-height: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 18px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .project-card {
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .bienvenue-bttn {
        display: none;
    }
}

.commentaire-delete {
    color:red;
    font-size:80%;
    font-weight: 300;
    text-decoration: underline;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") left/0.7em auto no-repeat;
    padding-left:12px;
    cursor: pointer;
}

.filter-item-selected {
    font-weight: 700 !important;
    color: dodgerblue !important;
}

#table-projets a {
    font-weight: 500 !important;
    color: dodgerblue !important;
    text-decoration: none;
}
#table-projets a:hover {
    text-decoration: underline !important;
}

.icon-modify {
    color:#727272;
    color:#525252;
    /*font-size:110%;*/
}





/* Page de login */

.body-login {
    background: linear-gradient(135deg, #ff1053, #000000, #ff1053);
    background-size: 400% 400%;
    animation: suivi-leads-gradientAnimation 30s ease infinite;
    color: #000;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Conteneur principal */
.suivi-leads-container {
    max-width: 500px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Logo */
.suivi-leads-logo {
    margin-bottom: 30px;
    max-width: 200px;
}

/* Titre */
.suivi-leads-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

/* Formulaire */
.suivi-leads-form .suivi-leads-input-group {
    margin-bottom: 15px;
}

.suivi-leads-form input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.suivi-leads-form input:focus {
    border-color: #ff1053;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 16, 83, 0.5);
}

.suivi-leads-btn {
    background-color: #ff1053;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: none;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.suivi-leads-btn:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Footer */
.suivi-leads-footer {
    margin-top: 20px;
}

.suivi-leads-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.suivi-leads-social-icons a img {
    width: 24px;
    transition: transform 0.3s ease;
}

.suivi-leads-social-icons a img:hover {
    transform: scale(1.2);
}

.suivi-leads-copyright {
    font-size: 14px;
    color: #888;
}

/* Animation Gradient */
@keyframes suivi-leads-gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
