.annee{
    font-family: druk;
    display: block;
    padding: 10px 0;
    position: relative;
    width: 100%;
    font-size: var(--DrLow);
    border-top: 1px solid white;
}

.mois{
    font-size: var(--CenLow);
}

.oneYear{
    display: none;
}

.oneYear:first-of-type{
    display: block;
}

.oneYear:nth-of-type(2){
    display: block;
}

.deploy{
    display: block;
    position: absolute;
    font-family: century;
    height: .7vw;
    transform-origin: center;
    background-image: var(--bg-image);
    right: 0;
    top: 50%;
    transition: .1s;
    cursor: pointer;
    transform: translate(0 , -50%);
    margin-right: 0;
}

.annee:first-of-type .deploy:first-of-type{
    transform: translate(0 , -50%) rotate(90deg);
}

.annee:nth-of-type(2) .deploy:first-of-type{
    transform: translate(0 , -50%) rotate(90deg);
}

.deploy img{
    height: 100%;
    width: auto;
}

.mois h4{
    display: block;
    background-color: white;
    color: black;
    padding: 10px 5px 5px 5px;
    width: 100%;
}

.date{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 5px 5px;
}

.jour{
    width: 7.5%;
}

.representation{
    width: 30%;
}

.lieu{
    width: 30%;
}

.ville{
    width: 17.5%;
}

.pays{
    width: 10%;
}

#agenda{
    display: block;
    position: relative;
    margin: 5vw 5%;
}

.jour{
    width: 10% !important;
}

#tri{
    margin-bottom: 1vw;
    font-size: var(--CenLow);
}

.triItem{
    cursor: pointer;
    display: inline-block;
    border-right: 1px solid white;
    margin-left: 5%;
    padding-right: 5%;
}

.triItem:last-of-type{
    border-right: 0px;
}

.triItem:hover{
    text-decoration: underline 1px solid white;
}

.isActive{
    display: inline-block;
    margin-left: 1vw;
    border: 1px solid white;
    height: .5vw;
    width: .5vw;
}

@media (orientation:portrait){



    #tri{
        margin-bottom:5dvw;
        font-size: var(--CenLow);
    }

    .triItem{
        display: block;
        margin: 2dvw 0;
        border-right: unset;
        padding-bottom: 2dvw;
        border-bottom: 1px solid white;
        margin-left: 0;
    }

    .triItem:first-of-type{
        padding-top: 2dvw;
    }


    .triItem:last-of-type{
        border-bottom: 0px;
        padding-bottom: unset;
    }

    .isActive{
        margin-left: 2dvw;
        height: 1.5dvw;
        width: 1.5dvw;
    }


    .mois h4{
        width: calc(100% - 10px);
    }

    .date{
        width: calc(100% - 10px);
    }
    

    .deploy{
        height: 2.3vw;
    }


    .representation{
        width: 30%;
    }
    
    .lieu{
        width: 25%;
    }

    .ville{
        width: 25%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pays{
        display: none;
    }
    
}
