/*CSS Coustum Responsive Style  ---[Media Query ]--- */




@media (max-width: 1200px)
{

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

}



@media screen and (max-width: 480px)  {

    .gema .navbar-brand img {
        margin-top: -29px ;
        width: 169px ;
    }


    .gema .top-header{
        text-align: center;
        height: 78px;
    }


    .gema .top-header .pull-right{
        float: none !important;
    }


}


@media (max-width: 767px) {
    h1{
        font-size: 24px;
    }

    h2{
        font-size: 22px;
    }


    h3{
        font-size: 19px;
    }

    .gema .navbar-brand img {
        width: 232px ;
        margin-top: -53px ;
    }


    .home-items{
       margin-top: 50px;
    }
    .home-items  .imageItem img{
        width: 100%;
    }


    .gema .entreprise-home{
        text-align: center;
    }
    .gema  .entreprise-home .pull-right{
        float: none !important;
    }

    .gema .gray-scale{
        background-size: cover;
        background-attachment:inherit ;
    }

    .gema  .slick-track{
        height: auto;
    }

    .gema .slick-track .caption p{
    display: none;
    }

    .gema .slick-track h2{
        text-align: center;
    }
    .gema .item-slick  .caption{
        padding: 58px 18px;
    }
    footer{
        text-align: center;
    }


    .gema footer .pull-right{
        float: none !important;
    }
    footer h1 span,
    footer ul{
        display: block;
        width: 100%;

    }

   .gema footer .social h1{
        display: none !important;

    }

   .internal-items img{
       width: 100%;
   }
   .items img{
       width: 100%;
   }

   .list-view{
       text-align: center;
   }

    footer .statistics{
        margin: 0;
    }

}




@media (min-width: 768px) and (max-width: 991px) {
    .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-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}






@media (min-width: 992px) and (max-width: 1200px) {


}









@media (min-width: 1201px) {

}






.gema  .entreprise-home .pull-right{
    margin-top: 20px;

}
