@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');


.form-container {
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 50vh;               
  margin: 0;                   
}


.form-content {
  display: flex;               
  justify-content: center;     
  gap: 200px;     
  margin-right: 120px;             
}


.form-container div {
  width: 25%;
  padding: 10px;
  
}
  
  input[type="text"] {
  width: 230%;                         
  height: 40px;                         
  font-size: 18px;                    
  padding: 10px;             
  margin: 5px 0;             
  border-radius: px;   
  border: 0px solid #ccc;    
  background-color: #f0e4cc;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #9f93dc; /* Ajoutez une couleur de fond pour le header */
  z-index: 1000; /* Assurez-vous que le header reste au-dessus du contenu */
  padding: 10px 0; /* Ajoutez du padding si nécessaire */
}
.boudy {
  background-color: #f3ede1;
  font-family: "Oswald-soustitre";
}

.contact-text {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;  
  font-size: 36px;    
  text-align: center;
}

.oswald-titre {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.oswald-soustitre{
  font-family: "Oswald", sans-serif, !important;
  font-weight: 600;
  font-size: 36px;
}

.oswald-classique {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.oswald-détail {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

#heador {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 10px; 
  background-color: #9f93dc;
  width: 100%; 
}

#heador ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#heador li {
  margin: 0 15px;
}

#heador a {
  text-decoration: none;
  color: black;
  font-family: "Oswald-soustitre", sans-serif; 
}


#heador img {
  max-width: 9999900px;
  height: auto;
  margin: 0;
}

#monDivUnique {
  background-color: lightblue;
  padding: 20px;
  border: 1px solid #ccc;
}

.body {
  font-family: "oswald-soustitre";
  background-color: orange;
}

.fixed {
  position: fixed;
  top: 300px;
  left: 60px;
  width: 250px;
  border: 2px solid blue;
  text-align: center;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  }

.envoyer {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.envoyer:active,
.envoyer:hover {
  outline: 0;
}

.envoyer span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.envoyer:hover span {
  background: none;
}

.envoyer:active {
  transform: scale(0.9);
}

.form-submit {
    margin-top: 20px; 
    text-align: center; 
}

.form-submit button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-submit button:hover {
    background-color: #45a049;
}

html, body {
  margin: 0;
  padding: 0;
}

#list-container ul li a {
    font-family: "Oswald-soustitre", sans-serif;
}

#logo-container {
  position: relative;
  z-index: 1; 
}

#layout-container {
  display: flex;
  justify-content: center;   
  align-items: center;       
  height: 10vh;             
  width: 100%;               
  position: relative;        
}


#list-container {
  position: absolute;        
  left: 20px;                
  top: 50%;                  
  transform: translateY(-50%); 
}

#list-container ul {
  list-style: none;         
  margin: 0;
  padding: 0;
  display: flex;             
  gap: 15px;                
}

#list-container li {
  margin: 0;                 
}

#list-container a {
  text-decoration: none;     
  color: black;              
  font-family: "Oswald" 
}
#list-container a:hover {
  color: white; /* Couleur du texte lors du hover */
}


#logo-container {
  text-align: center;        
}
#logo-container img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: 'Oswald', sans-serif;
}


.backgrround {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #c8ace4;
}

.boutiquesupreme {
  display: flex;
  justify-content: space-around;
  padding: 100px;
  background-color: #f4ece4;
  font-family: Arial, Helvetica, sans-serif;
}

.ficheproduit {
  background-color: #ece4cc;
  padding: 20px;
  width: 25%;
}

.produit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.produit img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

.ficheproduit h2 {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 36px;
}

.produit h3 {
  color: #333;
  margin: 10px 0;
  text-align: center;
}

.produit p {
  color: #666;
  margin: 5px 0;
}

.produit button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.produit button:hover {
  background-color: #555;
}

#message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 10px;
  display: none; 
  z-index: 1000;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; 
  z-index: 999;
  }

  .separateur {
  width: 100%;
  background-image: url(checkered_separator.png);
  background-repeat: repeat;
  background-size: contain;
  height: 40px;
  margin-top: 0px;
  position:relative;
  }
  .testt {
    color: inherit; /* Utilise la couleur du texte parent */
    text-decoration: none; /* Supprime le soulignement */
  }

.boutonbanniere {
  background-color: #fccc44;
  border: none;
  height: 10vh;
  width: 48vh;
  margin-left: 190px;
  font-family:'Oswald', sans-serif;
  font-size:x-large;
}
.boutonbanniere:hover {
  color: white;
}

.indispo {
  text-decoration: none;
  color:#333;
}

.indispo:hover {
color: #c8ace4
}