section ul{
	margin-left: 0;
	padding-left: 15px;
}
section ul li{
	margin-bottom: 10px;
}

section.intro{
	background: black;
	position: relative;
	z-index: 99;
}
section.intro .row{
    display: flex;
    flex-wrap: wrap;
    padding: 10vw 5vw;
	position: relative;
}
section.intro .colonne_01{
    width: 50%;
}
section.intro .colonne_01 > div{
    padding-right: 10vw;
    padding-left: 40px;	
}
section.intro .colonne_02{
	width: 50%;
	position: relative;	
	margin-top: -5vw;
	margin-bottom: -14vw;
}
section.intro .colonne_02 #clipsvg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.intro div.colonne_02 > img{
	clip-path: url(#my-shape);
}
.intro .colonne_01::before {
    left: 5vw;	
}
.intro .titre{
	position: relative;
}
.intro .titre > .linecontainer{
	position: relative;
	height: 1px;
	left: -40px;
	width: 205%;
}
.intro .contenu{
    padding-top: 1em;	
}
section.header_propos img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.maptonetwork{
	position: relative;
}
.maptonetwork > .stickycontent{
	position: sticky;
	height: 100vh;
	left: 0%;
	top: 0;
	width: 100%;
    margin-bottom: -100vh;
    z-index: 140;
	pointer-events: none;
	overflow: hidden;
}
.maptonetwork > .stickycontent > .barssection{
	display: block;
	width: 25%;
	left: 60%;
	height: 100%;
	top: 0;
	position: absolute;
}
.map{
	width: 100%;
	aspect-ratio:1920 / 1080;
	position: relative;
}
.map > .content{
	width: 35%;
	left: 60%;
	height: 100%;
	top: 0;
	position: absolute;
	pointer-events: none;
	z-index: 120;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.map > .content .top{
	width: 100%;
	padding-right: 28.57%;
	position: relative;
	flex-basis: 40%;
}
.map > .content .top > .container{
	background-color: #fff;
	height: 100%;
	padding: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: flex-end;
}
.map > .content .top > .container > *{
	flex-basis: 100%;
	margin-bottom: 0;
}
.map > .content .top > .container .hype span{
	font-size: 400%;
	font-weight: 999;
}
.map > .content .bottom{
	flex-basis: 60%;
	margin-right:28.57%;
	padding: 40px;
	background-color: #fff;
}
.map .marker{
	width: 50px;
	transition: width 0.4s ease-out;
	position: absolute;
	bottom: 50px;
	left: 150px;
	transform: translateX(-50%);
	cursor: pointer;
}
.map .marker svg{
	width: 120%;
    margin-left: -10%;
    position: relative;
    bottom: -6px;
    margin-top: -6px;
}
.map .marker.open{
	width: 325px;
	z-index: 10;
}
.outersvg {
	fill: #f2a000;
	transition: fill 0.4s ease-out;
	-webkit-filter: drop-shadow( 0px 0px 25px rgba(0, 0, 0, .3));
  	filter: drop-shadow( 0px 0px 25px rgba(0, 0, 0, .3));
}
.map .marker.open .outersvg {
	fill:#000;
	-webkit-filter: none;
  	filter: none;
}
.innersvg {
	fill: #fff;
}
.map .marker span{
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: absolute;
	top: 17%;
	left: 50%;
	transform:translateX(-50%);
}
.map .marker.open span{
	display: none;
}
.map .marker .content{
	display: none;
	position: absolute;
	width: 100%;
	padding: 0 21% 0 21%;
	height: 80%;
	top: 0;
	left: 0;
}
.map .marker.open .content{
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-end;
    flex-direction: column;
	visibility:none;
	opacity:0;
	animation: appearJournal 0.5s 0.5s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
.map .marker .content a{
    font-size: 18px;
	position: relative;
	display: block;
	color:white;
	text-transform: uppercase;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 10px;
	min-height:44px;
	align-content: center;
	font-weight: 500;
}
.map .marker .content a:after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 35px;
	height: 35px;
	background-image: url(../img/png/flechelink.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.map > div:nth-of-type(2) .arrows{
	display: none;
}
section.local{
	position:sticky;
	margin-bottom: -28vh;
	top:0;
	height: auto;
	min-height: 100vh
	width: 100%;
	overflow: hidden;
	background-color: var(--blanc);
	padding:var(--pad);
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
}
section.local .left{
	position: relative;
	flex-basis: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
}
section.local .left .title{
	padding: 40px;
	flex-basis: 100%;
}
section.local .spreadline{
	position: relative;	
	flex-basis: 100%;
}
section.local .spreadline .line{
	position: absolute;
	left: 0;
	top: 0;
	width: 92vw;
}
section.local .left .content{
	padding: 40px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:40px;
}
section.local .left .content > div{
	padding-right: 4vw;
}
section.local .right{
	flex-basis: 50%;
}
.popimg{
	border-radius:9999px;
	overflow: hidden;
	position: absolute;
	width: 45vw;
	top:calc(50vh - 22.5vw);
	left:50%;
	opacity:0;
}
section.buffer{
	height: 100vh;
}
section.reseau{
	width: 100%;
	opacity: 0;
	position: relative;
	height: 200vh;
	margin-top: -90vh;
	z-index: 128;
	background-color: #000;
}
section.reseau> div{
	top:0;
	width: 100%;
	overflow: hidden;
	position: sticky;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: stretch;
}
section.reseau .sidepic{
	position: relative;
	z-index: 1;
	flex-basis: 40%;
	width: 40%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
section.reseau > div > svg{
	position: absolute;
}
section.reseau .sidepic > div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
section.reseau .sidepic > div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	clip-path: url(#myClip);
}
section.reseau .sidepic > div:not(.active){
	animation: hideDelay 1s 0.25s  1 ALTERNATE linear forwards;
	opacity: 1;
}
section.reseau .sidepic > div.active{
	animation: showDelay 1s 0.25s  1 ALTERNATE linear forwards;
	opacity: 0;
}
section.reseau .nav ul{
	list-style: none;
	padding-left: 0;
}
section.reseau .nav ul li{
	margin-bottom: 20px;
}
@keyframes showDelay{
	0% {
		opacity: 0;
	}
	0.001%{
		opacity: 1;
	}
	100% {
		opacity:1;
	}
}
@keyframes hideDelay{
	0% {
		opacity: 1;
	}
	0.001%{
		opacity: 0;
	}
	100% {
		opacity:0;
	}
}
section.reseau > div > .right{
	flex-basis: 60%;
	padding-right: 8vw;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
section.reseau .right .titre{
	position: relative;
	margin-left: 290px;
	flex-basis: 100%;
	padding-left: 40px;
	margin-bottom: 20px;
}
section.reseau .right .titre > span{
	display: none;
}
section.reseau .right .titre .next{
	display: none;
	position: absolute;
	right: -20px;
    bottom: 20px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid white;
}
section.reseau .right .titre .next:after{
	position: absolute;
	content:"";
	width: 10px;
	height: 10px;
	border-right: 1px solid white;
	border-top: 1px solid white;
	transform: rotate(45deg);
	right: 11px;
    top: 9px;
}
section.reseau .right .titre h1{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	vertical-align: bottom;
	-ms-align-items: flex-end;
	align-items: flex-end;
	min-height:125px;
}
section.reseau .right .titre h1:not(.active){
	display: none;
}
section.reseau .right .content{
	flex-basis: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}
section.reseau .right .content .text > div[data-slide]:not(.active){
	display: none;	
}
section.reseau .right .content .nav{
	padding-top: 30px;
	width: 290px;
	flex-basis: 290px;	
    position: relative;
    z-index: 1;
}
section.reseau .right .content .nav a{
	position: relative;
	text-transform: uppercase;
	color: var(--blanc);
	margin-bottom: 10px;
	display: block;
	text-align: right;
	padding-right: 40px;
	margin-right: -5.5px;
	height: 40px;
	align-content: center;
}
section.reseau .right .content .nav li.active a{
	color:var(--color1);
}
section.reseau .right .content .nav a:after{
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--blanc);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
section.reseau .right .content .nav li.active a::after{
	background-color: var(--color1);
}
section.reseau .right .content .text {
	padding-top: 30px;
	flex-basis: calc(100% - 290px);
}
section.reseau .right .content .text > *{
	padding-left: 40px;
}
section.reseau .right .content .topline{
	left: 0;
	width: 100vw;
	height: 1px;
	position: absolute;
}
section.reseau .right .content .text .leftline{
	height: 100vh;
	top: 0;
	width: 1px;
	position: absolute;
}
#myClip{	
	transition: all 0.5s  cubic-bezier(.2,.65,.3,1);
	transform-origin: 0 39vh;
}
#myClip:not(.animation){
	animation: scaleMaskTwo 0.5s 0s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;*/
}
#myClip.animation{
	animation: scaleMask 0.5s 0s  1 ALTERNATE cubic-bezier(.2,.65,.3,1) forwards;
}
.evenements{
	position: relative;
}
.evenements video{
	width: 100%;
	height: auto;
}
.evenements .content{
	position: absolute;
	padding: 8vh 0;
	width: 40%;
	background-color: rgba(255,255,255,0.95);
}
.evenements .content .titre{
	margin-left: 20%;
	padding-left: 40px;
	padding-right: 60px;
}
.evenements .content .texte{
	margin-top: 40px;
	margin-left: 20%;
	padding-left: 40px;
	padding-right: 60px;
}
.evenements .ligne{
	position: absolute;
	left: 8%;
	height: 100%;
	width: 1px;
	z-index: 1;
}
.evenements .line{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
}
.evenements .nav{
	padding: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.evenements .nav ul{
	list-style: none;
}
.evenements .nav a{
	position: relative;
	display: block;
	padding: 14px 50px 4px 0;
	color:var(--blanc);
	text-transform: uppercase;
}
.evenements .nav a:after{
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--blanc);
}
.cta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
}
.cta .img{
	flex-basis: 50%;
}
.cta .content{
	position: relative;
	flex-basis: 50%;
	padding: 8vh calc(10vw + 40px) 8vh 40px;
}
.cta .content .titre{
	max-width:500px;
}
.cta .content .line{
	position: absolute;
	height: 100%;
	top: 0;
	right: 10vw;
}
.cta .content .ligne{
	position: relative;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
}
.cta .content .text{
	margin-top: 40px;
}
.cta .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
@keyframes scaleMask{
	0% {
		transform:scale(1);
	}
	50%{
		transform:scale(0);
	}
	100% {
		transform:scale(1);
	}
}
@keyframes scaleMaskTwo{
	0% {
		transform:scale(1);
	}
	50%{
		transform:scale(0);
	}
	100% {
		transform:scale(1);
	}
}
@keyframes appearJournal{
	0% {
		opacity: 0;
	}
	1%{
		opacity: 0;
	}
	100% {
		opacity:1
	}
}
@media screen and (max-width:1300px){
	header#header nav a{
		padding: 10px;
		font-size:85%;
	}
	header#header .logo img, footer .logo img {
		max-width: 250px;
		min-width: 200px;
	}
}

