@import url('https://fonts.googleapis.com/css?family=Work+Sans');

.homepage-section-1 {
    background-image: url(../img/curved.png),-webkit-linear-gradient(138deg,#35639d,#1f7bc6);
    background-image: url(../img/curved.png),linear-gradient(138deg,#35639d,#1f7bc6);
    background-position: 50% 576px,0 0;
    background-size: 100%,auto;
    background-repeat: no-repeat,repeat;
}
 .btn.blue-dark-hollow {
    border-color: #0057D8;
    color: #0057D8;
        font-weight: 600;
    margin-top: 20px;
}
 .btn.blue-dark-hollow:hover {
    background: #CCE0FF;
    border-color: #0049B0;
    color: #0049B0;
}

@media(min-width:360px){
    h1{
        font-size: 43px!important;
        margin-left:0px!important;
    }
    h3{
        font-size: 32px!important;
        margin-left:0px!important;
        margin-bottom:50px!important;
    }
    .row1{
        min-height: 690px!important;
    }
    .titlepoint{
        margin: 30px;
        text-align: center;
    }
    img.visu{
        margin-top: 25px!important;
        margin-bottom: 25px!important;
    }
    img.fixevisu{

        position: relative!important;
    }
    .noleftnoright{
        left:0px!important;
        right:0px!important;
    }
    .mgb{

        margin-top:40px!important;
    }
    .chiffre{
        display: block!important;
        margin:20px!important;
    }
}
@media(min-width:968px){
    h1{
        font-size: 52px!important;
        margin-left:0px!important;
    }
    h3{
        font-size: 44px!important;
        margin-left:35px!important;
        margin-bottom:100px!important;
    }
    h5{
        font-size: 205px!important;
    }
    .row1{
        min-height: 800px!important;
    }
    .titlepoint{
        margin-left:0px!important;
    }
    img.fixevisu{

        position: absolute!important;
    }
      .noleftnoright{
        left:inherit!important;
       right: -20%!important;
    }
      .chiffre{
        display: inline-block!important;
        margin:20px!important;
    }
     .mgb{

        margin-top:120px!important;
           margin-bottom:60px!important;
    }
}