*{
    box-sizing: border-box;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-left: 15px;
}
/**########### framework ##########"*/
.h3{
    color: #ffffff !important;
    font-weight: bold;
    background-color: #007ACC;
    width: max-content;
    padding: 15px;
}
.header{
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.header .over{
    width: 100%;
    height: 100%;
    background-color: #007acc5e;
    position: relative;
}   
.header .par{
    position: absolute;
    width: 60%;
    margin: auto;
    margin-top: 8%;
    
}
.header .par h1{
    font-size: 56px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}


/*########## start section about ##############"*/
.me{
    width: 100%;
    margin: auto;
    padding: 2.8em;
    text-align: center;
    background-color: #1E1E1E;
}
.me .ame{
    width: 60%;
    margin: auto;
}
.me h3{
    color: #549FC9 !important;
}
.me .h3{
    color: white !important;
}
.me img{
    border-radius: 50%;
    width:200px;
    height:200px;
    margin-bottom: 2%;
}
.me img:hover{
    transform: scale(1.09);
}

/*######### start section formation #########""*/
.forExp{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color: #252526;
}
.forExp .card{
    background-color: transparent;
    border: 1px solid #549FC9 !important;
    padding: 1em;
    margin-bottom: 2em;
    height: 150px;
}
.forExp .card:hover
{
    background-color: #204065;
    color: white !important;
}
/*############# start section experience ################*/
.experience{
    width: 100%;
    padding: 2.8em;
    background-color: #1A1A1A;
}
.experience .card{
    background-color: #252526;
}
.experience .card-header{
    padding: 0;
}
.experience .card img{
    height: 200px;
}
.experience .card img:hover{
    transform: scale(1.05);
}

/*########### start section projets ################"*/
.projets{
    width: 100%;
    height: auto;
    background-color: #1A1A1A;
    padding: 2.8em;
}
.projets h3{
    text-align: center;
    padding-bottom: 1em;
}
.projets .row{
    margin-bottom: 2%;
}
.projets .part{
    padding: 2.8em;
}
.projets h5{
    font-weight: bold;
}
.projets img:hover{
    transform: scale(1.09);
}


/*########## start section slid #############*/
.slid{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color: #252526;
}
.slid .slide img{
    height: 100px;
}


/*######## Start Contact Page ############*/
.contact{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color:#252526 ;
}
.contact .follow{
    width: 100%;
    padding: 2.8em;
    margin-top: 9%;
    text-align: center;
}
.contact .follow .icon{
    color: #007ACC !important;
    font-size: 35px;
    padding-right: 5px;
}
.contact .form span{
    padding-left: 2em;
    color: #FD8F88;
}

/**############ start ProjetsPage #############*/
.ProjetsPage{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color: #252526;
}
.ProjetsPage .card{
    background-color: #1E1E1E;
    margin-bottom: 2%;
}
.ProjetsPage .card .card-header{
    padding: 0px;
}
.ProjetsPage .card img{
    height: 200px;
}
.ProjetsPage .card img:hover{
    transform: scale(1.09);
}

.Detail_Projet{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color:#252526 ;
}
.Detail_Projet h3{
    color: #007ACC;
    font-weight: bold;
}
.Detail_Projet .gallery{
    padding: 2.8em;
}
.Detail_Projet .gallery img{
    width: 100%;
    height: 250px;
    margin-bottom: 5%;
}
/*############### start aboutPage #############*/
.aboutPage{
    width: 100%;
    height: auto;
    padding: 2.8em;
     background-color: #252526;
}
.aboutPage img{
    width: 60%;
    margin: auto;
    margin-left: 10em;
    height: 400px;
    border-radius: 4%;
}
.aboutPage table {
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 20px;
}


/*################## BlogPage #############**/
.blog{
    width: 100%;
    height: auto;
    padding: 2.8em;
    background-color:#252526 ;
}
.blog .soon{
    width: 80%;
    margin: auto;
}
.blog h1{
    font-size: 8em;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}


/*############## Footer Page ############*/
footer{
    width: 100%;
    height: auto;
    background-color: #1E1E1E;
    padding: 2.8em;
}
footer h5{
    color: #007ACC;
    margin-bottom: 2%;
}
footer li{
    text-decoration: none;
}
footer li a{
    color: white;
}
.copy{
    width: 100%;
    background-color: #252526;
    text-align:  center;
}




/*############ Start Media Query ##########"*/
@media screen and (max-width: 600px) {
    a.navbar-brand{
        font-size: 15px !important;
    }
    .header{
        height: 300px;
    }
    .header h1{
        font-size: 30px !important;
    }
    /*##### section about ########*/
    .me .ame{
        width: 100%;
    }
    .forExp .card{
        height: auto;
    }
    /*#### section projects ####*/
    .projets .part{
        width: 100%;
        padding: 10px;
    }
    .Detail_Projet{
        padding: 10px !important;
    }
    .Detail_Projet .gallery{
        padding: 0px !important;
    }
    .Detail_Projet img{
        margin-bottom: 5% !important;
    }
    /*####### start section aboutPage ######*/
    .aboutPage{
        text-align: left;
    }
    .aboutPage img{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: auto !important;
        margin-left: 15% !important;
        margin-bottom: 5% !important;
    }
    /*####### Start Contact Page #######*/
    .contact{
        padding: 15px;
        padding-top: 5%;
    }
    .contact .follow{
        padding: 15px !important;
        text-align: center;
    }
    /*####### start section blog ######*/
    .blog h1{
        font-size: 38px;
    }
    /*###### framework ######*/
    .h3{
        font-size: 19px;
    }

    /*#### logo slider ######*/
    .slid .slide img{
        height: 60px !important;
    }

    /*####### start copy section ####*/
    .copy{
        font-size: 11px;
    }
    
  }