.page-grey {
	background-color: #F2F2F2;
}

/**
*	TOP BAR
*/
.nav-univers {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/**
*   HEADER
*/
header .nav-univers {
    position: relative;
    z-index: 15;
}
.nav-bar {
    width: 100%;
    display: flex;
    background: #FFF;
    height: 62px;
}
.nav-bar .event-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
#nav-logo {
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 0;
}
#nav-logo img {
    width: 188px;
    height: auto;
}
.theme-wrapper.events header .nav-main {
	margin: auto 0;
    margin-left: 200px;
}
header .nav-main .nav-menu li {
	padding: 0 5px;
	display: flex;
}
header .nav-main .nav-menu {
	flex-flow: row nowrap;
}
header .nav-main .nav-menu .top-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	margin: auto 0;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #021644;
	transition: transform 0.3s ease;
}
header .nav-main .nav-menu .top-link:hover {
	transform: translateY(-3px);
}



/**
*	FOOTER
*/
footer {
	background: #080B33;
	color: #FFF;
}
footer .inside {
	padding: 50px 0;
}
footer .col-logo img {
	width: 180px;
	max-width: 100%;
	height: auto;
}
footer a {
	color: #FFF;
}
footer .footer-menu	 {
	margin: auto;
	justify-content: center; -webkit-justify-content: center;
}
footer .footer-menu li {
	width: auto;
}
footer .footer-menu li .title {
	color: #FFF;
	text-align: center;
	transition: transform 0.3s ease;
}
footer .footer-menu li .title:hover {
	transform: translateY(-3px);
}

/**
*	HOME > INTRO
*/
.home-intro-container {
	width: 100%;
	padding-top: 0;
}
.home-intro-inside {
	position: relative;
	width: 100%;
	padding: 0 20px;
}
.home-intro-picture {
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
}
	.home-intro-picture img {
		width: 100%;
		height: auto;
	}
.home-intro-text {
	position: absolute;
	z-index: 3;
	bottom: 120px;
	width: 100%;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	display: flex;
}
.home-intro-text-inside {
	width: 1200px;
	margin: 0 auto;
}
.home-intro-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 1.2;
	color: #FFF;
}
.home-intro-text h1 span {
	font-weight: 500;
	font-size: 35px;
	display: block;
}
.home-intro-logo {
	position: absolute;
	z-index: 3;
	top: 300px;
	left: 0;
	width: 550px;
}
.home-intro-logo img {
	width: 100%;
	height: auto;
}

/**
*	HOME > SHORTCUTS
*/
.home-shortcuts-container {
	width: 100%;
	position: relative;
	z-index: 15;
	margin-top: -90px;
	display: flex;
}
.home-shortcuts-inside {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	align-items: center;
	gap: 20px;
}
a.home-shortcuts-link {
	width: 163px;
	height: 235px;
	background-color: #1E2F57;
	color: #FFF;
	display: flex;
	flex-flow: column;
	justify-content: center;
	transition: all 1.1s ease;
	border-radius: 6px;
	margin: 0 auto;
}
a.home-shortcuts-link span.home-shortcuts-icon {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.5s ease;
}
a.home-shortcuts-link span.home-shortcuts-text {
	padding: 0 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	transition: all 1s ease;
}
a.home-shortcuts-link:hover {
	background-color: #E7392A;
	transform: translateY(-15px);
}
a.home-shortcuts-link:hover span.home-shortcuts-icon {
	opacity: 0;
	display: none;
}
a.home-shortcuts-link:hover span.home-shortcuts-text {
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1;
}


/**
*	HOME > MAPS
*/
.cycle-mods-container {
	position: relative;
	z-index: 10;
	padding-bottom: 0px;;
}

.index-title {
	padding: 30px 0 15px;
	font-size: 47px;
    line-height: 1.0;
    color: #002561;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    margin: 0px;
}
.annuaire-wrapper {
	background-color: transparent !important;
	padding: 0;
	color: #1D3058 !important;
	border-radius: 0;
	border: none !important;
}
.annuaire-inside h3 {
	color: #1D3058 !important;
}

