
body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;

  width: 100% !important;}

.step-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-number {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 20px;
  margin-right: 10px;
}

.step-title-text {
  background: #F2EEEA;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}

.etape {
  margin-bottom: 40px;
}

.vignettes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.vignette {
  width: 400px;
  height: 550px;
  object-fit: cover;
  border: 4px solid white;
  cursor: pointer;
  transition: border-color 0.3s;
}

.vignette:hover,
.vignette.active {
  border-color: black;
}

.drop-zone {
  width: 100%;
  max-width: 600px;
  height: 200px;
  border: 2px dashed #999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.color-picker {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.color-preset {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}

#preview-container {
  max-width: 1300px;
  margin: 0 auto 20px;
}

#preview {
  position: relative;
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 1500/566;
  border: 1px solid black;
  overflow: hidden;
  background-color: #fff;
}

#fond-etiquette {
  width: 100%;
  height: auto;
  display: block;
}



button#valider {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

#contact-form {
  max-width: 600px;
}

#contact-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}


#logo-container {
  position: absolute;
  width: 360px;
  height: 180px;
  top: 3px;
  left: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#logo-preview {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
