.elementor-1560 .elementor-element.elementor-element-79d3180 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-c7c7e3d */:root {
  --couleur-rouge: #c20f0f;
  --couleur-vert: #0d9e32;
  --couleur-bleu: #1b75b5;
}

body {
  font-family: Segoe UI;
}

/* Section 01 : catégorie de la carte */
#category {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#category label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#category select {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
}

/* Section 02 : Titre */
#title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#title label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#title input[type="text"] {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
  width: 100%;
}

/* Section 03 : temps estimé */
#time {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#time label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#time input[type="text"] {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
  width: 100%;
}

/* Section 04 : niveau de difficulté */
#difficulty {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#difficulty label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#difficulty select {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
}

/* Section 05 : Description */
#description {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#description label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#description textarea {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100px;
  resize: none;
}

/* Section 06 : Skills */
#skills {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#skills label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
#skills textarea {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  border-radius: 5px;
}/* End custom CSS */