/**
*	HOME > CHIFFRES
*/
.section-home-container {
	background-position: top center; 
	background-repeat: no-repeat;
}
.section-home-container.padding-top-large {
/*	padding-top: 80px;*/
}
.home-bloc-container {
	width: 1200px;
	min-height: 550px;
	margin: 0 auto;
	display: flex;
}
.home-bloc-inside {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	display: flex;
	flex-flow: row nowrap;
}
.home-bloc-media {
	width: 48%;
	margin: auto;
	border-radius: 18px;
	overflow: hidden;
}
.home-bloc-text {
	width: 48%;
	margin: auto;
	color: #1E2F57;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
}
.home-bloc-container.text-picture .home-bloc-text { order: 1; margin: auto auto auto 0; }
.home-bloc-container.text-picture .home-bloc-media { order: 2; margin: auto 0 auto auto; }
.home-bloc-container.picture-text .home-bloc-text { order: 2; margin: auto 0 auto auto; }
.home-bloc-container.picture-text .home-bloc-media { order: 1; margin: auto auto auto 0; }

.home-bloc-media img {
	width: 100%;
	height: auto;
}
.home-bloc-text h2 {
	color: #1E2F57;
	font-style: normal;
	font-weight: 500;
	font-size: 45px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 25px;
}
.home-bloc-links {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.home-bloc-links a.home-bloc-link {
	padding: 7px 26px;
	gap: 10px;
	background: #1E2F57;
	border-radius: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	transition: transform 0.3s ease;
}
.home-bloc-links a.home-bloc-link:hover {
	transform: translateY(-3px);
}
.text-alternate1 .home-bloc-text,
.text-alternate1 .home-bloc-text h2,
.text-alternate1 .lsm-home-bloc .home-bloc-text,
.text-alternate1 .lsm-home-bloc .home-bloc-text h2,
.text-alternate1 .lsm-home-bloc .home-bloc-text p,
.text-alternate1 .lsm-home-bloc .home-bloc-text li {
	color: #FFF;
}

.theme-wrapper.events .union-w33 {
	transition: transform 0.3s ease;
}
.theme-wrapper.events .union-w33:hover {
	transform: translateY(-3px);
}

.section-dark {
}
.section-dark .home-bloc-text h2 {
	color: #FFF;
}
.section-dark .union .wall-item .item-content .subtitle, .section-dark .union .wall-item .item-content .title {
	color: #FFF;
}
.section-dark .home-bloc-links a.home-bloc-link {
	background-color: #FFF;
	color: #1D3058;
}

/**
*	RESET
*/
figure {
	margin: 0;
}
article, .observatoire-news-wrapper {
	font-family: 'ClanOT-News';
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	background: none !important;
	border: none !important;
}
#button-up {
	background-color: #E7392A;
}

/**
*	ARTICLES
*/
article.Posts-Cycle {
	padding-top: 10px;
}
article.Posts-Cycle .article-picture {
	border-radius: 20px;
	overflow: hidden;
}
article.Posts-Cycle h1 {
	padding: 45px 0 23px;
}
article.Posts-Cycle h2 {
	font-size: 33px;
	color: #E7392A;
	padding: 45px 0 38px;
}
article.Posts-Cycle .intro {
	line-height: 1.3;
	margin-bottom: 25px;
}

