@media(min-width:760px){
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form{
        background: transparent;
        float: right;
    }
}

@media(max-width:760px){
    .navbar-default .navbar-nav>li>a {
        margin-left: 20px;
        
    }
    .banner h1{
        font-size: 40px;
    }
    h2{
        font-size: 36px;
    }
    .banner p{
        font-size: 16px;
        line-height: 20px;
    }
    .col3{
        padding-top: 14px;
    }
    .col4{
        padding-top: 30px;
    }
    .text{
        padding-top: 6px;
    }
    .text h4:after{
        margin-top: 6px;
    }
    .text p{
        line-height: 18px;
    }
    .btn{
        height: 40px;
        width: 160px;
        font-size: 10px;
        line-height: 20px;
    }
    .btn-Default{
        margin-left: 0;
    }
    .btn-groupe .btn-default{
        width: 90px;
        line-height: 10px;
    }
    .btn-groupe .btn-primary{
        line-height: 10px;
    }
    .ico{
        margin-left: 38%;
    }
}
@media(max-width:480px){
    .banner h1{
        font-size: 34px;
    }
    h2{
        font-size: 32px;
    }
    h2:after{
        margin-top: 10px;      
    }
    p{
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }
    .btn{
        height: 40px;
        width: 160px;
        font-size: 10px;
        line-height: 20px;
    }
    .btn-Default{
        margin-top: 10px;
    }
    .ab{
        margin-bottom: 26px;   
    }
    
    
    .ico{
        margin-left: 75px;
    }
    .link, .more{
        padding: 10px;
    }
}