.main_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

/* L1 */

.mainTitles {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mainPic_container {
  display: flex;
  justify-content: center;
  width: 40%;
}
.mainPic_container_tab {
  display: none;
}
.mainPic {
  width: 35%;
}

.mainTitlesBloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 40%;
}

.mainTitlesBloc h1 {
  font-family: var(--font-00);
  font-weight: 500;
  font-size: 4em;
}

.mainTitlesBloc h2 {
  font-family: var(--font-00);
  font-size: 2em;
}

/* L2 */

.mainInfos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ABOUT ME */
.aboutMe_bloc {
  width: 40%;
  padding: 1rem;
  border: dashed 1px black;
  border-radius: 5px;
  background-color: var(--color-08);
}
.aboutMe_text {
  font-family: var(--font-00);
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}

/* MY STACK */

.myStack_bloc {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: dashed 1px black;
  border-radius: 5px;
  background-color: var(--color-08);
}

#myStack_bloc_down {
  display: none;
}

.stacks_lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.stackTitle {
  font-family: var(--font-00);
  font-size: 2em;
}

.stackTitle_Tab {
  display: none;
}

#backend_StackTitle_Up{
  display: none;
}

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

.stackBloc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 30%;
  align-items: center;
}

.stackBlocTitle {
  font-family: var(--font-00);
  font-weight: 300;
  font-size: 1em;
  color: var(--color-01);
}
.stacksgroup {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.stacklogo {
  width: 25%;
}
.solid_line {
  border-top: 1px solid black;
  width: 100%;
  margin: 1rem 0;
}