.members {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}



.members .member {
    display: block;
    flex-basis: 30%;
    margin-bottom: 10vh;
}

.members .member .img img {
    border-radius: 100vw;
}

.contenu_team{
	text-align: center;
    padding-top: 25px;	
}

.contenu_team h4.nom{
	margin-bottom: 0;
}
.contenu_team p.poste{
	margin-top: 0;
}

.intro_equipe{
    max-width: 1000px;
    margin: 0 auto;
	padding-bottom: 5vw;
}

section.equipe{
	    padding: 5vw;
	position: relative;
}

section.equipe::after {
    content: "";
    height: 1px;

    /* background: red; */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: var(--grismoyen);

    transform: translate(-50%, -50%);
    z-index: -1;
}
.linkedin{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	background-color: var(--color1);
}
.linkedin img{
	filter: invert(1);
	width: 50%;
	margin-top: 8px;
}

@media screen and (max-width:1300px){
	section.reseau .right .content .text {
		padding-top: 30px;
		flex-basis: calc(100% - 0px);
	}	
	

	
	section.local .left .content{
		display: block;
	}
	

	
	section.local {
		padding: 0;
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		top: auto;
		overflow: visible;
		height: 100%;
		min-height: 0;
	}

	section.local .right{
		display: none;
	}
	section.local .left .content{
		display: block;
	}

	section.local .spreadline .line{
		width: 200%;
	}
}

