.center-container {
  display: flex;
  justify-content: center;
}

.warning-box {
  border: 2px solid #c3b092;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  max-width: 500px; /* Largeur maximale */
  font-family: Arial, sans-serif;
  font-size: 18px;
  background-color: #fefaf4;
}

.warning-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.warning-text {
  font-weight: bold;
}

#checkout .header__logo img {
  width: 100%;
  max-width: 350px;
}
