body {
    background: #fff url("../images/background2.jpg") fixed no-repeat center top
}

h1{padding-top: 80px;}

.services p span{
    color: #029cdc;
    font-weight: bold;
}

#simul3 p span{
    color: #029cdc;
    font-weight: bold;
}
.text-center img{
    width: 100%;
}

#mainMenu .nav-link{font-size: 1rem;padding: 0 9px;}

#mainContent h2, #mainContent h2 span{text-align: center;}

#simul2 .btn{margin-bottom: 30px;}

@media (min-width: 1200px) {
    #mainHeader {
        max-height: 85vh
    }
}



@media (min-width: 768px) {
    #mainHeader {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(13, 48, 130, 0.15)), color-stop(80%, rgba(13, 48, 130, 0.9)));
        background: linear-gradient(to bottom, rgba(13, 48, 130, 0.15) 20%, rgba(13, 48, 130, 0.9) 80%)
    }

   
}

#simul .offre-img {
    margin-top: 1.5rem
}

#how img {
    width: 100%;
    height: 205px !important;
    margin-bottom: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover
}



/*# sourceMappingURL=styles.min.css.map */