.nbProjetsTrouves_listeProjets {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 0px #D0D0D0;
}


.conteneurListeProjet_listeProjets {
    background-color: #909496;

    padding-top: 10px;
    padding-bottom: 150px;

    min-height: -webkit-fill-available;
}




.listeProjets_listeProjets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.listeFiltres_listeProjets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    margin-bottom: 10px;
    padding-left: 30px;
}

.listeFiltres2_listeProjets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filtre_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid red;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}

.filtreActif_listeProjets {
    filter: grayscale(0);
}

.filtreInactif_listeProjets {
    filter: grayscale(1);
}

.filtreInactif_listeProjets:hover {
    filter: grayscale(0);
}


.filtreEn_cours_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #f4852f;
    color: #f4852f;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}



.filtreTermines_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #12a76c;
    color: #12A76C;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}



.filtreLicencies_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #dd003c;
    color: #dd003c;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}




.filtreDramas_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #DD0202;
    background-color: #DD0202;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.filtreFilms_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #018515;
    background-color: #018515;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.filtreSP_listeProjets {
    margin: 5px;
    padding: 5px;
    border: 1px solid #5108B5;
    background-color: #5108B5;
    color: white;
    font-weight: bold;
    cursor: pointer;
}


.arrow_box_listeProjets {
    max-width:220px;

    font-size:13px;
    padding: 0px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: spanProjets;
    font-weight:normal;
    font-size:16px;
    cursor:pointer;

    margin-bottom: -6px;
}

.flexGaucheBox_listeProjets {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
}

.resumeProjets_listeProjets {
    background: white;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 7px;
    /*padding-left: 15px;*/
    /*padding-right: 20px;*/
    padding-bottom: 10px;

    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);

    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 130px;

    cursor: pointer;
}



.ribbonTitre2_listeProjets{
    position:relative;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0 0.156em 0.156em 0;
    background: #E67420; /* rgb(123, 159, 199); */
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);

    margin: 0 0 15px 0;
    display: inline-block;
    padding: 5px 10px 8px 10px;
}

.borderType1_listeProjets {
    border: 2px solid #DD0202;
}

.borderType2_listeProjets {
    border: 2px solid #018515;
}

.borderType3_listeProjets {
    border: 2px solid #5108B5;
}

.pastille_listeProjets {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto;
    background-color: #0159b3;

    position: relative;
    top: -8px;
    right: -117px;

    border: 1px solid black;
    border-radius: 50%;
    box-shadow: inset -25px 25px -40px rgba(0,0,0,.5);
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
}

.bgEn_cours_listeProjets {
    background-color: #f4852f;
}
.bgTermines_listeProjets {
    background-color: #12a76c;
}

.bgLicencies_listeProjets {
    background-color: #dd003c;
}




.ribbonTitre2_listeProjets:before, .ribbonTitre2_listeProjets:after{
    position:absolute;
    content: '';
    display: block;
}

.ribbonTitre2_listeProjets:before{
    width: 0.469em;
    height: 125%;
    padding: 0 0 0.438em;
    top:0;
    left: -0.469em;
    background:inherit;
    border-radius: 0.313em 0 0 0.313em;
}

.ribbonTitre2_listeProjets:after{
    width: 0.313em;
    height: 0.313em;
    background: rgba(0,0,0,0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}





.montooltip_listeProjets {
    display:inline-block;
    position:relative;
    text-align:left;
}

.montooltip_listeProjets .bottom_listeProjets {
    top:150px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:15px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    width: 300px;
    cursor: pointer;
}

.montooltip_listeProjets .bottom_listeProjets .resume_listeProjets {
    max-height: 150px;
    overflow: scroll;
    overflow-x: hidden;
}

.montooltip_listeProjets:hover .bottom_listeProjets {
    display:block;
}

.montooltip_listeProjets .bottom_listeProjets h3 {
    font-size: 16px;
    border-bottom: 2px solid black;
}

.montooltip_listeProjets .bottom_listeProjets i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.montooltip_listeProjets .bottom_listeProjets i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}










.bouttonFiltrage {
    display:inline-block;
    position:relative;
    text-align:left;
}

.bouttonFiltrage .bottom_listeProjets {
    top:150px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    width: 300px;
    cursor: pointer;
}

.bouttonFiltrage .bottom_listeProjets .resume_listeProjets {
    max-height: 150px;
    overflow: scroll;
    overflow-x: hidden;
}

.bouttonFiltrage:hover .bottom_listeProjets {
    display:block;
}

.bouttonFiltrage .bottom_listeProjets h3 {
    font-size: 16px;
    border-bottom: 2px solid black;
}

.bouttonFiltrage .bottom_listeProjets i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.bouttonFiltrage .bottom_listeProjets i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}











.bouttonFiltrage .bottom_listeProjets.tooltipblue i::after {
    background-color:#00a1db;
}


.montooltip_listeProjets .bottom_listeProjets .resume_listeProjets::-webkit-scrollbar {
    width: 0.5em;
    background-color: #abb0b5;
}
.montooltip_listeProjets .bottom_listeProjets .resume_listeProjets::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.montooltip_listeProjets .bottom_listeProjets .resume_listeProjets::-webkit-scrollbar-thumb {
    background-color: #ff9308;/*#E67420;*/
    outline: 1px solid slategrey;
    border-radius: 5px;
}

.resume_listeProjets p:not(:last-child) {
    margin-bottom: 10px;
}


.tagsFiltre {
    padding: 5px;

    margin: 5px;

    border-radius: 4px;
    border: 2px solid black;
    background: #00a1db;

    padding-bottom: 8px;
}

.tagsFiltre span {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-weight: bold;
    font-family: Oswald;
}

.tagsFiltre span:last-child {
    color: black;
}

.tagsFiltre span:last-child {
    cursor: pointer;
}

.tagsFiltre span:last-child:hover {
    color: white;
    font-weight: bold;
}

.bouttonFiltrage {
    padding:5px;
    background: #00a1db;
    border:1px solid black;
    border-radius:20px;
    width:40px;
    height: 40px;
    text-align: center;
    font-size:18px;
    cursor:pointer;
    z-index:2;
    padding-bottom:7px;
    padding-right:7px;
}

.bouttonFiltrage:hover {
    color:white;
}




.boxFilragePlus {
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    border:1px solid black;
    border-radius:4px;
    position:relative;
    background: linear-gradient(43deg, rgba(188,186,186,1) 0%, rgba(128,128,128,1) 50%, rgba(97,97,97,1) 100%);
    padding-left:20px;
    margin-left:-20px;
    flex-wrap: wrap;
}

#filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding-left: 10px;
    height: 55px;
}


@media screen and (max-width:632px) {
    .boxCentreTitre {
        font-size: 22px;
    }
}
@media screen and (max-width:719px) {
    #filters {
        flex-direction: column;
        margin-bottom: 90px;
    }
}
