.liste_sites {
	border: 1px solid #75A8C2;
	/*height: 110px;
	height: 170px;*/
	margin: 10px 0;
	padding: 7px;
	width: auto;
	min-height: 165px;
	border-radius: 15px;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	.liste_sites {
		height: 210px;
	}
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.liste_sites {
		width: 95%;
		display: inline-table;
	}
}

.liste_sites_en_attente {
	height: auto;
}

.liste_sites_capture {
	float: left;
	min-height: 150px;
	min-width: 200px;
}

.liste_sites_capture img {
	margin-top: 10px;
	border-radius: 10px;
	/*max-width: 120px;*/
	max-width: 200px;
	aspect-ratio: 16 / 12;
}

.liste_sites_capture {
	position: sticky;
	top: 0;
	z-index: 1; /* Assure que l'élément reste au-dessus des autres éléments */
}

.liste_sites_actions {
	margin: 35px 0 10px 235px;
}

@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {
	.liste_sites_actions {
		margin-left: 0;
	}
}

.liste_sites_infos {
	/*margin-left: 130px;*/
	margin: 0 0 20px 235px;
}

.liste_sites_infos h3 {
	margin-bottom: -15px;
}

.liste_sites_lien_retour {
	display: inline-flex;
	float: right;
	font-size: 40px;
}

/*
.liste_sites_infos h3 {
	margin-bottom: 10px;
}
*/

.liste_sites_lien_fiche, .liste_sites_compteur {
	display: table;
	line-height: 22px;
	margin-top: 5px;
}

.liste_sites_lien_fiche {
	margin: 10px 0 0 0;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	.liste_sites_capture img {
		margin-top: 15px;
	}

	.liste_sites_infos {
		margin-bottom: 60px;
	}

	.liste_sites_lien_fiche {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
	.liste_sites_infos, .liste_sites_lien_fiche {
		margin: 10px 0 0 0;
	}

	.liste_sites_infos h3 {
		margin-bottom: 0;
	}

	.liste_sites_capture {
		border: none;
		float: none;
		margin-bottom: 5px;
		text-align: center;
		position: relative; /* pour éviter le scrol de l'image */
	}

	.liste_sites_capture img {
		margin-top: 5px;
	}

	.liste_sites_compteur {
		margin-top: 15px;
		display: block;
	}
}

.resultats_search {
	color: #005278;
	font-weight: bold;
}

.resultats_search_ul {
	margin: 30px;
}

.lien_site_en_attente {
	color: #9E8E8E;
	font-style: italic;
	margin-top: 30px;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	.lien_site_en_attente {
		margin-top: 2px;
	}
}

.avec_lien {
	border: 2px dotted #A62A36;
	background-color: #F4D2D5;
}

.categorie_site_en_attente, .dates_site_en_attente {
	margin-top: 15px;
}

.categorie_site_en_attente, .categorie_site_en_attente a {
	color: #345887;
}

.la_diffusion_de_contenu iconify-icon {
	font-size: 250%;
	margin: -5px 8px 0 8px;
}

.dates_site_en_attente, .dates_site_en_attente a {
	color: #128222;
}

.liste_actions_sites_en_attente {
	display: inline-block;
	margin: 5px 0;
}

.description_liste_sites_en_attente {
	margin-top: 10px;
	margin-bottom: -10px;
}

.description_liste_sites_en_attente a {
	color: #873005;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.dates_site_en_attente {
		max-width: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.liste_actions_sites_en_attente {
		display: block;
	}
}

.select_refus {
	margin: 10px 0 0 235px;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.select_refus {
		margin: 0;
	}

	.select_refus select {
		max-width: 200px;
	}
}

.select_maj_thumbs {
	text-align: center;
}

.class_meta_description > span {
	/* display:inline-flex; */
	width: 100%;
	margin-bottom: 10px;
	text-decoration: underline;
}

.class_meta_description {
	font-style: italic;
	color: #b3005d;
}

.liste_sites_les_refus {
	padding-top: 30px;
	padding-bottom: 5px;
}

.liste_sites_les_refus iconify-icon {
	font-size: 250%;
}

.liste_sites_les_refus ul {
	margin: -35px 0 20px 15px;
}