@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-toggler {
    margin-bottom: 15px;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    margin: 5px 0;
  }

  .custom_nav-container.navbar-expand-lg .form-inline {
    justify-content: center;
  }

  .custom_nav-container.navbar-expand-lg {
    padding-top: 10px;
    align-items: center;
  }

  .slider_section {
    padding: 45px 0 150px 0;
  }

  .sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .slider_section ol.carousel-indicators {
    justify-content: center;
  }

  .slider_section {
    text-align: center;
  }

  .slider_section .img-box {
    margin-top: 35px;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about_section .heading_container {
    margin-bottom: 0;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section .detail-box {
    margin-left: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }

  .service_section .service_container {
    flex-wrap: wrap;
  }

  .client_section .carousel_btn-box {
    margin-top: 25px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
    margin: 0 2.5px;
  }

  .info_section .row .col-md-3 {

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info_section .info_logo {
    align-items: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 5px;
  }
}

@media (max-width: 576px) {
  .header_top a span {
    display: none;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}





                                    /* MON RESPONSIVE */


                    /* ACCUEIL */
@media (max-width: 460px){

   .hero_bg_box .img-box img {
    /*width: 140vw;
    height: 10vh;*/
  }
  .slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 600;
  } 

  .slider_section .detail-box .btn-box a{
    width: 155px;
  }

  .slider_section .detail-box .btn-box .btn-1 {
    background-color: transparent;
    color: transparent;
  }

  .slider_section .detail-box .btn-box .btn-1{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
  }

  .service_section .box .detail-box a{
    margin-top: 10px;
  }

  .service_section .box .detail-box .services-button-1{
    margin-top: 0px;
  }

  .services_section .box .detail-box .services-button-1-first{
    /*margin-top: 95px;*/
  }

  .service_section .box {
    background-color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    /*margin-top: 45px;*/
    height: 35vh;
  }

                                      

                  /*  FOOTER */

          /*contactez nous*/
  .info_section h5{
    padding-left: 10px;
  }
  .info_section .col-5:first-child{
    min-width: 100vw;
  }

  .info_section .info_contact{
    padding-left: 20px;
  }
  .info_contact iframe{
    width: 75vw;
    height: 25vh;
  }

        /*newsletter*/
  .info_section .col-4{
    margin-top: 90px;
    min-width: 100vw;
  }

  .info_section .col-4 .newsletter{
    padding-left: 10px;
  }

  .info_section .info_form form input{
    width: 90vw;
    margin-left: 10px;
  }

  .info_section .info_form form button{
    margin-top: 30px;
    width: 50vw;
  }

  .mr-4, .mx-4 {
    /*margin-righ 1rem !important;*/
    /*margin-top: 40px;*/
    /*width: 1vw;*/
  }

  .social_box{
    margin-top: 120px;
  }

  .social_box img{
    width: 40px;
    height: 40px;
  }

      /*liens icônes*/
  .info_section .col-3{
    border-top: 2px solid white;
    padding-top: 20px;
    margin-top: 15px;
    min-width: 100vw;
    margin-bottom: 50px;
  }

  .liens_icones a{
    padding-left: 20px;
  }

  /*.service_section .box .detail-box{
    margin-top: 0px;
  }*/

}


@media (min-width: 320px) and (max-width:460px){
  
}

