.image-dformation img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.icone-dformation img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.dformation-header {
    display: inline-flex;
}

.box-dformation {
    background: #cb043d;
    color: white;
    padding: 3px 20px;
    margin: 0px 20px 0px 12px;
    position: relative;
    width: auto;
    display: inline-block;
}
.box-dseminaire {
    background: #949494;
    color: white;
    padding: 3px 20px;
    margin: 0px 20px 0px 12px;
    position: relative;
    width: auto;
    display: inline-block;
}

.dformation-header2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}


.icone-dformation {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.box-dformation:after,.box-dseminaire:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: white;
    left: 7px;
    top: 12px;
    border-radius: 20px;
}

.tdformation {
    font-size: 22px;
    font-weight: 600;
}

.left-dformation {
    width: 100%;
    height: 100%;
    background: #80808030;
    padding: 20px;
}

.description-dformation {
    background: #e7e7e7;
    padding: 20px 60px 20px 60px;
}


.pocket img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
@media screen and (max-width: 768px) {
    .participer {
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
    }
    .dformation-header2 {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .dformation-header {
        display: inline-flex;
        flex-direction: column;
    }

}

.icone-dformation i {
    margin-right: 9px;
}

.dformation-header2 .btn-participer {
    margin-right: unset;
}

.left-dformation .pocket {
    display: flex;
    align-items: center;
}

.left-dformation .langue {
    display: flex;
    align-items: center;
}

i.fa-regular.fa-file-word {
    margin-right: 5px;
}

.dtformation .ul-sociaux {
    justify-content: left;
}
