* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: light;
}

body {
  background-image: url("/banniere1.webp");
  background-size: cover;
  background-repeat: no-repeat;

  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;

  /* background: linear-gradient(
    54deg,
    rgba(226, 0, 10, 0.20211834733893552) 0%,
    rgba(247, 166, 30, 0.3029586834733894) 19%,
    rgba(226, 0, 10, 0.20772058823529416) 96%
  ); */
  box-sizing: border-box;
  width: 100%;
  margin: 20px;
  color: white;
  gap: 10px;
  padding: 10px;
  overflow-x: hidden;
}

button {
  background-color: #aa2a2f;

  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 6px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn-3 {
  background: #aa2a2f;

  box-shadow: 0px 2px 0 #aa2a2f, 2px 4px 6px #aa2a2f;

  letter-spacing: 1px;
  transition: all 150ms linear;
}

.btn-3:hover {
  background-color: rgba(250, 93, 93, 0.297);

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #aa2a2f;
  text-decoration: none;

  transition: all 250ms linear;
}

a img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

img {
  object-fit: cover;
  border-radius: 11px;
  min-width: 200px;
  max-width: 100%;
  height: auto;
}
button:hover {
  background-color: rgba(250, 93, 93, 0.297);
  color: #aa2a2f;
}

input {
  padding: 12px 20px;

  box-sizing: border-box;
  border: 1px solid #aa2a2f;
  border-radius: 4px;
  margin: 0 5px 0 5px;
}

li label,
li label p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  font-size: 1rem;
}

h1 {
  display: flex;
  text-align: center;
  justify-content: center;

  letter-spacing: 1rem;
  color: black;
}

.loader-right {
  display: flex;
  flex-direction: column;
}

.loader-right ol {
  display: flex;
  flex-direction: row;
}

.loader-content {
  display: flex;
  justify-content: space-between;

  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #ffffff4f;
  backdrop-filter: blur(10px);
  border-radius: 11px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 10px;
}

.loader-content a {
  text-decoration: none;
  color: white;
}

.loader-container {
  /* display: flex;
  flex-direction: row; */
  border-radius: 6px;
  height: 30px;
  width: 100%;
  background-color: #fff; /* Fond de la barre de chargement */
}

.loader-bar {
  width: 100%;
  border-radius: 6px 0 0 6px;
  height: 30px;
  animation: colorChange 2s infinite;
}

.loader-text {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.loader-text-bottom {
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 1.4rem;

  text-align: center;
}

.mockup-container,
.figma-container,
.vertical-text,
.horizontal-text {
  width: 100%;
  max-width: 820px;

  box-sizing: border-box;

  border-radius: 11px;
  gap: 10px;
}

.figma {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.trello-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.figma-container {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  background-color: #ffffff4f;
  backdrop-filter: blur(10px);
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  white-space: nowrap;
  text-align: center;
  max-width: 3rem;
  padding: 1rem;

  background-color: #aa2a2f;

  border-radius: 11px;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.horizontal-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.horizontal-text a {
  color: rgb(0, 0, 75);
  border-radius: 10px;
  border: 1px solid rgb(25, 0, 213);
  padding: 20px;
}

.loader-content h3 {
  font-weight: 600;
  color: #2ecc71;
  margin: 0;
}

@keyframes colorChange {
  0% {
    background-color: #3482db;
  } /* Couleur de départ */
  50% {
    background-color: #e74c3c;
  } /* Couleur intermédiaire */
  100% {
    background-color: #2ecc71;
  } /* Couleur finale */
}
.project-modifs {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
}
.project-modifs .horizontal-text {
  align-items: flex-start;
}

.project-steps {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin-top: 55px;
}

.project-steps li {
  font-size: 14px;
  word-wrap: break-word;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  border-radius: 11px;
  background-color: #ffffff4f;
  backdrop-filter: blur(10px);
  margin: 20% auto;
  padding: 20px;
  box-shadow: -10px 9px 36px -15px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -10px 9px 36px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -10px 9px 36px -15px rgba(0, 0, 0, 0.75);
  max-width: 400px;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

/* .hidden {
  display: none;
} */

@media only screen and (max-width: 1024px) {
  /* Styles spécifiques pour les écrans de 600 pixels de largeur ou moins */
  body {
    flex-direction: column;
    overflow: scroll;
    background: linear-gradient(white);
    margin: 0px;
    padding: 10px;
  }
  .trello-container {
    padding: 0;
  }
  .loader-right ol {
    flex-direction: column;
  }
  .loader-right {
    width: 100%;
  }
  .figma-container,
  .loader-content {
    max-height: 380px;
  }
  h2 {
    font-size: 1rem;
  }
  p {
    font-size: 0.8rem;
  }
  button {
    padding: 10px 22px;
  }
}
