.text-conferencier {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-family: "Merriweather";
    color: #7A7A7A;
    font-size: 15px;
}
.nom-conferencier {
    margin-top: 30px;
    font-size: 15px;
    font-family: "Martel Sans";
    color: #6a6866;
    line-height: 1.4;
    font-weight: 700;
}
.text-conferencier {
    margin-top: -20px;
    text-align: justify;
}
.responsive {
	object-fit: cover;
    object-position: center;
    min-width: auto;
}
p {
    color: rgb(106, 104, 102);
}
.col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.row img {
    object-fit: cover;
}

@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;
    }
}