.titre-home {
    /* font-family: Calibri;
    font-style: normal;
    font-weight: 700; */
    font-size: 30px;
    color: #333;
    /* text-transform: uppercase; */
    /* background-color: rgb(240, 240, 240); */
    margin-top: 10px;
    /* margin-right: -38px;
    width: 100%;
    height: 160px; */
    /* padding: 30px; */
}

.entreprise-detail {
    font-style: normal;
    font-weight: 500;
}

.entreprise-detail-valeur {
    font-weight: 400;
}


.encadre-info {
    /* border: 4px solid rgb(146, 208, 212);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px; */
    font-size: 14px;
    /* Bords arrondis */
}

.encadre-title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffe9f6;
    color: #0043b5;
    padding: 0 29px;
    border-radius: 28px;
}

#comments_indic p {
    margin: 0
}

/* .encadre-info {
    border: 4px solid rgb(146, 208, 212);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
} */

a {
    cursor: pointer;
    color: #F01879;
}



/* This will apply when the screen width is less than 768px, which is a common breakpoint for extra-small devices */
@media (max-width: 767px) {
    .responsive-modal .mantine-Modal-modal {
        width: 100% !important;
        /* Override the width for extra-small screens */
    }
}

/* This will apply when the screen width is greater than or equal to 768px, which is a common breakpoint for medium devices and up */
@media (min-width: 768px) {
    .responsive-modal .mantine-Modal-modal {
        width: 80% !important;
        /* Maintain the width for medium screens and larger */
    }
}


.key-number {
    /* font-family: Calibri; */
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    color: #F01879;
}

.key-sub {
    /* font-family: Calibri; */
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    margin-top: -30px;
}

.key-text {
    /* font-family: Calibri; */
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}