/* NEWS */
.grid-wrapper {
	width: 100%;
	justify-content: flex-start;
}
article.News {
	display: flex;
    flex-flow: column;
}
article.News h1 {
	order: 0;
	font-size: 40px;
}
article.News .date {
	order: 1;
	font-size: 90%;
	padding-bottom: 10px;
}
article.News .article-picture {
	order: 2;
}
article.News .content {
	order: 3;
}
article.News .category {
	display: none;
}
.union .wall-item .item-content {
	color: #1E2F57;
    font-style: normal;
    font-weight: 500;
}
.union .wall-item .item-content .subtitle, .union .wall-item .item-content .title {
	color: #1E2F57;
}
.theme-wrapper.events .union-w33 {
	width: 100%;
}
.cycle-mods-container h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 1.2;
	color: #1D3058;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	article, .home-bloc-container, .nav-bar .event-container {
		width: 96%;
	}
	.cycle-mods-container {
		padding-top: 70px;
	}
	article.Posts-Cycle {
		padding: 12px;
	}
	article.Posts-Cycle h1 {
		font-size: 36px;
	}

	header .nav-univers .col-univers {
		margin: auto 0;
	}
	header .shortcut.search {
		margin: auto 15px;
	}
	.theme-wrapper.events header .nav-logo {
		margin-top: -35px;
	}
	.theme-wrapper.events header #nav-logo {
		position: relative;
		margin: 0;
		top: auto;
		left: auto;
	}

	.header-desktop {
		display: none;
	}
	.header-mobile {
		display: block;
		background-color: #FFF;
	}
	.nav-mobile {
		display: none;
		position: absolute;
		z-index: 500;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		width: 0px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
	}
		.nav-mobile.is-active {
			display: block;
			right: 0;
			width: 100%;
		}
	.nav-mobile-wrapper {
		width: 100%;
		height: auto;
		overflow: auto;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: center; -webkit-justify-content: center;
	}
		.nav-mobile-inside {
			width: 55%;
			padding: 1rem 0;
		}
	.link-wrapper {
		width: 100%;
		padding: 14px;
		border-bottom: 1px solid #393c61;
	}
		.link-wrapper .link {
		}
			.link-a {
				display: block;
				text-align: center;
				width: 100%;
			}

	.header-mobile .nav-logo {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.header-mobile .nav-logo .col-left {
			margin: auto 0;
			padding: 1rem;
		}
		.header-mobile .nav-logo .col-right {
			margin: auto 0;
			margin-left: auto;
			width: 70px;
			height: 40px;
			text-align: center;
		}
			.header-mobile .nav-logo .col-right .material-icons {
				font-size: 40px;
			}	
	.header-mobile .nav-logo .col-right .material-icons {
		color: #1E2F57;
	}
	.nav-mobile {
		transition: display 0.5s ease;
	}
	.nav-mobile.is-active .nav-logo .col-right .material-icons {
		color: #FFF;
	}	
	.nav-mobile.is-active {
		background-color: #1E2F57;
	}
	.nav-mobile-inside {
		padding: 0;
		padding-top: 40px;
		flex-flow: column;
		width: 100%;
	}
	.link-wrapper {
		border: none;
		border-bottom: 2px solid #3B5FAF;
		height: 60px;
		padding: 0 10px 0 15px;
		display: flex;
		margin: 0;
	}
	.link-wrapper div.inside {
		margin: 0;
	}
	.link-wrapper .link {
		margin: auto 0;
	}
	.link-a {
		color: #FFF;
		font-family: 'ClanOT-News';
		font-weight: normal;
		text-align: left;
		font-size: 14px;
		line-height: 1.1;
		padding: 0;
		transition: transform 0.3s ease;
	}
	.link-a:hover {
		transform: translateX(3px);
	}

	.home-intro-text-inside {
		width: 98%;
	}
	.home-intro-logo {
		width: 300px;
		top: auto;
		bottom: -100px;
	}
	.home-shortcuts-inside {
		width: 100%;
	}

	/**
	*	CARROUSEL
	*/
	.slick-prev, .slick-next {
		position: absolute;
		bottom: -55px;
		right: calc(50% - 50px);
		height: 40px;
		width: 36px;
		border-radius: 20px;
		border: none;
		background-color: #FFF;
		color: #1E2F57;
		transition: transform 0.3s ease;
	}
	.slick-prev:hover, .slick-next:hover {
		transform: translateY(-3px);
	}
	.slick-prev .material-icons, .slick-next .material-icons {
		color: #1E2F57;
		line-height: 40px;
		font-size: 29px;
	}
	.slick-prev {
		right: auto;
		left: calc(50% - 50px);
	}
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	article.Posts-Cycle {
	}
	article.Posts-Cycle .article-picture {
		border-radius: 0px;
		overflow: hidden;
	}
	article.Posts-Cycle h1 {
		font-size: 30px;
	}
	article.Posts-Cycle h2 {
		font-size: 25px;
		color: #E7392A;
	}
	
	
	.home-intro-inside {
		padding: 0 10px;
	}
	.home-intro-text {
		position: relative;
		bottom: unset;
		color: #002561;
	}
	.home-intro-text h1 {
		font-size: 40px;
		color: #002561;
	}
	.home-intro-text h1 span {
		font-size: 32px;
	}
	.home-intro-logo {
		top: 50px;
	}
	.home-intro-logo img {
		width: 150px;
		height: auto;
	}

	.home-shortcuts-container {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.home-bloc-inside {
		flex-flow: column;
		padding: 40px 12px;
	}
	.section-home-container.padding-top-large {
		padding-top: 40px;
	}
	.home-bloc-container .home-bloc-media, .home-bloc-container .home-bloc-text {
		width: 100%;
		margin: 15px 0 !important;
	}
	.home-bloc-text h2, .cycle-mods-container h2 {
		font-size: 35px;
	}
}

/**
*	2026-04 > FIGMA HOMEPAGE LSM
*/
.theme-wrapper.events {
	background: #FFF;
}
.theme-wrapper.events .page-grey {
	min-height: 0;
}
.home-intro-container {
	padding-top: 0;
}
.home-intro-inside {
	padding: 0 20px;
}
.home-intro-picture {
	min-height: 818px;
	background: #0b152f;
	position: relative;
}
.home-intro-picture picture,
.home-intro-picture img {
	display: block;
	width: 100%;
	height: 818px;
	object-fit: cover;
}
.home-intro-picture::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 21, 47, 0.02) 0%, rgba(11, 21, 47, 0.78) 86%);
	z-index: 2;
}
.home-intro-vector {
	position: absolute;
	left: -168px;
	bottom: -205px;
	z-index: 3;
	width: 572px;
	pointer-events: none;
}
.home-intro-vector img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.7;
}
.home-intro-text {
	bottom: 212px;
	padding: 0 30px;
	z-index: 4;
}
.home-intro-text-inside {
	width: 1150px;
}
.home-intro-text h1 {
	max-width: 780px;
	margin: 0 0 18px;
	font-family: 'ClanOT-News';
	font-size: 64px;
	font-weight: 700;
	line-height: 0.98;
}
.home-intro-text h1 span {
	display: block;
	margin-top: 14px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
}
.home-intro-text p {
	max-width: 760px;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}
