html,
body {
    min-height: 100vh;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;

    --tw-bg-opacity:1;
    background-color: rgb(20 24 28/var(--tw-bg-opacity));
    color: hsla(0,0%,100%,.8);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    scroll-behavior: smooth;
}

h1{

}

h2{
color: white;
font-family: "Inter", sans-serif;
    font-weight: 700;
}

h4{
text-decoration:underline;
font-size:24px;
font-family: Verdana;
}

.navbar{
    text-align:center;
    display:flex;
    list-style: none; /* enlève les points */
    justify-content:center;
    font-family:'Inter';
    padding: 5px;
}

.navbar a {
    text-decoration: none;
    color: inherit; /* garde la couleur du parent */
    padding: 5px;
}

form {
    border-radius:100px;
}

.elementnav{
    padding-left:10px;
    padding-right:10px;
     font-family:'Inter';
    /*background-color:#B168F7;*/
    background-color: rgb(31 33 36/var(--tw-bg-opacity));
    border-radius: 20px;
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity));
    font-family:'Inter';
    text-align:center;

    /*background: linear-gradient(rgba(0, 0, 0, -0.9),rgba(0, 0, 0, -0.9)),url("bgb.jpg");*/
    /*background-size: cover;*/       /* couvre tout l'écran */
    background-position: center;  /* centre l'image */
    background-repeat: no-repeat; /* évite la répétition */
    /* height: 100vh;                /* prend toute la hauteur */
    border-color: black;
    border-bottom-width:5px;
    text-align:center;
}

.elementnav:hover{
    padding-left:10px;
    padding-right:10px;
    font-family:'Inter';
    
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity));
    /*background-color:#FFFFFF;*/
    border-radius: 20px;
}

.accueil{
    font-family: Verdana;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}

.HOME{
    font-family: Verdana;
    text-align:center;
}

.premiere{
    /*font-family: Verdana;*/
    font-family:'Inter';
    text-align:center;
    color: white;
}

.rounded {
  border-radius: 20px;
}

.language{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style:normal;
  font-weight:200;
  color: rgb(74, 222, 128);
    
}

.piedpage {

    color: White;      /* couleur du texte */
    font-size: 20px;   /* taille du texte */
    font-family: Verdana;
	padding-left: 1200px;
	border-top-width: 1000px;
}


.crypter {
    border-radius: 20px;
    font-size: 20px;
    font-family: Verdana;
}
/*-----------------------------------------Style Bouton theatre-btn--------------------------------*/    
.theatre-btn {
  position: relative;
  z-index: 1;

  padding: 22px 42px;
  border-radius: 18px;
  border: 4px solid #7f9b89;
  background: #f5f5f5;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.theatre-btn::before {
  content: "";
  position: absolute;
  inset: -15px;
  z-index: -1;
  border-radius: 30px;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 120, 0.35) 0%,
      rgba(130, 255, 140, 0.25) 40%,
      rgba(0, 255, 255, 0) 75%
    );

  filter: blur(20px);
  opacity: 0.8;
  transition: all 0.4s ease;
}

.theatre-btn:hover::before {
  opacity: 1;
  transform: scale(1.15);

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 150, 0.5) 0%,
      rgba(100, 255, 180, 0.45) 40%,
      rgba(0, 200, 255, 0.2) 70%,
      transparent 100%
    );
}
/*-----------------------------------------Fin Style Bouton theatre-btn--------------------------------*/ 
/*-----------------------------------------Style Inpute crypt------------------------------------------*/   
.input-glow {
  position: relative;
  display: inline-block;
}

.input-glow::before {
  content: "";
  position: absolute;
  inset: -15px;
  z-index: 0;
  border-radius: 30px;

  background: radial-gradient(
    circle,
    rgba(255, 255, 120, 0.35) 0%,
    rgba(130, 255, 140, 0.25) 40%,
    rgba(0, 255, 255, 0) 75%
  );

  filter: blur(20px);
  opacity: 0.7;
  transition: all 0.4s ease;
}

.input-glow:hover::before {
  opacity: 1;
  transform: scale(1.1);
}

.text-decrypt {
  position: relative;
  z-index: 1;

  padding: 18px 20px;
  border-radius: 18px;
  border: 4px solid #7f9b89;
  background: #f5f5f5;

  color: #111;
  font-size: 14px;
  font-weight: 500;
  width: 500px;   /* plus large que le bouton */


  outline: none;
}

.text-crypt {
  position: relative;
  z-index: 1;

  padding: 18px 20px;
  border-radius: 18px;
  border: 4px solid #7f9b89;
  background: #f5f5f5;

  color: #111;
  font-size: 14px;
  font-weight: 500;
  width: 500px;   /* plus large que le bouton */


  outline: none;
}


/*resultat*/
.res {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 18px;
  border: 4px solid #7f9b89;
  background: #f5f5f5;

  color: #111;
  font-size: 16px;
  font-family: Verdana;

  z-index: 1;
  overflow: hidden;
}

/*-----------------------------------------FinStyle Inpute crypt---------------------------------------*/ 
/*-----------------------------------------Style Pied de page------------------------------------------*/

/*.footer {
    background-color: rgb(31 33 36);
    color: hsla(0,0%,100%,.8);
    padding: 20px 40px;
    margin-top: 50px;
    border-top: 1px solid rgb(55 65 81);
    font-family: 'Inter', sans-serif;
}*/

.footer {
    background-color: rgb(31 33 36);
    color: hsla(0,0%,100%,.8);
    padding: 20px 40px;
    border-top: 1px solid rgb(55 65 81);
    font-family: 'Inter', sans-serif;
} 

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-left h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-left span {
    font-size: 12px;
    opacity: 0.7;
}

.footer-center {
    font-size: 12px;
    opacity: 0.7;
}

.footer-right a {
    color: rgb(229 231 235);
    text-decoration: none;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    transition: 0.2s;
}

.footer-right a:hover {
    color: rgb(74 222 128);
    background-color: rgb(42 46 50);
}
/*-----------------------------------------Fin Style Pied de page---------------------------------------*/


.green {
    color: rgb(74, 222, 128);
}

.resbtn {
    display: flex;
    justify-content: center;
}

.btn-copier {
    width: 30px;
    cursor: pointer;
    border-radius: 5px;
}








