﻿#calendar .row {
    margin-left: 0px;
    margin-right: 0px;
}

.monthBtn {
    width: calc( 100% / 8 );
    float: left;
    text-align: center;
    font-size: 1.5em;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 2em;
    text-decoration: underline;
    cursor: pointer;
    transition: all 400ms;
}

.monthClick {
    color: #fcff65;
    font-size: 2em;
    text-decoration: none;
    transition: all 400ms;
}

.activites {
    cursor: pointer;
}

    .activites img:hover {
        transition: 0.30s;
        -webkit-transition: 0.30s;
        -moz-transition: 0.30s;
        -ms-transition: 0.30s;
        -o-transition: 0.30s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        transition: all 400ms;
    }

.date {
    width: calc(100% /7.01 - 5px);
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.dateSquer {
    font-family: 'FIMM32Font';
    width: calc(100% /7.01 - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    text-align: center;
    background-color: #e74554;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 100%;
    font-size: 2em;
    font-weight: 100;
    vertical-align: middle;
    cursor: pointer;
    /*padding-left: 0.85em;*/
    transition: all 400ms;
}

.today {
    color: #d2e045;
    transition: all 400ms;
}

.dayClick {
    background-color: #fff;
    color: #e74554;
}

.dateSquer::after {
    content: url(/fcp/2024/img/frame/point.png);
    color: #0085c1;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    transition: all 400ms;
}

.dayDetail {
    border: solid 0px white;
    background-color: white;
    margin-top: 28px;
    /*max-height: 552px;*/
    overflow-y: auto;
    padding-top: 0em;
    transition: all 400ms;
}

    .dayDetail h3 {
        font-size: 1rem;
        margin-top: 0px;
    }

    .dayDetail .eventListDate p {
        font-size: 0.8rem;
        margin-top: 0px;
        font-weight: 100;
        color: #292929;
    }

.highLine {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    .highLine figure {
        margin: 0 0 0rem;
    }

.noClick {
    cursor: default;
    padding-left: 0px;
}

    .noClick::after {
        content: "";
        color: #ff6c88;
    }

.dateSquerWhite {
    background-color: #ffffff;
    color: #ff6c88;
}

.actConten {
    width: calc(100% - 5px);
    display: none;
    float: left;
    text-align: center;
    background-color: #ffffff;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.eventInList {
    color: black;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    transition: all 400ms;
}

    a.eventInList:hover {
        color: #e74554;
        text-decoration: underline;
        font-size: 1em;
        font-weight: normal;
    }

@media (max-width: 767px) {
    .monthBtn {
        width: calc( 100% / 2 );
    }

    .dateSquer {
        font-size: 1em;
        font-weight: 500;
        padding-left: 0em;
    }

    .actConten {
        font-size: 0.8em;
    }

    .dayDetail {
        height: auto;
    }
}

@media (max-width: 575px) {
    .dateSquer {
        font-size: 1em;
        font-weight: 900;
        padding-left: 0em;
    }

    .actConten {
        font-size: 0.5em;
    }



    .monthBtn {
        width: calc( 100% / 3 );
        float: left;
        text-align: center;
        font-size: 1em;
        text-transform: capitalize;
        color: #ffffff;
        margin-bottom: 1.5em;
        text-decoration: underline;
        cursor: pointer;
    }

    .monthClick {
        color: #fcff65;
        font-size: 1.1em;
        text-decoration: none;
    }
}
