.paragraphe_type_embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.paragraphe_type_embed-container iframe,
.paragraphe_type_embed-container object,
.paragraphe_type_embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative
}

#paragraphes .col-md-5{
    width: auto;
    max-width: 41.666667%;
}

#paragraphes img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    #paragraphes .col-md-5{
        width: 100%;
        max-width: 100%;
    }
}