*
{
    font-family: 'Montserrat', sans-serif;
    
}
body
{
    background-color: #222;
    color: white;
}

/*  HEADER */
header
{
    
    height: 600px;
    width: 100%;
    background-image: url(image/ordi.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    padding-top: 250px;   
    
}


header h1
{
    color: white;
    font-size: 1em;
    
}

header a
{
    color: white;
}
.navbar
{
    background-color: rgba(0, 0, 0, 0.5);
    
    
}

.custom-toggler .navbar-toggler-icon 
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler 
{
    border-color: rgb(255, 255, 255);
} 

.text
{
    
    text-align: center;   
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    width: 800px;
    margin: auto;
}

@media screen and (max-width: 1000px)
{
    .text
    {
        width: 100%;
    }
}

.text h2
{
    text-transform: uppercase ;
}
/* FIN DU HEADER */

/* SECTION GENERAL */
section
{
    padding-top:50px;
    padding-bottom: 50px;
    
}
section h2
{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
hr
{
    border-top: 1px solid white;
    width: 25%;
}


/* FIN SECTION GENERAL */



/* PRESTATION */
#prestations
{
    margin-bottom: 50px;
}
.carte
{
    text-align: center;
}
.carte img
{
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.carte p
{
    margin-bottom: 50px;
}
/* FIN PRESTATION */

/* COMPETENCES */

#competences .progress{
    height: auto;
    margin: 30px 20px;
    background: #ddd;
    
}
#competences .progress-bar{
    background: #d82c2e;
    
    
}
#competences .progress h5{
    margin-top: 5px;
    text-shadow: 1px 1px 1px #000;
    
    
}
@media screen and (max-width: 640px)
{
    #competences .progress h5
    {
        padding-left: 15px;
    }
}
/* FIN COMPETENCES */

/* PORTFOLIO */
#portfolio img{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
}
#portfolio img:hover{
     filter: none;
    -webkit-filter: none; 
}
#portfolio .col-md-4{
    margin-bottom: 20px;
}
/* FIN PORTFOLIO */

/* PROPOS */
#propos
{
    text-align: center;
    font-size: 25px;
    margin-left: 200px;
    margin-right:200px;
}

@media screen and (max-width: 1000px)
{
    #propos
    {
     margin-left: 5px;
     margin-right:5px;
    }
}
/* FIN PROPOS */

/* FOOTER */

footer
{
    background-color: #222222;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
}
footer h3
{
    text-align: center;
    text-transform: uppercase;
}
footer hr
{
    background-color: white;
    width: 10%;
}
footer p
{
    text-align: center;
}

footer form
{
    margin: 0 auto;
    width: 50%;
}
@media screen and (max-width: 550px)
{
    footer form
    {
        width: 100%;
    }
}

#message
{
    height: 200px;
}

#btn
{
    text-align: center;
    padding-top: 5px;
    
}

.footer-end 
{
    text-align: center;
    height: 30px;
    color: white;
}


