:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-grey: #edf2fa;
	--color-light-grey: #f6f6f7;
	--color-red: #ff0000;
	--color-yellow: #fffc9d;
	--color-blue: #2874fc;
	--color-dark-blue: #020381;
	
	--main-background-color: var(--color-white);
	--header-background-color: var(--color-dark-blue);
	--main-text-color: var(--color-black);
	--title-text-color: var(--color-light-grey);
	--color-separator: var(--color-red);
	--gradient-blue: linear-gradient(145deg, var(--color-dark-blue), var(--color-blue) 40%);
	--gradient-grey: linear-gradient(145deg, var(--color-light-grey), var(--color-grey) 40%);
	
	--main-text-font: 'Sora';
	--title-text-font: "Russo One", sans-serif;
	
	--root-text-size: 16px;
	--tiny-text-size: 0.775rem;
	--main-text-size: 1.00rem; /*1.25rem;*/
	--small-text-size: var(--main-text-size);/*1.5rem;*/
	--medium-text-size: 1.05rem;/*1.5rem;*//*1.95rem;*/
	--big-text-size: 2.3rem;
	
	--big-letter-spacing: 0.025rem;
	--tiny-letter-spacing: -0.01rem;
	
	--tiny-gap: 0.775rem;
	--small-gap: 1rem;
	--medium-gap: 2rem;
	--big-gap: 3rem;
	--extra-gap: 6rem;
	--ultra-padding: 15.5rem;
	--paragraph-padding: var(--medium-gap) var(--big-gap);
	--page-padding: var(--medium-gap) var(--ultra-padding);
	--small-page-padding: var(--medium-gap) var(--medium-gap);
}

