/*
===================
media only (min-width: 992px) and (max-width: 1199px)
===================
*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner_form {
        height:335px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
/**/
.poup_right_bottum_btn a{
	display:inline-block;
}

}

/*
===================
media only (min-width: 768px) and (max-width: 991px)
===================
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner_form {
    margin-bottom: 20px;
    height:335px;
}
.banner4_heading{
	 margin-bottom: 20px;
}
.styled_pagination li a.prev_act{
	min-width: 25px;
}
.main_header .brand_heading li.nav-item {
    border-left: 0;
}
.main_header .brand_heading li a.nav-link{
	text-align: center;
}
.responsive_right_menu_icon{
	margin: 0 auto;
}
/**/
.poup_right_bottum_btn a{
	display:inline-block;
}
}


@media only screen and (max-width: 768px){
	.mobile-view {
	    display: block;
	}
	.desktop-view {
		display: none;
	}
}

/*
===================
media only (min-width: 576px) and (max-width: 767px)
===================
*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner_form {
    margin-bottom: 20px;
    height:335px;
}
.banner4_heading{
	 margin-bottom: 20px;
}
.styled_pagination li a.prev_act{
	min-width: 25px;
}
.main_header .brand_heading li.nav-item {
    border-left: 0;
}
.header_right .right_img_header {
    max-width: 14px;
}
.main_header .brand_heading li a.nav-link{
	text-align: center;
}
.responsive_right_menu_icon{
	margin: 0 auto;
}
.header-search-form_btn a {
	margin-bottom: 20px;
}
.fecher_main {
    padding-bottom: 10px;
}
.page_header_caption{
	margin: 17px 0;
}
/**/
.poup_right_bottum_btn a{
	display:inline-block;
}
}

/*
===================
media only (min-width:(max-width: 575px)
===================
*/

@media only screen and (max-width: 575px) {
.banner_form {
    margin-bottom: 20px;
    height:335px;
}
.banner4_heading{
	 margin-bottom: 20px;
}
.styled_pagination li a.prev_act{
	min-width: 25px;
}
.main_header .brand_heading li.nav-item {
    border-left: 0;
}
.header_right .right_img_header {
    max-width: 14px;
}
.main_header .brand_heading li a.nav-link{
	text-align: center;
}
.responsive_right_menu_icon{
	margin: 0 auto;
}
.header-search-form_btn a {
	margin-bottom: 20px;
}
.fecher_main {
    padding-bottom: 10px;
}
.page_header_caption{
	margin: 17px 0;
}
/**/
.poup_right_bottum_btn a{
	display:inline-block;
}
}



/*
===================
media only (min-width: 426px) and (max-width: 481px)
===================
*/

@media only screen and (min-width: 426px) and (max-width: 481px) {
    .banner_form {
        height:335px;
    }
}

/*
===================
media only (min-width:(max-width: 425px)
===================
*/
@media only screen and (max-width: 425px) {
    .banner_form {
        height:335px;
    }
}

/*
===================
media only (min-width:(max-width:390px)
===================
*/
@media only screen and (max-width: 390px) {
    /*.video-bg-container{display:none;}
    body{
        background-image: url(../../images/landingFond.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
    }*/
    .styled_pagination{display:none}
    #desktopSuperFiltre{display:none;}
    .mobilSuperFiltre{display:block}
    .modal-mediaPopin{max-width:375px;width:375px;margin: 0;}
    
    .banner_form {
        height:335px;
    }
}
/*
===================
media only (min-width:(max-width: 375px)
===================
*/
@media only screen and (max-width: 375px) {
    .banner_form {
        height:335px;
    }
}