body {
  /* background-color: #161617!important; */
  /* color: #c2c2c2 !important; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* font-size: 12px;
  font-weight: 400;
  line-height: 1.2; */
  color: #212529;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0px;
}
/**/h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h6 {
  font-size: 1rem;
}/**/
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.app_container {
  padding: 3px;
}
.row {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
}
.big_row {
  width: 95%;
  padding-top: 5px;
}
.row_info_g {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.row_info_g_item {
  justify-content: flex-start;
}

.justify-content-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.profil_img {
  flex-direction: row-reverse !important;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.col_info_g {
  width: 33%;
}
.medium_line {
  /* margin-top: 1%!important;
    margin-left: 1%!important; */
  width: 100%;
  padding: 3px 8px;
}
.title {
  border-bottom: solid #287eed 2px;
}
.exp_and_comp {
  margin: 0px;
  width: 100%;
  display: inline-block;
}
.subtitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 27%;
}
.subtitle strong {
  text-align: center;
}
.row_botmarg {
  margin-bottom: 5px;
}
.experience_description {
  max-width: 73%;
}
.note {
  width: 10%;
  /* width: 15%; 
  height: 39px; */
  display: flex;
  justify-content: center;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: black;
}
.competence {
  display: flex;
  flex-direction: row;
  width: calc(100% - 10% - 30px);
  /* width: calc(100% - 15% - 30px); */
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: black;
  padding: 5px;
}
.stars {
  width: 15%;
  /* width: 10px;
  margin-right: 2px; */
}
.technos_languages {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.technos, .languages {
  width: 49%;
}

@media only screen and (max-width: 600px) {
  .switch_row_col {
    flex-direction: column;
  }
  .switch_col_row {
    flex-direction: row;
  }
  .mediaq_margin {
    margin-bottom: 10px;
  }
  .display_border {
    border-bottom: solid #8abdff 2px;
  }
  .subtitle {
    width: 100%;
  }
  .experience_description {
    max-width: 100%;
  }
  .mediaq_to_display {
    display: none;
  }
}
