@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
body {
  margin: 0;
  font-family: "Mulish", sans-serif;
  color: white;
  list-style: none;
}

*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  scroll-behavior: smooth;
  text-decoration: none;
}

h1, h2, button {
  text-transform: uppercase;
  font-family: "Segoe UI", "Montserrat", sans-serif;
  font-size: 1.5em;
}

h2, h3 {
  text-align: center;
  margin-bottom: 45px;
}

h2 {
  font-size: 2.1em;
  color: #cc9602;
}

h3 {
  font-size: 1.8em;
  color: white;
  font-weight: 700;
}

button {
  cursor: pointer;
  outline-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-right: 25px;
}
button.btn-first {
  background-color: transparent;
  border: 2px solid #3CCFCF;
  color: #3CCFCF;
}
button.btn-first:hover {
  background-color: #3CCFCF;
  color: #0E0A30;
}
button.btn-second {
  background-color: #3CCFCF;
  border: 2px solid #3CCFCF;
  color: #0E0A30;
}
button.btn-second:hover {
  background-color: transparent;
  color: #3CCFCF;
}

@media screen and (max-width: 525px) {
  h2 {
    font-size: 1.9em;
  }

  h3 {
    font-size: 1.6em;
  }
}
footer, #contact .contact-btn, #contact .contact-personnal-info, #path .path-timeline-item-description-technologies, #path .path-timeline-item:nth-child(odd), #path .path-timeline-item:nth-child(even), #projects .projects-item-container-content-group, #projects .projects-item, #skills .skills-group-type-block, #skills .skills-group-type, #skills .skills-group, header .bagnere, header .menu-list, header .menu-name, header .menu {
  display: flex;
  flex-wrap: wrap;
}

