header{
	width:calc(100vw - 64px);
	height:5vh;
	background-color:#fff9ed;

	margin:0;
	
	padding-top:16px;
	padding-right:32px;
	padding-bottom:16px;
	padding-left:32px;
	
	border-bottom:3px solid #fff9ed;
	
	display:flex;
	
	justify-content:space-between;
	position:fixed;
	
	top:0;
	left:0;
}

header a{
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.logo{
	width:64px;
}

body{
	background-color:#fff9ed;
	margin:0;
}

.content{
	margin-top:80px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}

.tete-de-page{
	background-color:#fff9ed;
	
	height:calc(100vh - 80px);
	width:100vw;
}

.tete-de-page img{
	height:40vw;
	width:40vw;
	
	
	padding-left:30vw;
	padding-right:30vw;
	padding-top:10vh;
}

.presentation{
	background-color:#004f60;

	width:100vw;
	height:80vh;
	
	padding-top:20vw;
}

.presentation p{
	color:#fff9ed;
	font-size:2VW;
	text-align:left;
	line-height:2vw;
	font-family: 'Unbounded', sans-serif;
	font-weight:600;

	width:65vw;
		
	margin-top:0;
	margin-right:auto;
	margin-bottom:2vw;
	margin-left:auto;
}

.intentions{
	background-color:#fff9ed;

	width:100vw;
	height:100vh;
}

.ruban{
	background-color:#fff9ed;

	width:100vw;
	height:100vh;
	
	display:flex;
	justify-content: space-between;
}

.ruban img{
	width:20vw;
}

.ruban p{
	color:#004f60;
	font-size:4VW;
	text-align:center;
	line-height:3.5vw;
	font-family: 'Unbounded', sans-serif;
	font-weight:600;
	
	width:50vw;
	
	margin-top:20vw;
}


.intentions h1{
	color:#004f60;
	font-size:6VW;
	text-align:center;
	line-height:6vw;
	font-family: 'Unbounded', sans-serif;
	font-weight:600;
	
	height:auto;
	width:70vw;
		
	margin-top:0;
	margin-right:auto;
	margin-bottom:8px;
	margin-left:auto;
	
	padding-top:35vh;
	
	border-bottom:0;
}

.logos {
	background-color:#004f60;
	
	padding:2vw;

	display: grid;
	gap:2vw;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(4, 1fr);
}

.logos img {
	width:100%;
	border-radius:2vw;
	padding:0;
}

.logo1{
	grid-area: 1 / 1 / 3 / 3;
	overflow:hidden; 
	height:30.6vw;
	width:30.6vw;
	border-radius:2vw;
}

.logo2{
	overflow:hidden; 
	height:14.3vw;
	width:14.3vw;
	border-radius:2vw;
}

.logo3{
	overflow:hidden;
	height:14.3vw;
	width:14.3vw;
	border-radius:2vw;
}

.logo4{
	overflow:hidden; 
	height:14.3vw;
	width:14.3vw;
}

.logo5{
	overflow:hidden; 
	height:14.3vw;
	width:14.3vw;
	border-radius:2vw;
}

.logo6{
	grid-area: 2 / 3 / 3 / 5;
	overflow:hidden;
	height:14.3vw;
	width:30.6vw;
	border-radius:2vw;
}

.logo7{
	overflow:hidden; 
	height:14.3vw;
	width:14.3vw;
	border-radius:2vw;
}

.logo8{
	overflow:hidden; 
	height:14.3vw;
	width:14.3vw;
	border-radius:2vw;
}

.logo9{
	grid-area: 3 / 1 / 4 / 4;
	overflow:hidden; 
	height:14.3vw;

	border-radius:2vw;
}

.logo10{
	grid-area: 3 / 4 / 4 / 7;
	overflow:hidden; 
	height:14.3vw;

	border-radius:2vw;
}

.logo11{
	grid-area: 4 / 1 / 5 / 4;
	overflow:hidden; 
	height:14.3vw;

	border-radius:2vw;
}

.logo12{
	grid-area: 4 / 4 / 5 / 7;
	overflow:hidden; 
	height:14.3vw;
	
	border-radius:2vw;
}

.bloc-info{
	display:flex;
	justify-content:space-between;
	width:calc(100vw - 64px);
	
	bottom:0;
	
	padding-top:0;
	padding-right:32px;
	padding-bottom:16px;
	padding-left:32px;
	
	position:fixed;
}

.infos{
	display:inline-block;
	
	padding-top:auto;
	padding-bottom:auto;
}

.infos p{
	color:#004f60;
	font-size:18px;
	
	margin-top:0;
	margin-right:64px;
	margin-bottom:0;
	margin-left:0;
	
	bottom:0;
	
	display:flex;
	
	font-family: 'Unbounded', sans-serif;
	font-weight: 300;
}

.infos a{
	text-decoration-line:none;
	
	margin-left:16px;
}

.picto{
	height:32px;
}

.titre-infos{
	text-align:center;
	
	font-size:64px;
	
	margin:0;
}

