* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 16px;
}

body {
  height: 100vh;
  background-image: url('../images/rideau-1024.jpg');
  color: rgb(244, 244, 196);
  background-size: cover;
  background-position: center;
  background-attachment:fixed;
  padding: 5px;
}

.navbar .bouton {
  background-color: transparent;
  border: none;
  color: yellow;
  padding: 1px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
  border-radius: 10px;
  cursor: pointer;
}
/* ******** SUPER BOUTON ----------- */
.super-bouton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 28px;
  background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 80px 0px 80px 20px;
 -webkit-border-radius: 80px 0px 80px 20px;
 -moz-border-radius: 80px 0px 80px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-bouton::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.super-bouton::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0a0a0a;
  border-radius: inherit;
  z-index: -1;
}

.super-bouton:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
  color: red;
}

.super-bouton:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar .bouton:hover {
  background-color: #7d2d0d;
  border-radius: 25px;
}

.navbar li {
  list-style: none;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 0);
  font-size: 1rem;
}

a:hover {
  color: whitesmoke;
  text-shadow: 3px 3px 0px rgba(209, 255, 2, 0,75);
  background-color: blue;
  border: 1px blue;
  border-radius: 10px;
}

a:active {
  background-color: red;
}

nav {
  z-index: 1;
  position: relative;
  padding: 0 2em;
  background-color: rgba(22, 10, 187, 0.258);
  border-radius: 17.5px;
  margin:0;
}

.navbar {
  border-radius: 35px;
  width: 100%;
  max-width: 1920px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(243, 250, 242);
}

.navbar .logo {
  position: relative;
  display: flex;
  gap: 10px;
  /* border: 1px solid white; */
  justify-content: space-between;
  align-items: center;
}

.navbar .logo img {
  height: 50px;
  width: auto;
 }

.navbar .logotext a {
  font-size: 1.53rem;
  font-weight: bold;
  color: rgb(255, 255, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.navbar .slogan {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
  color: rgb(255, 166, 0);
  @media (max-width: 658px) { 
      font-size: 10spx;
  }
}

.navbar .links {
  display: flex;
  gap: 50px; 
}

.buttons {
  display: flex;
  gap: 10px;
}

.action-button {
  padding: 0px 10px;
  color: rgb(202, 196, 244);
  background-color: transparent;
  color: yellow;
  border: 1px solid yellow;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
}

.action-button:hover {
  background-color: rgba(148, 214, 17, 0.874);
  color: black;
  border: #00ff00;
}

.ico-burger {
  height:25px;
  width: auto;
  cursor: pointer;
}

/* --------- MENU REDUIT ------------- */
.burger-menu { 
  cursor: pointer;
  position: absolute; 
  top: 35px; 
  right: 2rem; 
  width: 0;
  left: 0;
  background-color: transparent;
  backdrop-filter: blur(15px);
  border-radius: 0 0 0 0;
  overflow: hidden;
  display: none;
  height: 0;
  transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#entete {
  display: block;
}

.burger-menu li {
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .burger-menu-button {
  display: none;
}

.burger-menu .action-button {
  width: 80%;
  display: flex;
  justify-content:center;
  align-items: center;
}

.buttons-burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.burger-menu.open {
  height: 240px;
  width: 100%;
  padding: 10px 0; 
}

.burger-menu .links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #0d0333a1;
}

.burger-menu li {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burger-menu li:hover {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: #7d2d0d;
}

.diviser {
  height: 1px;
  background-color: rgb(51, 51, 51);
  width: 80%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* ----------- BOUTON 1 --------------- */

.agjbtn {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.agjbtn:before {
  content: "";
  background: linear-gradient(
  45deg,
  #ff0000,
  #ff7300,
  #fffb00,
  #48ff00,
  #00ffd5,
  #002bff,
  #7a00ff,
  #ff00c8,
  #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-agjbtn 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-agjbtn {
0% {
  background-position: 0 0;
}
50% {
  background-position: 400% 0;
}
100% {
  background-position: 0 0;
}
}

.agjbtn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* -------- FIN DU BOUTON 1 -------- */
/* ---------- RESPONSIVE ----------- */

@media (max-width: 658px) { 
  nav {
      background: none;
}

  .navbar .links { 
      display: none; 
  }

  .navbar .burger-menu-button {
      display: block; 
  }

  .burger-menu {
      display: block;
  }
}