a {
	text-decoration: underline !important;
}

a:hover {
	color: #DD0816;
	text-decoration: underline !important;
}


.hornav a, .hornav a:hover, .mod-menu li a {
	text-decoration: unset !important;
}

/* Focus visible sur menu principal */
.hornav a:focus {
    outline: 3px solid #27518b !important;
    outline-offset: 2px;
    background-color: rgba(39, 81, 139, 0.15);
}

/* Retire le soulignement des liens Fabrik */
.fabrikDataContainer a,
.fabrik_row a,
.fabrik_element a,
.fabrik_action a {
    text-decoration: none !important;
}

/* Retire le soulignement des options dans les dropdowns Chosen */
a.chosen-single,
a.chosen-single:hover {
    text-decoration: none !important;
}

/* Retire le soulignement du bouton pdf */
a.pdfButton {
    text-decoration: none !important;
}

/* Hover en rouge comme le reste du site */
.fabrikDataContainer a:hover,
.fabrik_row a:hover,
.fabrik_element a:hover {
    color: #DD0816 !important;
    text-decoration: underline !important;
}

/* Focus visible pour l'accessibilité */
.fabrikDataContainer a:focus,
.fabrik_row a:focus,
.fabrik_element a:focus {
    outline: 3px solid #27518b !important;
    outline-offset: 2px;
    background-color: rgba(39, 81, 139, 0.15);
}

/* lien d'accessibilité visible au menu principal */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
}
.skip-link:focus {
    position: fixed;
    left: 10px;
    top: 10px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 9999;
    font-weight: bold;
}

/* Ajoute du texte accessible aux liens Lightbox cachés */
#lbPrevLink::after {
    content: "Image précédente";
    position: absolute;
    left: -9999px;
}

#lbNextLink::after {
    content: "Image suivante";
    position: absolute;
    left: -9999px;
}

#lbCloseLink::after {
    content: "Fermer";
    position: absolute;
    left: -9999px;
}

/* libérer le volet du haut sur tous les écrans */
@media only screen and (max-width: 1024px) {
	#container_header {
		position: relative !important;
	}
}

/* remonter les 3 barres du menu smartphone */
.slideout-toggle-open {
	margin-top: -5rem;
}

/* Desactivate Header Top */
.header_top {
	min-height: 0px;
}

/* Ligne bleue sous menu */
#container_header::after {
	height: 25px;
}

.maincontent {
	padding: 20px 30px;
}

#sidecol_b .module_content {
	padding: 15px !important;
}

#system-message-container {
    margin-bottom: 1rem;
}

/* Bloc Footer Menu */
.footermenu {
	padding: 42px 0;
}

.footermenu ul li:first-of-type a {
	padding-left: 0;
	color: #11233b !important;
	font-weight: bolder;
	text-decoration: none !important;	
}

.footermenu ul li a {
	padding: 0 15px;
	color: #11233b !important;	
	text-decoration: none !important;
}

.footermenu ul li a:hover {
	color: #75a7b9 !important;
	text-decoration: none !important;	
}

.footermenu ul li a::after {
	content: none;
}

/* Logo */
.logo {
	padding: 0 30px 5px !important;
}

/*  Filets gris au dessus des menus et intitulés normaux hoover et active en rouge */
.hornav {
	border-top: 0px;
	font-size: large;
}
.hornav > ul > li > a {
	text-transform: none;
}

.hornav > ul > li > a:hover, .hornav > ul > li.active > a {
	text-decoration: none;
	opacity: 1;	
	color: #DD0816 !important;
}

/* pas de blanc autour de l'image et breadcrumb */
.top-1a .module_surround, .top-2 .module_surround { 
	padding: 0 !important; 
}

/* peu de blanc autour de la colonne de droite */
#sidecol_b .sidecol-2a .module_surround { 
	padding: 5px !important; 
}

/* espacement du module de déconnexion */
#sidecol_b .sidecol-2b .module_surround {
	padding-top: 20px;
}

ol.breadcrumb  {
	padding: 5px 30px;
	margin: 0;
	background-color: transparent;
	font-size: 12px;  /* Ajout */
}

.com-content-article .uk-accordion-title {
	background-color: #eee;
    color: #27518b !important;
    font-size: larger;
    font-weight: bolder;
}

/* rétablir bordures des tableaux */
table.apchea-table td {
	border: 1px solid;
}

/* menu à supprimer */

.apchea-menu-deleted {
    color: red !important;
    text-decoration: line-through !important;
}