
body {
    margin: 0;
    padding: 0;
    background-color: #353535;
}

/* Classes universelles */

* ::selection {
    background: rgba(0, 0, 0, 0.2)
}

.ft-64 {
    font-size: 64px;
}

.ft-48 {
    font-size: 48px;
}

.text-orange {
    color: #FA5301;
}

.glow-box-orange {
    -webkit-box-shadow:0px 0px 33px 12px rgba(250,84,1,0.45);
    /* -moz-box-shadow: 0px 0px 33px 12px rgba(250,84,1,0.45); */
    box-shadow: 0px 0px 33px 12px rgba(250,84,1,0.45);
}

.glow-text-white {
    text-shadow: rgba(255,255,255,1) 0px 0px 12px;
}

.border-grey {
    border: 1px solid #353535;
    border-radius: 5px;
}

.border-white {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.color-grey {
    color: #353535;
}

.bgColor-lightGrey {
    background-color: #232323;
}

.btn-orange {
    background-color: #353535;
    border-radius: 5px;
    border: 1px solid #FA5301;
}

.btn-orange:hover {
    background-color: #FA5301;
    color: #353535;
}


/* classe qui cache les éléments */


.contentHidden {
    visibility: hidden;
}

.cardHidden {
    visibility: hidden;
}

/* Fin des classes universelles */

.navbar {
    background-color: #353535;
}

h1, .nav-link {
    color: #2e2e2e;
}

/* SECTION HOME */

#home {
    min-height: 100vh;
}

/* SECTION ABOUT */

#about {
    min-height: 120vh;
}

#about h2 {
    padding: 0;
}

#containerTitreAbout div {
    height: 5px;
    width: 300px;
    background-color: #FA5301;
}

#about p {
    color: white;
}



.card {
    background-color: #212121;
    min-width: 300px;
    margin: 3rem;
    padding: 2rem;
    border-radius: 10px;
}

.card img {
    width: 30px;
    height: 30px;
}

.ligneAbout {
    min-height: 450px;
}

.lineCard {
    height: 5px;
    width: 150px;
    background-color: #FA5301;
}


#about li, #about h3, #about p {
    color: #353535;
}

#containerVolet {
    margin-top: 5px;
    height: 495px;
    background-color: #212121;
    border-radius: 10px;
    margin-right: 3rem;
}


.cardSkills {
    width: 10% !important;
    margin: 0;
    padding: 0;
    justify-content: center;
    
    
}

#card7 {
    min-height: 900px!important;
}

.containerLogiciel {
    width: 20%;
    min-height: 150px;
    box-sizing: border-box;
}

.containerImgLogiciel {
    min-width: 100px;
    width: 50%;
    min-height: 100px;
}

.containerImgLogiciel img {
    width: 80%;
    height: 100px;
    object-fit: contain;
}

/* SECTION REALISATIONS  */

#realisations {
    
    min-height: 100vh;
}

#lineTitreRealisations {
    height: 5px;
    width: 500px;
    background-color: #FA5301;
}

.containerProject {
    border-radius: 10px;
}

.containerProject img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.line-project {
    height: 3px;
    background-color: #FA5301;
}

.containerProjectText {
    border-radius: 0 0 10px 10px;
}



/* SECTION CONTACT */

#contact {
    min-height: 90vh;
}

#contact .form-control {
    background-color: #353535;
    border: #FA5301 1px solid;
}

#containerTitreContact div {
    height: 5px;
    width: 300px;
    background-color: #FA5301;
}

.btnCache {
    display: none;
}

#containerTitreContact {
    margin-top: 2rem;
}

.form-control::placeholder {
    color: #FFFFFF;
}



/* FOOTER  */





/* LIGHTBOX */

.petite, .grande {
    cursor: pointer;
}

.grande {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);

    display: none;
    align-items: center;
    justify-content: center;
}

.grande img {
    width: 90%;
    border: 4px white solid;
    border-radius: 5px;
}

.lightBoxStyle {
    display: flex;
}


/* RESPONSIVE VOLET */


@media (max-width: 1300px) {
    
    .svgVolet {
        width: 1000px;
    }
    
}

@media (max-width: 1160px) {
    
    .svgVolet {
        width: 800px;
    }
    
}

@media (max-width: 993px) {
    
    .svgVolet {
        width: 600px;
    }

    #header {
        padding: 0 !important;
    }

    .container-fluid {
        padding: 0;
        margin: 0;
    }

    header ul {
        padding: 0;
        margin: 0;
    }

    .nav-item {
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-item a {
        padding-left: 2rem;
        border: none;
    }

    .nav-item a:hover {
        color: #FA5301 !important;
        text-shadow: none;
       
    }
    
    .navbar-left {
        margin-left: 2rem;
    }

    .navbar-toggler {
        margin-right: 2rem;
    }

    
}

@media (max-width: 750px) {
    
    .svgVolet {
        width: 400px;
    }
    
}

@media (max-width: 550px) {

    #lineTitreRealisations {
        width: 430px;
    }
}

@media (max-width: 514px) {

    #lineTitreRealisations {
        width: 310px;
    }

    .svgVolet {
        width: 250px;
    }


}



