@font-face {
    font-family: 'Lora';
    src: url('lora/Lora-VariableFont_wght.ttf');
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Regular.ttf');
}
body{
	margin: auto;
}
p{
	line-height: 150%;
}

nav a{
	text-decoration: none;
	color: black;
	font-family: 'Montserrat';
}
#navBar{
	position: fixed;	
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	list-style-type: none;
	z-index: 2;
	margin: 0px;
	background-color: rgba(255,255,255,0.95);
	padding-bottom: 12px;
}
nav ul{
	padding-inline-start: 0;
}

nav li{
	padding: 16px 30px 0 30px;
}
#baseLine{
	display: flex;
	justify-content: space-around;
	padding-top: 120px;
}
#title{
	text-align: center;
	font-family: 'Lora';
	font-size: 40px;
}

#box01 ,.box02, .box{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#texte1{
	width: 410px;
	height: 100%;
	padding-left: 60px;
	font-family: 'Montserrat';
	font-size: 24px;
}

li{
	font-family: 'Montserrat';
	font-size: 20px;
	padding-bottom: 20px;
}


footer{
	font-family: 'Montserrat';
	font-size: 10px;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.myImg{
  border-radius: 3px;
  width: 460px;
  height: 354px;
}


.myImg1{
  border-radius: 3px;
  transition: 0.3s;
  width: 300px;
  height: 354px;
}


.myImg2{
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 3px;
  width: 300px;
  height: 354px;
}


.myImg3{
    border-radius: 3px;
    width: 300px;
    height: 354px;
}

.myImg4{
	border-radius: 3px;
	width: 300px;
	height: 354px;
	padding-right: 165px;
}

.myImg5{
	border-radius: 3px;
	width: 300px;
	height: 354px;
	padding-left: 165px;
}
.myImg6{
	border-radius: 3px;
	width: 472px;
	height: 354px;
	margin-right: 60px;
}
.myImg44{
	border-radius: 3px;
	width: 442px;
	height: 354px;
	margin-left: 90px;
}
.picsDivers{
	height: 354px;
	margin-left: 25px;
}
@media screen and (min-width: 800px) and (max-width: 950px){
	#baseLine{
		display: flex;
		justify-content: space-around;
		padding-top: 120px;
	}
	#title{
		display: flex;
		justify-content: center;
		font-family: 'Lora';
		font-size: 40px;
	}
	#box01{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
		
	}
	#texte1{
		font-family: 'Montserrat';
		font-size: 24px;
		margin-top: 30px;
		padding-left: 0;
		text-align: justify;
	}
	li{
		font-family: 'Montserrat';
		font-size: 20px;
		padding-bottom: 20px;
	}
	#box02{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}
	footer{
	font-family: 'Montserrat';
	font-size: 10px;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	}
	#myImg{
	border-radius: 3px;
	width: 526px;
	height: 377px;
	}
	#myImg1{
	border-radius: 3px;
	transition: 0.3s;
	width: 526px;
	height: 620px;
	}
	#myImg2{
	border-radius: 3px;
	width: 526px;
	height: 620px;
	margin-top: 20px;
	}
	#myImg3{
		border-radius: 3px;
		width: 526px;
		height: 620px;
		margin-top: 20px;
	}
}