* {
  color: #000000;
}

.disable {
  opacity: 0.5;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.bar {
  padding-top: 2px;
  width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

h1 {
  font-weight: bold;
  font-family: Raleway;
  font-size: 30px;
  text-align: center;
  margin: 0;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #bac9c7;
}

body {
  background-color: #e6edec;
}

.opacity {
  opacity: 0.5;
}

.full {
  background-color: #3ab1fd;
}

.active {
  opacity: 1 !important;
}

@font-face {
  font-family: Abel;
  src: url("../font/Abel-Regular.ttf");
}

@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Regular.ttf");
}

@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Bold.ttf");
  font-weight: bold;
}

#sideBar {
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 0px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  background-color: #f2f5f5;
  overflow: auto;
}

#sideBar #avatar {
  width: 200px;
  height: 200px;
  background-image: url("../img/avatar.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 250px;
  margin: auto;
}

#sideBar h2 {
  font-weight: bold;
  font-family: Raleway;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

#sideBar h3 {
  font-weight: bold;
  font-family: Abel;
  color: #000000;
  font-size: 25px;
  text-align: left;
  margin: 0;
  margin-top: 20px;
}

#sideBar ul {
  margin-left: 0;
  padding-left: 5px;
  list-style-type: none;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
}

#sideBar li {
  margin-top: 10px;
  font-size: 13px;
}

#sideBar .skill {
  cursor: pointer;
}

#sideBar span.title {
  display: inline-block;
  width: 150px;
}

#sideBar .skill:hover > .title {
  opacity: 1;
  font-weight: bold !important;
}

@media (max-width: 992px) {
  #sideBar {
    width: 100%;
    position: relative;
    display: block;
    overflow: unset;
    height: auto;
  }
}

header {
  height: 40px;
  background-color: #f2f5f5;
  width: 320px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  width: 50%;
}

header #flags img {
  width: 30px;
}

header #flags li {
  opacity: 0.3;
}

header #flags li:hover {
  cursor: pointer;
  opacity: 1;
}

header #themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  width: 50%;
}

header #themes #theme1 {
  width: 18px;
  height: 18px;
  border: 2px #000000 solid;
  border-radius: 25px;
  background-color: #3ab1fd;
  opacity: 0.3;
}

header #themes #theme1:hover {
  cursor: pointer;
  opacity: 1;
}

header #themes #theme2 {
  width: 18px;
  height: 18px;
  border: 2px #000000 solid;
  border-radius: 25px;
  background-color: #ffb400;
  opacity: 0.3;
}

header #themes #theme2:hover {
  cursor: pointer;
  opacity: 1;
}

header #themes #theme3 {
  width: 18px;
  height: 18px;
  border: 2px #000000 solid;
  border-radius: 25px;
  background-color: #d80079;
  opacity: 0.3;
}

header #themes #theme3:hover {
  cursor: pointer;
  opacity: 1;
}

#content {
  margin-left: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  padding-right: 30px;
}

#content .skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

#content article {
  background-color: #f2f5f5;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content h2 {
  font-family: Abel;
  margin: 0;
  font-size: 30px;
}

#content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .fromTo {
  color: #000000;
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 15%;
}

#content .Circle {
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3ab1fd;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}

#content .CircleNone {
  width: 50px;
  height: 25px;
}

#content .Circle div {
  width: 12px;
  height: 12px;
  background-color: #3ab1fd;
  border-radius: 12px;
}

#content .date {
  margin-top: 2px;
  margin-right: 15px;
  width: 100%;
}

#content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#content .desc, #content .skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#content h3 {
  font-family: Raleway;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

#content h4 {
  color: #3ab1fd;
  font-family: Roboto;
  font-size: 16px;
  margin: 0;
}

#content p {
  font-family: Roboto;
  font-size: 14px;
  margin: 0;
}

#content .skills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .skills h3 {
  font-family: Roboto;
  font-weight: bold;
}

#content .skills ul {
  margin-left: 20px !important;
}

#content .skills ul .skill {
  width: 20%;
  font-family: Roboto;
}

#content .count {
  width: 10%;
}

#content .skills ul .desc {
  width: 60%;
  font-family: Roboto;
}

#content .skills ul .level {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
}

#content .skills ul .level .circle {
  margin-right: 5px;
}

#content .skills ul .count {
  width: 10%;
  font-family: Roboto;
  text-align: center;
}

#content .skills h3 {
  margin: 0;
  margin-top: 50px;
}

#content .duree {
  text-align: right;
  font-family: Roboto;
  font-weight: bold;
  width: 10%;
}

#content .content {
  width: 75%;
}

@media (max-width: 576px) {
  .first.level {
    display: none !important;
  }
  .first.count {
    width: 40% !important;
    text-align: right !important;
  }
  #content li {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .skills ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .skill {
    width: 100% !important;
    font-weight: bold;
  }
  #content .skills ul .level {
    width: 30%;
  }
  #content .fromTo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  #content .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #content .duree {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Circle {
    display: none !important;
  }
}

@media (max-width: 992px) {
  #content {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
    padding-right: unset;
  }
}
/*# sourceMappingURL=index_th1.css.map */