.header_wiki {
	padding: 15px;
	border-bottom: 1px solid #E0E0E0;
}

.header_wiki > span iconify-icon {
	font-size: 150%;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

.header_wiki > span {
	margin: 0 0 20px 20px;
	display: inline-flex;
}

.header_wiki > span ul {
	list-style: none;
	margin: -20px 0 0 -25px;
}

h2.titre_theme_h2 {
	background-color: #E2E2E28A;
	box-shadow: none;
}

h3.titre_theme_h3 {
	color: #07AFCC;
	border: solid 1px #D2D2D2;
}

h4.titre_theme_h4 {
	border: 1px dashed;
	color: #2179B4;
}

h3.titre_theme_h3,
h4.titre_theme_h4 {
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	margin: 10px 0;
}

/*.header_wiki .liste_actions_backoffice a {
	margin: -20px 0 -20px 0;
}*/

.non_accessible {
	background-color: #FCD6FF;
}

.header_wiki_version {
	color: #F9762A;
}

.header_actions a {
	text-decoration: none;
}

.header_actions > span {
	float: right;
	margin-right: 15px;
	margin-top: -10px;
}

@media only screen and (max-width: 430px),
only screen and (max-device-width: 430px) {
	.header_actions > span {
		margin-top: 5px !important;
		float: none;
	}
}

.wiki_description {
	line-height: 170%;
	display: flex;
	flex-direction: row;
	text-align: justify;
	margin: 20px 0 0 0;
}

.wiki_description > p {
	margin: 25px 5px;
}

.wiki_description ul,
.wiki_description ul li {
	margin: 20px 0;
}

.wiki_description > div ul,
.wiki_description > div p {
	margin-top: 15px;
}

.wiki_description > div:first-child {
	max-width: 40%;
}

.wiki_description > div:first-child img {
	width: 100%;
}

.wiki_description > div:last-child {
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.wiki_description > div:first-child {
		margin: -30px auto;
	}

	.wiki_description {
		display: inline-block;
	}
}

.header_wiki,
.wiki_description {
	font-size: 130%;
}

.header_wiki img {
	max-height: 120px;
	float: left;
	margin: 20px 20px 0 0;
}

@media only screen and (max-width: 550px),
only screen and (max-device-width: 550px) {
	.header_wiki > span {
		margin: -35px 0 43px 8px;
		display: block;
	}
}

/**********************************************
PARTIE THEMES
**********************************************/
.wiki_themes ul li {
	background-image: url('../images/angle-double-right-solid.svg');
	background-repeat: no-repeat;
	background-position: 8px 1px;
	padding-left: 35px;
	font-size: 150%; /* conserve le texte agrandi */
	list-style-type: none;
	margin-bottom: 15px;
}

.wiki_themes ul li {
	/* Ajoutez ces lignes pour contrôler la taille */
	background-size: 18px 18px; /* à ajuster selon la taille souhaitée */
}

@media only screen and (max-width: 550px),
only screen and (max-device-width: 550px) {
	.wiki_themes ul li {
		margin: 25px -20px;
		font-size: 140%;
	}
}

.wiki_themes a {
	text-decoration: none;
}

.wiki_themes a:hover {
	color: #8A8A8A;
}

.wiki_themes ul li a {
	color: #1E6CA0;
}

.wiki_themes_visu {
	width: 100%;
	display: inline-block;
}

.wiki_themes_visu_liste_theme {
	width: 20%;
	margin-top: 15px !important;
}

.wiki_themes_visu_liste_theme ul li {
	margin: 20px 0 5px -20px;
	font-size: 110%;
}

.wiki_themes_visu_liste_theme ul div.recherche_dans_theme_wiki {
	margin-left: -20px;
}

.wiki_themes_visu_liste_theme ul div.recherche_dans_theme_wiki input {
	width: 100%;
}

.wiki_themes_visu_liste_theme ul div.recherche_dans_theme_wiki iconify-icon {
	position: absolute;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 20px;
}

.wiki_themes_visu_contenu {
	width: 73%;
}

.wiki_themes_visu_contenu h2,
.wiki_themes_visu_contenu h3 {
	font-size: 160%;
}

.wiki_themes_visu_contenu h2 iconify-icon {
	margin-right: 5px;
}

.wiki_themes_visu_liste_theme,
.wiki_themes_visu_contenu {
	padding: 1px;
	margin: 1px;
}

.wiki_themes_visu_liste_theme {
	float: right;
}

.wiki_themes_visu_liste_theme iconify-icon {
	margin-right: 5px;
}

.wiki_themes_visu_contenu {
	float: left;
	text-align: justify;
	font-size: 120%;
}

.wiki_themes_visu_liste_theme a {
	text-decoration: none;
}

.wiki_themes_visu_liste_theme iconify-icon {
	font-size: 140%;
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {
	.wiki_themes_visu_liste_theme ul li {
		margin-left: 5px;
		margin-top: 10px;
	}

	.wiki_themes_visu_liste_theme,
	.wiki_themes_visu_contenu {
		width: 100%;
	}
}

.wiki_themes_contenu img {
	max-width: 100%;
	height: auto !important;
	margin: 30px 0;
}

.wiki_themes_contenu a img {
	margin: 0;
}

.wiki_themes_contenu {
	background: url(../images/logo_fgaac.png);
	background-size: 100%;
	background-repeat: repeat-y;
}

.wiki_themes_contenu > div {
	background-color: rgba(239, 239, 239, 0.85); /* L'opacite se regle ici */
	min-height: 635px;
}

.wiki_themes_contenu > div img {
	opacity: 0.7;
}

.wiki_themes_ul_actions {
	margin-top: 20px;
	border-bottom: 1px solid #C1C1C1;
	list-style-type: none;
	padding-bottom: 15px;
}

.formation_themes_ul_titre {
	list-style-type: none;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.wiki_themes_visu_contenu table p,
.wiki_themes_visu_contenu table,
.wiki_themes_visu_contenu p,
.wiki_themes_visu_contenu ul li {
	margin: 20px 2px;
}

.wiki_themes_visu_contenu table {
	margin: auto;
}

ul li.sous_theme_wiki {
	margin-left: 40px;
}

.wiki_themes_visu_liste_theme ul li.sous_theme_wiki {
	margin-left: 0;
}

ul li.sous_theme_wiki {
	margin-left: 50px;
	background-image: url('../images/angle-right-solid.svg');
	background-size: 15px;
	background-position: 8px -2px;
	padding-left: 30px;
}

ul li.sous_sous_theme_wiki {
	margin-left: 70px;
	background-image: url('../images/caret-right-solid.svg');
	background-size: 13px;
	background-position: 12px -5px;
	padding-left: 30px;
}

@media only screen and (max-width: 550px),
only screen and (max-device-width: 550px) {
	ul li.sous_theme_wiki {
		margin-left: 10px;
	}

	ul li.sous_sous_theme_wiki {
		margin-left: 30px;
	}
}

li.sous_theme_wiki a {
	color: #000000 !important;
}

li.sous_sous_theme_wiki a {
	color: #616161 !important;
}

.wiki_themes a:hover,
li.sous_theme_wiki a:hover {
	color: #8A8A8A !important;
}

.nombre_vues {
	color: #C1C1C1;
	font-style: italic;
	font-size: 80%;
}

.wiki_brouillon {
	background-color: #F8E7E7 !important;
	border: 1px solid #FF0000 !important;
}

/***************************************************************
Menu des themes
***************************************************************/
.ThemesNav {
	overflow: hidden;
	font-size: 120%;
}

.ThemesNav span {
	font-weight: bold;
	color: #F36523;
}

.ThemesNav span.ThemesIcon_deploiement {
	display: block;
	font-weight: normal;
	float: left;
	margin-right: 7px;
}

.ThemesNav span.premier_niveau {
	margin-left: 10px;
}

.ThemesNav span.second_niveau {
	margin-left: 22px;
}

.ThemesNav span.troisieme_niveau {
	margin-left: 35px;
}

span.niveau_trois {
	margin-left: 13px;
	font-weight: normal;
	color: #616161;
}

/* Style the links inside the navigation bar */
.ThemesNav a {
	float: left;
	display: block;
	color: #1E6CA0;
	padding: 10px;
	text-decoration: none;
	/* width: 100%; */
}

/* Add an active class to highlight the current page */
.active {
	font-weight: bold;
}

/* Hide the link that should open and close the ThemesNav on small screens */
.ThemesNav .ThemesIcon {
	display: none;
}

/* dropdownThemes container - needed to position the dropdownThemes content */
.dropdownThemes {
	float: left;
	overflow: hidden;
}

/* Style the dropdownThemes button to fit inside the ThemesNav */
.dropdownThemes .dropbtn {
	border: none;
	outline: none;
	color: #1E6CA0;
	padding: 10px;
	margin: 0;
}

/* Style the dropdownThemes content (hidden by default) */
.dropdownThemes-content {
	/* display: none; */
	/* position: absolute; */
	/* background-color: #EDEDED; */
	/* min-width: 160px; */
	/* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
	/* z-index: 1; */
}

/* Style the links inside the dropdownThemes */
.dropdownThemes-content a {
	float: none;
	color: black;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left: 12px;
	width: 90%;
}

/* Add a dark background on ThemesNav links and the dropdownThemes button on hover */
.ThemesNav a:hover, .dropdownThemes:hover .dropbtn,
.dropdownThemes-content a:hover {
	color: #525252;
}

/* Show the dropdownThemes menu when the user moves the mouse over the dropdownThemes button */
.dropdownThemes:hover .dropdownThemes-content {
	display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the ThemesNav (.ThemesIcon) */
/*@media screen and (max-width: 600px) {*/
	.ThemesNav {
		border-bottom: 1px solid #C1C1C1;
		background-color: #EFEFEF;
	}

	.dropdownThemes-content,
	.ThemesNav a:not(:first-child), .dropdownThemes .dropbtn,
	.ThemesNav span {
		display: none;
	}

	.ThemesNav a.ThemesIcon {
		float: right;
		display: block;
	}

	.ThemesNav.responsive {
		position: relative !important;
	}

	.ThemesNav.responsive a.ThemesIcon {
		position: absolute !important;
		right: 0;
		top: 50px;
	}

	.ThemesNav.responsive .ThemesIcon_deploiement {
		display: none;
	}

	.ThemesNav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.ThemesNav a {
		width: auto;
	}

	.ThemesNav.responsive .dropdownThemes {
		float: none;
	}

	.ThemesNav.responsive .dropdownThemes-content,
	.ThemesNav.responsive span {
		position: relative !important;
		display: block;
	}

	.ThemesNav.responsive .dropdownThemes .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
/*}*/
/***************************************************************
****************************************************************
***************************************************************/

.liste_actions_nombre_vue {
	float: right;
	margin: -25px 5px -15px 5px;
}