/*
suppliers page
*/

.desc-accordeon .desc_read_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 150px;
    /*padding-bottom: 15px;*/
}

.transparentToWhite {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.desc-accordeon {
    height: 250px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.profile-text {
    line-height: 1.6;
}


/* Utilisé dans TemplateParts/publish_lead.php */
.publish_lead_desc .read_more {
    color: #7c7c7c !important;
    font-size: 12px !important;
    vertical-align: baseline;
    cursor: pointer;
    text-decoration: underline;
}

.publish_lead_desc .read_more:hover {
    color: #474747 !important;
    text-decoration: none;
}
