.navbar{
    background-color: transparent;
    top:0;
}

.navbar-toggler{
	color:white!important;
	border:none!important;
	padding:2px!important;
}

.nav-link{
    color: white!important;
}

header{
    height: 900px;
    background: linear-gradient(rgba(60, 0, 48, 0.9), rgba(0, 0, 0, 0.8)),url(../assets/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header hr{
    color: #ffffff;
    background-color: #ffffff;
    height: 2px;
    width: 80%;
    margin: 25px auto;
}

header h1{
    margin-top: 250px;
    font-size: 65px!important;
    text-align: center!important;
    width: 100%;
}

header .btn{
    margin-top: 12px;
}

section .container hr{
    background-color: #000000 !important;
    width: 10% !important;
    height: 2px !important;
    color: #000000!important;
    margin: 0px auto 60px;
}

.card{
    box-shadow: 1px 1px 7px 1px #f0f0f073!important;
}

.card p{
    border-top: 1px #dfdfdf solid;
    padding-top: 30px;
    border-bottom: 1px #dfdfdf solid;
    padding-bottom: 30px;
}

#features,#testimonials{
   background-color: #fafafa!important;
   margin-bottom: 0px;
}

#presentation,#features,#projet,#testimonials,#contact{	
    border-top: 1px #cccccc solid;
    padding-top:100px;
    padding-bottom:75px;
    margin: 0px auto 0;
    box-shadow: 1px 1px 7px 1px #f0f0f073!important;
}

#presentation h2,#features h2, #projet h2,#testimonials h2,#contact h2{
    font-size:45px;
    text-align:center;
    padding:25px;
    width: 100%;
}

#presentation p,#features p,#projet p,#testimonials p{	
    margin-top:25px;
    margin-bottom: 50px;
    font-size :16px !important;
    text-align:center;
}

#features .row{
    gap:2%;
}

#features .card{
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 35px 20px;
    width: 32%;
}

.feature {
    background-color: rgb(61, 2, 117);
    margin: 0 auto;
    padding: 50px;
    border-radius: 100px;
}

#features h4{
  margin: -25px auto 0px;
  width: 100%;
  text-align: center;
}

#features .btn{
    border: rgb(61, 2, 117) 1px solid;
    color:rgb(61, 2, 117);
    width: 50%;
    padding: 10px;
    margin: -15px auto 0;
    border-radius: 3px;
}

#features .btn:hover{
    background-color:rgb(61, 2, 117);
    color: #ffffff;
    transition: 0.8s;
}

#features .card p{
  text-align:center!important;
  font-size: 16px !important;
  text-align: center;
}

.btn-primary{
    background-color: rgb(61, 2, 117)!important;
    border: rgb(61, 2, 117) 1px solid!important;
    color:white!important;
    border-radius:3px!important;
}

.btn-outline-light{
    border-radius: 3px!important;
    transition: 0.4s;
}

.btn-outline-light:hover,#projet .btn:hover{
    color: rgb(61, 2, 117)!important;
    transition: 0.8s;
}

#testimonials .row{
    gap: 25px;
    padding:0;
}

#testimonials .card{
    width:28%;
    padding: 1%;
    margin-top:25px;  
}

#testimonials .testimonial-item{
    margin: auto;
    text-align: center;
}

#testimonials .img-fluid{
    width: 50%;
    margin: 0 25%;
}

#testimonials h2{
    margin-top:30px;	
}

#testimonials .card .text-muted{
    margin-top: 30px;	
    font-size:15px;    
}

#projet .btn{
    border: rgba(250, 250, 250, 0.651) 1px solid;
    color:rgb(255, 255, 255);
    width: 25%;
    padding: 6px;
    margin: 10px auto 0px;
    border-radius: 3px;
}

#projet .row hr{
    color: #ffffff!important;
    background-color: #ffffff!important;
    height: 1px!important;
    width: 30%!important;
    margin: 15px auto!important;
}

#col-projets1,#col-projets2, #col-projets3, #col-projets4{
    width:50%;		
    height:50%;
    margin-top:25px;
}

#col-projets3, #col-projets4{
    margin-bottom: 75px !important;
}

#col-projets1 img,#col-projets2 img,#col-projets3 img, #col-projets4 img{
    width:100%;		
    height:100%;	
    margin:0;
}

#contact{
    background: linear-gradient(rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 0.95)),url(../assets/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 1px #acacac solid;
    box-shadow: 1px 1px 7px 1px #77777777!important;
}
#contact .container{
    border:1px #cdcdcd solid;
    background:#fff;
    padding:120px 0px 80px!important;
    border-radius:8px;
    box-shadow: 1px 1px 7px 1px #89897973!important;
    max-width:1100px!important;
} 

#contact h2{
    margin-top:0px;	
}

#contact p{
    margin-bottom:50px;	
}

.form-control{
	border-radius:3px!important;
}


@media only screen and (max-width : 1110px) {

     #presentation,#features,#projet,#testimonials,#contact{	
     padding:20px 20px;	
     }
}

@media only screen and (max-width : 900px) {

    header{
    height:1111px;
    }

    header h1{
    font-size: 55px!important;
    }

    .navbar{
    background:rgba(250,250,250,0.35);
    margin-top:-15px!important;
    padding:20px 0!important;
    }

    section .container hr{
    width: 40% !important;
    }

    #presentation,#features,#testimonials,#contact{	
    padding:80px 20px 20px;	
    }

    #presentation,#projet{
    width:100%;		
    }

    #projet{	
    padding:80px 20px;	
    }

     #projet h3{
    font-size: 22px;
    margin-top: 18%;
    }

    #projet .row hr{
    display: none;
    }

    #col-projets1,#col-projets2, #col-projets3, #col-projets4{
    width:100%;		
    height:100%;
    margin-top:25px;
    }

    #col-projets3, #col-projets4{
    margin-bottom: 0px !important;
    }

    .card{
    width:100%!important;		
    height:100%!important;
    margin-top:0px !important;
    margin-bottom:40px !important;
    }

    #testimonials .row{
    margin-bottom:0px !important;
    }

    #testimonials .card	{
    margin-top:-20px !important;
    }

    #contact, #contact .container{
    max-width: 100%!important;
    }

    #contact{
	padding: 10px !important;
    }

    #contact .container{
	padding: 100px 25px 10px!important;
    }
    
    
}
				
