@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

	.navbar-toggle{
		background: #ed7016;
		border: none;
		border-radius: 0;
		margin-top: 10px;
		border: #fbb731 solid 1px !important;
	}

	.navbar-toggle:hover{
		background: #fbb731 !important;
	}

	.navbar-toggle .icon-bar{
		background-color: #fff !important;
	}

}

/*--  --*/
@media only screen and (min-width: 767px) and (max-width: 1000px){

	.nav-logo{
		width: 180px;
	}

	.navbar-toggle{
		margin-top: 22px;
	}

	.enjeux_item{
		margin-bottom: 20px !important;
	}

	.logo-footer{
		width: 170px;
	}

	.footer-social-media{
		margin-top: 3px;
	}

	.president-list li{
		width: 50%;
	}

	.services_item{
		min-height: 240px;
	}


	.blog_row > .row_limit_aticles:nth-child(4){
		display: block !important;
	}

	.enjeux_row .row_limit_aticles:nth-child(4){
		display: block !important;
	}

}


@media only screen and (max-width: 767px){

	body{
	}

	.text-center-mob{
		text-align: center !important;
	}

	.mt-mob-60{
		margin-top: 60px;
	}

	.nav-logo{
		width: 130px;
	}

	.inner-page-title h2{
		margin-bottom: 20px;
	}

	.blog_meta span{
		text-align: center;
		width: 100%;
	}

	.blog_meta span:nth-child(2),
	.blog_meta span:first-child:after,
	.enjeux_meta,
	.footer-inline{
		display: none;
	}

	.see-all a{
		max-width: auto !important;
		min-width: 200px;
		max-width: 200px;
		margin: 10px auto 0;
	}

	.enjeux_item{
		margin-bottom: 20px;
	}

	.inner-page-title p{
		font-size: 34px;
	}

	.logo-footer{
		margin: auto;
		text-align: center;
	}

	.footer-social-media ul{
		text-align: center;
		margin-left: -40px;
	}

	.footer-wrapper{
		text-align: center;
	}

	.footer-wrapper h4{
		margin-top: 30px;
		border-top: rgba(255, 255, 255, .08) solid 1px;
		padding-top: 30px;
	}

	.footer-wrapper button{
		padding: 15px 0;
		width: 30%;
	}

	.footer-wrapper input{
		width: 70%;
	}

	.secondary-bleu ul{
		text-align: center;
		margin: auto;
		margin-left: -30px;
	}

	.ancient-president{
		text-align: center;
	}

	.bottom-bar-menus{
		margin-left: -40px;
	}

	.bottom-bar-menus li{
		display: block;
		width: 100% !important;
	}

	.bottom-bar-menus li a{
		display: block !important;
		height: auto !important;
		margin-top: 20px !important;
	}

	.see-all-400 a{
		min-width: 100% !important;
		max-width: 100% !important;
		margin-left: -20px !important;
		margin: 60px auto 0;
		display: block;
	}

	.tab-content{
		margin-top: 20px;
	}

	.tab-content .active{
		padding: 5px !important;
		min-height: 450px !important;
	}

	.tab-content .active img{
		border-radius: 5px;
	}

	.sim-article{
		text-align: center;
	}

	.nav-bar-behind{
		height: 75px;
	}

	.main-slider {
		display: none;
	}

	.president-list li{
		width: 100%;
	}

} /* END MEDIA 767  */







