
/* style.css | http://localhost:8000/css/style.css */

#positions {
  /* margin-top: 1em; */
  /* height: 10em; */
  margin-top: -1em;
  height: 6em;
}

.position-second, .position-third{
  display: none;
}

#cv-dev .cv-container {
  /* background-color: #f5faff; */
  background-color: revert;
}

#cv-dev .item .content {
  /* background-color: #bfd8ff; */
  background-color: revert;
}

#cv-dev .item {
  /* background-color: #bfd8ff; */
  background-color: revert;
  border: 1px solid #b5c6e1;
  border-left: 3px solid #2c5eab;
}

.cv .skill-group {
  /* margin: 2.5em auto 4em auto; */
  margin: 2em auto 0 auto;
}

.cv .skills .stick {
  /* border-radius: 5px; */
  border-radius: revert;
  /* height: 10px; */
  height: 4px;
}

.cv .skills .stick .full {
  /* border-radius: 4px; */
  border-radius: revert;
}

.cv .skills .stick .filled {
  /* border-top-left-radius: 4px; */
  border-top-left-radius: revert;
  /* border-bottom-left-radius: 4px; */
  border-bottom-left-radius: revert;
  /* margin: 1px 1px 1px 1px; */
  margin: revert;
}

.cv .skill {
  /* line-height: 1em; */
  line-height: .8em;
}

.position-dev .position-container {
  /* width: 10em; */
  width: 12em;
  /* background-image: url('../img/blue.png'); */
  background-image: none;
}

.position-container {
  /* filter: invert(100%); */
  filter: revert;
  background-color: revert;
}

.position-container span {
  /* mix-blend-mode: difference; */
  mix-blend-mode: revert;
  font-size: 1.2em;
  background-color: revert;
}

.print-button{
  display: none;
}

#cv-dev .item .tool {
  /* background-color: #2c5eab; */
  background-color: revert;
  color: revert;
  border: 1px solid #2c5eab;
}

#cv-doc .cv-container {
  /* background-color: #fffded; */
  background-color: initial;
}

#cv-doc .item {
  /* background-color: #f2eba0; */
  background-color: initial;
  border: 1px solid #8f852c;
  border-left: 3px solid #8f852c;
}

#cv-doc .item .content {
  /* background-color: #f2eba0; */
  background-color: initial;
}

#cv-doc .item .tool {
  /* background-color: #8f852c; */
  border: 1px solid #8f852c;
  /* color: white; */
  color: revert;
}

#cv-teaching .cv-container {
  /* background-color: #fff2f9; */
  background-color: revert;
}

#cv-teaching .item .content {
  /* background-color: #ffc6df; */
  background-color: revert;
}

#cv-teaching .item {
  /* background-color: #ffc6df; */
  background-color: revert;
  border: 1px solid #9f3563;
  border-left: 3px solid #9f3563;
}

#cv-teaching .item .tool {
  /* background-color: #9f3563; */
  background-color: revert;
  border: 1px solid #9f3563;
}

.avatar-dev {
  /* box-shadow: #2c5eab 0 0 0 6px; */
}

/* Élément | http://localhost:8000/ */

#cv-dev > div:nth-child(1) > div:nth-child(2) > p:nth-child(6) {
  margin-top: 2.5em;
}

/* Élément | http://localhost:8000/ */

p.year:nth-child(13) {
  margin-top: 2.5em;
}

/* Élément | http://localhost:8000/ */

#cv-dev > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1) {
  margin-top: 0;
}

/* Élément | http://localhost:8000/ */

#cv-dev > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
  /* width: 99%; */
  width: revert;
}

/* Élément | http://localhost:8000/ */

div.skill-group:nth-child(4) > div:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
  /* width: 99%; */
  width: revert;
}

/* Élément | http://localhost:8000/ */

div.skill-group:nth-child(4) > div:nth-child(3) > span:nth-child(2) > span:nth-child(1) {
  /* width: 99%; */
  width: revert;
}

/* Élément | http://localhost:8000/ */

#contact{
  margin-bottom: 0;
}
#contact-content.hidden{
  display: inline-block;
}

#contact-button {
  display: none;
}

/* Élément | http://localhost:8000/ */

#cv-doc > div:nth-child(1) > div:nth-child(2) > p:nth-child(6) {
  margin-top: 4em;
}

/* Élément | http://localhost:8000/ */

#cv-teaching > div:nth-child(1) > div:nth-child(2) > p:nth-child(6) {
  margin-top: 6em;
}