.home-shortcuts-container {
	margin-top: -66px;
	padding: 0 24px;
	margin-bottom: 42px;
	position: relative;
	z-index: 5;
}
.home-shortcuts-inside {
	width: calc(100% - 10px);
	max-width: 1685px;
	gap: 16px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.home-shortcuts-inside > div {
	min-width: 0;
	flex: 0 0 166px;
}
a.home-shortcuts-link {
	width: 166px;
	height: 231px;
	padding: 24px 16px 18px;
	background: #e7392a;
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(8, 11, 51, 0.08);
}
a.home-shortcuts-link span.home-shortcuts-icon {
	width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto auto 26px;
}
a.home-shortcuts-link span.home-shortcuts-icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: luminosity;
}
a.home-shortcuts-link span.home-shortcuts-text {
	display: block;
	margin-top: auto;
	font-family: 'ClanOT-News';
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}
a.home-shortcuts-link:hover {
	background: #cf2d20;
	transform: translateY(-10px);
}
a.home-shortcuts-link:hover span.home-shortcuts-icon {
	opacity: 1;
	display: flex;
}
a.home-shortcuts-link:hover span.home-shortcuts-text {
	margin-top: auto;
	font-size: 14px;
	font-weight: 500;
}

.lsm-home-bloc {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lsm-home-bloc .home-bloc-inside {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 88px 0;
	display: flex;
	align-items: center;
	gap: 54px;
}
.lsm-home-bloc .home-bloc-media,
.lsm-home-bloc .home-bloc-text {
	width: calc(50% - 27px);
}
.lsm-home-bloc .home-bloc-text {
	margin: 0;
	font-family: 'ClanOT-News';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: #1d3058;
}
.lsm-home-bloc .home-bloc-text p {
	margin: 0 0 16px;
}
.lsm-home-bloc .home-bloc-text p:last-child {
	margin-bottom: 0;
}
.lsm-home-bloc .home-bloc-text h2 {
	margin-bottom: 28px;
	color: #1d3058;
	font-family: 'ClanOT-News';
	font-size: 45px;
	font-weight: 500;
	line-height: 1.05;
}
.lsm-home-bloc .home-bloc-media {
	position: relative;
	border-radius: 22px;
	overflow: visible;
}
.lsm-home-bloc .home-bloc-media figure {
	border-radius: 22px;
	overflow: hidden;
}
.lsm-home-bloc .home-bloc-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 328px;
	object-fit: cover;
}
.lsm-home-bloc .home-bloc-links {
	margin-top: 24px;
}
.lsm-home-bloc .home-bloc-link {
	padding: 7px 26px;
	border-radius: 15px;
	background: #1e2f57;
	font-family: 'ClanOT-News';
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF;
}
.lsm-home-bloc--image-right .home-bloc-text {
	order: 1;
}
.lsm-home-bloc--image-right .home-bloc-media {
	order: 2;
}
.lsm-home-bloc--image-left .home-bloc-text {
	order: 2;
}
.lsm-home-bloc--image-left .home-bloc-media {
	order: 1;
}
.lsm-home-bloc--red {
	background: #e7392a;
}
.lsm-home-bloc--red .home-bloc-text,
.lsm-home-bloc--red .home-bloc-text h2 {
	color: #FFF;
}
.lsm-home-bloc--red .home-bloc-inside {
	padding: 160px 0 126px;
}
.lsm-home-bloc--red .home-bloc-media img {
	min-height: 441px;
}
.lsm-home-bloc--standard .home-bloc-inside {
	padding: 80px 0;
}
.lsm-home-bloc--dark {
	background: #071125;
}
.lsm-home-bloc--dark .home-bloc-inside {
	padding: 88px 0 96px;
}
.lsm-home-bloc--dark .home-bloc-text,
.lsm-home-bloc--dark .home-bloc-text h2 {
	color: #FFF;
}
.lsm-home-bloc--dark .home-bloc-link {
	background: #e7392a;
}
.lsm-home-bloc--annuaire-live {
	background: #FFF;
	padding: 34px 0 48px;
}
.lsm-annuaire-live {
	padding-top: 0;
	padding-bottom: 0;
}
.lsm-annuaire-live .home-bloc-links {
	margin-bottom: 22px;
}
.lsm-annuaire-live .content {
	margin-top: 10px;
}
.lsm-annuaire-live .annuaire-wrapper {
	padding-top: 0;
}
.lsm-annuaire-live article.cycle-mods-container {
	padding-top: 0 !important;
}
.lsm-home-bloc--standard .home-bloc-inside {
	padding: 80px 0;
}
.lsm-home-bloc--standard .home-bloc-media img {
	min-height: 300px;
}
.lsm-home-bloc.lsm-image-seule-centree .home-bloc-inside,
.lsm-home-bloc.lsm-image-only-centered .home-bloc-inside {
	justify-content: center;
}
.lsm-home-bloc.lsm-image-seule-centree .home-bloc-media,
.lsm-home-bloc.lsm-image-only-centered .home-bloc-media {
	width: min(100%, 920px);
	margin: 0 auto;
}
.lsm-home-bloc.lsm-image-seule-centree .home-bloc-text,
.lsm-home-bloc.lsm-image-only-centered .home-bloc-text {
	display: none;
}
.lsm-home-bloc.lsm-image-seule-centree .home-bloc-media img,
.lsm-home-bloc.lsm-image-only-centered .home-bloc-media img {
	height: auto;
	min-height: 0;
	object-fit: contain;
}
.lsm-home-bloc--dark .home-bloc-media::after,
.lsm-home-bloc--dark .home-bloc-media::before {
	border-color: rgba(231, 57, 42, 0.22);
}
footer .inside {
	padding: 44px 0 52px;
}
footer .footer-menu {
	gap: 34px;
}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	.home-intro-text-inside,
	.home-shortcuts-inside,
	.lsm-home-bloc .home-bloc-inside,
	.lsm-annuaire-live {
		width: 96%;
	}
	.home-shortcuts-container {
		padding: 0 10px;
	}
	.home-shortcuts-inside {
		gap: 10px;
	}
	.home-shortcuts-inside > div {
		flex: 0 0 154px;
	}
	a.home-shortcuts-link {
		width: 100%;
	}
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	#page-content > section.home-bloc1 {
		margin-top: -70px;
	}
	.home-shortcuts.slick-slider .slick-list {
		margin: 0 -6px;
	}
	.home-shortcuts.slick-slider .slick-slide {
		padding: 0 6px;
	}
	.home-intro-container {
		padding-top: 0;
	}
	.home-intro-picture,
	.home-intro-picture picture,
	.home-intro-picture img {
		height: 430px;
		min-height: 430px;
	}
	.home-intro-vector {
		display: none;
	}
	.home-intro-text {
		position: relative;
		bottom: unset;
		margin-top: 0;
		padding: 0;
		color: #002561;
	}
	.home-intro-text-inside {
		width: 98%;
		padding: 0;
		border-radius: 0;
		background: none;
		backdrop-filter: none;
	}
	.home-intro-text h1,
	.home-intro-text h1 span,
	.home-intro-text p {
		color: #002561;
	}
	.home-intro-text h1 {
		font-size: 40px;
	}
	.home-intro-text h1 span {
		font-size: 32px;
	}
	.home-shortcuts-container {
		margin-top: 10px;
		margin-bottom: 70px;
	}
	a.home-shortcuts-link {
		height: 208px;
	}
	.lsm-home-bloc .home-bloc-inside {
		flex-flow: column;
		gap: 20px;
		padding: 40px 12px;
	}
	.lsm-home-bloc .home-bloc-text,
	.lsm-home-bloc .home-bloc-media,
	.lsm-home-bloc--image-left .home-bloc-text,
	.lsm-home-bloc--image-right .home-bloc-text,
	.lsm-home-bloc--image-left .home-bloc-media,
	.lsm-home-bloc--image-right .home-bloc-media {
		width: 100%;
		margin: 15px 0 !important;
	}
	.lsm-home-bloc--image-right .home-bloc-text {
		order: 1;
	}
	.lsm-home-bloc--image-right .home-bloc-media {
		order: 2;
	}
	.lsm-home-bloc--image-left .home-bloc-media {
		order: 1;
	}
	.lsm-home-bloc--image-left .home-bloc-text {
		order: 2;
	}
	.lsm-home-bloc--feature .home-bloc-media img {
		min-height: 300px;
	}
	.lsm-home-bloc--red .home-bloc-inside,
	.lsm-home-bloc--dark .home-bloc-inside {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lsm-home-bloc.lsm-image-seule-centree .home-bloc-media,
	.lsm-home-bloc.lsm-image-only-centered .home-bloc-media {
		margin: 0 auto !important;
	}
	.lsm-annuaire-live .annuaire-results {
		padding-left: 0;
	}
	.lsm-home-bloc .home-bloc-text h2 {
		font-size: 35px;
	}
	footer .footer-menu {
		gap: 18px;
	}
}
