body {
	position: relative;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2rem;
	margin: 0;
    color: #5D5D5D;
    text-align: left;
	background-color: #fff;
}

pre {
  background-color: #f5f5f5;  /* fond clair et neutre */
  color: #1f1f1f;            /* texte sombre */
  padding: 0.8rem 1rem;
  border-radius: 4px;
  overflow-x: auto;          /* scroll si code trop long */
  font-family: monospace;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
  margin: 1em 0;             /* espace vertical */
  border: 1px solid #ddd;    /* léger contour */
}

code {
  display: inline;      /* inline pour phrases */
  white-space: normal;  /* ne pas conserver les retours à la ligne */
  font-family: monospace; /* style monospace */
  background-color: #f5f5f5; /* optionnel, pour style */
  padding: 0.1em 0.3em; /* optionnel */
  border-radius: 3px;   /* optionnel */
}

/* Code bloc seulement dans pre */
pre code {
  display: block;
  white-space: pre;     /* conserver retour à la ligne */
  padding: 0.5em;       /* style optionnel */
}



.header {
    #padding-left: 5rem;
    height: 9rem;
    top: 0;
	#border-bottom: 1px solid #D7D7D7;
	##position: fixed;
	width: 100%;
	z-index: 100;
	background-color: white;	
}

.header .header-holder {
	padding-left: 5rem;
    padding-right: 0;
    padding-top: 0;
	padding: 0.2rem 2.1rem 0;
	position: relative;
	align-items: center;
	justify-content: space-between;
	height:  5rem;
	##width: 190px;
}

.header .header-holder .header-titre {
	position: absolute;
	width: calc(100% - 38rem);
	background: #fff;
	display: flex;
	align-items: center;
	height: calc(100% - 1px);
	padding: 0 4rem;
	top: 0;
	right: 10rem;
	transform: translateX(100px);
	transition: all 0.2s ease-in-out;	
	color: #63003c;
	font-weight: bold;
	font-size: 1.8rem;
}

/*.header .header-bottom {
	background: #63003c;
	height: 4rem;
	ajout 
	display: flex;
	align-items: center;
    padding-left: 2rem;        
}*/

.header .header-bottom {
  background: #63003c;       /* prune */
  height: 4rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;        /* décalage du fil d’Ariane vers la droite */
  overflow-x: auto;          /* si le fil est trop long, scroll horizontal */
}

.logo {
	width: 190px;	
}

.sidebar-left {
	width: 5rem;
	min-width: 5rem;
	position: relative;
	border-left: 1px solid #D7D7D7;
	#transition: all 0.2s ease-in-out;
	border-left: 1px solid #D7D7D7;
}

.sidebar-right{
	width: 5rem;
	min-width: 5rem;
	position: relative;
	border-left: 1px solid #D7D7D7;
	#transition: all 0.2s ease-in-out;
	border-right: 1px solid #D7D7D7 !important;
}

/* Lien non visité dans main */
main a {
  color: #63003C;         /* prune foncé */
  text-decoration: underline;
}

/* Lien déjà visité dans main */
main a:visited {
  color: #8C4D7B;         /* prune plus clair */
}

/* Hover ou focus dans main */
main a:hover,
main a:focus {
  color: #451933;         /* prune très foncé */
  text-decoration: none;  /* ou underline si tu préfères */
}

.main-content {
	padding-bottom: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.main-content .content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-right: 2rem;
}

.content-field h3 {
	padding-bottom: 1rem;
	border-bottom: 2px dotted #D7D7D7;
	line-height: 2.2rem;
	color: #000;
}

.content-field h2 {
	padding-bottom: 1rem;
	border-bottom: 2px dotted #D7D7D7;
	line-height: 2.2rem;
	color: #000;
}

.content-field a:not(.btn) {
	font-weight: 600;
	#color: #000;
	color: #8B1B59;
	text-decoration: none;
	background-color: transparent;
}

.content-field .read-more a {
	text-decoration: none;
	color: #8B1B59;
}


