#containerProjet {
  display: flex;
  flex-direction: row;
  justify-content: center; /* centre horizontalement */
  gap: 2%;
}
#containerProjet h3 {
  padding: 4%;
}

.formule,
#form-createproject-projet {
  margin: 1% 2px;
}

.formule {
  display: flex; /* Active le mode flexbox */
  flex-direction: column; /* Organise les éléments en colonne */
  justify-content: space-between; /* Assure un espacement entre les éléments */
  height: 340px;
  padding: 1%;
  width: 23%;
  border: 2px solid #a3a9e3;
  border-radius: 10px;
  box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.154);
}

.formule h1 {
  text-align: left;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.formule_description {
  margin-bottom: 30px;
}

.formule_description .description {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #606060;
}

.abonnement_prix {
  margin: 7% 0 0 0;
}

.prix {
  text-align: left;
}

.prix_valeur {
  font-size: 65px;
  font-weight: 600;
  line-height: 56px;
  float: left;
  margin-right: 2%;
}

.devise {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.delai_paiement {
  font-size: 12px;
  line-height: 16px;
  display: flex;
}
.tva {
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.abonnement_description_details{
  margin: 0 0;
}

.boutons {
  text-align: center;
  margin-bottom: 2%;
}

.bouton {
  padding: 4% 8%;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  border-radius: 3px;
  line-height: 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.bouton:hover {
  background-color: #2543cf;
}

.desactiver {
  background-color: #2544cf85;
}

.souligner {
    text-decoration: underline;
}


#form-createproject-projet{
  border-radius: 10px;
    padding: 1%;
  box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.154);
}



#containerCodeProjet {
  padding-top: 0px;
  padding-left: 2.5%;
}

#CodePromoTexte {
  font-size: 16px;
  font-weight: 600;
  color: #606060;
}

.inputRow {
  margin-top: 8px; 
  display: flex;
  gap: 10px; 
  align-items: center;
}

#promoCodeInput {
  padding: 8px;
  width: 400px;
}

.boutonAppliquer {
   padding: 8px 14px;
  /* padding: 4% 8%;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  border-radius: 3px;
  line-height: 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out; */

}

/* .boutonAppliquer:hover {
  background-color: #262626;
  color: white;
}  */