
/*region ++++++++++++++++++++++++++++++++++++++++++++++++ TOOLS AND RESSOURCE ++++++++++++++++++++++++++++++++++++++++++++++++ */

.LSressource{
    /*height: 160px;*/
    overflow: hidden;
    opacity: 0.95;
}

#LSressource_{
    /*margin-left:15px;*/
}


.rescat{    /* ressource cat */
    position: absolute;
    bottom: 6px;
    left:70px;
}


@media screen and (max-width: 1200px) {
    #topspacer{
        height: calc(1.5*var(--topspace));
    }
    .fil_ariane{
        display:none;
    }
}




/* TOOLS AND RESSOURCES */
#outilsressourcesfiltres{
    min-height: calc(2*var(--oneSquare));
    display: inline-flex;
    width:100%;
    flex-wrap: wrap;
    align-items: end;
}

#outilsressourcesfiltres strong{
    margin:4px;
    padding: 0 5px;
    border-radius: 5px;
    border: 2px solid var(--colorBleuFonce);
    color: var(--colorBleuFonce);
    cursor: pointer;
    height: 25px;
}
#outilsressourcesfiltres strong.selected{
    background-color: var(--colorBleuFonce);
    color: white;
}

#secteurs_activite{
    padding-bottom: 8px;
}


#outilsressourcesfiltres .bbtypes{
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

#outilsressourcesfiltres .tag{
    width: calc( min(90%, 400px));
    margin-bottom: 0;

}
/*.LSressourceVideo div{*/
/*    overflow: hidden;*/
/*    margin-top: -50px;*/
/*}*/


#outilsressourcesfiltres .ff232{
    padding-bottom: 0px;
    max-width: calc(15*var(--oneSquare));
}

#outilsressourcesfiltres .searchbar{
    width: min(100%,500px);
}

#outilsressourcesfiltres .tag{
    margin-top:0;
}
/* CONTAINER FOR RESSOURCES IN TOOLS&RESSOURCES */
.ghsjskasd{
    position: relative;
    margin: 5px !important;
    /*min-width: calc(min(47%,180px)) !important;*/
    /*max-width: calc(min(47%,180px)) !important;*/
    min-width: 200px !important;
    max-width: 200px !important;
}

@media screen and (max-width: 1400px) {
    .ghsjskasd{
        min-width: calc(16% - 10px) !important;
        max-width: calc(16% - 10px)  !important;
    }
}
@media screen and (max-width: 1200px) {
    .ghsjskasd{
        min-width: calc(20% - 10px) !important;
        max-width: calc(20% - 10px)  !important;
    }
}
@media screen and (max-width: 930px) {
    .ghsjskasd{
        min-width: calc(25% - 10px) !important;
        max-width: calc(25% - 10px)  !important;
    }
}
@media screen and (max-width: 768px) {
    .ghsjskasd{
        min-width: calc(33% - 10px) !important;
        max-width: calc(33% - 10px) !important;
    }
}
@media screen and (max-width: 600px) {
    .ghsjskasd{
        min-width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}


.ghsjskasd h3{
    font-size: 120% !important;
}

.hsjshdasd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


/* TOOLS&RESSOURCES MENU */
.sticky{
    top: var(--topspace);
    position: sticky;
    z-index: 1000;
    padding-bottom: 5px;
    padding-top: calc( 0.5*var(--oneSquare) + var(--borderRadius) )    ;
    border-radius: var(--borderRadius);
    overflow: hidden;
    box-shadow: 0 0 6px #cee7ff;
    background-color: var(--colorBlanc);
    max-height: 80vh;
    transition:
        max-height var(--transitionPeriod);
}
.sticky.minimize{
    max-height: 50px;
}

#stickyremover{
    position:absolute;
    right:5px;
    bottom:5px;
    opacity: 0.5;
    width:20px;
    height: 20px;
    cursor: pointer;
    z-index: 110;
}
#stickyremover:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8px;
    bottom: 0;
    background: url("../images_icones/fleche-bleu-en-haut.svg") center center no-repeat;
    background-size: 25px;

}
.minimize #stickyremover:before {
    background: url("../images_icones/fleche-bleu-en-bas.svg") center center no-repeat;
    background-size: 25px;
}

.showmin {
    display: none;
    height: 100%;
    padding-top:15px;
    font-weight: bold;
    cursor: pointer;
}
.minimize .showmin {
    opacity: 1;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 100;
    text-align: center;

    background-color: white;
    color: var(--colorBleuFonce);

    padding-top: calc(2*var(--borderRadius));
}