header .bagnere .svg svg .animate {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0);
  }
}
header .bagnere .svg svg .animate-reverse {
  -webkit-animation: float-reverse 6s ease-in-out infinite;
          animation: float-reverse 6s ease-in-out infinite;
}
@-webkit-keyframes float-reverse {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(7px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes float-reverse {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(7px);
  }
  100% {
    transform: translatey(0);
  }
}
header .bagnere .svg svg .animate-coffee {
  -webkit-animation: coffee 10s infinite;
          animation: coffee 10s infinite;
}
header .bagnere .svg svg .animate-coffee-support {
  -webkit-animation: coffee-support 10s infinite;
          animation: coffee-support 10s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(0) {
  -webkit-animation: fadein 20s 0s infinite;
          animation: fadein 20s 0s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(1) {
  -webkit-animation: fadein 20s 0.1s infinite;
          animation: fadein 20s 0.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(2) {
  -webkit-animation: fadein 20s 0.2s infinite;
          animation: fadein 20s 0.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(3) {
  -webkit-animation: fadein 20s 0.3s infinite;
          animation: fadein 20s 0.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(4) {
  -webkit-animation: fadein 20s 0.4s infinite;
          animation: fadein 20s 0.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(5) {
  -webkit-animation: fadein 20s 0.5s infinite;
          animation: fadein 20s 0.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(6) {
  -webkit-animation: fadein 20s 0.6s infinite;
          animation: fadein 20s 0.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(7) {
  -webkit-animation: fadein 20s 0.7s infinite;
          animation: fadein 20s 0.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(8) {
  -webkit-animation: fadein 20s 0.8s infinite;
          animation: fadein 20s 0.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(9) {
  -webkit-animation: fadein 20s 0.9s infinite;
          animation: fadein 20s 0.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(10) {
  -webkit-animation: fadein 20s 1s infinite;
          animation: fadein 20s 1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(11) {
  -webkit-animation: fadein 20s 1.1s infinite;
          animation: fadein 20s 1.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(12) {
  -webkit-animation: fadein 20s 1.2s infinite;
          animation: fadein 20s 1.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(13) {
  -webkit-animation: fadein 20s 1.3s infinite;
          animation: fadein 20s 1.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(14) {
  -webkit-animation: fadein 20s 1.4s infinite;
          animation: fadein 20s 1.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(15) {
  -webkit-animation: fadein 20s 1.5s infinite;
          animation: fadein 20s 1.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(16) {
  -webkit-animation: fadein 20s 1.6s infinite;
          animation: fadein 20s 1.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(17) {
  -webkit-animation: fadein 20s 1.7s infinite;
          animation: fadein 20s 1.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(18) {
  -webkit-animation: fadein 20s 1.8s infinite;
          animation: fadein 20s 1.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(19) {
  -webkit-animation: fadein 20s 1.9s infinite;
          animation: fadein 20s 1.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(20) {
  -webkit-animation: fadein 20s 2s infinite;
          animation: fadein 20s 2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(21) {
  -webkit-animation: fadein 20s 2.1s infinite;
          animation: fadein 20s 2.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(22) {
  -webkit-animation: fadein 20s 2.2s infinite;
          animation: fadein 20s 2.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(23) {
  -webkit-animation: fadein 20s 2.3s infinite;
          animation: fadein 20s 2.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(24) {
  -webkit-animation: fadein 20s 2.4s infinite;
          animation: fadein 20s 2.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(25) {
  -webkit-animation: fadein 20s 2.5s infinite;
          animation: fadein 20s 2.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(26) {
  -webkit-animation: fadein 20s 2.6s infinite;
          animation: fadein 20s 2.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(27) {
  -webkit-animation: fadein 20s 2.7s infinite;
          animation: fadein 20s 2.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(28) {
  -webkit-animation: fadein 20s 2.8s infinite;
          animation: fadein 20s 2.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(29) {
  -webkit-animation: fadein 20s 2.9s infinite;
          animation: fadein 20s 2.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(30) {
  -webkit-animation: fadein 20s 3s infinite;
          animation: fadein 20s 3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(31) {
  -webkit-animation: fadein 20s 3.1s infinite;
          animation: fadein 20s 3.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(32) {
  -webkit-animation: fadein 20s 3.2s infinite;
          animation: fadein 20s 3.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(33) {
  -webkit-animation: fadein 20s 3.3s infinite;
          animation: fadein 20s 3.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(34) {
  -webkit-animation: fadein 20s 3.4s infinite;
          animation: fadein 20s 3.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(35) {
  -webkit-animation: fadein 20s 3.5s infinite;
          animation: fadein 20s 3.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(36) {
  -webkit-animation: fadein 20s 3.6s infinite;
          animation: fadein 20s 3.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(37) {
  -webkit-animation: fadein 20s 3.7s infinite;
          animation: fadein 20s 3.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(38) {
  -webkit-animation: fadein 20s 3.8s infinite;
          animation: fadein 20s 3.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(39) {
  -webkit-animation: fadein 20s 3.9s infinite;
          animation: fadein 20s 3.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(40) {
  -webkit-animation: fadein 20s 4s infinite;
          animation: fadein 20s 4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(41) {
  -webkit-animation: fadein 20s 4.1s infinite;
          animation: fadein 20s 4.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(42) {
  -webkit-animation: fadein 20s 4.2s infinite;
          animation: fadein 20s 4.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(43) {
  -webkit-animation: fadein 20s 4.3s infinite;
          animation: fadein 20s 4.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(44) {
  -webkit-animation: fadein 20s 4.4s infinite;
          animation: fadein 20s 4.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(45) {
  -webkit-animation: fadein 20s 4.5s infinite;
          animation: fadein 20s 4.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(46) {
  -webkit-animation: fadein 20s 4.6s infinite;
          animation: fadein 20s 4.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(47) {
  -webkit-animation: fadein 20s 4.7s infinite;
          animation: fadein 20s 4.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(48) {
  -webkit-animation: fadein 20s 4.8s infinite;
          animation: fadein 20s 4.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(49) {
  -webkit-animation: fadein 20s 4.9s infinite;
          animation: fadein 20s 4.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(50) {
  -webkit-animation: fadein 20s 5s infinite;
          animation: fadein 20s 5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(51) {
  -webkit-animation: fadein 20s 5.1s infinite;
          animation: fadein 20s 5.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(52) {
  -webkit-animation: fadein 20s 5.2s infinite;
          animation: fadein 20s 5.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(53) {
  -webkit-animation: fadein 20s 5.3s infinite;
          animation: fadein 20s 5.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(54) {
  -webkit-animation: fadein 20s 5.4s infinite;
          animation: fadein 20s 5.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(55) {
  -webkit-animation: fadein 20s 5.5s infinite;
          animation: fadein 20s 5.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(56) {
  -webkit-animation: fadein 20s 5.6s infinite;
          animation: fadein 20s 5.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(57) {
  -webkit-animation: fadein 20s 5.7s infinite;
          animation: fadein 20s 5.7s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(58) {
  -webkit-animation: fadein 20s 5.8s infinite;
          animation: fadein 20s 5.8s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(59) {
  -webkit-animation: fadein 20s 5.9s infinite;
          animation: fadein 20s 5.9s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(60) {
  -webkit-animation: fadein 20s 6s infinite;
          animation: fadein 20s 6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(61) {
  -webkit-animation: fadein 20s 6.1s infinite;
          animation: fadein 20s 6.1s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(62) {
  -webkit-animation: fadein 20s 6.2s infinite;
          animation: fadein 20s 6.2s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(63) {
  -webkit-animation: fadein 20s 6.3s infinite;
          animation: fadein 20s 6.3s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(64) {
  -webkit-animation: fadein 20s 6.4s infinite;
          animation: fadein 20s 6.4s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(65) {
  -webkit-animation: fadein 20s 6.5s infinite;
          animation: fadein 20s 6.5s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(66) {
  -webkit-animation: fadein 20s 6.6s infinite;
          animation: fadein 20s 6.6s infinite;
}
header .bagnere .svg svg .code polygon:nth-child(67) {
  -webkit-animation: fadein 20s 6.7s infinite;
          animation: fadein 20s 6.7s infinite;
}

#path .path-timeline-item:before, #path .path-timeline-item:after, #path .path-timeline-item:nth-child(odd) em:before, #path .path-timeline-item:nth-child(even) em:before {
  content: "";
  position: absolute;
}

#path .path-timeline-item:nth-child(odd) em:before, #path .path-timeline-item:nth-child(even) em:before {
  width: 0;
  height: 0;
  border-style: solid;
  align-self: center;
}

#path .path-timeline-item-description-technologies li:hover {
  -webkit-animation: 1.5s bounce ease;
          animation: 1.5s bounce ease;
}

header .menu-list-item.active:after, header .menu-list-item:after, header .menu-list-item.active:before, header .menu-list-item:before {
  content: "";
  top: 110%;
  left: 50%;
  height: 3px;
  background-color: #3CCFCF;
  position: absolute;
  transition: all 0.3s ease;
}

@-webkit-keyframes fadein {
  0% {
    transform: translate(0);
    opacity: 0;
  }
  40% {
    transform: translate(0);
    opacity: 1;
  }
  65% {
    opacity: 1;
    transform: translate(55px, -20px);
  }
  99% {
    opacity: 1;
    transform: translate(55px, -20px);
  }
  100% {
    transform: translate(0);
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    transform: translate(0);
    opacity: 0;
  }
  40% {
    transform: translate(0);
    opacity: 1;
  }
  65% {
    opacity: 1;
    transform: translate(55px, -20px);
  }
  99% {
    opacity: 1;
    transform: translate(55px, -20px);
  }
  100% {
    transform: translate(0);
    opacity: 0;
  }
}
@-webkit-keyframes coffee {
  0% {
    transform: translate(0) scale(0.75);
  }
  40% {
    transform: translate(40px, 40px) scale(0.75);
  }
  100% {
    transform: translate(0) scale(0.75);
  }
}
@keyframes coffee {
  0% {
    transform: translate(0) scale(0.75);
  }
  40% {
    transform: translate(40px, 40px) scale(0.75);
  }
  100% {
    transform: translate(0) scale(0.75);
  }
}
@-webkit-keyframes coffee-support {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(40px, 40px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes coffee-support {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(40px, 40px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1, 0.9) translateY(0);
  }
  25% {
    transform: scale(0.9, 1.1) translateY(-18px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-3px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1, 0.9) translateY(0);
  }
  25% {
    transform: scale(0.9, 1.1) translateY(-18px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-3px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
header {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
  padding: 4% 15%;
}
header .menu {
  justify-content: space-between;
  flex-direction: row;
}
header .menu-name-img {
  max-width: 60px;
  margin-right: 30px;
}
header .menu-name {
  justify-content: start;
  flex-direction: row;
  align-items: center;
  flex: 1 1 25%;
}
header .menu-list {
  justify-content: start;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 45%;
}
header .menu-list-item {
  font-size: 1.2em;
  margin-left: 35px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}
header .menu-list-item:after, header .menu-list-item:before {
  width: 0;
}
header .menu-list-item:hover:before, header .menu-list-item:hover:after {
  width: 50%;
}
header .menu-list-item:hover:before {
  left: 0%;
}
header .menu-list-item.active:after, header .menu-list-item.active:before {
  width: 50%;
}
header .menu-list-item.active:before {
  left: 0%;
}
header .menu-list-item-link {
  text-decoration: none;
  color: white;
}
header .bagnere {
  justify-content: space-between;
  flex-direction: row;
  flex-flow: row wrap;
  margin-top: 35px;
  align-items: center;
}
header .bagnere-block {
  text-align: start;
  flex: 0 0 40%;
}
header .bagnere-block-content {
  line-height: 1.8em;
  width: 100%;
  margin-bottom: 35px;
}
header .bagnere .svg {
  margin-top: 70px;
  text-align: center;
  flex: 1 1 40%;
}
header .bagnere .svg svg {
  max-width: 500px;
}
header .bagnere-block-text-typing-title {
  text-align: left;
  font-weight: 700;
}
header .bagnere-block-text-typing-title i {
  font-size: 25px;
}
header .bagnere-block-text-typing-title .Typewriter__cursor {
  -webkit-text-fill-color: white;
}
header .bagnere-block-text-typing {
  border-radius: 50px;
}
header .bagnere-block-text-typing-title {
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 1119px) {
  header .menu-list {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  header .bagnere-block {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 424px) {
  header .menu-name {
    flex-direction: column;
    justify-content: center;
  }
  header .menu-name-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#skills {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
  overflow: hidden;
  color: white;
}
#skills .skills-group {
  justify-content: space-around;
  flex-direction: row;
}
#skills .skills-group-type {
  justify-content: space-around;
  flex-direction: row;
  flex: 0 1 30%;
}
#skills .skills-group-type-title {
  flex: 1 1 100%;
}
#skills .skills-group-type-block {
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
}
#skills .skills-group-type-block i {
  margin: 25px;
  font-size: 3.5em;
}
#skills .skills-group-type-block i.github {
  color: #666666;
}
#skills .skills-group-type-block i.wordpress {
  color: #0087be;
}
#skills .skills-group-type-block span {
  font-weight: 600;
}
#skills .skills-group-type-block img {
  margin: 25px 0;
}
@media screen and (max-width: 1009px) {
  #skills .skills-group-type {
    justify-content: space-around;
    flex-direction: row;
    flex: 0 1 100%;
  }
  #skills .skills-group-type:not(:first-child) {
    margin-top: 100px;
  }
}

#projects {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
}
#projects .projects-item {
  justify-content: center;
  flex-direction: row;
}
#projects .projects-item-container-block {
  margin: 25px;
  width: 250px;
  height: 250px;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0px 5px 16px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 525px) {
  #projects .projects-item-container-block {
    width: 225px;
    height: 225px;
  }
}
#projects [class^=projects-item-container-block-img] {
  width: 100%;
  height: 100%;
  filter: brightness(0.35);
}
#projects .projects-item-container-block-img-1 {
  background: url("../img/project1.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-2 {
  background: url("../img/project2.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-3 {
  background: url("../img/project3.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-4 {
  background: url("../img/project4.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-5 {
  background: url("../img/project5.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-6 {
  background: url("../img/project6.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-7 {
  background: url("../img/project7.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-8 {
  background: url("../img/project8.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-9 {
  background: url("../img/project9.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container-block-img-10 {
  background: url("../img/project10.jpg") center center no-repeat;
  background-size: cover;
}
#projects .projects-item-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#projects .projects-item-container a {
  cursor: default;
}
#projects .projects-item-container-content {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
#projects .projects-item-container-content-group {
  height: 45px;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
}
#projects .projects-item-container-content-group-link:hover {
  -webkit-animation: 1.5s bounce ease;
          animation: 1.5s bounce ease;
}
#projects .projects-item-container-content-group-link i {
  cursor: pointer;
  line-height: 15px;
  margin: 15px;
  font-size: 40px;
  color: white;
  font-weight: 200;
  transition: all 0.3s ease;
}
#projects .projects-item-container-content-group-link i:hover {
  font-size: 45px;
}

#path {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
}
#path .path-timeline-item-description h3 {
  color: #3CCFCF;
  text-align: left;
  margin-bottom: 10px;
}
#path .path-timeline {
  position: relative;
  margin-top: 75px;
  overflow: hidden;
}
#path .path-timeline-item {
  padding-top: 25px;
  align-items: center;
  margin-bottom: 75px;
  width: 100%;
}
#path .path-timeline-item:after {
  width: 30px;
  height: 30px;
  left: calc(50% - 14px);
  border-radius: 50%;
  background-color: #fff;
}
#path .path-timeline-item:before {
  width: 3px;
  height: 100%;
  left: 50%;
  border-radius: 25px;
  background-color: #fff;
}
#path .path-timeline-item:nth-child(even) {
  justify-content: space-evenly;
  flex-direction: row-reverse;
  position: relative;
}
#path .path-timeline-item:nth-child(even) em:before {
  border-width: 16.5px 0px 16.5px 19px;
  border-color: transparent transparent transparent #352885;
  left: 45.6%;
}
#path .path-timeline-item:nth-child(even) .path-timeline-item-date {
  text-align: right;
}
#path .path-timeline-item:nth-child(odd) {
  justify-content: space-evenly;
  flex-direction: row;
}
#path .path-timeline-item:nth-child(odd) em:before {
  border-width: 16.5px 19px 16.5px 0px;
  border-color: transparent #352885 transparent transparent;
  right: 45.6%;
}
#path .path-timeline-item-description,
#path .path-timeline-item-date {
  flex: 0 0 40%;
}
#path .path-timeline-item-description,
#path .path-timeline-item-date em {
  padding: 25px;
  background-color: #352885;
  border-radius: 5px;
}
#path .path-timeline-item-date {
  text-transform: uppercase;
}
#path .path-timeline-item-date i {
  font-size: 20px;
  color: #3CCFCF;
}
#path .path-timeline-item-description h4 {
  font-size: 15px;
  color: #3CCFCF;
  margin-bottom: 15px;
}
#path .path-timeline-item-description-content > ul {
  margin-left: 10%;
}
#path .path-timeline-item-description-technologies {
  justify-content: space-evenly;
  flex-direction: row;
  margin-top: 15px;
}
#path .path-timeline-item-description-technologies li {
  list-style: none;
  margin: 7px 5px;
  padding: 10px;
  background-color: #1c1657;
  border-radius: 35px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
#path .path-timeline-item-description-content li {
  margin-bottom: 10px;
}
#path .path-timeline-item-description-content li .em {
  height: 1.3em;
}
#path .path-timeline-item-description-content li a {
  color: #3CCFCF;
}
#path i {
  margin: 0 5px;
}
@media screen and (max-width: 1400px) {
  #path .path-timeline-item {
    padding-left: 55px;
  }
  #path .path-timeline-item:after {
    left: 0;
  }
  #path .path-timeline-item:before {
    left: 13px;
  }
  #path .path-timeline-item:nth-child(even), #path .path-timeline-item:nth-child(odd) {
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #path .path-timeline-item:nth-child(even) .path-timeline-item-description, #path .path-timeline-item:nth-child(odd) .path-timeline-item-description {
    margin-top: 45px;
  }
  #path .path-timeline-item:nth-child(even) em:before, #path .path-timeline-item:nth-child(odd) em:before {
    border-width: 0;
  }
  #path .path-timeline-item:nth-child(even) .path-timeline-item-date {
    text-align: left;
  }
}
@media screen and (max-width: 525px) {
  #path .path-timeline-item {
    padding-left: 0px;
    text-align: left;
  }
  #path .path-timeline-item:before, #path .path-timeline-item:after {
    display: none;
  }
  #path .path-timeline-item .path-timeline-item-description,
#path .path-timeline-item .path-timeline-item-date em {
    padding: 7%;
  }
  #path .path-timeline-item .path-timeline-item-date {
    font-size: 14px;
    width: 100%;
  }
}

#contact {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
}
#contact .contact-personnal-info {
  justify-content: space-between;
  flex-direction: row;
}
#contact .contact-personnal-info-group,
#contact .contact-message {
  display: flex;
  flex-direction: column;
}
#contact .contact-personnal-info-group {
  flex: 0 0 45%;
  min-width: 48%;
}
#contact input,
#contact textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 15px;
  margin: 15px 5px;
  border-radius: 10px;
  color: white;
  border: transparent solid 2px;
  font-size: 15px;
}
#contact input:focus,
#contact textarea:focus {
  border: #3CCFCF solid 2px;
  outline: none;
}
#contact label {
  margin-left: 10px;
}
#contact .contact-btn {
  width: 100%;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  #contact .contact-personnal-info {
    justify-content: space-between;
    flex-direction: column;
  }
}

footer {
  background: linear-gradient(139deg, #231c64 0%, #0c0736 100%);
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
footer .footer-contact-job {
  margin-bottom: 35px;
  text-align: left;
}
footer p {
  margin: 15px 10px;
}
footer p a {
  color: white;
}
footer i {
  margin: 10px;
  font-size: 25px;
  color: white;
}
@media screen and (max-width: 672px) {
  footer .footer-social-devicon-group {
    text-align: left;
  }
}

main > section, footer {
  padding: 75px 15%;
}
@media screen and (max-width: 550px) {
  main > section, footer {
    padding: 75px 10%;
  }
}

p {
  font-size: 18px;
}

a {
  color: #3CCFCF;
}/*# sourceMappingURL=main.css.map */