@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:fallback;src:url('./UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZ1rib2Bg-4.woff2') format('woff2');}
@font-face{font-family:"Russo One";font-style:normal;font-weight:400;font-display:fallback;src:url('./Z9XUDmZRWg6M1LvRYsH-zcOInrib9Q.woff2') format('woff2');}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('./xMQbuFFYT72XzQUpDg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	box-sizing: border-box;
}
html {
	font-size: var(--root-text-size);
}
a {
	text-decoration: none;
}
a.link {
	color: var(--color-dark-blue);
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
span.date {
	font-weight: normal;
}
img.chips-ju {
	background: none !important;
	width: auto !important;
	height: 60px !important;
}
img.caisse-depots {
	background: none !important;
	width: auto !important;
	height: 80px !important;
}
img.linked-in {
	width: 71px;
	height: 60px;
}
body {
	padding: 0px;
	margin: 0px;
	background: var(--main-background-color);
	font-family: var(--main-text-font);
	color: var(--main-text-color);
	display: grid;
	min-height: 100vh;
	grid-template-rows: 1fr auto;
	grid-gap: 0px;
}
header {
	padding: 8px;
	width: 100%;
	position: fixed !important;
	z-index: 7777;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--medium-gap);
	background: var(--header-background-color);
	color: var(--color-white);
}
header.private {
	position: relative !important;
	z-index: 0;
	justify-content: space-between;
	padding-top: 0px;
	padding-bottom: 0px;
}
header.private > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
header.private select {
	width: auto;
	padding: 0;
	font-size: inherit;
}
header a {
	color: inherit;
	text-decoration: inherit;
}
main{
	margin-top: 109px;/*137px;*/
}
div.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0px;
	background: var(--header-background-color);
}
div.logo > div:nth-child(1) {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}
.logo img {
	width: 51px;
	height: 51px;
}
.logo h1 {
	font-family: var(--title-text-font);
	font-size: var(--big-text-size);
	font-style: normal;
	font-weight: 700;
	letter-spacing: var(--big-letter-spacing);
	text-transform: none;
	margin: 0;
}
.logo h2 {
	font-family: var(--main-text-font);
	font-size: var(--medium-text-size);
	font-style: normal;
	font-weight: 700;
	letter-spacing: var(--tiny-letter-spacing);
	text-align: center;
	max-width: 268px;
	min-width: 268px;
	margin: 0;
}
nav {
	/*width: 100%;*/
	display: grid;/*flex;*/
	grid-template-columns: auto auto auto auto auto auto 1fr;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
nav > div, nav > div > a {
	font-family: var(--main-text-font);
	font-size: var(--main-text-size);
	color: var(--title-text-color);
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	/*width: max-content;*/
}
nav > div > a:hover {
	text-decoration: underline;
}
nav div.highlight {
	margin-left: var(--big-gap);
}
div.highlight, div.highlight a {
	color: var(--color-yellow);
}
.menu-service {
	position: relative;
	cursor: pointer;
}
.menu-service > div {
	position: absolute;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	gap: var(--tiny-gap);
	background: var(--color-white);
	color: var(--color-dark-blue);
	padding: var(--tiny-gap);
	text-wrap: nowrap;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.menu-service:hover > div {
	visibility: visible;
	opacity: 1;
}
/*section.highlight a, */section.highlight-dark a {
	color: var(--color-white) !important;
}
section.title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--extra-gap);
	padding: var(--big-gap) var(--extra-gap);
	/*background: linear-gradient(90deg, transparent, #02038150, transparent) 100%, url('ASTEERICS-LinkedIn-banner.jpg') center center no-repeat;*/
	background: linear-gradient(90deg, transparent 0 10%, #02038175 30% 75%, transparent 90% 100%) 100%, url('ASTEERICS-LinkedIn-banner.jpg') center center no-repeat;
	height: 396px;
	margin-top: var(--medium-gap);
}
section.title > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*section.title > div:nth-child(1) > div:nth-child(2) {
	font-family: var(--main-text-font);
	font-size: var(--medium-text-size);
	font-style: normal;
	font-weight: 700;
	letter-spacing: var(--big-letter-spacing);
	text-transform: none;
}
section.title > div:nth-child(1) > div:nth-child(3) {
	font-family: var(--main-text-font);
	font-size: var(--main-text-size);
	font-style: normal;
	font-weight: 700;
	letter-spacing: var(--tiny-letter-spacing);
	text-align: center;
}
section.title > div:nth-child(2) {
	font-family: var(--main-text-font);
	font-size: var(--medium-text-size);
	font-weight: 700;
}*/
section.title > div img {
	width: 100%;
	height: 100%;
}
section.title-description {
	display: flex;
	justify-content: center;
	font-family: var(--main-text-font);
	font-size: var(--medium-text-size);
	font-weight: 700;
	text-align: justify;
	padding: var(--page-padding);
}
section.description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	font-family: var(--main-text-font);
	font-size: var(--medium-text-size);
	font-weight: 700;
	text-align: center;
	padding: var(--page-padding);
}
.description-title {
	font-family: var(--main-text-font);
}
.description-content {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: var(--small-text-size);
	font-weight: 400;
	padding: 0px 20px;
}
.description-content > img {
	width: 137px;
	height: 213px;
}
.description-content > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--big-gap);
	text-align: justify;
}
.description-content a {
	font-weight: bold;
	color: var(--color-dark-blue);
}
.description-content a:hover {
	text-decoration: underline;
}
.description-sponsors {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	gap: var(--tiny-gap);
}
.description-sponsors > img{
	width: 90px;
	height: auto;
	/*background: var(--color-black);*/
}
.objective-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	font-size: var(--small-text-size);
	font-weight: 400;
	padding: 0px 20px;
	text-align: left;
}
.objective-content > img {
	width: 100%;
	height: auto;
}
.objective-content > div {
	text-align: justify;
}
.objective-content > a {
	display: flex;
	justify-content: center;
}
.objective-content > ul {
	margin: 0;
	text-align: justify;
}
.objective-content-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.objective-content-details > img {
	width: 200px;
	height: 200px;
}
.objective-content-details > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.objective-content-details > div > div {
	width: 100%;
	padding: 10px;
	/*background: var(--color-blue);*/
	background: var(--gradient-blue);
	color: var(--color-white);
}
.service-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	gap: 20px;
}
.service-content-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*background: var(--color-blue);*/
	background: var(--gradient-blue);
	color: var(--color-white);
	font-size: var(--medium-text-size);
	font-weight: 700;
	text-align: center;
}
.service-content-item > div:nth-child(1) {
	min-height: 127px;
	display: flex;
	align-items: center;
	padding: 20px;
}
.service-content-item > div:nth-child(3) {
	margin: 20px;
}
.button, input[type="button"], input[type="submit"] {
	display: flex;
	padding: 20px;
	font-size: var(--tiny-text-size);
	border: 3px solid var(--color-white);
	border-radius: 3px;
	text-transform: uppercase;
	/*background: var(--color-dark-blue);*/
	background: var(--gradient-blue);
	color: var(--color-white);
}
.button a {
	color: var(--color-white);
}
.button-center {
	align-self: center;
	justify-self: center;
}
.service-content-item img {
	width: 100%;
	height: 100%;
}
section.highlight {
	background: var(--color-blue);
	color: var(--color-white);
}
section.highlight-dark {
	background: var(--color-dark-blue);
	color: var(--color-white);
}
.contact {
	width: 100%;
	padding: 60px 20px;
	background: url('iStock-177788923_jpg.jpg') top left / 100% 100% no-repeat;
}
.contact > div {
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	font-weight: 400;
	font-size: var(--small-text-size);
	background: var(--title-text-color);
	text-align: justify;
	color: var(--color-black);
}
.contact > div > div:nth-child(2) {
	display: flex;
}
.special-ad {
	width: 100%;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	font-weight: 400;
	font-size: var(--small-text-size);
	background: var(--title-text-color);
	text-align: justify;
	color: var(--color-black);
}
.special-ad a {
	font-weight: bold;
}
div.separator {
	width: 100%;
	height: 1px;
	background: var(--color-separator);
}
div.big-separator {
	width: 100%;
	height: 4px;
	background: var(--color-separator);
}
div.separator-blue {
	width: 100%;
	height: 1px;
	background: var(--color-blue);
}

