@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500&display=swap');

body, html {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.badge{
    position: absolute;
    top: 0;
    right: 3.5%;
    background: #A41A20;
    color: white;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: lowercase;
}

.badge::first-letter {
    text-transform: uppercase;
}

.programItem{
    background-color:#ffffff;
    background-position:left top;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    overflow: hidden;
    -o-background-size:cover;
    background-size:cover;
}

.programItem .fusion-text{
    padding: 20px;
    max-height: 350px;
    text-align: right;
    text-transform: uppercase;
}
.programItem .fusion-text h3 {
    margin-top: 0px;
    transition: 500ms all;
    text-align: right;
    font-family: "Dosis", sans-serif !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 4.5rem !important;
}

.programItem .fusion-text .soustitreprog{
    margin-top: 02px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.kc-list-bloc{
    padding-right: 10rem !important;
}


.kc-list-bloc-text{
    font-family: "Dosis",sans-serif!important;
    font-size: 4rem!important;
    color: #222!important;
    font-weight: 400!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6rem
}

@media (max-width: 768px) {
    .kc-list-bloc{
        padding-right: 1rem !important;
    }

    .kc-list-bloc-description {
        margin-bottom: 6rem;
    }

    .programItem {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .programItem .fusion-text {
        padding: 10px;
        margin-bottom: 5%;
    }

    .programItem .fusion-text h3 {
        margin-top: 0 !important;
        font-size: 2.5rem !important;
    }
}

@media (min-width: 769px) and (max-width: 1027px) {
    .programItem .fusion-text h3 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1028px) {
    .programItem .fusion-text h3 {
        font-size: 4.5rem !important;
    }
}

