h1,h2,h3,h5,li,.navbar-brand{
    font-family: "Comfortaa", sans-serif;
}

p{
    font-family: "Montserrat", sans-serif;
}



.hr-entete{
    text-align: center;
    width:50%
}

.hr-main{
    width:50px;
    margin-left:auto;
    margin-right:auto
}

.bg-entete{
    background-image: url("../img/referencement.jpg");
    height:400px;
    background-size: cover;
    background-position: center;
}

.text-entete{
    width:100%;
    height:100%;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0.19931722689075626) 20%, rgba(0,0,0,1) 100%);
}


.bg-bubbles{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-position: center;
    height:auto;
    
}

.bg-projets{
    background-image: url("../img/bg-projet.png");
    background-size: cover;
    background-position: center;
}

.text-secondary{
    color:#dcc768!important
}



.bg-primary{
    background: #ac8fd1!important;
}

.btn-primary{
    background-color: #ac8fd1;
    border:2px solid white
}

.btn-primary:hover{
    background-color: #9168c7;
    border:2px solid white
}

.btn-secondary{
    background-color: #dcc768;
    border:2px solid #dcc768
}

.btn-secondary:hover{
    background-color: #cfb540;
    border:2px solid white
}

.expertise-img-container{
    width:100px;
    height:100px;
}

.expertise-img-container img{
    width:100%;
    height:100%;
    object-fit: contain;
}

.expertise-block{
    height:300px;
}

.about_us{
    height:600px;
}

.expertises{
    margin-top: -230px;
}

.text-expertise{
    color:white
}

.small-text{
    font-size: 10px;
}

.hr-expertise{
    color:white
}