.project-data {
	display: grid;
	/*grid-template-areas: "news events services webinars";
	grid-template-columns: 1fr 1fr 1fr 1fr;*/
	grid-template-areas: "news events webinars";
	grid-template-columns: 1fr 1fr 1fr;
	padding: var(--paragraph-padding);
	justify-content: space-between;
	gap: 50px;
	background: var(--color-grey);
}
.project-data-news {
	grid-area: news;
}
.project-data-events {
	grid-area: events;
}
.project-data-services {
	display: none !important;
	grid-area: services;
}
.project-data-webinars {
	grid-area: webinars;
}
.project-data-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: var(--medium-text-size);
	font-style: normal;
	font-weight: 700;
	letter-spacing: var(--tiny-letter-spacing);
	/*text-align: center;*/
}
.project-data-item > div:nth-child(1) {
	font-family: var(--main-text-font);
}
.project-data-item > div:nth-child(2) {
	height: 100%;
	border-radius: 7px;
	padding: 20px;
	/*background: var(--color-blue);*/
	background: var(--gradient-grey);
	font-size: var(--main-text-size);
	font-family: var(--main-text-font);
	font-weight: 400;
	color: var(--color-dark-blue);/*var(--color-white);*/
}
.project-data-news > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: justify;
}
.project-data-news > div:nth-child(3) {
	display: none;
}
.project-data-news img {
	width: 100%;
	height: auto;
	max-height: 230px;
}
.project-data-news-carousel {
	flex-direction: row !important;
	overflow: hidden;
	padding: 0 !important;
	gap: 0 !important;
}
.project-data-news-carousel > div {
	min-width: 100%;
	padding: 20px !important;
	animation: news-carousel 16s ease infinite;
}
@keyframes news-carousel {
	0% {
		transform: translateX(0);
	}
	45% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-100%);
	}
	95% {
		transform: translateX(-100%);
	}
	100% {
		transform: 0;
	}
}
.project-data-news a.link {
	font-weight: bold;
}
.project-data-events > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: justify;
}
.project-data-events-date {
	font-size: var(--tiny-text-size);
	font-style: italic;
}
.project-data-events a {
	font-weight: bold;
}
.project-data-services > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.project-data-webinars > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.project-data-webinars > div:nth-child(2) > div:nth-child(1) {
	align-self: flex-start;
	text-align: justify;
}
.project-data-services-search {
	position: relative;
}
.project-data-services-search > input[type="text"] {
	padding-right: 43px;
}
.project-data-services-search > div {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--tiny-text-size);
	border-radius: 0 3px 3px 0;
	text-transform: uppercase;
	background: var(--color-dark-blue);
	color: var(--color-white);
	width: 40px;
	height: 100%;
}
.project-data-services-search > div:hover {
	cursor: pointer;
}
input[type="text"], input[type="password"], textarea {
	width: 100%;
	padding: 5px;
	font-size: var(--main-text-size);
	font-family: var(--main-text-font);
	color: var(--color-black);
	border: 2px solid var(--color-dark-blue);
	border-radius: 5px;
}
select {
	width: 100%;
	padding: 5px;
	font-size: var(--main-text-size);
	font-family: var(--main-text-font);
	color: var(--color-black);
	border: 2px solid var(--color-dark-blue);
	border-radius: 5px;
}

