
.edbn-formation-details .edbn-toggle {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: clamp(12px,1.25vw,18px);
    background: #FFFFFF !important;
    border: 0 !important;
    width: 100%;
    text-align: left;
    
    
    padding: 20px clamp(10px,2.083vw,30px) 20px 20px;
}

.edbn-formation-details .edbn-section {
    background: #FFFFFF;
    margin-top: clamp(8px,0.833vw,12px);
    border-radius: 10px;
}

.edbn-formation-details .edbn-content {
    padding: 0 clamp(10px,2.083vw,30px) 20px 20px;
    font-family: 'Inter light';
    font-weight: 400;
    color: var(--e-global-color-primary );
    font-size: 14px;
}



.edbn-formation-details .edbn-chevron {
    margin-left: auto;
    display: inline-block;
    float: right;
    background: url('../images/chevron-dark-sand-right.svg') no-repeat center;
    width: 20px;
    height: 20px;
    transition: rotate 0.5s ease;
}

.edbn-formation-details .edbn-toggle.collapsed .edbn-chevron {
    rotate: 90deg;
}

.edbn-formation-details .edbn-content ul {
    text-align: left;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 16px;
}

.edbn-formation-details .edbn-content ul + p:not(:first-of-type) {
    margin-block-start: .9rem;
}

.edbn-formation-details #acf_program .edbn-program {


   
} 

.edbn-formation-details #acf_program .row-programm {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    
}



.edbn-formation-details #acf_program .edbn-program__item{
    width: 100%;
    
    padding: 15px 0;
}

.edbn-formation-details #acf_program .edbn-program__item:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.edbn-formation-details #acf_program .edbn-program__item .edbn-program__title {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter bold';
    text-transform: uppercase;
    margin-top: 0;
}





@media screen and (min-width:768px) {
    .edbn-formation-details #acf_program .row-programm:not(:last-child) {
        border-bottom: 1px solid #D9D9D9;
    }

    .edbn-formation-details .edbn-content {
        font-size: 15px;
    }
    .edbn-formation-details #acf_program .row-programm {
        gap: 20px;
        padding: 15px 0 30px;
        border-bottom: 0;
    }
    

    .edbn-formation-details #acf_program .edbn-program__item{
        width: calc(50% - 10px);
        border-bottom: 0 !important;
        padding: 0;
    }

 

}

