                                 /* PARTIE PORTFOLIO */
.bg-portfolio{
    background: transparent;
    position: relative;
    color: white;
    padding-top: 4em; 
    height: 100%;
    background-image: url(../img/autre/bg_home1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
   
    /* 6fois le font-size du body */}
.bg-portfolio p{
    font-size: 1.5rem;
    color:white}
    

.bg-portfolio h1{
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;}

.div-home-child{
    z-index: 100;
}

.backgroundApropos{
    background-color:#000000;
}
    