@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
.ml1 {
    font-weight: 900!important;
    font-size: 3.5em!important;
  }
  
.ml1 .letter {
    display: inline-block!important;
    line-height: 1em!important;
}

.description {
    display: inline-block;
    line-height: 1em;
    opacity: 0;
    color: #3CB76D;
}

.aboutimg {
    max-width: 80vw;
    max-height: 30vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}

.btn-cv {
    opacity: 0;
}

.ml1 .text-wrapper {
position: relative!important;
display: inline-block!important;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}

body {
    background: #2B2B2B;
    font-family: 'Montserrat', sans-serif;
    transition-duration: 2s;
    font-weight: 550;
    color: white;
    height: 100%;
    width: 100%;
    padding-left: 130px!important;
}

html {
    height: 100%;
    margin: auto;
  }

/* Nav bar */

.center {
    text-align: center;
    align-items: center;
}

hr {
    opacity: 0;
}

.logo {
    background-color: white;
    display: block;
    padding: 5px;
    text-align: center;
}

#menu {
    background: #181818;
    width: 130px;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
    min-height: 500px;
    left: 0;
}

.progress {
    margin-bottom: 20px;
}

#menu nav {
    display: block;
    text-align: center;
}

#menu nav a {
    font-size: 25px;
    color: #a5a5a5;
    margin-bottom: 15px;
    display: block;
    line-height: 51px;
    height: 51px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

#menu ul {
    list-style-type: none;
  }

#menu ul li a {
    padding: 7px 0;
    display: block;
    font-size: 17px;
    line-height: 16px;
    color: #909096;
    margin-left: 10px;
}

#menu nav a:first-child:after {
    content: 'HOME';
}

#menu nav a:first-child + a:after {
    content: 'ABOUT ME';
}

#menu nav a:first-child + a + a:after {
    content: 'PROJECTS';
}

#menu nav a:first-child + a + a + a:after {
    content: 'CONTACT';
}

#menu nav a:first-child + a + a + a + a:after {
    content: 'CONTACT';
}

#menu nav a:after {
    content: '';
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#menu nav a:hover:after {
    opacity: 1;
}

#menu nav a.active, #menu nav a:hover {
    color: #3CB76D;
}

#menu nav a:hover i {
    opacity: 0;
}

/* Tel */

@media (max-height: 560px) {
    .section .full-width-section {
        margin-top: 40%;
    }
}

@media (max-width: 1600px) {
	.section .full-width-section {
        margin-top: 30%;
    }
}

@media (max-height: 800px) {
    #dekstop-svg {
        scale: 14!important;
        bottom: 200px!important;
    }
    
    .tablist {
        font-size: 14px!important;
    }

    .screen {
        bottom: 175px!important;
        left: 825px!important;
    }

}

@media (max-width: 960px) {

body {
    font-size: 10px;
    padding-left: 0px!important;
}

h1 {
    font-size: 3em!important;
}

h2 {
    font-size: 1.3em!important;
}

h3 {
    font-size:1em!important;
}

#skills {
    margin-top: 100px;
}

footer {
    opacity: 0;
}

#contact {
    margin-top: 850px;
}

#portfolio {
    margin-top: 250px;
}

.logo {
    float: left;
    padding: 2px 0;
    margin-right: 20px;
}

.logo img {
    height: 100px;
}

#menu nav a:first-child {
    margin-left: 0;
}
}

@media (max-width: 950px){
#menu {
    opacity: 0;
}
}
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Animation Glitch */

/* effect-shine */
h1.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

.title {
    width: 100%;
}

.title h1{
    margin: 0;
    font-weight: 800;
    color: white;
    font-size: 120px;
    line-height: 0.8em;
    margin-bottom: 50px;
}

.titlehov {
    transition-duration: 0.25s;
}

.titlehov:hover {
    color:#3CB76D;
    font-size: 150px;
}

.go-down {
    margin-top: 300px;
    font-size: 50px;
    text-decoration: none;
    color: white;
    display: relative;
}

#aboutcontent .bounce {
    margin-top: 100px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin-right: auto;
    margin-left: auto;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-15px);
    }
    80% {
      transform: translateY(-15px);
    }
  }

.go-down:hover {
    color: #3CB76D;
    transition-duration: 0.8s;
}

#particles-js{
    top:0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  /* Wrap */

.sectiontext {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

#section2 {
    color: black;
}

#dekstop-svg {
    scale: 24;
    left: 950px;
    bottom: 300px;
    overflow: hidden;
    position: absolute;
}

@media (max-width: 480px) {
    #dekstop-svg {
        display: none;
    }

    .left-desktop {
        width: 0!important;
        z-index: 0;
    }

    #deco-svg {
        opacity: 0.5;
    }

    .right-desktop {
        z-index: 1;
    }

    .card-parent {
        justify-content: center!important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #dekstop-svg {
        display: none;
    }

    .screen {
        color: blue;
    }
    
    .left-desktop {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #dekstop-svg {
        scale: 15;
        left: 650px;
        bottom: 250px;
    }

    .screen {
        bottom: 250px!important;
        left: 530px!important;
        font-size: 15px!important;
    }

    .section-desktop h1 {
        font-size: 40px!important;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    #dekstop-svg {
        scale: 17;
        left: 800px;
        bottom: 250px;
    }

    .screen {
        bottom: 235px!important;
        left: 665px!important;
        font-size: 16px!important;
    }

}

