#modals {
    position: relative;
}

.ijd_modal {
    z-index: 100;
    padding-right: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px #EEEEEE;
    max-height: 600px;
    background-color: white;
    position: absolute;
}

.ijd_modal .ijd_scrollable {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 560px;
}

.hidden {
    display: none;
}

.ijd_modal .image_container {
    min-height: 200px;
    text-align: center;
}

.ijd_modal .image_container > img {
    max-height: 200px;
}

#thematiques .row {
    padding: 15px 15px;
}

#thematique_modals {
    position: relative;
}

#thematiques .thematique {
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0px;
}

#thematiques .col {
    padding: 15px 0px;
}

.thematique_left {
    text-align: left;
}

.thematique_center {
    text-align: center;
}

.thematique_right {
    text-align: right;
}

.scroll_down_container {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.scroll_down_container img {
    height: 40px;
}