@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 1200px) {
    .hero_area {
        height: auto;
    }

    .header_section .main_nav {
        flex: 1;
    }

    #navbarSupportedContent {
        margin-top: 15px;
    }

    .slider_section {
        padding-top: 45px;
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box .img-box {
        width: 75px;
    }


    .feature_section {
        transform: none;
        padding: 90px 0;
    }


}

@media (max-width: 767px) {
    .layout_padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

     .layout_padding-top {
        padding-top: 90px;
    }

    .info_items .row{
        display: flex;
        flex-direction: column;
    }

    .layout_padding-bottom {
        padding-bottom: 90px;
    }

    .slider_section .detail-box {
        padding-bottom: 45px;
    }

    .feature_section .feature_container {
        flex-direction: column;
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .feature-box {
        margin-bottom: 20px;
        
    }


    .professional_section .img-box {
        display: none;
    }

    .contact_section form {
        margin-bottom: 45px;
    }

    .info_section .info_items::before {
        width: 1px;
        height: 90%;
        top: 25px;
    }

    .feature_container  {
           display: flex;
           align-items: center;
    
     }

     .feature-box  {
         width: 500px;
         height: 300px;
          
     }

     .detail-box  {
         align-items: center;
          
     }

}

@media (max-width: 576px) {
      .feature_container  {
           display: flex;
           align-items: center;
    
     }
    .feature-box  {
         width: 400px;
         height: 220px;
          
     }

     .container-contact  {
         display: flex;
         flex-direction: column;
          
     }

     .block_formilaire_titre  {
         width: 100%;
         height: auto;
         margin-bottom: 20px;
         background-color: beige;
         padding: 4px;
          
     }

     .block_formilaire_titre h2 {
        font-size: 20px;
     }

     .block_map {
        width: 100%;
        height: 500px;
        margin-top: 10px;
     }
}

@media (max-width: 480px) {
    
     .feature_container  {
           display: flex;
           align-items: center;
    
     }
    .feature-box  {
         width: 300px;
        height: 220px;
          
     }
}

@media (max-width: 400px) {}

@media (max-width: 360px) {
    .feature-box  {
         width: 280px;
         height: 220px;
          
     }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}