table, th, td {
	border-collapse:collapse;
	border:1px solid black;
	text-align:center;
}

.test td:first-child {
	width:400px;
}

/*
td:nth-child(2) {
	color:red;
	min-height:300px;
}
*/


.text-align-left {
	text-align:left;
}


td {
	font-family:arial;
}
tr:first-child, tr:nth-child(2) {
	font-size: 20;
	font-weight:bold;
}
tr:nth-child(3), tr:nth-child(4), tr:nth-child(5) {
	font-size:18;
	font-weight:bold;
}
tr:nth-child(6) , tr:nth-child(7),tr:nth-child(8),tr:nth-child(17), tr:nth-child(22){
	font-size:12;
	font-weight:bold;
}
tr:nth-child(9), tr:nth-child(10), tr:nth-child(11),
tr:nth-child(12), tr:nth-child(13), tr:nth-child(14),tr:nth-child(15), tr:nth-child(16), tr:nth-child(18),
tr:nth-child(19), tr:nth-child(20),tr:nth-child(21),tr:nth-child(23),tr:nth-child(24),tr:nth-child(25) {
	font-size:12;
	font-weight:normal;
}
.sous-competences {
	font-weight:normal;
	font-size:10;
}
.normal {
	font-weight:normal;
}

.coche {
	background-color:black;
	color:lightgrey;
}
/*
.coche:hover {
	background-color:cyan;
	color:black;
	cursor:pointer;
	
}
*/
/*
#diagonale {
	transform:rotate(20deg);
	border:1px solid black;
}
*/

/*

diagonale

*/

#td-diagonale {
  position: relative;
  vertical-align:top;
}
/*
#td-diagonale::after {
  content: "";
  position: absolute;
  width:243px;
  inset: 0; /* fill cell */
  /*
  border-top: 1px solid black;
  transform: rotate(42deg);
  transform-origin: top left;
}
*/
#real {
	position:relative;
	top:117px;
	right:11px;
	font-size:8;
}
#comp {
	position:relative;
	top:5px;
	left:8px;
	font-size:11;
}
.tr:hover {
	color:black;
	background-color:cyan;
	cursor:pointer;
}

/* pages */
.img {
	/*flex:0.5;*/
	/*flex-basis:50px;
	flex-shrink:0;
	flex-grow:0;
	max-width:50%;
	height:auto;*/
	width:700px;
	border:5px solid black;
	margin:10px;
}

.flex {
	display:flex;
	flex-direction:column;
	align-items:center;
	font-weight:bold;
	font-size:30;
}
* {
	font-family:calibri;
	/*color:red;*/
}
.souligne {
	text-decoration:underline;
}

.bouton-retour {
    position:fixed;
    left:0;
    top:0;
}
.img-retour {
	height:50px;
    width:65px;
}
.p {
	font-weight:normal;
	font-size:20;
}
.sous-competence {
	font-weight:normal;
	font-size:25;
	font-style:italic;
}
.competence {
	font-weight:bold;
	font-size:25;
	font-style:italic;
}
a {
	color:black;
	text-decoration:none;
	text-align:center;
}
.cadre-sous-competences {
	border:1px solid black;
	padding:3px;
}
#pdf-gophish {
	height:7600px;
	width:900px;
}
.comp:hover {
	background-color:fuchsia;
	cursor:pointer;
}
.flex-column {
	display:flex;
	gap:10px;
}
.pdf {
	height:7600px;
	width:900px;
}
.p2 {
	font-weight:normal;
	font-size:25;
}
.img2 {
	border:5px solid black;
	margin:10px;
}