body{
    font-family: "Montserrat", sans-serif;
}


.btn-primary{
    background-color: #0164e3!important;
    color:white;
    border-color: #0164e3;
    width: 180px;
}




.btn-primary:hover{
    background-color: black!important;
    color:white!important;
    border-color: black;
}

.btn-black{
    background-color: black;
    color:white;
    border-color: black;
}

.btn-black{
    background-color: black;
    color:white;
    border-color: black;
}

.btn-white{
    background-color: black;
    color:white;
    border-color: black;
}

.btn-white{
    background-color: white;
    color:black;
    border-color: white;
}




.border-primary{
    border-color: #0164e3!important;
}

.text-primary{
    color: #0164e3!important;
}

.bg-primary{
    background-color: #0164e3!important;
}

.nav-link:hover{
    color: white;
}

.home-bg{
    height:500px;
    background-image: url('/img/home_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.home-bg >div{
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.home-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}


.formations-bg{
    height:400px;
    background-image: url('/img/formation-bg.jpg');
    position: relative;
    background-size:cover ;
    background-position: center;
}

.formations-bg >div{
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.formations-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.about_us-bg{
    height:400px;
    background-image: url('/img/about_us-bg.jpg');
    position: relative;
}

.about_us-bg >div{
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.about_us-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.financement-bg{
    height:400px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.financement-bg >div{
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.financement-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.fw-bolder{
    font-weight: 900!important;
}

.chiffre-block{
    width:200px;
    height:200px;
}

.chiffre-block2{
    width:250px;
    height:250px;
}

.small-icon{
    font-size: 20px;
}

.icon-formation{
    font-size: 40px;
    background-color: #0164e3;
    color:white;
        padding: 10px;
        border-radius: 50px;
}

.home-block{
    height: 100vh;
}
