h1,
h2,
h3,
h4,
h5,
h6 {
  z-index: 1;
}

ul li,
a {
  cursor: none;

  color: black;
  text-decoration: none;
  text-emphasis: none;
  list-style: none;
}

a:hover {
  color: #5f9ea0;
  transition-duration: 0.8s;
}

.leftMenuLinks {
  display: flex;
  align-items: center;
}
.leftMenuLogo {
  margin-right: 10px;
}

body {
  cursor: none;
  height: 100%;
  width: 100%;
  color: black;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  max-width: 100vw;
  margin: 0;
  text-overflow: hidden;
  overflow-x: hidden;
}

#topMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.profilePic {
  display: inline-block;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  z-index: 2;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../res/img/profilepic.jpg);
}

#headProfile {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
#myName {
  margin-right: 40px;
}

.blueTxt {
  color: #5f9ea0;
}

.contactInfo {
  margin-left: 30px;
}
.contactInfoItem {
  display: flex;
  align-items: center;
}
.intitule {
  min-height: 40px;
  border-bottom: 1px solid #5f9ea0;
}

@media screen and (max-width: 705px) {
  #headProfile {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  #myName {
    margin-right: 0;
  }
  .contactInfo {
    margin: 10px 0px;
    font-size: 0.9em;

    /* text-align: left; */
  }
  .topLinkMenuItem {
    display: none;
  }

  .responsiveColumn {
    flex-direction: column;
  }
  /* .intitule{
        border-bottom: 1px solid #5F9EA0;
    } */
}

#mainContainer {
  margin-left: 60px;
  overflow: hidden;
  margin-right: 10px;
}

#magicCircle {
  z-index: -1;

  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#linkMenu {
  /* transform: rotate(-90deg); */
  position: absolute;
  width: 500px;
  height: 50px;
  /* background-color: red; */
  transform-origin: 0 0;
  transform: rotate(-90deg);
  /* margin-top: 300px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 800px;
}

#linkMenu ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

button,
input[type='submit'],
input[type='reset'] {
  cursor: none;

  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
}

.bioText {
  font-size: 0.8em;
}

#bioContainer {
  margin: auto;
  width: 900px;
  max-width: 90%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #5f9ea0;
  border-radius: 10px 0px;
  text-align: justify;
}
.categoryTitle {
  padding-left: 20px;
  box-sizing: border-box;
}
.appImg {
  width: 50px;
  height: auto;
  border-radius: 10px;
  margin: 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.appImgContainer {
  z-index: 1;
}
