.text-conferencier {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-family: "HelveticaNeue";
    color: var(--bs-dark);
    font-size: 15px;
}
.nom-conferencier {
    margin-top: 30px;
    /* font-size: 15px;
    font-family: "TrajanPro"; */
    color: var(--bs-primary);
    /* line-height: 1.4; */
    font-weight: bold;
}
.descriptif-conferencier{

}
.text-conferencier {
    margin-top: -20px;
    text-align: justify;
}
.responsive {
	object-fit: cover;
    object-position: center;
    min-width: auto;
}
p {
    color: var(--bs-dark);
}
.col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.row img {
    object-fit: cover;
}
.text-container {
    max-height: 120px;
    transition: max-height 0.3s ease;
}

.text-container.expanded {
    max-height: none;
}

.text-fade {
    height: 40px;
    background: linear-gradient(transparent, #f4f0ea);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
    .container-responsive {
        padding-left: 40px !important;
        padding-right: 20px !important;
    }
    .responsive {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    
	footer.pt-5 {
		padding-top: 0 !important;
	}

	.container.container-links {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

    .title-aranui.text-color-white.text-center.mb-5.rmt-3 {
        margin-top: 0 !important;
    }
}


@media (min-width: 576px) {
    /* .container, .container-sm {
        max-width: 1150px;
    } */
}

@media screen and (max-width: 576px) {
    h1.title-default.text-center {
        font-size: 40px;
    }
}