/*reset*/
html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0.8 rem;
}

h1,
h2,
h3,
h4 {
	margin: 1rem 0;
}
h2 {
	color: white;
}

a {
	text-decoration: none;
	color: white;
}

nav li {
	display: inline-block;
	list-style-type: none;
	margin: 1rem;
	color: white;
}

nav li :hover {
	color: rgb(32, 68, 64);
}

nav li a:active {
	transition-duration: 10s;
}

/*header*/

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

.vp-title {
	height: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}
.vp-title h1 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
	font-size: 50px;
}

.vp-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

.vp-description h2 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 20px;
}
nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 4rem;
	background-color: rgb(57, 127, 119);
	flex-flow: row nowrap;
	justify-content: center;
	margin: 1 rem;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

.vp-content {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-color: white; */
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/Acceuil.jpeg);
}

.vp-content p {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 40px;
}
.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: row;
	height: 100vh;
}

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

.team-picture-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.opacity-team {
	opacity: 0.8;
}
/* picture Sev */
.team-picture-sev {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/Séverine\ De\ Schepper_2.jpg);
}
.team-picture-sev:hover {
	opacity: 1;
}


/* picture Thijske */

.team-picture-Thijske{
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Thijske_2.jpeg);
}
.team-picture-Thijske:hover {
	opacity: 1;
}


/* picture Aurélie */
.team-picture-aurelie {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: blue; */
	background-image: url(../Images/team-picture-Aurélie_Tuli_2.jpg);
}

.team-picture-aurelie:hover {
	opacity: 1;
}
/* picture Margot */
.team-picture-Margot {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Margot.jpg);
}



.team-picture-Margot:hover {
	opacity: 1;
}


/* picture Laurence */
.team-picture-Laurence {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Laurence.jpg);
}

.team-picture-Laurence:hover {
	opacity: 1;
}

/* picture Lydia */
.team-picture-Lydia {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Lydia.jpg);
}
.team-picture-Lydia:hover {
	opacity: 1;
}

/* picture Nicolas
.team-picture-Nicolas {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Nicolas.jpg);
}
.team-picture-Nicolas:hover {
	opacity: 1;
} */

/* picture Hervé */
.team-picture-Hervé {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Hervé.jpg);
}
.team-picture-Hervé:hover {
	opacity: 1;
}

/* picture Virginie */
.team-picture-Virginie {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/team-picture-Virginie.jpg);
}
.team-picture-Virginie:hover {
	opacity: 1;
}

/* picture Ismahienne */
.team-picture-Ismahenne {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../Images/Team_Picture_Ismahenne_2.jpg);
}
.team-picture-Ismahenne:hover {
	opacity: 1;
}

.team-content-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.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 {
	height: 75vh;
	width: 30vw;
}

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

.team-content-activity{
	margin-left: 2rem;
}

.Margin-left-1{
	margin-left: 1rem;
}

.team-content-activity li {
	list-style: disc;
	margin-top: 0.25rem;
	margin-bottom: 0.rem;
}

.team-content-activity-small li {
	list-style: disc;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}


.team-content-activity p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.team-content-activity-small p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

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

.team-content-role {
	margin-bottom: 0.5rem;
	font-size: 20px;
}
.team-content-role-small{
	margin-bottom: 0.5rem;
	font-size: 17px;
}

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

.team-content-activity-small {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 2rem;
}

.team-content-info li {
	font-size: 17px;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.team-email {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: 300;
	font-size: 17px;
}
.rdv-button {
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: rgb(57, 127, 119);
	text-decoration: solid;
	border: 1px solid rgb(57, 127, 119);
	padding: 10px;
	margin-top: 1rem;
}
.rdv-button:hover {
	color: white;
	background-color: rgb(57, 127, 119);
}

/* Nous rejoindre */
.join-us-container {
	display: flex;
	flex-direction: row;
	height: 100vh;
}

.join-us-picture-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.opacity-join-us {
	opacity: 0.8;
}

/* picture Nous rejoindre */
.join-us-picture {
	height: 75vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Images/shutterstock_1498583432_4.jpg);
}

.join-us-picture:hover {
	opacity: 1;
}

.join-us-content-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

.join-us-content {
	height: 75vh;
	width: 30vw;
}

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

.join-us-text {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 17px;
}
.join-us-content-activity li {
	list-style: disc;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.join-us-content-activity p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.underline {
	text-decoration: underline;
	font-weight: 500;
}

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

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

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

.join-us-content-info li {
	font-size: 15px;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.join-us-email {
	color: rgb(57, 127, 119);
	font-family: "Work Sans", sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: 300;
	font-size: 15px;
}
.join-us-button {
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: rgb(57, 127, 119);
	text-decoration: solid;
	border: 1px solid rgb(57, 127, 119);
	padding: 10px;
	margin-top: 1rem;
}
.join-us-button:hover {
	color: white;
	background-color: rgb(57, 127, 119);
}

/* Dispo */
.dispo-page-container {
	margin: 0;
	padding: 0;
	height: 200vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.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: 20px;
}
.dispo-container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.dispo-container-gauche {
	height: 100vh;
	margin: 0;
	padding: 0;
	width: 50%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.dispo-container-droite {
	height: 100vh;
	margin: 0;
	padding: 0;
	width: 50%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.image-dispo_gauche {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	height: 50vh;
	width: 40vw;
	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: 50vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../Images/Dispo_droite.png);
}

.opacity-dispo{
	opacity: 0.8;
}

.image-bureau-gauche {
	padding: 0;
	margin: 0;
	height: 80vh;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../Images/Bureau_1.jpg);
}

.image-bureau-gauche:hover{
	opacity: 1;
}

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

.image-bureau-droite:hover{
	opacity: 1;
}

.policy-normal-500-20 {
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	color: rgb(57, 127, 119);
}

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

/* photo */

.image-bureau-droite:hover {
	opacity: 1;
}

.image-bureau-gauche:hover {
	opacity: 1;
}

/* Image dispo */

/* contact */

.contact-container {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#map {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 2rem;
	flex: auto;
}
.map_size {
	height: 75vh;
	width: 50vw;
}
.contact-content-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	width: 100%;
	background-color: rgb(57, 127, 119);
}
.contact-content {
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: column;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
}
.contact-content a {
	margin-top: 5px;
	margin-bottom: 1px;
}

.contact-content-title {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 15px;
}

.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}
/*Contact*/

/*formulaire*/

/* .form{
    background-color: antiquewhite;
    display: flex;
    flex-direction: column;
    margin: 10rem 22rem;
    padding: 2rem 2rem;
    border-color: black;
    border-radius: 5px;       
}

.form h1 {
    display: flex;
    justify-content: center;
}
.formulaire{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.gauche{
    
    background-color: brown;
    display: flex;
    flex-direction: column;
    width: 200px;
   
}

.droite{
    
    background-color: blue;
    display: flex;
    flex-direction: column;
    width: 200px;
}
.Form_label{
    margin: 10px 0px;
}

.pied-formulaire{
    display: flex;
    flex-direction: row;
    background-color: blueviolet;
    justify-content: center;
    padding: 1rem;
} */
