a{
    text-decoration: none;
    color: black;
}
p {
    text-align: justify;
}
body, #home{
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
}

#content, #sidebar{
    min-height: 100hv;

}

#content{
    padding: 80px;

}

#home .content-background{

    background-image: url("../image/logo.jpg");
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 10% !important;
    min-height: 93vh;
    background-size: 65vh;

}

/* style related to the left side of pages */
#sidebar{
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.29);
    padding: 0;
}
.sidebar-content #menu a{
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 7.5px;
}

.sidebar-content #menu a:hover{
    color: #d9832e;
}

.sidebar-content #menu .active, .sidebar-content #menu li:hover{
    background: none;
    color: #d9832e;
    border-bottom: 1px solid rgba(38, 59, 94, 0.29) ;
    border-right: 3px solid #d9832e;
}

.sidebar-content #menu .active a{
    color: #d9832e;
}

.sidebar-content .material-icons{
    font-size: 30px
}
#home .list-group-item{
    padding-bottom: 45px;
    padding-top: 45px;
}
#skill .list-group-item {
    padding-bottom: 75px;
    padding-top: 75px;
}
#service .list-group-item {
    padding-bottom: 55px;
    padding-top: 65px;
}
#contact .list-group-item {
    padding-bottom: 45px;
    padding-top: 45px;
}



/* Redefiny the bootstrap style related to button */
.btn-primary, .btn-danger:hover{
    background: #d9832e;
    color: #ffffff;
    border-color: #d9832e;
}
.btn-primary:hover{
    background: #000;
    color: #ffffff;
    border-color: #000;
}
.btn-danger{
    background: transparent;
    color: #d9832e;
    border-color: #d9832e;
}

.text-underline{
    text-decoration: underline;
}
.line-orange{
    text-decoration-color: orange;
}

#service-list{
    margin-top: 30px;
}


.cnt {
    padding: 15px
}
.cnt .material-icons{
   font-size: 50px;
}
/* refiny the style of the footer*/
footer{
    display: flex;
    flex-direction: row;
}
.mb-4{
    display: flex;
    justify-content: right;
    margin-bottom: -0.5rem!important;

}
.con{
    display: flex;
    justify-content: left;
}
.mb-4 img{
    height: 35px;
    width: 35px;
}
.mb-4 img:hover{
background: #ffffff;
}
.btn-outline-light{
    border: none;
}

/* refiny the syle related to the page service*/
#service{
    margin-left: 0px;
    background: whitesmoke;
    display: flex;
    flex-direction: row;
}
#service .content-background{
    background-size: contain;
    background-position: right;
}
h2{
    text-transform: uppercase;
    font-weight: bolder;
}
.text-underline{
    text-decoration: underline;
    text-decoration-color: orange;
}
#cnt{
    display: flex;
    flex-direction: row;
    justify-content: right;
}
#cnt .cnt-1{
    display: flex;
    flex-direction: column;
    justify-content: left;

}
#cnt .cnt-1 .shadow{
    height:300px ;
    width:300px ;
    background: white;
    margin: 20px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s;
    border: none;
}
#cnt .cnt-1 .shadow:hover{
    background: orange;
    color: white;
    transform: translateY(-10px);
}
#cnt .cnt-2{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
#cnt .cnt-2 .shadow{
    height:300px ;
    width:300px ;
    background: white;
    margin: 20px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s;
    border: initial;
}
#cnt .cnt-2 .shadow:hover{
    background: orange;
    color: white;
    transform: translateY(-10px);
}
#cnt .cnt-3{
    display: flex;
    flex-direction: column;
    justify-content: right;
}
#cnt .cnt-3 .shadow{
    height:300px ;
    width:300px ;
    background: white;
    margin: 20px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s;
}
#cnt .cnt-3 .shadow:hover{
    background: orange;
    color: white;
    transform: translateY(-10px);
}
.carre{
    padding: 30px;    
    align-items: center;
}
.material-icons{
    align-self: center;
}
.dot {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    border-style: dashed;
    border-color: #d9832e;
  }
  /* refiny the syle related to the page about*/
#About{
   background: whitesmoke;
   margin-bottom: 20px;
   
}
.photo{
    border-color: white;
    border-style: solid;
    border-width: 10px;
    
}
img{
    height: 500px;
    width: 400px;
}
.des .txt{
    font-weight: bolder;
    
}
.all-info .des{
    margin: 50px;
}
.all-info{
    display: flex;
    flex-direction: row;
}
.info{
    display: flex;
    flex-direction: row;
    padding: 20px;
}
.info-1{
    width: 200px;
    display: block;
    block-size: 150px;
    margin-right: 5px;
}
.info-2{
    width: 200px;
    display: flexbox;
    block-size: 150px;
    
    
}       
/*style of page skill*/
.cnt-1 .shadow{
    min-height: 150px;
    min-width: 200px;
}
#skill .content-background{
    background-size: contain;
    background-position: right;
}
#skill{
    background-color: whitesmoke;
    min-height: 100vh;
    padding: 0px;
}
#skill #content .row #cnt{
    display: flex;
    flex-direction: row;
}
#skill #content{
    justify-content: right;
}
.per{
    display: block;
    padding:0px 50px 0px 0px;
    width: 600px ;

}
#win{
    display: flex;
    flex-direction: row;
}
.progress-bar{
    color: black;
    background: orange;
    margin: 0px 0px 0px;
}
.progress{
    height: 10px;
    
    
}
.txt{
    font-weight: bolder;
    padding: 10px;
}
.win1 .shadow {
    color: orange;
    border-style: solid;
    border-width: 2px;
    font-weight: bolder;
    width: 200px;
}
.win2 .shadow {
    color: orange;
    border-style: solid;
    border-width: 2px;
    font-weight: bolder;
    width: 200px;
}
.win1{
    margin: 0px 20px;
}
.win2{
    margin: 0px 20px;
}
.hole{
    margin-bottom: 20px;
}
.material-icons-outlined{
    color: black;
}
.text{
    color: black;
}

/*style of page contact*/
#contact #content{
    padding: 10px;
    margin-bottom: 120px;
    margin-top: 100px;
    margin-left: 50px;
}
#contact{
   background-color: whitesmoke;
   
}
h2{
    font-weight: bolder;
    text-transform: uppercase;
    margin: 5px;

}
.text-underline{
    text-decoration: underline ;
    text-decoration-color: orange;
}
.collect{
    display: flex;
    flex-direction: row;
}
#fomulaire{
    width: 750px;
    margin: 50px 100px 200px 0px;
    margin-left: 10px;

}
h5{
    font-weight: bold;
    text-transform: uppercase;
}
.form{
    display: flex;
    flex-direction: row;
}
.form-group{
    margin: 5px;
    margin-bottom: 10px;
}
.form-group:active{
    color: orange;
    border-color: orange;
}
.button{
    background: orange;
    color: white;
    border: initial;
    transition: 0.5ms;
}
.button:hover{
    background: black;
}
.info-skill{
    margin-top: 50px;
}
.info-skill .shadow{
    padding-left: 5px;
    width: 250px;
    height: 120px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    background: white;

}   
h3{
    padding-top: 10px;
}
.add{
    padding-left: 10px;
}











































   
   
   










