.grey-text{
	color:#808080;
}


.swiper-container {
	width: 100%;
	height: 70%;
}

#linePicture1{
  overflow-y: hidden;
}

.imgLine{
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.slider{
  margin-top: 20px;
  max-Height:0px;
  overflow-y: hidden;
  transition: 0.4s max-height;
  background-color: #e7e9ea;
}

.slider img{
  margin-bottom: 20px;
}

.link{
  color: #337ab7;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  width: max-content;
}

.title{
  font-weight: bold;
	font-family: Arial;
	color: #9C8760;
  margin-bottom: 20px;
}

.pTitle{
margin-top: 20px;
font-weight: bold;
font-family: Arial;
color: #9C8760;
margin-bottom: 20px;
display: inline-block;
font-size: 16px;
}

@media (max-width: 330px) {
	.gallery-text h3{
		font-size: 9px;

	}

}
@media (min-width: 331px ) and (max-width: 730px) {
	.gallery-text h3{
		font-size: 12px;

	}
}



@media (max-width: 730px) {


	#linePicture1 .divImg{
		width: calc(100% / 3);
		float: left;
		padding: 1%;

	}
	.bigPic {
		padding-left: 0.5%;
		padding-right: 0.5%;
		margin: 0;
		position: relative;
		text-align: center;
	}
	.gallery {
		width: 50%;
		float: left;
		padding-left: 0.5%;
		padding-right: 0.5%;
		margin: 0;
		position: relative;
		text-align: center;

	}

	.gallery-text h3{

		margin-top: 8px;
		font-family: Arial;
		color: #808080;
	}

	.themeLine{
		margin-top: 20px;
		display: inline-block;

	}

	.bio{
		border-top: 1px solid #808080;
		margin-top: 16px;
		margin-bottom: 32px;
	}

	#picBio {
		margin-top: 20px;
		display: block;
		overflow: auto;
	}

	.textBio {
		width: 100%;
		word-wrap: break-word;
		overflow: auto;
		color: #323232;
		font-family: Arial;
		margin-top: 18px;
	}



	#savoirPlus{
		color : #323232;
		text-decoration: underline;
	}

	#imgBio{
		height: 196px;
		width: 156px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}



}

@media(min-width: 730px){
	.divImg{
		width: 15%;
		float: left;
		padding: 0.5%;
		overflow-y: scroll;

	}

	.gallery {
		width: 25%;
		float: left;
		padding-left: 0.5%;
		padding-right: 0.5%;
		margin: 0;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	.gallery-text h3{
		font-size: 1.5vw;
		margin-top: 8px;
		font-family: Arial;
		color: #808080;
	}

	.slider{
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.slider img{
		padding-left: 8%;
		padding-right: 8%;
		width: 100%;
	}

	.themeLine{
		width: 100%;
		margin-top: 32px;
		display: inline-block;


	}

	.bio{
		border-top: 1px solid #808080;
		margin-top: 32px;
		margin-bottom: 100px;
	}

	#picBio{
		width: 25%;
		margin-top: 4%;
		float: left;
	}

	#imgBio{
		height: 196px;
		width: 156px;
		float: right;
	}

	.textBio{
		float: left;
		width: 75%;
		margin-top: 4%;
		padding-left: 11%;
		word-wrap: break-word;
		overflow: auto;
		color: #323232;
		font-family: Arial;
		font-size: 1.2vw;
	}



	#savoirPlus{
		color : #323232;
		text-decoration: underline;
	}

}


.gallery-image{
	cursor:pointer;
	position: relative;
	display: block;

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-image:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.clearfix {
	clear: both;
}