ul li {
   margin:0;
   padding: 0;
   text-indent: 0;
   list-style-type: 0;
}

#deco-svg {
    scale: 21;
    margin-top: 480px;
    right: 0;
    margin-right: 100px;
    position: fixed;
    overflow: hidden;
}

.right-desktop h1 {
    margin-top: 2em;
}

.right-desktop p {
    padding-right: 80px;
    text-justify: auto;
    font-size: 13px;
    font-weight: lighter;
}

.right-desktop {
    width: 400px;
    margin-left:50px;
    text-justify: auto;
    display: inline-block;
    vertical-align: middle;
}

.tablist {
    text-align: center;
    margin-bottom: 10px;
}

.links i:hover {
    color: #3CB76D;
}

.screen {
    bottom: 370px;
    left: 800px;
    position: absolute;
    color: #2AC351;
    font-family: 'VT323', monospace;
    font-size: 18px;
    z-index: 2;
    width: 310px;
    height: 200px;
}

.screen button {
    background-color: #163120;
    color: white;
    border-color: #2AC351;
    font-size: 15px;
}

.screen button:hover {
    background-color: #2AC351;
}

.badge-verde {
    background-color: rgb(60, 183, 109)!important;
    color: white;
    padding: 8px;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 3px;
}

svg {
    -webkit-transform: translate3d(0,0,0)!important;
}

.card-container {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    overflow: hidden;
}

.img-icon {
    width: 30px;
    height: 30px;
}

.card-body div {
    position: absolute;
    bottom: 20px;
}

.card {
    border-radius: 20px;
    border: none;
    background-color: #ffffff;
    transition-duration: 500ms;
    padding-bottom: 100px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}

.scroll-screen {
    width: 70vw;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.card:hover {
    transform: scale(1.05);
}

.card-title {
    font-weight: 800;
}

.card-desc {
    font-weight: 400;
}

.card-text a {
    color: inherit;
}

.card-img-top {
    border-radius: 20px 20px 0 0;
}

.screen button:active {
    background-color: #2AC351;
}

button:focus {
    outline: none;
}

.left-desktop {
    width: 70vw;
    display: inline-block;
    background-color: #2AC351;
    vertical-align: middle;
}

.section-desktop {
    display: flex;
    height: 100vh;
}

.section-desktop h1 {
    font-weight: 800;
    color: #2AC351;
    font-size: 60px;
}

.section-desktop h2 {
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 1em;
}

/* Titre et sous titre */
.section-wrapper h1 {
    font-weight: 800;
    color: white;
    font-size: 6em;
    margin-right: auto;
    margin-left: auto;
}

.section-wrapper h2 {
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}

.section-wrapper form {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
}

.section-wrapper form .btn {
    margin-top: 20px;
    width: 200px
}

.section-wrapper p {
    width: 100%;
    text-align: center;
}

.full-width-section.section {
    padding: 0;
}

.full-width-section .section-wrapper {
    padding: 0 0 0 5%;
    height: 100vh;
    margin: 0;
    align-items: center;
}

.setFlex .section-wrapper {
    display: flex;
    display: -webkit-flex;
}

#about p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 90%;
}

#aboutlink {
    margin-top: 3em;
}

#aboutlink span {
    color: rgb(19 92 18);
    font-weight: 700;
}

/* SKILLS */

#skillrow {
    margin-bottom: 3em;
}



#skillrow a {
    color: #3CB76D;
    text-decoration: none;
}

.btn:disabled {
    background-color: rgb(65, 65, 65);
    border-color: #3CB76D;
}

.btn:disabled:hover {
    background-color: rgb(94, 94, 94);
}

.progress {
    background-color: rgb(65, 65, 65);
    height: 0.25rem;
}

.progress-bar {
    background-color: #3CB76D;
}

.btn {
    font-size: 1.25em;
    padding-right: 1em;
    padding-left: 1em;
    background-color: transparent;
    border: solid 2px #3CB76D;
    border-radius: 25px;
    color: white;
}

.btn:hover {
    background-color: #3CB76D;
    border: solid 2px #3CB76D;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 100%;
  }
  
  .column img {
    vertical-align: center;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 40%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

  .rows {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }

  /* Image Overlay */

.overlay {
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height:0;
    overflow: hidden;
    transition: .5s ease;
}

.project:hover .overlay {
    bottom: 0;
    height: 100%;
  }

.project:hover img {
    transform: scale(1.2);
    transition: all .5s ease;
  }

.project img {
    transition: all .5s ease;
}

.project {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#gallery {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 1.5em;
}

/* Contact */

.form-control {
    background-color: #353535;
    margin-top: 25px;
    padding: 20px;
    border: none;
}

.form-control:focus {
    border: solid 2px rgb(60, 183, 109, 0.6);
    background-color: #353535;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 136, 0.25);
}

footer {
    margin-top: 3em;
    padding: 2em;
    text-align: center;
    background-color: #353535;
}

#contact a {
    color: #3CB76D;
    text-decoration: none;
}

#contact {
    text-align: center;
    align-items: center;
}

#contact form {
    margin-right: auto;
    margin-left: auto;
}

#contact p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}