@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap');
body, html {
    height: 100%;
    margin: 0;
	font-family: 'Oxanium', sans-serif;
}






body
{
  background: linear-gradient(135deg, #FCFBDF, #d8f0e8);
  color: #0c3d2e; /* texte sombre avec teinte verte */
  background-image:url('../images/default.jpg');
}


.corps
{
	background-image:url('../images/wcgegr2p5np91.webp');
	border-radius:10px;
	width:94%;
	margin:0 2%;
	padding:1%;
	
}


















/*-------------------------------- LES STYLES POUR LES TRUCS PURE CSS ------------------------------------ */

/*style des boutons*/
.button-success,
.button-error,
.button-warning,
.button-secondary 
{
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success 
{
	background: rgb(28, 184, 65);
	/* this is a green */
}

.button-error 
{
	background: rgb(202, 60, 60);
	/* this is a maroon */
}

.button-warning 
{
	background: rgb(223, 117, 20);
	/* this is an orange */
}

.button-secondary 
{
	background: rgb(66, 184, 221);
	/* this is a light blue */
}

.button-xsmall 
{
	font-size: 70%;
}

.button-small 
{
	font-size: 85%;
}

.button-large 
{
	font-size: 110%;
}

.button-xlarge 
{
	font-size: 125%;
}








.topnav-wrapper {
  position: relative;
  overflow: hidden; /* pour éviter débordement */
}

/* Menu scrollable */
.topnav {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #333;
  padding: 0 8px;
  gap: 4px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.topnav::-webkit-scrollbar {
  display: none;
}

/* Liens */
.topnav a {
  display: inline-block;
  flex-shrink: 0;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 6px;
}
.topnav a:hover {
	background: linear-gradient(145deg, #0c3d2e, #00b8c9);
	border-radius: 15px;
	color: #e1e1e1;
}


/* Flèches scroll gauche/droite */
.scroll-indicator {
  position: absolute;
  top: 0;
  height: 100%;
  width: 32px;
  background: linear-gradient(to right, transparent, #333);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s;
}

.scroll-indicator svg {
  width: 32px;
  height: 32px;
  stroke: #00ffc2;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px #00ffc2) drop-shadow(0 0 12px #00ffc2);
  animation: zonaiPulse 1.2s infinite ease-in-out;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.scroll-indicator:hover svg {
  transform: scale(1.15) rotate(3deg);
  filter: drop-shadow(0 0 8px #37ff90);
}
@keyframes zonaiPulse {
  0%, 100% {
    stroke: #00ffc2;
    filter: drop-shadow(0 0 6px #00ffc2) drop-shadow(0 0 12px #00ffc2);
  }
  50% {
    stroke: #37ff90;
    filter: drop-shadow(0 0 12px #37ff90) drop-shadow(0 0 24px #37ff90);
  }
}
/* Droite */
.scroll-indicator.right {
  right: 0;
  background: linear-gradient(to left, #333, transparent);
}

/* Gauche */
.scroll-indicator.left {
  left: 0;
  background: linear-gradient(to right, #333, transparent);
  opacity: 0; /* masqué par défaut */
  pointer-events: none;
}

/* Cacher les flèches sur desktop */
@media (min-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}

/* Fond simple et sombre */
.topnav {
  background: linear-gradient(135deg, #0a2a24, #123f36);
  box-shadow: inset 0 0 8px #004d40aa;
}

/* Liens */
.topnav a {
  color: #c3f0e9;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Hover et actif avec glow très soft */
.topnav a:hover,
.topnav a.active {
  color: #c3f0e9;
  text-shadow: 0 0 6px #00b8c9aa;
}

/* Flèches scroll - glow léger */
.scroll-indicator svg path {
  filter: drop-shadow(0 0 2px #00b8c9aa);
  transition: filter 0.3s ease;
}
.scroll-indicator:hover svg path {
  filter: drop-shadow(0 0 4px #00b8c9cc);
}












.dropdown {

  position: relative;
  display: inline-block;
  
}

.dropbtn {

  cursor: pointer;
  padding: 8px 12px;
  font-size: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  display: block;
  padding: 10px 12px;
  color: white;
  text-decoration: none;
  white-space: normal;
  box-sizing: border-box;
}

.dropdown-content a:hover {
  background-color: #555;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}





















.tag {
  display: inline-block; /* permet le retour à la ligne proprement */
  margin: 4px 3px;        /* espace entre les tags */
  padding: 6px 14px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00b8c9, #37ff90);
  color: #FCFBDF;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px #37ff90;
  transition: background 0.3s;
  text-decoration: none;
  white-space: nowrap; /* pour éviter que le texte à l’intérieur se casse */
}

.tag:hover {
  background: linear-gradient(135deg, #37ff90, #00b8c9);
  box-shadow: 0 0 24px #00b8c9;
}



/*--------------------------------- tooltip ------------------------------*/





/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;


}

/* Tooltip text */
.tooltip .tooltiptext {
  font-size:12px;	
  visibility: hidden;
  width: 300px;
  background-color: #AFEEEE;
  color: #000;
  text-align: left;
  padding: 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip .tooltiptext {
  width: 300px;
  top: 120%;
  left: 50%;
  margin-left: -155px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}










































.totk-footer {
  background: linear-gradient(135deg, #0c3d2e, #037974);
  color: #a3f7d6;
  font-family: 'Oxanium', sans-serif;
  padding: 30px 20px;
  text-align: center;
  border-top: 3px solid #01d79b;
  user-select: none;
  box-shadow: 0 0 20px #01d79b88;
  max-width: 1000px;
  margin: 40px auto 0;
  border-radius: 15px;
}

.totk-footer-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #37ff90aa;
  font-weight: 700;
  text-transform: uppercase;
}

.totk-icon svg {
  width: 40px;
  height: 40px;
  stroke: #37ff90;
  filter: drop-shadow(0 0 6px #01d79b);
  transition: stroke 0.3s ease, filter 0.3s ease;
}

.totk-icon:hover svg {
  stroke: #00ffc9;
  filter: drop-shadow(0 0 12px #01d79b);
  cursor: pointer;
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.totk-footer-text {
  font-size: 1.1rem;
  color: #9cf3dbcc;
  font-weight: 600;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
  font-style: italic;
}

















