/*  --------------------NAV-BAR ------------------*/
.navbar-title {
  font-family: "Pirata One";
  font-size: 5vw;
  color: #FF5B77;
}

.navbar-title:hover {
  color: #e5516b;
  text-decoration: double;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0 1rem;
}

.container-fluid {
  display: flex;
  background: linear-gradient(135deg, #FFD866 30%, #FF8EA1);
  border-radius: 5px;
}

.doorNavbar {
  padding-right: 1vw;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    right: 0px;
  }

  #bg-image {
    max-width: 40vw;
    max-height: 75vh;
  }
}

.navbar-nav {
  align-content: center;
  margin-right: 1rem !important;
}

.navbar-nav li,
.navbar-nav a,
.form-control {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-size: 2vw;
}

.navbar-nav li {
  margin-right: 1rem !important;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
}

.navbar-nav input {
  margin-right: 1rem !important;
}

/* ----------------- NUMBER SECTION --------------------- */

.chapter_number_wrapper {
  display: grid;
  grid-template-columns: [first] 15% [num1] 10% [num2] 10% [num3] auto [end];
}

.chapter_number_wrapper div {
  border-radius: 10% 10% 0 0;
  box-shadow: rgba(251, 177, 133, 0.4) 5px 5px, rgba(251, 177, 133, 0.3) 10px 10px, rgba(251, 177, 133, 0.2) 15px 15px, rgba(251, 177, 133, 0.1) 20px 20px, rgba(251, 177, 133, 0.05) 25px 25px;
}

#chapter_number_one {
  grid-column: 1;
  z-index: 0;
}

#chapter_number_two {
  grid-column: 2;
}

#chapter_number_three {
  grid-column: 3;
}

#chapter_number_none {
  grid-column: 4;
  border-bottom: solid 2px black;
  box-shadow: none;
}

.chapter_number_wrapper div:nth-child(-n + 3) {
  background-color: rgba(255, 231, 175, 0.9);
  border: 2px solid black;
  border-bottom: none;
}

#chapter_number_two,
#chapter_number_three {
  border-left: none;
  border-bottom: 2px solid black;
}

.chapter_number_wrapper div p {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  height: 100%;
  align-items: flex-end;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 800;
}

/* ---------GRID SECTION OF FORM ---------------- */
.wrapper-form {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  gap: 3vw;
}

.help-form-left {
  grid-column: 1;
}

.form {
  grid-column: 2;
}

.help-form-right {
  grid-column: 3;
}

/* -----------------FORMS--------------------- */
#form-part-two,
#form-part-three {
  display: none;
  position: relative;
  box-shadow: rgba(251, 177, 133, 0.4) 5px 5px, rgba(251, 177, 133, 0.3) 10px 10px, rgba(251, 177, 133, 0.2) 15px 15px, rgba(251, 177, 133, 0.1) 20px 20px, rgba(251, 177, 133, 0.05) 25px 25px;
}

#form-part-one {
  display: block;
  box-shadow: rgba(251, 177, 133, 0.4) 5px 5px, rgba(251, 177, 133, 0.3) 10px 10px, rgba(251, 177, 133, 0.2) 15px 15px, rgba(251, 177, 133, 0.1) 20px 20px, rgba(251, 177, 133, 0.05) 25px 25px;
  position: relative;
}

.form-inline {
  margin: 0;
}

.body {
  min-height: 60vh;
  z-index: 1;
  position: relative;
  font-family: 'Fira Code', monospace;
}

.form-step {
  display: none;
  flex-direction: column;
  border: 1px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

form {
  margin-top: 20px;
}

.form-check {
  flex-direction: column;
  outline: 1px solid white;
  outline-offset: -10px;
  padding: 1rem;
}

.form-check-off {
  font-style: italic;
  font-size: small;
  color: darkslategrey;
  outline: none;
  padding: 0;
}

#form-step-1 {
  display: flex;
  background-color: rgba(255, 231, 175, 0.9);
  border-top: none !important;
}

#form-step-8,
#form-step-12 {
  border-top: none !important;
}

.app-choice,
.web-choice,
.system-choice {
  border: 1px solid black;
  display: none;
}

#web-choice {
  justify-content: space-between;
}

#system-choice {
  border: 1px solid black;
  width: 50%;
}

#progressBar {
  width: 100%;
  position: relative;
  display: flex;
}

#progressBar img {
  height: 5rem;
}

#percentageBar {
  width: 0%;
  height: 30px;
  background-color: #04AA6D;
  text-align: center;
  line-height: 30px;
  color: white;
}

#bg-image {
  width: 75vw;
  height: auto;
  opacity: 0.5;
  position: absolute;
  z-index: auto;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.form_select_text_top,
.form_select_text_bottom,
.list-choice-os,
.list-choice-browser {
  display: flex;
  justify-content: space-around;
}

