/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
/* Styles pour les descriptions de catégories */
.category-description-excerpt,
.category-description-full {
    margin-bottom: 50px !important;
    margin-bottom: 50px!important;
}

.hidden {
    display: none;
}

.read-more,
.read-less {
    color: #557dff !important;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.read-more:hover,
.read-less:hover {
    text-decoration: underline;
    color: #fc672b !important;
}