.row-articles {
	display: flex;
	#flex-wrap: wrap;
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.col-articles {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.0%;
	flex: 0 0 22.0%;
	max-width: 22.0%;
	padding-right: 12.5px;
	padding-left: 12.5px;
}

.article {
	position: relative;
	border: 1px solid #D7D7D7;
	background-color: white;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
	line-height: 1rem;
}

article.intranet-ssi {
	background-color: #F5F5F5 !important;  /* fond gris clair */
    border: 1px solid rgba(0, 0, 0, 0.1);  /* même type de bordure légère */
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* même style d’ombre que les autres cases */
}


.content-article {
	padding: 1rem;
}

.paragraphe-libre {
	background-color: #8B1B59;
	color: #fff;
	padding: 0.5rem 0.5rem;
	max-width: 600px;
}

.paragraphe-libre h3  {
	color: #fff !important;
}

.paragraphe-libre a  {
	color: #fff !important;
}

.content-field p {
	line-height: 1.5rem;
}

.content-field ul {
		padding-left: 3rem;
		overflow: hidden;
}

ul {
		list-style: none;
}

.main-content ul li {
    position: relative;
	
}	

.cadre {
	border: 1px solid #D7D7D7;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.content-field.double {
    display: flex;
    gap: 20px;
}

.content-field.double .cadre {
    flex: 1;
}




// fil ariane
/* Bandeau bordeaux */
.header .header-bottom {
  background: #63003c;       
  height: 4rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;       
  overflow-x: auto;          
} 

/* Fil d’Ariane : UL */
.header-bottom ul.breadcrumb {
  display: flex;             /* force la ligne unique */
  flex-wrap: nowrap;         
  list-style: none;          /* supprime les puces par défaut */
  margin: 0;
  padding: 0;
  gap: 0.5rem;               /* espace entre les items */
}

/* Chaque LI */
.header-bottom ul.breadcrumb li {
  display: flex;
  align-items: center;
  white-space: nowrap;       /* empêche le retour à la ligne */
}

/* Séparateur ">" */
.header-bottom ul.breadcrumb li + li::before {
  content: ">";
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Liens */
.header-bottom ul.breadcrumb li a {
  color: #F3F3F3;  /*#E0D9E6;  */          /* clair et lisible sur prune */
  text-decoration: underline; /* montre que c’est cliquable */
}

/* Page courante */
.header-bottom ul.breadcrumb li[aria-current="page"] {
  font-weight: bold;
  color: #E0E0E0;            /* couleur douce et visible */
  text-decoration: none;
}

// fin ariane

// intranet
/*.explanation {
    display: block !important;              
    background-color: #fff !important;       
    padding: 10px 15px !important;          
    border-left: 4px solid #4B0082 !important; 
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    border-radius: 4px !important;
    line-height: 1.4 !important;
    font-size: 0.95rem !important;
    color: #333 !important;                 
    font-family: "Courier New", Courier, monospace !important; 
    white-space: normal !important;          
}*/

div.explanation_code {
    display: block !important;
    font-family: Arial, Helvetica, sans‑serif !important;
    background: #fff !important;
    padding: 10px 15px !important;
    border-left: 4px solid #4B0082 !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    color: #333 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
}

// fin intranet

// actualite RSS

/* Conteneur RSS */

/* Container journal */
.journal-container {
    display: block !important;
    width: 100% !important;
    max-width: 1000px;
    margin: 20px auto;
    font-family: "Georgia", serif; /* style typique journal */
    color: #222;
}

/* Grid 2 colonnes */
#feed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0;
}

/* Article journal */
.rss-article {
    background: #fdfcf5; /* très léger beige type papier */
    padding: 8px 12px;
    border-left: 3px solid #0a58ca; /* remplacé par flux */
    border-radius: 4px;
    font-size: 0.88em;
    line-height: 1.15em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* léger “décollage” */
    transition: transform 0.15s, box-shadow 0.15s;
    border-top: 1px solid #ddd; /* ligne du haut */
}

/* Bordure gauche colorée par flux */
.rss-article[data-flux="ZATAZ"] {
    border-left-color: #63003C; /* prune UPSaclay */
}

.rss-article[data-flux="CLUBIC"] {
    border-left-color: #313E48; /* bleu-gris */
}

/* Hover article */
.rss-article:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* Badge flux */
.rss-badge {
    font-size: 0.75em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    margin-bottom: 6px;
    display: inline-block;
    color: white;
}

/* Couleurs badges */
.rss-badge[data-flux="ZATAZ"] {
    background: #63003C;
}

.rss-badge[data-flux="CLUBIC"] {
    background: #313E48;
}

/* Contenu texte */
.rss-content a {
    color: #004E7D; /* bleu profond */
    font-weight: bold;
    font-size: 0.92em;
    text-decoration: none;
}

.rss-content small {
    color: #555;
    display: block;
    margin-top: 2px;
    font-size: 0.72em;
}

.rss-content p {
    margin-top: 2px;
    margin-bottom: 4px;
    line-height: 1.15em;
}

/* Responsive : 1 colonne sur petits écrans */
@media (max-width: 800px) {
    #feed {
        grid-template-columns: 1fr;
    }
}
// fin actulaite RSS

// texte outil
.texte_outil {
    font-size: 32px;
    font-weight: bold;
    margin: 0; /* Supprime marges par défaut */
	line-height: 1.5rem;
}

.container_outil {
    display: flex;
    align-items: flex-start; /* Aligne en haut */
    gap: 20px;
}

//liste à puce

ul.liste-compacte {
  all: unset;
  list-style-position: outside !important;
  list-style: disc !important;
  padding-left: 1.2em !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

 ul.liste-compacte li {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  list-style-type: disc !important;
}



