.liste_albums_img {
   border-radius: 8px; 
   width: 100%;
   opacity: 1;
   border: 0px;
}

.liste_albums_nom a, a:visited {
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 50px;
}

.liste_albums_details {
	font-size: 0.6875em;
	font-weight: none;
	color: #716a69;	
	margin-left: 15px;
}

#photos_zone_recherche {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f7f7;
	border-radius: 8px;
	padding: 10px;
}

#filtres_recherche_photos a, #filtres_recherche_photos a:visited {
	position: relative;
	float: right;
	right: 0px;
	top: -2px;
	
	font-family: Verdana, sans-serif; 
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	padding: 6px;
	margin-bottom: 20px;
	border: 1px solid #000;
	border-radius: 4px;
	text-decoration: none;
}

#filtres_recherche_photos a:hover {
	color: #000;
	border: 1px solid #000;
    box-shadow: 0px 0px 5px #555;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.album_photos_img {
   border-radius: 8px;
   border: 0px;
   margin-bottom: 15px;
}

.album_photos_img_fleches a, a:visited{
	font-family: Verdana, sans-serif; 
	font-size: 2.875em;
}

.photo_commentaires {
	font-family: Verdana, sans-serif; 
	font-size: 0.9em;
	font-weight: none;
	text-align: center;	
	margin-bottom: 8px;	
}

.photo_img {
   border-radius: 8px;
   border: 0px;
}


#album_photos_img_fleches a, a:visited{
	font-family: Verdana, sans-serif; 
	font-size: 2.875em;
	text-decoration: none;
	color: #000;	
	padding: 5px;
}


.album_commentaires_wrap-collabsible { margin: 1.2rem 0; } 
.album_commentaires_lbl-toggle { 
	display: block; 
	font-weight: bold; 
	font-family: Verdana, sans-serif; 
	font-size: 1.0em; 
	text-align: left; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px; 
	color: #333; 
	cursor: pointer;
	background: #ccc; 
	border-radius: 7px; 
	transition: all 0.25s ease-out; 
}
 
.album_commentaires_lbl-toggle:hover { color: #555; } 
.album_commentaires_lbl-toggle::before { 
	content: ' '; 
	display: inline-block; 
	border-top: 5px solid transparent; 
	border-bottom: 5px solid transparent; 
	border-left: 5px solid currentColor; 
	vertical-align: middle; 
	margin-right: .7rem; 
	transform: translateY(-2px); 
	transition: transform .2s ease-out; 
} 

.album_commentaires_toggle:checked+.album_commentaires_lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } 
.album_commentaires_collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } 
.album_commentaires_toggle:checked + .album_commentaires_lbl-toggle + .album_commentaires_collapsible-content { max-height: 500%; } 
.album_commentaires_toggle:checked+.album_commentaires_lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } 
.album_commentaires_collapsible-content .album_commentaires_content-inner { 
	background: #eee; 
	border-bottom: 1px solid #ccc; 
	border-bottom-left-radius: 7px; 
	border-bottom-right-radius: 7px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px; 
	text-align: justify;
}
 
.album_commentaires_collapsible-content p { margin-top: 0; margin-bottom: 0; }

