    /* Mise en forme*/
    .category-head h1:after {
        display: none;
    }
    div.editorial-text {
        text-align: inherit !important;
        font-size: 14px !important;
        color: #000!important;
    }

    span.pmkSeoTitle {
        font-size: 16px;
        font-weight: 600;
    }

    .container {
        display: flex;
        flex-direction: row;
        gap: 2%
    }

    .blocLien {
        width: 50%;
        padding: 2% 5%;
        border: 1px solid #00000029;
        border-radius: 20px;
        box-shadow: 0px 3px 6px #00000029;
        margin-bottom: 1%;
    }

	.blocLien .pmkSeoList li{
		margin-top: 0;
	}

    #custom_description
        { padding-top: 1%;
    }

    @media screen and (max-width: 768px) {
        .blocLien {
            padding: 2%;
        }
    }

    @media (max-width: 767px) {
        .header-container .category-head h1 {
            font-size: 11px!important;
        }

        .category-head h1:after {
            content: '.';
            display: none;
        }
    }


    @media screen and (max-width: 425px) {
        .container {
            display: flex;
            flex-direction: column;
            gap: 2%
        }

        .blocLien {
            width: 95%;
            margin-bottom: 3%;
        }
    }

    /* Read more */
    .toggle-text {
        display: none;
        /* Masque le texte initialement */
    }

    .toggle-button,
    #custom_description button,
    #custom_description button:hover {
        border: 0;
        background-color: transparent;
        color: inherit;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        text-decoration: underline;
    }