* {
    margin: 0;
    padding: 0;
    box-sizing: inherit !important;
    font-family: inherit;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.nom {
    letter-spacing: 1px;
    font-size: 1.8rem;
}

.nav-item>.nav-link {

    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0 2rem 0 1.2rem;
    text-transform: uppercase;

}

a {
    text-transform: uppercase !important;
}

.minitext {
    background-color: #9051e2;
    color: white;
    border-radius: 15px;
    width: fit-content;
    font-size: 13px;
}

.btn-custom {
    background-color: #4320a5 !important;
    color: white !important;

}

.illustproj {
    width: 300px;
    height: 400px !important;
}

nav {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    background-color: white;

}


.section2 {
    background-color: white;
    padding-top: 12rem;
}

.section3 {

    padding-top: 12rem;
}

.titre {
    text-transform: uppercase;
}

.soustitre {
    color: grey;
}

.barre {
    background: #9051e2;
    width: 3rem;
    height: 5px;
    border-radius: 5px;
}

i {
    margin-right: 20px;
}

form {
    width: 80% !important;
    margin: 10%;
}

.input-custom {
    color: #333;
    padding: 2rem;
    border: 1px solid #ebebeb;
    font-size: 1rem;
    letter-spacing: 0;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: 600;
}

.btn-submit {
    width: 30%;
    padding: 2rem 4rem;
    font-size: 1.5rem !important;
    border: 2px solid black !important;
}

.btn-submit:hover {
    background-color: white !important;
    color: black !important;
    border: 2px solid black;
}

.label {
    color: #666;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
}

.about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem;
}

.about__content-details-para {
    font-size: 1.2rem;
    color: #666;
    max-width: 60rem;
    line-height: 1.7;
}

.skills__skill {
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.2rem;
    background: rgba(153, 153, 153, .2);
    border-radius: 5px;
    font-weight: 600;
    color: #666;
}

@media only screen and (max-width: 56.25em) {
    .about__content {
        margin: 1rem;
        grid-template-columns: 1fr;
        grid-gap: 8rem;
    }

}

.btn-explorer {
    background-color: rgb(73, 73, 73) !important;
    color: white !important;
    border: 2px solid black !important;

}

.btn-explorer:hover {
    background-color: white !important;
    color: rgb(73, 73, 73) !important;
    border: 2px solid black !important;
}

.couleur {
    background-color: #e7e7e7;
}

.icon {
    font-size: 1.5rem;
    color: white;
}

.titrefooter {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.ligne {
    height: 2px;
    background-color: black;
}

footer {
    background-color: black;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.text-light {
    font-size: medium;
}

.cartproj:hover {
    transform: scale(1.1) !important;
}

.cartproj {
    transition: transform 0.3s ease-in-out;
}

.nav-item>.nav-link:active {
    color: black !important;
}

@media screen and (min-width: 1200px) {
    .forma {
        max-height: 230px;
        width: 250px;
        transition: width 1s ease 0s;
    }

    .forma:hover {
        width: 100%;
    }

    .description {
        opacity: 0;
        transition: opacity 0s ease 0s;

    }

    .forma:hover .description {
        opacity: 1;
        transition: opacity 2s ease 0.5s;
    }

    .souscarte {
        display: block;
        max-height: 90px;
        min-width: 110px !important;
    }

    .cardtotal {
        display: inline-block;
    }

    .fixe-a-gauche {
        float: left;
        width: 100% !important;
    }

    .fond {
        background-color: rgb(223, 223, 223);
        border-radius: 20px;
    }

}

@media screen and (max-width: 768px) {
    .petit {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .progress {
        margin-top: 15px;
    }

}

.fa-code,
.fa-screwdriver-wrench {
    margin: 10px;
    font-size: 25px;

}

.bg-icon {
    background-color: #9051e2;

}

.progress-bar {
    background-color: #9051e2 !important;
}

.progress {
    width: 80%;
    background-color: rgb(201, 201, 201) !important;
}

.text-languages {
    color: white;
}

#retour {
    color: red;
}

.titreanim {
    text-transform: uppercase;

}

.fa-chevron-down {
    font-size: 100px;

}