﻿body {
	background-color: #f8f9fa;
}

.user-menu-container {
	position: absolute;
	top: 15px;
	right: 15px;
}

.dropdown-toggle {
	background-color: #f8f9fa;
	border-color: #007bff;
}

.dropdown-menu {
	min-width: 150px;
}

.dropdown-item:hover {
	background-color: #007bff;
	color: #fff;
}

.box-card {
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	width: 100%;
	max-width: 100%;
	min-width: 60%;
}
.logout-container {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}

.logout-container .btn-outline-secondary {
	font-size: 0.8rem;
	font-weight: bold;
	color: #333;
	border-color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}

.logout-container .btn-outline-secondary:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.logo-img {
	max-width: 240px;
	height: auto;
	margin: 0 auto;
}

.title-box {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1d71b8;
	text-align: center;
	margin-top: 10px;
	padding: 8px 20px;
	border-radius: 10px;
	background-color: #e9ecef;
}

.thumbnail {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
}

@media (min-width: 768px) {
	.thumbnail {
		flex-direction: row;
	}
}



.text-container {
	flex: 1;
	padding-left: 15px;
}

h4 {
	font-size: 1.2rem;
}

.bloc_view {
	width: 100%;
}

.bloc_view a {
	width: 100%;
	display: inline-block;
}

.cover-container {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cover-image {
	height: auto;
	object-fit: contain;
	max-height: 300px;
}

@media (min-width: 768px) {
	.logo-img {
		max-width: 400px;
		height: auto;
		margin: 0 auto;
	}

	.cover-container {
		max-width: 300px;
	}

	.cover-image {
		width: 100%;
	}
	.text-container {
		padding-left: 20px;
	}
}

@media (max-width: 768px) {

	.cover-image {
		width: auto;
		max-width: 100%;
	}
}
