#body{background:blue}

.barreRecherche{
	background: white;
	z-index: 5;
}

.filter-container {
  background-color: #eaeef4;
  padding: 15px;
  border-radius: 10px;
}

.reponse:hover{
    background-color: #007bff;
    color:white;
}

.list-group-item{
	border-radius: none; 
	background: #DBD9D9;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.hide{
    display: none;
}
/* .list-group-item:hover{
	transform: scaleX(1.1);
} */
.infoPersonne {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 5px !important;
    margin-top: 2px;
    border-radius: 5px;
}


.check{
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.list-group-item:hover .check {
	opacity: 1;

}

.about span{
	color:darkred;
	font-size: 12px;
	margin-right: 10px;

}

/* .scroll-container {
    max-height: 70vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
  } */

#tablereponse{
    width: 100vw;
}

.infoPersonne{
    background-color: #EEEEEE;
    
	width:60vw;
}

#reponse{
    width: 60vw;
}

.divPerso{
    /* d-flex flex-nowrap justify-content-center align-items-center w-100 */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-primary {
    border-radius: 3rem;
    --bs-btn-color: #fff;
    --bs-btn-bg: #15479E;
    --bs-btn-border-color: #15479E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f3371;
    --bs-btn-hover-border-color: #0f3371;
    --bs-btn-focus-shadow-rgb: 71,147,231;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f66b6;
    --bs-btn-active-border-color: #1d60aa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #15479E;
    --bs-btn-disabled-border-color: #15479E;
}


.taille-75{
	width: 75%;
}

.taille-50{
    width: 50%;
}
.taille-40{
    width: 40%;
}
.taille-30{
    width: 30%;
}
.taille-25{
    width: 25%;
}

@media (max-width: 500px) {
	.divPerso{
		flex-wrap: wrap;
	}
	
	.taille-100{
		width: 100%;
	}
}
/* .scroll-container {
    max-height: 80vh;
    overflow-y: auto;
} */

.table {
    margin-bottom: 0;
}

.table th, .table td {
    vertical-align: middle;
}

.table thead th {
    background-color: #343a40;
    color: white;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.text-decoration-none {
    text-decoration: none;
    color: inherit;
}

.text-decoration-none:hover {
    text-decoration: underline;
    color: #007bff;
}
/* .scroll-container {
    max-height: 80vh;
    overflow-y: auto;
} */

.table {
    margin-bottom: 0;
}

.table th, .table td {
    vertical-align: middle;
}

.table thead th {
    background-color: #343a40;
    color: white;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.text-decoration-none {
    text-decoration: none;
    color: inherit;
}

.text-decoration-none:hover {
    text-decoration: underline;
    color: #007bff;
}

.ligne_result_gauche {
    font-weight: bold;
    cursor: pointer;
}

.ligne_result_droite {
    text-align: right;
}

.imgPDFautreDecoupe {
    margin-right: 10px;
}

.fiche_titre_onglet4 {
    background-color: #e9ecef;
    padding: 10px;
    cursor: pointer;
}

.niv_4_partie_corps {
    color: #dc3545;
    text-align: center;
    padding: 20px;
}

.epci_onglet {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 15px;
}

.table {
    margin-bottom: 1rem;
    background-color: #fff;
}

.table th, .table td {
    vertical-align: middle;
}

.thead-dark th {
    background-color: #343a40;
    color: white;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table td {
    text-align: left;
}

.table th {
    text-align: center;
}

.text-danger {
    color: #dc3545;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.epci_onglet {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 15px;
}

.table {
    margin-bottom: 1rem;
    background-color: #fff;
}

.table th, .table td {
    vertical-align: middle;
}

.thead-dark th {
    background-color: #343a40;
    color: white;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table td {
    text-align: left;
}

.table th {
    text-align: center;
}

.text-danger {
    color: #dc3545;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
}

.popup-content {
    max-width: 500px;
    margin: auto;
}

.popupCloseButton {
    float: right;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-top: -10px;
}

.popupCloseButton:hover {
    color: #999;
}

.links-section {
    display: none;
    margin-top: 10px;
}

.links-section a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
}

.links-section a img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.icon-credit {
    color: #ececec;
    float: left;
    font-size: small;
    padding-top: 20px;
    text-decoration: none;
}
.source-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.source-table .fiche_titre {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.source-table .ligne_result {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.source-table a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.source-table a:hover {
    text-decoration: underline;
}
.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.profile-image {
    margin-right: 20px; /* Espacement à droite de l'image */
}

.profile-image img {
    width: 200px; /* Taille fixe pour l'image */
    height: auto;
    border-radius: 50%; /* Pour un aspect arrondi */
}


.profile-details h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.profile-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.profile-details ul li {
    margin-bottom: 5px;
}



.profile-details ul li a:hover {
    text-decoration: underline;
}
.epci_onglet {
    padding-top: 10px;
}

table {
    border-collapse: collapse;
    width: 98%;
    margin: 10px auto;
}

th, td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}

.fiche_titre {
    background-color: #000;
    color: white;
    font-weight: bold;
}

.fiche_sstitre {
    background-color: #6c757d;
    color: white;
    font-weight: bold;
}

.ligne_result {
    background-color: rgba(0, 0, 0, .05);
    color: #343a40;
}

.ligne_result_droite_2 {
    text-align: right;
    background-color: rgba(0, 0, 0, .05);
    color: #343a40;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #dc3545;
}