/* *********************************************************************************
    MEDIA QUERIES
    ** ****************************************************************************** */
   /*  @media (max-width:991px)
    {
        
    } */

    @media (max-width:1250px){
        .media-1200 { 
            display: none;
        }

        .card-subtitle {
            display: none;
        }

        .map__list .cls-3 {
            transition: 0.8s;
            width: 100%;
            color: white;
            background-color: #0f436b;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        
        .map__list .clsecteur-3 {
            transition: 0.8s;
            width: 100%;
            color: white;
            background-color: #0f436b;
            padding: 12px;
            margin-bottom: 2px;
        }

        .map__list .is-active {
            transition: 0.8s;
            background-color: tomato;
        }

        .points-accueil-img {
            margin-right: 0px;
        }

        .secteur-img {
            z-index: 49;
            width: 50%;
            position: relative;
            margin-right: 0px;
            margin-top: 80px;
        }

        .gestes-articles {
            width: 80%;
            padding-left: 40px;
        } 

        .gestes-articles-0 {
            flex-direction: column;
            width: 100%;
        }

        .gestes-articles-2 div img {
            width: 60%;
        }

        .gestes-articles div p {
            margin-left: 20px;
            width: 80%;
            height: unset;
        }
    }


    /* @media (max-width:991px)  */
    @media (max-width:1000px)
    {
        .media-1200 { 
            display: initial;
        }

        .carousel {
            display: none;
        }

        .iconsjumbotron {
        /* background: rgba(235, 237, 238) bottom -6% left 10% /35% no-repeat url("/img/bande2.png"); */
            position: relative;
            top: 0px;
            transition: none;
            z-index: 80;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .iconsjumbotron:hover {
            background-color: rgba(235, 237, 238, 0.9);
            position: -webkit-sticky;
            position: relative;
            top: 0px;
            transition: none;
            z-index: 80;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .iconpolice {
            display: flex;
            flex-flow: column;
            align-items: center;
            margin-bottom: 2rem;
        }

        .gestes-articles-0 {
            display: flex;
            flex-flow: column;
            justify-content: space-between;
        }

        .gestes-articles-2 {
            width: 100%;
            padding: 10px;
        }

        .gestes-articles-2 div p {
            width: 100%;
        }

        .gestes-articles {
            width: 90%;
        }

        .points-accueil {
            padding: 20px;
        }
        

        .bandeau img {
            /* visibility: hidden; */
            display: none;
            object-fit: none;
            height: 0%;
            width: 0%;
        }

        .bandeau-text {
            padding: 40px 40px 40px 40px;
        }

        .cardarticle {
            max-width: 47%;
            margin: 15px;
        }

        .articlemenu {
            display: none;
        }

        .articleview {
            width: 100%;
            margin-top: 6%;
            margin-bottom: 3%;
            margin-right: 10%;
            margin-left: 10%;
        }

        .bandeau-img {
            display: none;
        }

        .site-footer [class^=col-]
        {
            margin-bottom:30px
        }

        .gestes-articles-0 {
            flex-direction: column;
        }


        .gestes-articles-2 div img {
            width: 100%;
        }

        
    }

    @media (max-width:992px) {
        .upnavbar {
            padding: 0 20px 0 20px;
        }

        .logonavbar {
            right: 0;
        }
    }

    @media (max-width:850px)
    {

        .margin-80 {
            margin-top: 20px;
        }

        .habillage-img, .habillage-img-right {
            float: unset;
        }

        .points-accueil {
            flex-direction: column-reverse;
        }

        .points-accueil-img{
            width: 100%;
            margin-left: 0;
            display: none;
        }

        .secteur-img {
            display: none;
        }


        .points-accueil-article {
            width: 100%;
            margin-top: 20px;
        }

        .map__list .cls-3 {
            width: 100%;
        }

        .secteur-numero {
           
            margin-left: -20px;
          
        }

        .articleview {
            width: 80%;
            margin-top: 3%;
            margin-bottom: 3%;
        }

        .cardarticle {
            max-width: none;
        }

        .card-subtitle {
            display: initial;
        }

        .lastarticle {
            padding-right: 0px;
        }

        .site-footer
        {
            padding-bottom:0
        }
        
        .site-footer .copyright-text,.site-footer .social-icons
        {
            text-align:center
        }

        .space-div {
            display: none;
        }
    

   

    }

    @media (max-width:767px)
    {
        .social-icons li.title
        {
            display:block;
            margin-right:0;
            font-weight:600
        }

        .smartphone {
            display: none;
        }

        .gestes-articles div p {
            height: unset;
            margin-bottom: 40px;
        }
    }
 