
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body{
  background-image: url(medias/fondtrop2.jpg);
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
}




.header {
  position: relative;
  width: 80%;
  max-width: 1050px; 
  margin: 0 auto; 
  padding: 20px 0; 
  background-color: #0d0d0d64;
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(10px);
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
  top: 50px;
}


.logo{
    font-size: 1.6rem;
    color: #ededed;
    text-decoration: none;
    font-weight: 600;
    margin-right: 200px;
}


.navbar a {
    font-size: 1.1rem;
    color: #ededed;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
}

.navbar a:hover,
.navbar a.active{
    color: #46b46e;
}




.container {
    max-width: 1050px;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 0.515);
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 50px;

  }

  .container2 {
    max-width: 1050px;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 0.515);
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 100px;
    color: white;

  }


  .container3 {
    max-width: 1050px;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 0.515);
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 100px;
    color: white;

  }


  .centerh1{
    display: flex;
    justify-content: center;
  }
  
.titre{
  color: white;
}
  
  .activite {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgb(243, 243, 243);
    padding: 20px;
    border-radius: 20px;
  }
  .activite img {
    width: 200px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px;
  }
  .activite h2 {
    margin-bottom: 20px;
  }
  .activite p {
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 20px;
  }

/* Style du prix */
.prix {
    font-weight: bold;
    color: green;
    position: relative;
    top: 15px;
  }



  :focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
    outline: 3px dashed #ffba08;
    outline-offset: 4px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border: 2px solid #00b5ad;
    outline: none;
    box-shadow: 0 0 3px 2px rgba(0, 181, 173, 0.75);
}

.custom-focus:focus-visible {
    outline: 2px dashed #f39c12;
    outline-offset: 3px;
}

  /* Formulaire */

.invalid-email {
  border-bottom-color: #ff0606;
}

.valid-email {
  border-bottom-color: #42CA0C;
}

  fieldset{
    border: none;
  }

  legend{
    font-weight: bold;
  }

  #reservationForm {
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 0.515);
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
    color: white;
}

/* Style des labels */
label {
    display: block;
    margin-bottom: 5px;
    color: white;
}

/* Style des champs de saisie */
input[type="text"],
input[type="email"],
input[type="date"],
select,
input[type="number"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Style du bouton de soumission */
input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Style du bouton de soumission au survol */
input[type="submit"]:hover {
    background-color: #45a049;
}

/* Style des options du select */
option {
    padding: 5px;
}

/* Alignement des options du select */
select {
    width: 100%;
}


/* Style du bouton */
.bouton {
  padding: 5px 20px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  background-color: blue;
  color: white;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
  left: 300px;
  bottom: 10px;
  width: 100px;
  top: 1px;
}


.bouton2 {
  padding: 5px 20px;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  background-color: blue;
  color: white;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
  left: 100px;
  bottom: 10px;
  width: 100px;
  top: 1px;
}


/* FOOTER FOOTER FOOTER */
.footer {
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 30px 0;
  font-size: 0.9rem;
}

.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer .footer-content .footer-section {
  width: 30%;
}

.footer .footer-content .footer-section h2 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: white;
}

.footer .footer-content .footer-section p {
  line-height: 1.6;
}

.footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
}

.footer .footer-content .footer-section ul li {
  margin-bottom: 5px;
}

.footer .footer-content .footer-section ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.footer .footer-content .footer-section ul li a:hover {
  color: #ffd700;
}

.footer .footer-bottom {
  background-color: #222;
  padding: 10px 0;
  text-align: center;
  font-size: 0.8rem;
}

.red{
  color: red;
  font-size: 0.8rem;
  margin-top: 0;
}


.all{
  height: 100vh;
  background-image: url(fondtrop2.jpg);
  background-size: cover;
}




@media screen and (max-width: 500px) {
  .logo {
    display: none;
  }

  .container img{
    display: none;
  }


}



@media screen and (max-width: 750px) {

  .header{
    width: 100%;
  }

  .bouton2{
    top: 100px;
    left: 10px;
  }
}