
body{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* navbar */
.navbar-brand{
    
    color: #ff0059 !important;
    size: 1.2rem;
    font-style: italic;
    padding-left: 25px;
    
}

nav ul li a{
    text-decoration: none !important;
    color: inherit !important;
    font-size: 10px;
    
}

.navbar{
    background-color: #C3C5C8;
    
}


.nav-link{
    color: black !important;
    size: 1.2rem;
    font-style: italic;
}

/* header */
header{
    
    background-image: url(../photo/dev.jpg);
    width: 100%;
    height: 100vh;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    
}

header h1{
    margin-top: 10% !important;
    font-size: 2rem;
    font-style: italic;
    text-shadow: 2px 2px #ff0059;
}

h6{
    font-style: italic;
    color: #ff0059;
}
span{
    color: #ff0059 !important;
    text-shadow: 2px 2px #fff;
}
header p{
    font-size: 4rem;
    font-style: italic;
    text-shadow: 2px 2px #ff0059; 
}

/* a propos */

#propos img{
width: 60%;
height: 70%;
border-radius: 50%;

}
#propos h2{
    margin-top: 50px;
    color: #ff0059 !important;
    font-style: italic;
    text-shadow: 2px 2px rgb(211, 208, 209);
    font-size: 2rem;
}



/* skill */

.skill-section h2{
    color: #ff0059 !important;
    /* font-size: 4rem; */
    text-shadow: 2px 2px rgb(211, 208, 209);
    font-style: italic;
    margin-left: 70px;
    margin-top: 30px;
}

.one{
    background-color: #ff0059 !important;
}

#skill .row{
    margin-left: 260px;
}


/* experience */

#experience{
    background-color: rgb(223, 232, 232);
}

b{
    font-style: italic;
}

#experience p{
    line-height: 1.5rem; /*espace entre les ligne*/
    font-size: 13px;
}

#experience p:hover{
    border: 3px solid #ff0059;
}
#experience h1{
    color: #ff0059;
    font-style: italic;
    font-size: 3rem;
    text-shadow: 2px 2px rgb(211, 208, 209);
}

/* portfolio */

#portfolio h1{
    margin: 50px 50px 50px;
    color: #ff0059;
    font-style: italic;
    font-size: 3rem;
    text-shadow: 2px 2px rgb(211, 208, 209);

}
#portfolio img{
    width: 100%;
    height: 17rem;

}

.portfolio-caption{
    padding-bottom: 40px;
}

/* education */

#education{
    background-color: rgb(223, 232, 232);
}

#education p{
    line-height: 1.5rem; /*espace entre les ligne*/
    font-size: 13px;
}

#education h1{
    color: #ff0059;
    font-style: italic;
    font-size: 3rem;
    text-shadow: 2px 2px rgb(211, 208, 209);
}

#education p:hover{
    border: 3px solid #ff0059;
}


/* footer */

/* footer h1{
    color: #ff0059;
    font-style: italic;
    font-size: 3rem;
    text-shadow: 2px 2px rgb(211, 208, 209);
}

footer h2{
    color: #ff0059;
    font-style: italic;
    font-size: 2rem;
    text-shadow: 2px 2px rgb(211, 208, 209);

}
.gmail{
    color: blue;
} */

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

i {
    
    margin: 10px 10px;
}

/* footer h1{
    color: #ff0059;
    font-size: 3rem;
}

footer img{
    width: 4rem;
    height: 4rem;
} */



/* footer .img{
    width: 4rem;
    height: 4rem;
    
} */

@media screen and (max-width: 768px){
    header{
    
        background-image: url(../photo/dev.jpg);
        width: 100%;
        height: 80vh;
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
      
        
    }

   
    #skill .row{
        margin-left: 60px;
    }

    header h1{
        margin-top: 30% !important;
        font-size: 1rem;
        font-style: italic;
        text-shadow: 2px 2px #ff0059;
        
    }
    

    header p{
        font-size: 2rem;
        font-style: italic;
        text-shadow: 2px 2px #ff0059; 
    }

    #experience h1{
        color: #ff0059;
        font-style: italic;
        font-size: 2rem;
        text-shadow: 2px 2px rgb(211, 208, 209);
        
    }

    #propos img{
        width: 60%;
        height: 70%;
        border-radius: 50%;
        display: block;
        margin: auto;
        }
        
        #portfolio h1{
            margin: 50px 50px 50px;
            color: #ff0059;
            font-style: italic;
            font-size: 2rem;
            text-shadow: 2px 2px rgb(211, 208, 209);
        
        }
        #education h1{
            color: #ff0059;
            font-style: italic;
            font-size: 2rem;
            text-shadow: 2px 2px rgb(211, 208, 209);
        }

        .row{
            margin-right: 0 !important;
        }


    

}
