.info {
	width: 100%;
	position: relative;
	margin-top: var(--py-section);
	margin-bottom: var(--py-section-medium);
}

.info-content-motif {
	width: 90px;
	margin: 0 auto 35px;
}

.info-content-motif img {
    width: 100%;
    display: block;
}

.info-content-text {
	text-align: center;
	animation-delay: .5s;
}

.info-content + .info-banner {
    margin-top: var(--py-section-medium);
}

.info-banner {
    margin: 0 auto;
    max-width: 1070px;
}

.info-banner img,
.info-banner video {
    width: 100%;
    display: block;
}