@charset "utf-8";
/* CSS Document */
/*affichage cartes*/
affichage_photos{
	/*display: flex;*/
	display:block;
	width:auto;
  	margin: 0 auto;
	margin-bottom:5%;
}

.container_galeries {
  	width:auto;
	display: flex;
  	margin:0 auto;
	/*border: 2px solid #2A2929;
  	border-radius: .5em;*/
	/*padding: 10px;*/
	/*padding-top:8.3em;*/
}
.row {
	flex-direction: row;
	justify-content: center; /*position  des cartes sur la page*/
}
.row2 {
	margin-top:0.4em;
	flex-direction: row;
	justify-content: center; /*position  des cartes sur la page*/
}
img {
	width:95%;
}
.item1 {
	margin:0;
	text-align: center;
}
.item2 {
	margin:0 0 0 0.4em;
	text-align: center;
}
.item3 {
	margin:0 0 0 0.4em;
	text-align: center;
}

.item1H {
	margin:0;
	text-align: center;
}
.item2H {
	margin:0 0 0 0.4em;
	text-align: center;
}

.item10H {
	margin:0;
	text-align: left;
	font-size:85%;
	border: 0.2em solid rgba(59,169,155,0.65);
	-moz-border-radius:0.6em;
  	-webkit-border-radius:0.6em;
  	-khtml-border-radius:0.6em;
	background-color: rgba(255,255,255,0.60);
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
}
.item20H {
	margin:0 0 0 0.4em;
	text-align: left;
	font-size:85%;
	border: 0.2em solid rgba(59,169,155,0.65);
	-moz-border-radius:0.6em;
  	-webkit-border-radius:0.6em;
  	-khtml-border-radius:0.6em;
	background-color: rgba(255,255,255,0.60);
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
}

@media screen and (min-width: 1281px) and (max-width: 2800px){

}
@media screen and (min-width: 1025px) and (max-width: 1280px){
	affichage_photos{
		width:92%;
	}
	img {
		width:95%;
	}
	.item1 {
		width:95%;
	}
	.item2 {
		width:95%;
	}
	.item3 {
		width:95%;
	}
	.item1H {
		width:95%;
	}
	.item2H {
		width:95%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px){
	
	/*affichage cartes*/
	affichage_photos{
		width:95%;
	}
	.container1 {
		display: flex;
		width:auto;
		margin:0 auto;
	}
	.row {
		flex-direction: row;
		justify-content: center; /*position  des cartes sur la page*/
	}
	.row2 {
		flex-direction: row;
		justify-content: center; /*position  des cartes sur la page*/
		margin-top:0;
	}
	img {
		width:95%;
	}
	.item1 {
		width:95%;
	}
	.item2 {
		width:95%;
	}
	
	.item3 {
		width:95%;
	}
	.item1H {
		margin:0.1em auto;
		width:95%;
	}
	.item2H {
		margin:0.1em auto;
		width:95%;
	}
	.item10H {
		margin:0.2em 0.2em;
	}
	.item20H {
		margin:0.2em 0.2em;
	}

}

@media screen and (max-width: 599px){
	/*affichage cartes*/
	affichage_photos{
		width:92%;
	}
	.container1 {
		display: flex;
		margin:0 auto;
	}
	.row {
		flex-direction: column;
		justify-content: center; /*position  des cartes sur la page*/
	}
	.row2 {
		flex-direction: column;
		justify-content: center; /*position  des cartes sur la page*/
		margin-top:0;
	}
	img {
		width:85%;
	}
	.item1 {
		margin: 0.1em auto;
	}
	.item2 {
		margin: 0.1em auto;
	}
	.item3 {
		margin: 0.1em auto;
	}
	.item1H {
		margin: 0.1em auto;
	}
	.item2H {
		margin: 0.1em auto;
	}
	.item10H {
		margin:0.2em auto;
	}
	.item20H {
		margin:0.2em auto;
	}
	
}
