
/*------------------------------------------------------------------------------*/
/*Mobile Version------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
/*TABLETTE Version---------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

@media(min-width:768px) and (max-width: 992px){



 }

  /*------------------------------------------------------------------------------*/
  /*DESKTOP Version---------------------------------------------------------------*/
  /*------------------------------------------------------------------------------*/


  @media(min-width:992px) {

    .type-projet {position: relative;}
    .anchors {position: absolute; top:-200px; height: 10px; width: 10px;}

    #sticky-anc-index { position: absolute; top: 350px; }
    #sticky.stick { position: fixed; bottom: 10px; z-index: 1;}

    #sticky-anc-fin { position: absolute; top: 150px; }
    #sticky-l-fin.stick { position: fixed; bottom: 350px; z-index: 1;}

    #sticky-anc-finpro { position: absolute; top: 0px; }
    #sticky-l-finpro.stick { position: fixed; bottom:600px; z-index: 1;}

    #sticky-anc-qsn { position: absolute; top: 100px; }
    #sticky-l-qsn.stick { position: fixed; bottom: 300px; z-index: 1;}

    #sticky-anc-qsncat { position: absolute; top: 100px; }
    #sticky-l-qsncat.stick { position: fixed; bottom: 400px; z-index: 1;}


    #sticky-anc-form { position: absolute; top: 700px; }
    #sticky-l-form.stick { position: fixed; bottom: 300px; z-index: 1;}


    a.l-ancre-aside::before {content: ""; height: 10px; width: 10px; background-color: #d4d4d4; position: absolute; top: 6px; left: 0; border-radius: 5px;}
    a.l-ancre-aside:focus:before, a.l-ancre-aside:hover:before, a.l-ancre-aside:active:before {content: ""; height: 10px; width: 10px; background-color: #4ba4b4; position: absolute; top: 6px; left: 0; border-radius: 5px;}
    a.l-ancre-aside {color: #000; text-decoration: none;}
    a.l-ancre-aside:hover, a.l-ancre-aside:focus, a.l-ancre-aside:active { color: #4ba4b4;  text-decoration: none; }


   }
