/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/
/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1342px){
    .banner_main {
     background: url(../images/vol1.png);
     background-repeat:no-repeat;
     background-size: 100%;
     background-position: top center;
     padding: 700px 0px 90px 0px;
    }
    .banner_main .grp-btn{
        margin-top: -250px;
        margin-left: 10%;
    }
}
@media (min-width: 1200px) and (max-width: 1342px) {
    .mobile{
        display: none; /*afficher l'icone au format mobile*/
    }
    #tel{
        display: none;
    }
    #desc{
        display: block;
    }
    #client{
        display: none;
    }    
}
@media only screen and (min-width: 1200px) {
    .mobile{
        display: none;
    }
    #tel{
        display: none;
    }
    #desc{
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .mobile{
        display: none; /*afficher l'icone au format mobile*/
    }
    .text-bg h1 {
        font-size: 43px;
        line-height: 52px;
    }
     .box{
        padding: 0px;
    }
    .about {
        margin-top: -60px;
    }
    .yelldark_colo {
        margin: 0 30px;
    }
    .titlepage h2 {
        font-size: 48px;
    }
    .bottom_form .enter {
        width: 63%;
    }
    ul.location_icon li {
        font-size: 18px;
    }
    .clients .container{
        margin-top: 80px;
        margin-left: 3%;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .banner_main {
     background: url(../images/vol1.png);
     background-repeat:no-repeat;
     background-size: 100%;
     background-position: top center;
     padding: 152px 0px 90px 0px;
 }
 .dropdown-menu{
        margin-left: 43%;
    }
    .text-bg h1 {
        font-size: 43px;
        padding-bottom: 20px;
        line-height: 44px;
    }
    .mobile{
        display: block; /*afficher l'icone au format mobile*/
    }
    #desc{
        display: block;
    }
    .grp-btn{
        margin-top: 800px;
        margin-left: 5%;
        flex-direction: column;
    }
    .about {
        margin-top: 90px;
    }
    .box{
        padding: 0px;
    }
    .titlepage h2 {
        font-size: 37px;
    }
    .service_box {
        width: 16%;
        margin-left: 5%;
        flex-direction: column;
    }
    .service_box i {
        width: 160px;
        height: 160px;
        margin-right: 3px;
        padding-right: 3px;
    }
    .service_box h4 {
        font-size: 12px;
    }
    .desktop{
    display: none
    }
    .choose_box h3 {
        font-size: 20px;
    }
    ul.location_icon li {
        font-size: 12px;
        line-height: 20px;   
    }
    .bottom_form .enter {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner_slide {
        padding: 0 80px 0 0px;
    }
    .clients{
        margin-top: -670px;
    }
    .clients .container{
        margin-left: 3%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {

    .banner_main {
     background: url(../images/vol1.png);
     background-repeat:no-repeat;
     background-size: 100%;
     background-position: top center;
     padding: 152px 0px -90px 0px;
     margin-bottom: -400px;
}
.dropdown-menu{
        margin-left: 35%;
    }
.clients .container{
    margin-top: 100px;
}
.service_box {
        width: 30%;
        flex-direction: column;
    }
    .service_box i {
        width: 160px;
        height: 160px;
        margin-right: 3px;
        padding-right: 3px;
    }
    .service_box h4 {
        font-size: 12px;
    }
    .desktop{
    display: none; /*caher l'icone au format mobile*/
   }
   .mobile{
    display: block;
   }
}
@media only screen and (max-width: 600px) {

    .header {
        padding: 30px 0px 15px 0px;
    }
    nav .container-fluid a .translate{
        margin-left: -50px;
    }
    .dropdown-menu{
        margin-left: 35%;
    }
    .logo {
        border: inherit;
        float: left;
        margin-top: 0px !important;
    }
   .desktop{
    display: none; /*caher l'icone au format mobile*/
   }
   .mobile{
    display: block;
    padding-right: 20px;
   }
   #tel{
    display: block; /*caher l'icone au format mobile*/
   }
   #form {
        border-radius: 5px;
        margin-left: 2%;
        margin-top: -95px;
        padding: 10px;
        
    }
    .banner_main {
        background: url(../images/vol.png);
        background-size: 100%;
        padding: 152px 0px 90px 0px;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: -200px;
        margin-top: -420px;
    }
    .banner_main .container-fluid{
        position: relative;
        margin-top: -480px;
        padding-bottom: 10px
    }
    .banner_slide {
        padding: 0 50px 0 0px;
    }
    .text-bg {
        margin-bottom: 10px;
    }
    .grp-btn{
        background-color: #c5c5c5;
        border-radius: 7px;
        margin-top: 1650px;
        margin-left: 5px;
        flex-direction: column;
    }
   
    .text-bg button{
     margin-bottom: -200%;
     flex-direction: column;
    }

    button #achat{
        margin-top: 20px;
    }

    #form{
        width: auto;
        margin-top: -100px;
        padding: 10px;
    }
    ul.location_icon li a {
     font-size: 18px;
    }
    .about {
        margin-top: 90px;
    }
    .text-bg h1 {
        font-size: 36px;
        line-height: 51px;
    }
   
    .titlepage h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .service_box {
        width: 100%;
    }
    .service_main {
        justify-content: center;
    }
    .service_box i {
        margin: 0 auto;
    }
    .zones_truck {
        margin-bottom: 30px;
    }
    .blac_co {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
    .choose_box h3 {
        font-size: 16px;
    }
    .main_form {
        max-width: inherit;
    }
    .co_tru {
        padding-right: 0px;
        margin-top: 30px;
    }
    .choose_box {
        margin-bottom: 30px;
    }
    .right_bottun {
        margin-top: -40px;
    }
    ul.location_icon li {
        font-size: 18px;
    }
    .bottom_form .enter {
        width: 100%;
        margin-bottom: 20px;
    }
    .d_none {
        display: none;
    }

    .clients .container{
        margin-top: 50px;
        margin-left: -20px;
    }
    .clients{
        height: 150px;
    }

    .clients button.button{
        margin-left: 15px;
        line-height: 15px;
        padding: -5px;
    }
}

@media only screen and (max-width: 425px) {
    input{
        padding-left: 2%;
    }
    .clients .container{
        margin-top: 20px;
    }
    .clients{
        margin-top: -420px;
    }
    .about{
        margin-bottom: -130px;
    }
    .agency{
        margin-top: -50px;
    }
}
@media only screen and (max-width: 375px) {
    .clients .container{
    }
    .clients{
        margin-top: -430px;
    }
}