.itemsStats {
    margin: 4px;
    font-family: Oswald;
}

.sectionBox_titre_accueil {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 5px 0px 5px;

    border-bottom: 4px solid #3e3e3e;

    font-family: adumu;
    font-size: 40px;
    margin-top: 12px;

    color: #3e3e3e;
    line-height: 34px;

}


.sectionBox_titre_accueil img {
    margin-right: 10px;
}


.sectionBox_titre_accueil2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 0px 5px;



    font-family: adumu;
    font-size: 40px;
    margin-top: 12px;

    color: #3e3e3e;
    line-height: 34px;
}

.sectionBox_titre_accueil2 img {
    margin-right: 10px;

}




.avancementsBox {
    display: flex;
    flex-direction:column;

  padding-top:0px;
    font-size: 30px;

    margin-top: 10px;
  }

.titreAvancements {
    position: relative;
    top:-50px;

    border: none;

    color: #aa4f00;
    text-align: left;

    margin-left: 70px;
    padding-left: 20px;
    border-bottom: 3px solid #aa4f00;

    font-family: spanProjets;

    margin-right: 10px;

    z-index: 1;
}



.titreAvancementsItemsBox {
    display: flex;
    flex-direction: row;
    border-top: 1px dashed #aa4f00;
    background: #db8d4a;
    border-bottom: 1px dashed #aa4f00;
    font-family:spanProjets;
    font-size:20px;

}

.remonteDe30 {
    margin-top: -30px;
    height: 0px;
}





.div30 {
    width: 30px;
}

.titreAvancementsPadding {
    padding-left:5px;
    padding-top:3px;
    padding-bottom: 3px;
}


.imgAvancementCloseOpen {
    position: relative;
    top: -23px;
    right: -100%;
    margin-left: -20px;

    cursor: pointer;
}

.avancementsBox table {
    font-size:18px;
    margin-bottom:5px;
    padding-left:10px;

    margin-top: -15px;
}











