.clr-black {
    color: #000;
    font-weight: 500;
}

.inline-element {
    display: inline;
}

.custom-date-style {
    font-size: 16px;
    color: #666666;
}

.center-content {
    display: flex;
    justify-content: center;
}

.custom-image-style {
    height: 200px;
    border: 1px solid #131f3b;
    padding: 8px;
    background: aliceblue;
    border-radius: 5px;
}

.product-image.img-fluid {
    height: 230px !important;
}

.card.mb-30.post-card {
    border: 1px solid !important;
    border-radius: 20px !important;
}

.diploma-list {
    list-style: none;
    padding: 0;
}

.diploma-list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    list-style-type: none;
}

.summernote-content ul li {
    list-style: none;
}

.diploma-list i {
    margin-right: 0.5rem;
    color: #007bff; /* bleu Bootstrap par défaut */
}


.form-section {
    max-width: 800px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diploma-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    color: #0a2a4a;
    margin-bottom: 5px;
}

input[type="text"] {
    padding: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    font-size: 14px;
}

input::placeholder {
    color: #aaa;
}

.card_content {
    border: 1px solid;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

.zoom-inside {
    transition: transform 0.3s linear;
    display: block;
}

.image-wrapper:hover .zoom-inside, .image-container:hover .zoom-inside {
    transform: scale(1.1);
}

.image-container {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    border: rgba(160, 154, 154, 0.58) 1px solid;
}

.image-container img {
    object-fit: cover;
    width: 100%;
}

.ck-blurred.ck.ck-content.ck-editor__editable {
    border: none;
}

.post-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.post-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-img-left {
    background-color: #f8f9fa;
}

.small-post-card {
    min-height: 90px;
    font-size: 0.9rem;
}

.post-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}


.read-more-link {
    color: #2c2c2c; /* Gris anthracite foncé */
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.read-more-link:hover {
    color: #000;
    text-decoration: underline;
}

.play-icon {
    font-size: 0.8rem;
    margin-top: 1px;
}

.text-truncate-custom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


.box-shadow-rounded {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.box-shadow-rounded:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.service-img {
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}

.seller-area .btn, .seller-area .theme-btn {
    border-radius: 0 0 8px 8px;
}

.price-highlight {
    color: #2c3e50;
}

.clamped-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.2em; /* environ 2 lignes */
    line-height: 1.6em;
    white-space: normal;
}

.social-icon, .seller-area .widget-seller-details .btn, .seller-area .widget-seller-details .theme-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.social-icon:hover {
    background-color: #007bff;
    color: #fff;
    transform: scale(1.1);
}

.fas {
    color: unset;
}