.img-event {
	width: 294px !important;
	height: 196px !important;
}
.img-formation {
	width: 196px !important;
	height: 196px !important;
}
.img-accomp {
	width: 325px !important;
	height: 182px !important;
}

footer {
	padding: 40px;
	font-family: var(--main-text-font);
	font-size: var(--main-text-size);
	display: flex;
	justify-content: space-between;
	gap: var(--medium-gap);
	text-align: justify;
}
.scroll-top {
	position: fixed;
	right: 0.775rem;
	bottom: 1rem;
	width: 50px;
	height: 50px;
	z-index: 7777;
	background: var(--color-dark-blue);
	opacity: 0.65;
	border-radius: 100%;
	cursor: pointer;
}
.scroll-top:hover {
	opacity: 1;
}
.scroll-top > div {
	position: relative;
	top: 21px;
	left: 15px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 2px solid var(--color-white);
	border-left: 2px solid var(--color-white);
}
.menu-button {
	display: none;
	width: 3rem;
	height: 3rem;
	border: 2px solid var(--color-white);
	border-radius: 1rem;
	cursor: pointer;
	padding: 0.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	transition: gap 0.2s ease;
}
.menu-button > div:nth-child(1), .menu-button > div:nth-child(2), .menu-button > div:nth-child(3) {
	width: 100%;
	height: 4px;
	background: var(--color-white);
}
.menu-button > div:nth-last-child(1) {
	display: none;
}
.menu-button:hover {
	gap: 4px;
}
.menu-button-close {
	transition: font-weight 0.2s ease;
}
.menu-button-close:hover {
	font-weight: bold;
}
.menu-button-close > div:nth-child(1), .menu-button-close > div:nth-child(2), .menu-button-close > div:nth-child(3) {
	display: none;
}
.menu-button-close > div:nth-last-child(1) {
	display: block;
}
.partner-content {
	overflow: hidden;
	position: relative;
	padding: 0px 20px;
	display: flex;
	width: calc(100vw - 31rem - 40px);
}
.partner-content > div {
	display: flex;
	flex-shrink: 0;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: var(--medium-gap);
	animation: partner-logo 20s linear infinite 2s;
}
.partner-content:hover > div {
	animation-play-state: paused;
}
.partner-content > div img {
	height: 60px;
	width: auto;
}
@keyframes partner-logo {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@media(max-width:1280px) {
	section.title {
		padding: var(--medium-gap) var(--medium-gap);
		height: 256px;
		/*background: linear-gradient(90deg, transparent, #02038150, transparent) 100%, url(ASTEERICS-LinkedIn-banner.jpg) center center / 1024px 256px no-repeat;*/
		background: linear-gradient(90deg, transparent 0 10%, #02038175 30% 75%, transparent 90% 100%) 100%, url('ASTEERICS-LinkedIn-banner.jpg') center center / 1024px 256px no-repeat;
	}
	section.title > div img {
		width: 70%;
		height: 70%;
	}
	section.title-description, section.description {
		padding: var(--small-page-padding);
	}
	/*.menu-button {
		display: flex;
	}
	header{
		justify-content: space-between;
	}
	nav {
		opacity: 0;
		position: fixed;
		top: 109;
		left: 0;
		height: 100vh;
		width: 100vw;
		background: var(--header-background-color);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: var(--medium-gap);
		padding-left: var(--medium-gap);
		transform: translateX(100%);
	}
	nav div.highlight {
		margin-top: var(--medium-gap);
	}*/
	body.menu-open {
		overflow-y: scroll;
	}
	body.menu-open main {
		overflow: hidden;
	}
	body.menu-open nav {
		opacity: 1;
		transform: translateX(0);
		transition: transform 0.5s ease;
	}
	body.menu-close nav {
		opacity: 0;
		transform: translateX(100%);
		transition: transform 0.5s ease, opacity 0s ease 0.5s;
	}
	.partner-content {
		width: calc(100vw - 4rem - 40px);
	}
}
@media(max-width:948px) {
	.menu-button {
		display: flex;
	}
	header{
		justify-content: space-between;
	}
	nav {
		opacity: 0;
		position: fixed;
		top: 109;
		left: 0;
		height: 100vh;
		width: 100vw;
		background: var(--header-background-color);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: var(--medium-gap);
		padding-left: var(--medium-gap);
		transform: translateX(100%);
	}
	nav div.highlight {
		margin-top: var(--medium-gap);
		margin-left: 0;
	}
	.menu-service > div {
		visibility: visible;
		opacity: 1;
		transition: none;
		position: relative;
		background: var(--color-dark-blue);
		color: var(--color-white);
		padding-bottom: 0;
	}
}
@media(max-width:748px) {
	/*main {
		margin-top: 109px;
	}*/
	.logo h1 {
		font-size: 2.6rem;
	}
	.logo h2 {
		font-size: var(--main-text-size);
		max-width: 270px;
		min-width: 270px;
	}
	/*.logo img {
		width: 31px;
		height: 31px;
	}*/
	section.title {
		padding: var(--tiny-gap) var(--tiny-gap);
		height: 152px;
		/*background: linear-gradient(90deg, transparent, #02038150, transparent) 100%, url(ASTEERICS-LinkedIn-banner.jpg) center center / 608px 152px no-repeat;*/
		background: linear-gradient(90deg, transparent 0 10%, #02038175 30% 75%, transparent 90% 100%) 100%, url('ASTEERICS-LinkedIn-banner.jpg') center center / 608px 152px no-repeat;
	}
	section.title > div img {
		width: 50%;
		height: 50%;
	}
	section.title-description, section.description {
		padding: var(--tiny-gap) var(--tiny-gap);
	}
	.description-content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.description-content > img {
		width: 135px;
		height: 198px;
	}
	.objective-content-details img {
		display: none;
	}
	.service-content {
		grid-template-columns: 1fr;
	}
	.service-content-item > div:nth-child(1) {
		padding: 10px;
	}
	.service-content-item > div:nth-child(1) {
		min-height: 47px;
	}
	.service-content-item img {
		width: 100%;
		height: 100%;
		max-width: 320px;
		max-height: 213px;
	}
	.project-data {
		grid-template-areas: "news"
		"events"
		"webinars";
		grid-template-columns: 1fr;
	}
	nav {
		top: 105;
	}
	.partner-content {
		width: calc(100vw - 1.55rem - 40px);
	}
	img.caisse-depots {
		height: 60px !important;
	}
}