@media screen and (max-width:1024px){
	section.reseau .right .content .text .leftline{
		height: 100%;
	}
	
	section.local .left .content > div {
    	background: white;
	}
	
	section.local .left .content{
		position: relative;
		z-index: 29;
	}
	
	.map {

		z-index: 0;
	}	
	
	.maptonetwork > .stickycontent {
		z-index: 1;
	}
	
	section.local .left .content{
		background-color: white;
	}
	
	section.local .left{
		position: sticky;
		bottom: 0;
		width: 50%;
		margin-top: auto;
		z-index: 1;
	}
	
	.maptonetwork{
		min-height:100vh;
		background-color: #fff;
	}
	.evenements .content{
		position: relative;
		width: 100%;
	}
	.evenements .content .titre {
    	margin-left: 60px;
	}
	.evenements .content .texte{
    	margin-left: 60px;
	}
	section.reseau {
		border-top: 1px solid var(--grismoyen);
		height: auto;
		margin-top: -65vh;
	}
	section.reseau .right .content .nav{
		width: 200px;
		flex-basis: 200px;
	}
	section.reseau .right .titre{
		margin-left: 200px;
	}
/*
	section.reseau .right .content .text {
		flex-basis: calc(100% - 200px);
	}
*/
	section.header {
		width: 100%;
		height: calc(100vh + 56.25vw);
		position: relative;
	}
	section.header video {
		height: 56.25vw;
	}
	section.header .overlay {
		position: absolute;
		top: auto;
		bottom: 100vh;
		height: 56.25vw;
	}
	section.header .bottomcontent {
		bottom: 100vh;
		left: 0;
		width: 100%;
		padding: 30px max(calc((50vw - 550px)), 30px);
		z-index: 3;
	}
	.map > .content .top {
		padding-right: 0;
		padding-top: 60px;
	}
	.map > .content .bottom {
		margin-right: 0;
	}
	.map > .content {
		position: relative;
		width: 40%;
		left: auto;
		top: auto;
		height: auto;
	}
	.maptonetwork > .stickycontent:nth-of-type(1){
	}
	.map{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		aspect-ratio:auto;
	}
	.map > div:nth-of-type(2){
		width: 60%;
		overflow: scroll;
		min-height: 100%;
	}
	.map > div:nth-of-type(2) {
		overflow: auto; /* Ensures content remains scrollable */
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE and Edge */
	}

	.map > div:nth-of-type(2)::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Edge, Opera */
	}
	.map > div:nth-of-type(2) > div{
		position: relative;
		width: 300%;
		aspect-ratio:16/9;
	}
	.map > div:nth-of-type(2) > div > img{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.map > div:nth-of-type(2) .arrows{
		width: 30px;
		height: 30px;
		position: absolute;
		cursor: pointer;
		background-color: #fff;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		z-index: 90;
	}
	.map > div:nth-of-type(2).left .arrows.left{
		border-radius:0 5px 5px 0;
		left: 0;
		top: calc(50% - 10px);
	}
	.map > div:nth-of-type(2) .arrows:after{
		content:"\21E6";
	}
	.map > div:nth-of-type(2).left .arrows.left{
		border-radius:0 5px 5px 0;
		left: 40%;
		top: calc(50% - 10px);
	}
	.map > div:nth-of-type(2).right .arrows.right:after{
		transform: rotate(180deg);
	}
	.map > div:nth-of-type(2).right .arrows.right{
		border-radius:5px 0 0 5px;
		right: 0;
		top: calc(50% - 10px);
	}
	.map > div:nth-of-type(2).top .arrows.top:after{
		transform: rotate(90deg);
	}
	.map > div:nth-of-type(2).top .arrows.top{
		border-radius:0 0 5px 5px;
		right: calc(30% - 10px);
		top: 0;
	}	
	.map > div:nth-of-type(2).bottom .arrows.bottom:after{
		transform: rotate(-90deg);
	}
	.map > div:nth-of-type(2).bottom .arrows.bottom{
		border-radius:5px 5px 0 0;
		right: calc(30% - 10px);
		bottom: 0;
	}
	.map > div:nth-of-type(2).topleft .arrows.topleft:after{
		transform: rotate(45deg);
	}
	.map > div:nth-of-type(2).topleft .arrows.topleft{
		border-radius:0 0 5px 0;
		left: 40%;
		top: 0;
	}
	.map > div:nth-of-type(2).topright .arrows.topright:after{
		transform: rotate(135deg);
	}
	.map > div:nth-of-type(2).topright .arrows.topright{
		border-radius:0 0 0 5px;
		right: 0;
		top: 0;
	}	
	.map > div:nth-of-type(2).bottomleft .arrows.bottomleft:after{
		transform: rotate(-45deg);
	}
	.map > div:nth-of-type(2).bottomleft .arrows.bottomleft{
		border-radius:0 5px 0 0;
		left: 40%;
		bottom: 0;
	}
	.map > div:nth-of-type(2).bottomright .arrows.bottomright:after{
		transform: rotate(-135deg);
	}
	.map > div:nth-of-type(2).bottomright .arrows.bottomright{
		border-radius:5px 0 0 0;
		right: 0;
		bottom: 0;
	}
	.map > div:nth-of-type(2).left .arrows.left,
	.map > div:nth-of-type(2).top .arrows.top,
	.map > div:nth-of-type(2).right .arrows.right,
	.map > div:nth-of-type(2).bottom .arrows.bottom,
	.map > div:nth-of-type(2).topleft .arrows.topleft,
	.map > div:nth-of-type(2).topright .arrows.topright,
	.map > div:nth-of-type(2).bottomleft .arrows.bottomleft,
	.map > div:nth-of-type(2).bottomright .arrows.bottomright{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.map .marker {
		width: 35px;
	}	
	.map .marker svg {
		width: 140%;
		margin-left: -20%;
	}
	.map .marker span{
		font-size: 16px;
	}
	.map .marker.open{
		transform:translate(-50%, 50%);
		z-index: 95!important;
	}
	.maptonetwork > .stickycontent > .barssection{
		display: none;
	}
}
@media screen and (max-width:960px){
	
	section.intro{
		overflow: hidden;
	}	
	
	section.intro .colonne_01 {
		width: 100%;
	}
	
	section.intro .colonne_02 {
		width: 100%;
		position: relative;
		margin-top: 5vw;
		margin-bottom: -14vw;
	}	
	
/*
	section.reseau > div > .right {
		flex-basis: 100%;
	}
	
	section.reseau .sidepic {
		flex-basis: 100%;
		width: 100%;
	}	
	
	section.reseau> div{
		flex-wrap: wrap;
	}
	
	section.reseau .sidepic > div {
		height: 160%;
	}
	
	section.reseau .sidepic > div img{
	    clip-path: none;
        border-radius: 0vw 0vw 50vw 50vw;		
	}
*/
}

@media screen and (max-width:780px){
	section.reseau> div{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.reseau .right .content .nav{
		display: none;
	}
	section.reseau .right .content .text{
		flex-basis: 100%;
		padding-bottom: 10vh;
	}
	section.reseau .right .titre{
		margin-left: 0;
		padding: 10vh 40px 0;
	}
	section.reseau .right .titre .next{
		display: block;
	}
	section.reseau .right .titre h1{
		min-height: 0;
	}
	section.reseau .right .titre > span{
		display: block;
		color:white;
	}
	section.reseau> div{
		height: auto;
	}
	section.reseau .sidepic > div img{
		clip-path:none;
	}
}


@media screen and (max-width:760px){
	section.reseau .right .content .nav {

		width: 190px;
		flex-basis: 190px;

	}
	
	section.reseau .right .content .text {
		
		flex-basis: calc(100% - 90px);
	}	
}


@media screen and (max-width:640px){
	section.equipe > div.row > div > div.member > div.img{
    width: 65%;
    margin: 0 auto;		
	}
	
	section.equipe > div.row > div{
		    flex-direction: column;
	}
	
	section.header .bottomcontent{
		display: block;
		text-align: center;
	}
	section.header .bottomcontent > a{
		margin-left: 0;
		display: inline-block;
	}
	section.header .overlay {
		height: auto;
		aspect-ratio:16 / 9;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	section.local .left{
		width: 100%;
	}
	section.local .left .title{
		flex-basis: 50%;
		padding-right: 0;
	}
	section.local .spreadline .line{
		width: 100%;
	}
	section.reseau .right .titre {
        margin-left: 0;
        padding: 40px 40px 0;
	}
	section.reseau > div > .right{
		flex-basis: 100%;
		padding-left: 8%;
	}
	section.reseau .sidepic{
		flex-basis: 100%;
		width: 100%;
		aspect-ratio:1 / 1;
	}
	.map{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.map > .content {
		flex-basis: 100%;
		width: 100%;
	}
	.map > .content .top{
        padding-top: 5vh;
	}
	.map > .content .top > .container h1{
		font-size: calc(14px + 6.2vw);
	}
	.map > div:nth-of-type(2) {
        width: 100%;
		height: 600px;
        overflow: scroll;
    }
	.map > div:nth-of-type(2) > div {
		width: auto;
        aspect-ratio: 16 / 9;
        height: 100%;
    }
	.map > div:nth-of-type(2).left .arrows.left,
	.map > div:nth-of-type(2).topleft .arrows.topleft,
	.map > div:nth-of-type(2).bottomleft .arrows.bottomleft{
        left: 0%;
	}
	.map > div:nth-of-type(2).top .arrows.top,
	.map > div:nth-of-type(2).bottom .arrows.bottom{
        right: calc(50% - 10px);
	}
	.map > div:nth-of-type(2).left .arrows.left,
	.map > div:nth-of-type(2).right .arrows.right{
		bottom: 285px;
		top:auto;
	}
	.map > div:nth-of-type(2).top .arrows.top,
	.map > div:nth-of-type(2).topleft .arrows.topleft,
	.map > div:nth-of-type(2).topright .arrows.topright{
		bottom: 570px;
		top:auto;
	}
	

	
}
