
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}






#page_agenda{
    display: block;
    width: 100% !important;
    /* border: 1px solid rgb(215, 234, 13); */
    background-color: var(--blanc);
    padding: 15px;
}


#page_agenda .titre{
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 100% !important;

    color: var(--noir);
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: rgba(255, 208, 157, 0.2);
    border-radius: 4px;
}

#page_agenda .liste{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}
#page_agenda .liste::before{
    position: absolute;
    content: "";
    width: 8px;
    border-left: 3px dotted rgba(126, 126, 126, 0.3);
    top: 6px;
    bottom: 0;
    left: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

#page_agenda .liste .item{
    position: relative;
    width: 100%;

    display: flex; 
    /* justify-content: space-between; */
    height: 110px;
    overflow: hidden;
    margin-bottom: 15px;
}
#page_agenda .liste .item .libelle{
    position: relative;
    display: flex;
    width: 290px;
    /* border: 1px solid red; */
    padding: 0 !important;
    max-height: 40px !important;
    margin-left: 0px !important;

    z-index: 5;
}
#page_agenda .liste .item .libelle .trait{
    position: relative;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--orange);
    margin-top: 6px;
    margin-right: 15px;
}
#page_agenda .liste .item .libelle .date{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--noir);

}

#page_secondaire .liste .item .caption {
    position: relative;
    width: 63%;
}








/******************************************* Responsive********************/

@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
   
   
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 480px) {
  

}