/* -------------- BUTTON ----------------- */
/* .back-btn, */
#submit-btn {
  visibility: hidden;
}

.form-buttons {
  justify-content: space-between;
  align-items: center;
  padding: 1vw 0 3vw 0;
}

.form-buttons button {
  min-width: 15%;
  box-shadow: rgba(25, 85, 179, 0.4) 5px 5px, rgba(25, 85, 179, 0.3) 10px 10px, rgba(25, 85, 179, 0.2) 15px 15px, rgba(25, 85, 179, 0.1) 20px 20px, rgba(25, 85, 179, 0.05) 25px 25px;
}

/* #next-btn {
  border: #FFD866 1px solid;
  color: cornflowerblue;
  background: white;
}

#next-btn:hover {
  background: #FFD866;
  color: white;
}
 */

#back-btn {
  border: #3b94f2 1px solid;
  color: #5b77e0;
  background: white;
}

#back-btn:hover {
  background: #5b77e0;
  color: white;
  box-shadow: none;

}

#submit-btn {
  border: yellowgreen 1px solid;
  color: #5b77e0;
  background: white;
}

#submit-btn:hover {
  background: seagreen;
  color: white;
  box-shadow: none;
}

#continue-btn {
  border: #3b94f2 1px solid;
  color: #5b77e0;
  background: white;
}

#continue-btn:hover {
  background: #5b77e0;
  color: white;
  box-shadow: none;
}

/* ---------------- FOOTER -------------- */
footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  position: relative;
  bottom: 0;
  background: linear-gradient(135deg, #FFD866 30%, #FF8EA1);
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  outline: 1px solid black;
  outline-offset: -10px;
  font-family: 'Nanum Gothic Coding', monospace;
  font-weight: 600;
}

.objective {
  grid-column: 1;
  border-right: black solid 1px;
  text-align: justify;
  padding-right: 0.5rem;
}

.support {
  grid-column: 2;
  display: flex;
  flex-direction: column;
}

footer img {
  width: 4rem;
  position: relative;
  bottom: 0.5rem;
}

footer small {
  grid-column: span 2;
  border-top: black 1px solid;
  position: relative;
  bottom: 1rem;
  height: 3rem;
}

.footer-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footbar-title {
  font-size: 3rem;
  font-family: "Pirata One";
  font-weight: 400;
}

.aide-lien {
  display: flex;
  flex-direction: column;
}

.aide-lien-box {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.aide-lien a i{
  padding-right: 1rem;
}

/*--------------------POP-UP-------------------------*/
.pop-up-left>div {
  border: 2px orange solid;
  margin: 1vw;
}

.pop-up-right>div {
  border: 2px green solid;
  margin: 1vw;
}

.pop-up-left>div,
.pop-up-right>div {
  display: none;
}

/* ------------------FORM LOG IN ------------------- */
.connextionForm {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.connextionForm fieldset {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.connextionForm fieldset input {
  margin-left: 1rem;
}

.bottomLoginConnextion {
  display: flex;
  width: 60%;
}

.bottomLoginConnextion i {
  margin-right: 1vw;
}

.connextionForm i {
  display: flex;
  align-items: center;
  color: blue;
}

.fakeLink {
  text-decoration: none;
  color: #0000EE;
}

.fakeLink:hover {
  text-decoration: none;
  cursor: pointer;
}

/* ------------------ TABLES PERSO ------------------- */

.tablePerso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  align-items: center;
  /*---- create a border color */
  background: linear-gradient(135deg, #FFD866 30%, #FF8EA1), linear-gradient(135deg, #FF8EA1 30%, #FFD866);
  border: 0.75vw solid transparent;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
  margin: 3rem auto 5rem auto;
  padding: 1rem;
  color: #5b77e0;
  box-shadow: rgba(251, 177, 133, 0.4) 5px 5px, rgba(251, 177, 133, 0.3) 10px 10px, rgba(251, 177, 133, 0.2) 15px 15px, rgba(251, 177, 133, 0.1) 20px 20px, rgba(251, 177, 133, 0.05) 25px 25px;
}

.biggerTable {
  width: 80vw;
}

.tablePerso {
  text-transform: uppercase;
  font-weight: bolder;
}

.tablePerso a {
  text-decoration: none;
}

.tablePerso li {
  padding: 0.5vw;
}

.tablePerso label {
  font-size: 2vw;
}

.tablePerso button {
  border: #3b94f2 1px solid;
  color: #5b77e0;
  background: transparent;
  text-transform: uppercase;
  font-weight: bolder;
}

.tablePerso button:hover {
  background: #5b77e0;
  color: white;
}

.outBtn:hover {
  color: white;
  width: 30vw;
}

#espacePerso button {
  width: 30vw;
}

.growHover:hover {
  transform: scale(1.6);
  transition: all 0.2s ease-in-out;
  display: flex;
}

.inactiveLink {
  cursor: not-allowed;
  color: gray;
}