@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*, *::after, *::before {
  box-sizing: border-box;
}

@page {
  margin: 0;
}

[data-tooltip]:hover::after {
  display: inline-block;
  position: absolute;
  content: attr(data-tooltip);
  background: none;
  color: #66cc99;
  padding: .25em;
}

html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: #66cc99;
  text-decoration: none;
}

.bold {
  color: #66cc99;
  font-weight: 400;
}

.menu {
  width: 150px;
  width: 150px;
  float: left;
  position: absolute;
}
@media print {
  .menu {
    display: none !important;
  }
}
.list-menu {
  list-style: none;
}
.list-menu li {
  display: inline-block;
  margin: 5px;
  width: 30px;
}
.list-menu .menu-action {
  cursor: pointer;
}
.list-menu li i {
  font-size: 2rem; 
  color: #66cc99;
}

.resume-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}

.profile {
  background: #fff;
  width: 40%;
  float: left;
  color: #757575;
}
@media (max-width: 750px) {
  .profile {
    width: 100%;
  }
}
.profile h1 {
  font-size: 1.25em;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  color: #757575;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.25em;
}
@media (max-width: 450px) {
  .profile h1 {
    font-size: 1.8em;
    line-height: 1.8em;
  }
}
.profile li {
  margin-bottom: 5px;
}
.contact-info {
  margin-top: 50px;
  font-weight: 300;
}
@media print {
  .contact-info {
    margin-top: 60px;
  }
}
.list-titles {
  float: left;
  text-align: left;
  font-weight: 600;
  width: 30px;
  color: #757575;
}
.list-content {
  float: left;
  width: calc(100% - 30px);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 300;
}
.contact-presentation {
  text-align: left;
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .contact-presentation {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .contact-presentation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

h3.profile-title {
  color: #66cc99;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: 400;
}
.experience {
  background: #3d3e42;
  width: 60%;
  float: left;
  position: relative;
  font-weight: 300;
  min-height: 100vh;
  min-height: 100%;
}
@media (max-width: 750px) {
  .experience {
    width: 100%;
  }
}
h1.experience-title {
  color: #66cc99;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 40px;
  font-weight: 400;
}
h3.experience-title {
  color: #66cc99;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.company-wrapper {
  width: 30%;
  float: left;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .company-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.job-wrapper {
  width: 70%;
  float: left;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .job-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

.schoolTime-wrapper {
  width: 30%;
  float: left;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .schoolTime-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.school-wrapper {
  width: 70%;
  float: left;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .school-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.job-separateur {
  margin-bottom: 7px;
}
.important-title {
  color: white;
}
.second-title {
  color: #919191;
  font-size: 17px;
}
.primary-text {
  color: #919191;
  font-size: 14px;
}

.section-padding {
  padding: 60px 60px 40px 40px;
}
@media (max-width: 750px) {
  .section-padding {
    padding: 80px 15% 40px 10%;
  }
}
@media (max-width: 450px) {
  .section-padding {
    padding: 40px 10% 20px 5%;
  }
}

.section-wrapper {
  width: 100%;
  text-align: left;
  color: #757575;
  font-weight: 300;
  margin-bottom: 20px;
  padding-top: 10px;
}
.section-wrapper:nth-child(3) {
  padding-right: 8%;
}
.section-wrapper h3.profile-title {
  color: #66cc99;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
}

.section-wrapper .skill-percentage {
  margin-bottom: 10px;
  position: relative;
}
.section-wrapper .skill-percentage::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #757575;
  display: block;
  margin-top: 3px;
}
.section-wrapper .skill-percentage::before {
  content: "";
  height: 6px;
  background: #66cc99;
  position: absolute;
  margin-top: 3px;
  bottom: 0;
}
.section-wrapper .skill-percentage:nth-child(1)::before {
  width: 100%;
  -webkit-animation: skill_1 0.6s ease;
          animation: skill_1 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(2)::before {
  width: 90%;
  -webkit-animation: skill_2 0.6s ease;
          animation: skill_2 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(3)::before {
  width: 100%;
  -webkit-animation: skill_3 0.6s ease;
          animation: skill_3 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(4)::before {
  width: 90%;
  -webkit-animation: skill_4 0.6s ease;
          animation: skill_4 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(5)::before {
  width: 60%;
  -webkit-animation: skill_5 0.6s ease;
          animation: skill_5 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(6)::before {
  width: 55%;
  -webkit-animation: skill_6 0.6s ease;
          animation: skill_6 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(7)::before {
  width: 100%;
  -webkit-animation: skill_7 0.6s ease;
          animation: skill_7 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(8)::before {
  width: 80%;
  -webkit-animation: skill_8 0.6s ease;
          animation: skill_8 0.6s ease;
}
.section-wrapper .skill-percentage:nth-child(9)::before {
  width: 75%;
  -webkit-animation: skill_9 0.6s ease;
          animation: skill_9 0.6s ease;
}


/* 100%;
width: 90%;
width: 100%;
width: 90%;
width: 60%;
width: 55%;
width: 100%;
width: 80%;
width: 75%; */

@-webkit-keyframes skill_1 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes skill_1 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes skill_2 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@keyframes skill_2 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes skill_3 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes skill_3 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes skill_4 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@keyframes skill_4 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 55%;
  }
}
@keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 55%;
  }
}
@-webkit-keyframes skill_6 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes skill_6 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes skill_7 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@keyframes skill_7 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes skill_8 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}
@keyframes skill_8 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}
@-webkit-keyframes skill_9 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}
@keyframes skill_9 {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}

.picture-resume-wrapper {
  width: 100%;
}
.picture-resume {
  width: 100%;
  background-color: #66cc99;
  padding: 9px 5px 5px 5px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
}
.picture-resume span {
  position: relative;
  float: top;
  z-index: 10;
}
.picture-blobs {
  position: relative;
}
@media print {
  .picture-blobs {
    display: none !important;
  }
}
@keyframes picture-blob-left-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes picture-blob-right-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  35% {
    transform: scale(0.5) translate(0, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  85% {
    transform: scale(0.5) translate(0, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes picture-blob-left-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes picture-blob-right-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.picture-blob {
  position: absolute;
  background: #66cc99;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  line-height: 1;
  text-align: center;
  color: #66cc99;
  font-size: 40px;
  border-radius: 100%;
  margin-top: 0px;
  margin-left: -65px;
  animation: picture-blob-left-top-anim cubic-bezier(0.77, 0, 0.175, 1) 3s infinite;
}
@media print {
  .picture-blob {
    display: none !important;
  }
}
.picture-blob:nth-child(2) {
  animation-name: picture-blob-right-top-anim;
}
.picture-blob:nth-child(3) {
  animation-name: picture-blob-left-bottom-anim;
  animation-delay: 0.2s;
}
.picture-blob:nth-child(4) {
  animation-name: picture-blob-right-bottom-anim;
  animation-delay: 0.4s;
}
.picture-blob:nth-child(5) {
  animation: none;
  font-size: 26px;
  position: relative;
}
/* .picture-blob:nth-child(5):before {
  content: url(./profileX128.png);
  display: block;
  position: absolute;
  margin-top: 45px;
  width: 145px;
  height: 145px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
} */
