*{
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

html {
  width: auto;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("images/fond.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


img {
  float: left;
  width : 88px;
  height : 56px;
}
#titre {
	color : #07f017;
	text-align : center;}

.tableau {
  border: 3px solid black;
  padding: 10px;
}

#center{
  text-align: center;
}


h1{
  color: #07f017;
  text-align: center;
  -webkit-text-stroke: 1px black;
   color: #07f017;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}


.logo{
  width: 40px;
  height: auto;
  text-align: center;
}

nav{
  width: 100%;
  margin: 0px auto 40px auto;
  background-color:rgba(209, 255, 227, 0.973) ;
  position: sticky;
  top: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}


nav li{
  float: left;
  width: 20%;/*100% divisé par le nombre d'éléments de menu*/
  text-align: center;/*Centre le texte dans les éléments de menu*/
  list-style-type:none;
}

/*Evite que le menu n'ait une hauteur nulle*/
nav ul::after{
  content: "";
  display: table;
  clear: both;
}

nav a{
  display: block; /*Toute la surface sera cliquable*/
  text-decoration: none;
  color: black;
  border-bottom: 2px solid transparent;/*Evite le décalage des éléments sous le menu à cause de la bordure en :hover*/
  padding: 10px 0px;/*Agrandit le menu et espace la bordure du texte*/
  color: rgb(12, 148, 0);
  font-size:20px;
  line-height: 2;
}

nav a:hover{
  color: rgb(12, 148, 0);
  border-bottom: 2px solid rgb(19, 128, 24);
  font-size:20px;
}


/* Cacher le bouton sur les grands écrans */
#menu-toggle {
  display: none;
}

#menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #129820; /* Couleur de fond */
  color: white; /* Couleur du texte */
  
  width: 100%; /* Occupe toute la largeur */
  position: sticky;
  top: 0px;
}

#menu-toggle {
  background-color: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-left: 15px;
}

#page-title {
  font-size: 24px;
  margin: 0;
}

/* Cacher le titre sur grands écrans */
@media (min-width: 769px) {
  #page-title {
      display: none;
  }
  #menu-header {
    display: none;
  }
}





/* Cache le menu par défaut sur petits écrans */
@media (max-width: 768px) {
  nav ul {
      display: none;
      flex-direction: column;
      width: 100%;
  }

  nav li {
      width: 100%;
      text-align: center;
  }

  /* Style du bouton */
  #menu-toggle {
      display: block;
      background-color: #129820;
      color: white;
      padding: 10px;
      border: none;
      cursor: pointer;
      font-size: 20px;
  }

  #page-title {
    display: block;
  }
}






.conteneur{
margin: 0px 20px;
height: auto;
background-color: rgb(231, 255, 234);
border-radius: 20px;
border: 1px solid green;
}


#pageselect{
  color: rgb(12, 148, 0);
  border-bottom: 2px solid rgb(19, 128, 24);
  font-size:20px;
  font-weight: bold;
  cursor: not-allowed;
  background-color: rgb(140, 255, 153);
}


#nompage{
  color: rgb(255, 255, 255);
  font-size:20px;
  display: block;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-right: 35px;
}

h2{
  margin-left: 40px;
  margin-right: 40px;
  color: dodgerblue;
}

h3{
  margin-left: 40px;
  margin-right: 40px;
  color:darkgreen;
}

h4{
  margin-left: 40px;
  margin-right: 40px;
  color:rgb(0, 51, 0);
}

p{
  margin-left: 55px;
  margin-right: 55px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
}

input{
  margin-left: 55px;
  margin-right: 55px;
  font-family: Copperplate Gothic;
}

.bouton {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(220 0 0 / 100%);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 20%),
    rgb(0 0 0 / 20%) 30%,
    rgb(0 0 0 / 0%)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 60%),
    inset -2px -2px 3px rgb(0 0 0 / 60%);
}

.bouton:hover {
  background-color: rgb(255 0 0 / 100%);
}

.bouton:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 60%),
    inset 2px 2px 3px rgb(0 0 0 / 60%);
}

.video{
  text-align: center;
}
.liste{
  list-style-type:"\0027A4";
  margin-left: 65px;
  margin-right: 55px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
}


.listeintexte{
  list-style-type:"↳";
  margin-left: 90px;
  margin-right: 55px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
}



.protest-strike-regular {
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-style: normal;
}

table{
  margin-left: 52px;
  margin-right: 55px;
}


/*header{
  background-image:url("images/baniere.png");
  background-size: cover;
}*/

.exptableau{
  margin-left: 0px;
  margin-right: 0px;
}

.titretableau{
  font-family: Copperplate Gothic;
  text-decoration: underline;
}

.textespecial {
  font-family: Copperplate Gothic;
  font-style: normal;
}


@font-face {
	font-family: "SF Digital Readout";
	font-weight: 400;
	src: url("fonts/digital.ttf") format("truetype")
}

@font-face {
	font-family: "Copperplate Gothic";
	font-weight: 400;
	src: url("fonts/COPRGTL_0.TTF") format("truetype")
}
.chiffres{
  font-family: SF Digital Readout;
  font-size:xx-large;
}

.image{
  width: 100px;
  height: auto;
}

.lien{
  font-style: italic;
  text-decoration: none;
  color:rgb(40, 107, 60);
}

.lien:hover{
  background-color: black;
  color: chartreuse;
}

#magneto{
  margin-left: 0px;
}


.download {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(10, 121, 0);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  width: auto; /* Permet de s’adapter sans être fixe */
  max-width: 90%; /* Évite que le bouton soit trop large sur petits écrans */
}

.download:hover {
  background-color: rgb(7, 82, 0);
}

.download:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


.downloadblue {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(0, 110, 255);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  width: auto; /* Permet de s’adapter sans être fixe */
  max-width: 90%; /* Évite que le bouton soit trop large sur petits écrans */
}

.downloadblue:hover {
  background-color: rgb(0, 54, 201);
}

.downloadblue:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}



/* Adaptation pour les petits écrans */
@media screen and (max-width: 768px) {
  .download, .downloadblue {
    width: 100%; /* Le bouton prendra toute la largeur */
    max-width: none; /* Supprime la limite de largeur */
    white-space: normal; /* Permet au texte de passer à la ligne */
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.9rem;
    display: block;
    line-height: 2;
  }
}





label{
  font-family: Copperplate Gothic;
}


/* Pour afficher un message en plein écran sur la fenêtre */ 
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fond grisé en transparence */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out; /* Animation de fondu */
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}



.gifvp {
    
    height: 30px;
    width: 30px ;
    display: block;
    margin: 0 auto;
}



