* {
    letter-spacing: auto;
}

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

.bg-success {
    background: #2bcc9d!important;
}

#header {
    padding: 25px 10px;
}


/******LOGO*******/

#logo img {
    width: 40px;
}

#about,
#skills {
    height: 100vh;
}


/********TEXTE INTRO*********/

#intro h2,
#intro p,
.nav-menu li a {
    color: #000;
}


/**********BTN CALL 2 ACTION**********/

.btn-get-started {
    border: 2px solid #2bcc9d;
}

.btn-get-started:hover {
    border: 2px solid #2bcc9d;
}


/********SKILLS*******/

.bloc-skills h3 {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #2bcc9d;
}

.list-skills {
    list-style-type: none;
}

.list-skills li {
    border: 5px solid white;
}

#skills .progress {
    height: 25px;
}

.nav-pills .nav-link {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: smaller;
}


/********TABULATION*********/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 2px solid #2bcc9d;
}

.nav-link {
    color: #333!important;
}

.nav-link:hover {
    transform: scale(1.1);
}


/********LIEN CV******/

#lienCV {
    border: 2px solid #2bcc9d;
    letter-spacing: 1px;
    padding: 0px 27px;
    border-radius: 50px;
    background: none;
    color: #2bcc9d;
}

#lienCV:hover {
    border: 2px solid #2bcc9d;
    background: #2bcc9d;
    color: white;
}


/***********projets***********/

figure:hover {
    cursor: pointer;
}


/***********PARTICULES ANIMATION***********/

body>div>canvas {
    display: none!important;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/*********************************************/

#contact .form button[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    background: #2bcc9d;
    border: 2px solid #2bcc9d;
    text-transform: uppercase;
}

#contact .form button[type="submit"]:hover {
    color: #2bcc9d;
    background: #fff;
    border: 2px solid #2bcc9d;
}


/*****************MODAL**********************/

.bloc-lien-modal {
    text-align: center;
}

.bloc-detail-modal h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
}

.bloc-detail-modal p {
    font-size: 0.8rem;
}

.lien-modal {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #333!important;
}

.lien-modal:hover {
    text-decoration: underline;
}


/**********BADGE OUTILS MODAL***********/

.badge-pill {
    padding: 5px;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.badge-apimemo {
    background: #de7754;
}

.badge-humanNadj {
    background: #143582;
}

.badge-fptl {
    background: #fcc419;
}

.badge-movielike {
    background: #fabb3f;
}
.badge-mycleancoloc {
    background: #37d9a8;
}


/***************************************************************************MEDIA QUERY**************************************************************************************************************************************************************/


/******************MEMU MOBILE***********************/

@media screen and (max-width: 768px) {
    #mobile-nav ul {
        text-align: center;
    }
    #mobile-nav ul li {
        margin: 10% 0;
    }
    #lienCV {
        border: none!important;
        border-top: 2px solid #2bcc9d!important;
        border-radius: 0px!important;
    }
    #logo img {
        height: 100%;
    }
    #intro .carousel-content {
        margin-top: 50px;
        padding: 0 8px;
    }
    #about,
    #skills {
        height: auto;
    }
    .skills-content {
        width: 100%;
        margin: auto;
    }
    .bloc-design {
        margin-top: 50px;
    }
}

@media screen and (min-width: 769px) {
    #mobile-nav ul {
        text-align: center;
    }
    #lienCV {
        border: none!important;
        border: 2px solid #2bcc9d!important;
        border-radius: 50px!important;
    }
    #logo img {
        height: 100%;
    }
    #about,
    #skills {
        height: auto;
    }
    .skills-content {
        width: 100%;
        margin: auto;
    }
}