.container-evt-spectacle-archive-item {

    margin-bottom: 100px;


}


.evt-spectacle {

    &-archive {

        &-item {

            // margin-bottom: 60px;

            h2 {

                font-family: $contentFont;
                font-weight: 300;
                font-size: 24px;
                line-height: 33px;
                color: #000000;
                letter-spacing: 6px;
                margin-bottom: 12px;

            }

            p {

                font-weight: 300;

            }



        }
    }

    &-single {


        .section-title-variante {
    
                text-align: center;
                margin-right: auto;
                margin-left: auto;
            
            h2 {
                
                font-family: $contentFont;
                font-size: 18px;
                font-family: inherit;
                font-style: inherit;
                text-transform: uppercase;
                margin-bottom: 60px;
            }
        }
    
    }
}

.evts-detail {

margin-top: 20px;

}

.evt-detail-programmation a.btn-evt-detail{
    
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #F1EFED;
    padding-bottom: 6px;
    display: block;
    position: relative;
    color: #CE5244;
    text-decoration: none;

    &::after {
        
        content: '-';
        position: absolute;
        right: 0;
        font-size: 14px;
        font-weight: 700;
    }

    &.collapsed {

        
        color: #000000;

    &:hover {

        color: #CE5244;

    }

    &::after {
        
            content: '+';
            position: absolute;
            right: 0;
            font-size: 14px;
            font-weight: 700;
        }
    }
}

.evt-detail-card {

    &.card {

        background-color: #fff;
        background-clip: border-box;
        border: none;
        border-radius: 0;
        padding: 0;

    }

}
