body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}
p {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
  html {
    scroll-behavior: smooth;
  }
  
/*---------------------------------------------*/
/*index.php main*/
.background-first {
  position: relative;
  width: 100%;
  height: 92vh;
  overflow: hidden;
}

.background-first img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.title-first a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.title-first a:hover {
  background: linear-gradient(135deg, #333333, #555555);
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


#carousel-section button {
  background: #ffffff;
  color: #000000;
  padding: 12px 18px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#carousel-section button:hover {
  background: linear-gradient(135deg, #444444, #666666);
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

#carousel-section button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
               /*form_recherche.php */
/*---------------------------------------------*/

#form2{
  height: 65vh;
}


@media (max-width: 480px) { 
  h1 { font-size: 6rem;
       color: rgb(35, 23, 205);
   
  } 
  #h1_scd{
    font-size: 3rem;
       color: rgb(35, 23, 205);

  }
  #h2_scd{
    font-size: 3rem;
       color: rgb(35, 23, 205);

  }
  p{
    color: dimgray;
  }
  .title-first a{
    background: #ffffff;
  color: #000000;
  }
  
}



