/* Header */
.stm-header > div > .container {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 767px) {
    .home .stm-header {
        position: absolute !important;
        width: 100%;
    }

    .home .stm-header__row_color_top:not(.pearl_sticked):before {
        background-color: transparent !important;
    }

    .home .stm-header .stm-header__row_color_top:not(.pearl_sticked) a {
        color: #fff;
    }
}

.stm-header .stm-header__row_color_top a {
    text-transform: uppercase;
}

.stm-header .stm-text {
    color: #f9c93a;
    font-size: 15px;
}

.stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.dynamics-shortcode-modalite {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 15px;
}

.dynamics-shortcode-modalite img {
    margin-bottom: 10px;
    max-width: 80px;
    height: auto;
}

.dynamics-shortcode-modalite .text {
    color: #666;
    font-size: 14px;
}

.stm-header__row_color_top {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.pearl_sticked .stm-logo img {
    max-width: 150px !important;
}

.stm-header .pearl_sticked .stm-text {
    font-size: 12px !important;
}

@media (max-width: 1600px) {
    .stm-logo img {
        max-width: 150px !important;
    }

    .stm-header .stm-text {
        font-size: 12px !important;
    }
}