
.container-xxl {
	font-family: 'Poppins', sans-serif!important;
	color:#022648!important;
	font-size: calc(12px + 0.5vw);
    line-height: calc(15px + 1vw);
    margin-bottom: -52px;
	overflow-x: hidden;
}

.container-xxl a {
	color:#bc3196;
	text-decoration:none;
}
.universel_top .ratio-32x9 {
    --bs-aspect-ratio: calc(16 / 32 * 100%);
	background:url('../../assets/imgs/bannertop.jpg');
	background-position: bottom center;
    background-size: 130%;
}
#new_univers {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}




@media (max-width: 768px) {
	.universel_top .ratio-32x9 {
		--bs-aspect-ratio: calc(19 / 32 * 100%);
		background-size: cover;
		margin-top: 16px;
		background-position: center;
	}
}

h1 {
	text-transform: uppercase!important;
    font-family: 'Nunito', sans-serif!important;
    font-size: calc(18px + 0.6vw)!important;
    font-weight: 800!important;
    line-height: calc(32px + 1vw)!important;
    color:#B24332
}


h2 {
	text-transform: uppercase!important;
    font-family: 'Nunito', sans-serif!important;
    font-size: calc(18px + 0.6vw)!important;
    font-weight: 800!important;
    line-height: calc(32px + 0.6vw)!important;
    color:#B24332
}

.container-xxl .small, .container-xxl small {
    font-size: .6em;
    line-height: 0.6em;
}

.container-xxl img {
    max-width: 100%;
}