body {
	background-color: #e5e5e5;
	color: #171717;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
	margin-left: 25%;
	margin-right: 25%;
}


a {
  color: #006699;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #004c66;
  text-decoration: underline;
}

input,textarea,select {
	border: none;
	background-color: #cccccc;
	color: #111111;
	padding: 5px 5px 5px 5px;
	border-radius: 4px;
}

img {
	border-radius: 4px;
}

.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px
}

.menu-link {
	margin-top: 10px;
    font-size: 14px;
}

.menu-links {
  display: flex;
  gap: 15px;
}

.menu_icon {
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.logo {
	height: 26px;
	vertical-align: middle;
}

.container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.texte {
    max-width: 100%;
	flex: 1;
}

.texte textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.actress_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  justify-items: start;
}  

.scene_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  justify-items: start;
  margin-bottom: 30px;
}  

.actress_container p {
    margin-top: 0px;
  margin-bottom: 30px;
}

.scene_container p {
    margin-top: 0px;
}

.actress_card {
    width: 150px;
    text-align: center;
	margin-right: 10px;
}   

.actress_card p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movie_card {
    width: 150px;
    text-align: center;
	margin-right: 10px;
}   

.movie_card p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scene_card {
    display: inline-block;
    text-align: left;
	margin-right: 10px;
}

.scene_card p {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.studio_card {
    text-align: center;
	margin-right: 10px;
}   

.actress_mini {
    width: 150px;
    height: 200px;
    border:1px solid #ffffff;
}

.actress_max {
    width: 300px;
    height: 400px;
    border:1px solid #ffffff;
}

.movie_max {
    width: 300px;
    height: 425px;
    border:1px solid #ffffff;
}

.movie_mini {
    width: 150px;
    height: 212px;
    border:1px solid #ffffff;
}

.scene_mini {
    width: 300px;
    height: 168px;
    border:1px solid #ffffff;
}

.scene_max {
    width: 720px;
    height: 405px;
    border: 1px solid #ffffff;
}

.studio_mini {
    width: 150px;
    height: 150px;
    border:1px solid #ffffff;
}

.studio_max {
    width: 200px;
    height: 200px;
    border: 1px solid #ffffff;
}

.javlib {
	margin-left: 10px;
	opacity: 0.5;
}

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

.flag {
	vertical-align: middle;
}

.age {
	font-size: 0.85em; color: #666;
}

.images-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
    width: 400px;
}

.images-container2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
    width: 250px;
}

.image-wrapper {
    width: 100%;
}

.image-wrapper2 {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.image-wrapper2 img {
    width: 100%;
    height: auto;
    display: block;
}

hr {
	border: none;
	height: 2px;
	background-color: #cccccc;
}

.custom-video {
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1 {
	margin-top: 0px;
}

.actress_info_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.actress_info_column {
	display: flex;
	flex-direction: column;
}

.actress_info_column p {
    margin-top: 0px;
}

.actress_container_2 {
    width: 300px;
}

.logo_container {
    width: 200px;
}

/* === STYLES PAGINATION === */
.pagination-menu {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: transparent;
	border-radius: 4px;
	border: none;
	display: flex;
	justify-content: center;
	width: 100%;
}

.pagination-container {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.pagination-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 4px;
	color: #006699;
	background-color: #cccccc;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	text-decoration: none;
	font-size: 10px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.pagination-link:hover {
	color: #004c66;
	background-color: #bfbfbf;
	border-color: #aaaaaa;
	text-decoration: none;
	transform: translateY(-2px);
}

.pagination-current {
	color: #e5e5e5;
	background-color: #006699;
	border-color: #006699;
	font-weight: bold;
	cursor: default;
}

.pagination-current:hover {
	color: #e5e5e5;
	background-color: #004c66;
	border-color: #004c66;
	transform: none;
}

.pagination-arrow {
	font-weight: bold;
	font-size: 12px;
	min-width: 24px;
}

.pagination-dots {
	color: #666666;
	background-color: #dddddd;
	border-color: #cccccc;
	cursor: default;
	opacity: 0.7;
}

.pagination-dots:hover {
	color: #666666;
	background-color: #dddddd;
	border-color: #cccccc;
	transform: none;
}

/* Responsive pagination */
@media (max-width: 768px) {
	.pagination-menu {
		padding: 8px;
	}
	
	.pagination-container {
		justify-content: center;
		gap: 4px;
	}
	
	.pagination-link {
		min-width: 20px;
		height: 20px;
		font-size: 9px;
		padding: 0 3px;
	}
}

/* === STYLES ALPHABET MENU === */
.alphabet-menu {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: transparent;
	border-radius: 4px;
	border: none;
	display: flex;
	justify-content: center;
	width: 100%;
}

.alphabet-container {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow-x: auto;
}

.alphabet-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 4px;
	color: #006699;
	background-color: #cccccc;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	text-decoration: none;
	font-size: 10px;
	font-weight: 500;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.alphabet-link:hover {
	color: #004c66;
	background-color: #bfbfbf;
	border-color: #aaaaaa;
	text-decoration: none;
	transform: translateY(-2px);
}

.alphabet-current {
	color: #e5e5e5;
	background-color: #006699;
	border-color: #006699;
	font-weight: bold;
	cursor: default;
}

.alphabet-current:hover {
	color: #e5e5e5;
	background-color: #004c66;
	border-color: #004c66;
	transform: none;
}

/* Responsive alphabet menu */
@media (max-width: 768px) {
	.alphabet-menu {
		padding: 8px;
	}
	
	.alphabet-container {
		justify-content: flex-start;
		gap: 4px;
	}
	
	.alphabet-link {
		min-width: 20px;
		height: 20px;
		font-size: 9px;
		padding: 0 3px;
	}
}