.notdone {
    border-radius: 0px 5px 5px 0px;

    height:40px;
    width:100%;


    background: rgb(240,127,116);
    background: linear-gradient(to left, #c44c4c 0%, #d33c3c 40%);
background:linear-gradient(0deg, rgba(248,30,30,1) 0%, rgba(158,10,10,1) 50%, rgba(255,23,14,1) 100%);

    cursor:pointer;

    overflow: hidden;
}

.notdone:after{
    content: attr(data-title);
    font-weight: bold;
    color: white;
    position:relative;
    left:13px;
    top:-49px;
    font-size: 15px;
}

.done {
    border-radius: 0px 5px 5px 0px;

    height:40px;
    background: rgb(51,207,77);
    background: linear-gradient(to left, #4cc45a 0%, #3cd35d 40%);
    background: linear-gradient(0deg, rgba(30,248,78,1) 0%, rgba(37,158,10,1) 50%, rgba(18,255,14,1) 100%);

    transition: all 4s ease-in-out;
}




.notdone2 {
    border-radius: 5px 5px 5px 5px;

    height:18px;
    width:100%;

    background: rgb(240,127,116);
    background: linear-gradient(to left, #c44c4c 0%, #d33c3c 40%);
    margin-bottom: 3px;

    border: 1px solid black;
}

.notdone2:after{
    content: attr(data-title);
    font-weight: bold;
    color: white;
    position:relative;
    left:13px;
    top:-26px;
    font-size: 13px;
}

.done2 {
    border-radius: 5px 5px 5px 5px;

    height:18px;
    background: rgb(51,207,77);
    background: linear-gradient(to left, #4cc45a 0%, #3cd35d 40%);

    transition: all 4s ease-in-out;
}



.resumeProjets_accueil {
    background: white;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 7px;

    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: 330px;
    height: 180px;

    cursor: pointer;
}


.borderType1_accueil {
    border: 2px solid #DD0202;
}

.borderType2_accueil {
    border: 2px solid #018515;
}

.borderType3_accueil {
    border: 2px solid #5108B5;
}





.bouttonNewsDecaler {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #eee;
    border: 3px solid black;
    z-index:1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius:50px;
}




.textNewsBox {
    font-family: Oswald;
    font-size: 22px;
    text-align: justify;
    margin: 0px 20px;
    color: black;


    padding: 0px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.textNewsBox p {
    margin-bottom: 10px;
}


.newsNewsLimit {
    max-height: 300px;
}



.boxCommentaires {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width:100%;
}


.btnSuite {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
    box-shadow: 3px 4px 0px 0px #1564ad;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color:#79bbff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #337bc4;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:6px 15px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528ecc;
}
.btnSuite:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
    background-color:#378de5;
}
.btnSuite:active {
    position:relative;
    top:1px;
}




#sortieBoxBottom {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.commentairesSortie {
    display: flex;
    justify-content: flex-start;
    width: 95%;
}


.commentairesNb {
    cursor: pointer;
}

.buttonDDL2 {
    cursor: pointer;
    margin: 0px 2px;
}

.buttonDDL2 img {
    margin-right: 0px;
}


.imageAfficherComments {
    width: 30px;
    height: 30px;
    margin-bottom: -1px;
}


.pageNewsNumberNumber {
    padding: 5px;
    border: 1px solid black;
    background: white;
    font-weight: bold;
}












.boxCommentaire:nth-child(odd) {
    /*border: 1px solid #ff9a0a;*/
    padding: 4px;
    margin-bottom: 5px;
    /*background-color: #ff9a0a14;*/
}

.boxCommentaire:nth-child(odd) .enteteBoxCommentaire {
    border-bottom: 1px dotted #ff9a0a;
}

.boxCommentaire:nth-child(odd) .contenuBoxCommentaire {
    border-left: 3px solid #ff9a0a;
    margin-top: 3px;
    padding-left: 15px;
}


.contenuBoxCommentaire:nth-child(odd) {
    margin: 0 15px;
}


.boxCommentaire:nth-child(even) {
    /*border: 1px solid #0dad27;*/
    padding: 4px;
    margin-bottom: 5px;
    /*background-color: #0dad2724;*/
}

.boxCommentaire:nth-child(even) .enteteBoxCommentaire {
    border-bottom: 1px dotted #0dad27;
}

.boxCommentaire:nth-child(even) .contenuBoxCommentaire {
    border-left: 3px solid #0dad27;
    margin-top: 3px;
    padding-left: 15px;
}



.contenuBoxCommentaire {
    margin-left: 20px;
}

#commentairesNewsBoxId {
    font-size: 20px;
    border-top: 2px dashed #3e3e3e;
}



.btnAjouterCommentaire {
    background: #FFFFFF;
    padding: 5px;
    margin-top: 5px;
    border: 2px solid #009900;

    border-radius: 5px;
    cursor: pointer;

    font-family: spanProjets;
    color: #00822f;
}

.btnAjouterCommentaire:hover {
    background: #00822f; /* Old browsers */

    color: #FFFFFF;
}


.pseudoInputClass {
    display: block;
    font-size: 20px;
    font-family: spanProjets;
    color: black;
    border: 2px solid #c0bbbb;
    padding: 5px;
    margin: 7px 0px;

    background-image: url(../images/icone_Pseudo.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 45px;
    background-position-y: center;
    background-position-x: 5px;
    border-radius: 5px;

}



.btnAjouterCommentaireBox {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}


#commentairesNewsBoxIdContent p {
    display: flex;
}

#commentairesNewsBoxIdContent .fr-emoticon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 5px;
}


.sortieBox {
    border:2px solid black;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index:1;

}


.sortieBoxAvancement {
    width:92px;

    border-radius:53px;
    border:2px solid black;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;

    z-index:1;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}



.tagsType_Accueil{
    background: var(--default-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--default-color-light) var(--default-color) var(--default-color-dark);
    border-radius: 5px;
    box-shadow: 0 0 2px var(--default-color);
    overflow: hidden;
    height: 25px;

    color: #fff;
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    background-color: var(--default-color);
    /* background-image: linear-gradient(to right, var(--default-color-light), var(--default-color));*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0px 5px;

    font-weight: bold;
    margin-right: 5px;

    font-family: Oswald;
    font-size: 14px;
    font-weight: bold;
}


body {
    font-family: Oswald;
}





.montooltip_accueil {
    display:inline-block;
    position:relative;
    text-align:left;

    transition: all .1s ease-in-out;
}




.montooltip_accueil .right {
    width:0px;
    height: 317px;
    top:50%;
    left:90%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:white;
    font-weight:normal;
    font-size:13px;
    border-radius:0px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;

    display:none;
    transition: all .1s ease-in-out;
}

.montooltip_accueil:hover .right {
    display: block;
    transition: all .1s ease-in-out;
}

.tooltipWidth {
    width:280px;
    transition: all .1s ease-in-out;
}


.montooltip_accueil .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.montooltip_accueil .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:white;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.montooltip_accueil .right .resume_accueil {
    max-height: 290px;
    overflow: scroll;
    overflow-x: hidden;
}

.montooltip_accueil .right h3 {
    font-size: 16px;
    border-bottom: 2px solid black;
}


.resume_accueil {
    display: block;
}













.montooltip_accueil .right .resume_accueil::-webkit-scrollbar {
    width: 0.5em;
    background-color: #abb0b5;
}
.montooltip_accueil .right .resume_accueil::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.montooltip_accueil .right .resume_accueil::-webkit-scrollbar-thumb {
    background-color: #ff9308;/*#E67420;*/
    outline: 1px solid slategrey;
    border-radius: 5px;
}



.legendPieDiv {
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    animation: showTime 3s;

}



.legendPieBox {
    text-align:center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 5px 10px;

    cursor: pointer;
}

.legendPieColorBox {
    width: 40px;
    height: 30px;
    border: 2px solid black;
    margin-right: 5px;
}

@keyframes showTime2 {
    0% {opacity: 0;}
    10% {opacity: 0;}
    40% {opacity: 0.4;}
    80% {opacity: 0.9;}
    100% {opacity: 1;}
}




.textStrokeWhite {
    color: black;
    text-shadow:
            1px 1px 0 #fff,
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff;
}











