html {
	scroll-behavior: smooth;
}
.vp-container {
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	background-color: rgb(57, 127, 119);
}

.vp-title {
	height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.vp-title h1 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin: 5px 0;
}
.vp-description h2 {
	/* padding: 5px; */
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 15px;
}

nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	height: 4rem;
	background-color: rgb(57, 127, 119);
	justify-content: center;
	margin: 1px;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

.vp-content p {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 20px;
}

.activity-container {
	display: block;
	flex-direction: column;
	flex-wrap: nowrap;
}

.button-40 {
	/* font-family: "Work Sans", sans-serif; */

	/* font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400; */
	font-size: 22px;
}

/* team */

/* Sev */
.team-container-normal {
	display: flex;
	flex-direction: column;
	height: 100vh;
	align-items: center;
}

.team-container-reverse {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.opacity-team {
	opacity: 1;
}

.team-picture-sev,
.team-picture-Thijske,
.team-picture-aurelie,
.team-picture-Laurence,
.team-picture-Margot, 
.team-picture-Ismahenne,
.team-picture-Lydia,
.team-picture-Virginie,
.team-picture-Hervé {
	margin-top: 30px;
	height: 30vh;
	width: 65vw;
}

.team-picture-Ismahenne

{
	background-size: cover ;
}

/* .team-picture-Hovik

{
	background-size: contain ;
} */


.team-content {
	height: 70vh;
	width: 60vw;
}

.text-team-activity {
	/* color: rgb(57, 127, 119); */
	/* font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 300; */
	font-size: 10px;
}

.team-content-name {
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500; */
	font-size: 12px;
	/* margin-bottom: 1rem; */
}

.title-team-police {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500; */
	font-size: 15px;
}

.team-content-role {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-bottom: 0.5rem; */
	font-size: 13px;
}

.team-content-info li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	height: 100%; /* Ensure it takes full height of the container */
}

.team-content-activity {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300; */
	font-size: 12px;
	/* margin-bottom: 2rem; */
}

.team-content-activity-small {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300; */
	font-size: 9px;
	/* margin-bottom: 2rem; */
}

.team-email {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: 300; */
	font-size: 12px;
}
.rdv-button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rdv-button {
	/* display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500; */

	font-size: 15px;
	/* color: rgb(57, 127, 119);
	text-decoration: solid;
	border: 1px solid rgb(57, 127, 119); */
	padding: 2px;
	margin-top: 1rem;
	text-align: center;
}

.team-content-activity {
	margin-left: 0rem;
}
.join-us-container {
	/* display: flex; */
	flex-direction: column;
	height: 150vh;
}

.join-us-picture {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 30vh;
	width: 60vw;
	/* background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/shutterstock_1498583432_4.jpg); */
}

.join-us-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
	width: 60vw;
}

.text-join-us-activity {
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 300; */
	font-size: 12px;
}

.join-us-content-name {
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500; */
	font-size: 12px;
	/* margin-bottom: 1rem; */
}
.join-us-content-activity {
	margin-left: 0;
}

.join-us-text {
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300; */
	font-size: 12px;
}

.title-join-us-police {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
}

.join-us-content-role {
	/* margin-bottom: 0.5rem; */
	font-size: 12px;
}

.join-us-content-activity {
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300; */
	font-size: 12px;
	margin-bottom: 2px;
}

.join-us-content-info li {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	/* margin-bottom: 0.5rem;
	margin-top: 0.5rem; */
}

.join-us-email {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: 300; */
	font-size: 12px;
}
.join-us-button {
	/* display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500; */
	font-size: 12px;
	/* color: rgb(57, 127, 119);
	text-decoration: solid;
	border: 1px solid rgb(57, 127, 119); */
	padding: 10px;
	margin-top: 1px;
}

/* Disponibilités */
.dispo-title {
	/* flex: 1;
	margin-top: 20px;
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300; */
	font-size: 12px;
}
.dispo-page-container {
	/* margin: 0;
	padding: 0; */
	height: 150vh;
	/* width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}



.dispo-container {
	/* margin: 0;
	pbureau deadding: 0;
	width: 100%;
	
	flex: 1;
	display: flex; */
	flex-direction: column;
	height: 150vh;
	/* justify-content: center;
	align-items: center; */
}

.dispo-container-gauche {
	height: 100vh;
	width: 100vw;
	/* margin: 0;
	padding: 0;
	width: 50%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}
.dispo-container-droite {
	height: 100vh;
	width: 100vw;
	/* margin: 0;
	padding: 0;
	width: 50%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}

.policy-normal-500-22 {
	/* margin-bottom: 40px;
	margin-top: 40px; */
	margin-bottom: 40px;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: rgb(57, 127, 119);
}

.image-bureau-droite {
	height: 30vh;
	width: 60vw;
	background-size: contain;
	/* background-repeat: no-repeat;
	background-image: url(../Images/Bureau\ mauve\ actuel_light.jpg); */
}

.image-bureau-gauche {
	height: 60vh;
	width: 60vw;
	background-size: contain;
	background-repeat: no-repeat;
	/* background-image: url(../Images/1635079708840_6.jpg); */
}
.image-dispo_gauche {
	/* display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0; */
	height: 30vh;
	width: 60vw;
	/* background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../Images/Dispo_gauche.png); */
}
.image-dispo_droite {
	/* display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0; */
	height: 30vh;
	width: 60vw;
	/* background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../Images/Dispo_droite.png); */
}

/* Map */
.map_size {
	height: 40vh;
	width: 70vw;
}
