
.very_top {
	position: absolute;
	top: -120px;
}	


.challenge {
	font-family: Courrier,Consolas,Monaco;
	background-color: darkgreen;
	color: white;
	padding: 4px 4px 4px 4px;
}

.white {
	background-color: white;
	color: black;
}

.subtitle_css {
	font-size: 1.5em;
}

section.box {
	filter: drop-shadow(0 0 0.85rem grey);
	border-radius: 15px;
}

img {
	border-radius: 15px;
	border: 1px solid white;
}

.box {
	border-radius: 15px;
	border: 1px solid white;
}



.cat_thumb {
	border-radius: 15px;
/*	filter: drop-shadow(0 0 0.95rem #bbb);*/
	border: 1px solid white;
}

li,ul,p {
	font-family: "Verdana", "Helvetica", "Ubuntu";
	font-size: 1.03em;
}

td {
  font-family: "Verdana", "Helvetica", "Ubuntu";
  font-size: 1.03em;
}

#site_title {
	font-size: 3em;
	color: white;
}

@media screen and (max-width: 1280px) {
	#site_title {
		font-size: 2em;
	}
}

h2 {
	background-color: transparent;
}

#site_descr {
	filter: drop-shadow(1px 1px);
	background-color: black;
}

#disclaimer-text {
	font-size: 1.2em;
}

#hint_text  {
	font-family: "Source Sans Pro";
	font-weight: light;
}

li  {
	font-family: "Source Sans Pro";
	font-weight: light;
}

p  {
	font-family: "Source Sans Pro";
	font-weight: light;
}

.trim_left_24 {
	position: relative;
	left: -20px;
}

#tools {
	position: relative;
	left: 40px;
	font-style: !important normal;
}

.item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 480px;
  max-height: 240px;
  -webkit-filter: drop-shadow(0px 0px 1px #999);
  filter: drop-shadow(0px 0px 1px #999);
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover  {
  -webkit-filter: drop-shadow(1px 1px 6px #666);
  filter: drop-shadow(1px 1px 6px #666);
}

#banner_bg {
	border-radius: 20px;
}

label {
	font-weight: 400;
}

p {
	font-weight: 400;
}


table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top; /* Alignement vertical en haut */
}
th {
    background-color: #f2f2f2;
}
.img_tools {
    max-width: 140px; /* Taille maximale des images */
    height: auto;
}

.toolbox {
    position: absolute;
    bottom: 0;
    width: 100%; /* S'assure que le div prend toute la largeur disponible */
    background-color: #eaeaea;
    padding: 2px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0.1, 0.2); /* Ajoute une ombre pour séparer visuellement */
}

.toolbox:hover {
	background-color: #f2f2f2;
}

.tool {
	padding: 4px;
	background-clip: border-box;
	text-decoration: none;
	color: blue;
	text-align: center;
	list-style: disc;
	border-radius: 5px;
}
.tool:hover {
	color: white;
	background-color: rgb(213, 35, 73);
}

.greetz {
	font-size: 0.9em;
	border: 2px solid #222;
}

.stdout {
	border: 0px solid black;
}

.greetings {
	color: red;
}

.validated {
	background-color: green;
	color: red;
}
