#dhub .dhb_browser-body_frame_const>.dhb-home_frame_const {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 8px;
    background-color: rgba(244, 244, 244, 0.97);
    box-shadow: 0 2px 5px rgba(24, 24, 24, 0.6);
    overflow-x: hidden;
    margin-top: 0;
    font-family: 'Noto Sans';
}

#dhub .dhb-home_frame_const > .slider_frame_const {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(32,33,37,0.4);
    border-radius: 10px;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#dhub .dhb-home_frame_const .home_slider_embed {
    width: 100%;
    left: 0;
    top: 0;
    height: 300px;
    margin-bottom: 40px;
}

#dhub .dhb-home_frame_const .home_slider_embed > .slider_container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: inherit;
}


#dhub .dhb-home_frame_const .slider_container>.slide-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: inherit;
}

#dhub .dhb-home_frame_const > .top-slide_caption {
    width: 100%;
    margin-bottom: 16px;
}

#dhub .dhb-home_frame_const .top-slide_caption > .title {
    color: rgb(28,70,154);
    font-size: 1.2em;
    margin: 10px 0;
    padding: 0 12px;
}

#dhub .dhb-home_frame_const .top-slide_caption > .desc {
    font-size: 1em;
    padding: 0 12px;
    display: inline-block;
    margin-bottom: 12px;
}

#dhub .dhb-home_frame_const .top-slide_caption .desc > p {
    margin: 8px 0;
}

#dhub .dhb-home_frame_const .top-slide_caption > .dhb_button {
    margin: 5px 0 16px 0;
    left: 50%;
    transform: translateX(-50%);
}

#dhub .dhb-home_frame_const>.home_slider_embed.minimum-scale {
    margin-bottom: 40px;
}

#dhub .dghk-slider_frame_const.minimum-scale>nav.dghk-slider_bullets-bar_const {
    bottom: -40px;
    background-color: rgba(1, 32, 96, 0.03);
}

#dhub .dghk-slider_frame_const.minimum-scale .dghk-slider_slide-bullet {
    border: 2px solid rgb(56,0,87);
}

#dhub .dghk-slider_frame_const.minimum-scale .dghk-slider_slide-bullet:before {
    background-color: rgb(56,0,87);
}

#dhub .dhb-home_frame_const .home_slider_embed.minimum-scale .slide-item>a.trigger {
    padding-top: 20px;
}

#dhub .dhb-home_frame_const .home_slider_embed.minimum-scale .slide-item a.trigger>.caption_title {
    font-size: 1em;
}

#dhub .dhb-home_frame_const .dghk-slider_frame_const>span.dghk-slider_left-direct {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(247,213,54, 0.8) 100%);
}

#dhub .dhb-home_frame_const .dghk-slider_frame_const>span.dghk-slider_right-direct {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(247,213,54, 0.8) 100%);
}

#dhub .dhb-home_frame_const .dghk-slider_frame_const>nav.dghk-slider_bullets-bar_const {
    background-color: rgba(28,70,154,0.1);
    height: 30px;
    bottom: -30px
}

#dhub .dhb-home_frame_const .home_slider_embed .dghk-slider_bullets-bar_const>.dghk-slider_slide-bullet {
    border: 3px solid rgb(247,213,54);
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#dhub .dhb-home_frame_const .home_slider_embed .dghk-slider_bullets-bar_const>.dghk-slider_slide-bullet:before {
    background-color: rgb(32,33,37);
    width: 13px;
    height: 13px;
}

/*! HOME FRAME > SUBSCRIBE */


#dhub .dhb-home_frame_const > .subscribe_frame {
    background-color: rgba(28,70,154,0.04);
    border-radius: 10px;
    width: calc(100% - 10px);
    left: 0;
    padding: 10px 5px;
    margin-bottom: 16px;
}


#dhub .dhb-home_frame_const .subscribe_frame>.sf-title,
#dhub .dhb-home_frame_const .subscribe_frame>.sf-texte {
    padding: 5px 0;
}

#dhub .dhb-home_frame_const .subscribe_frame>.sf-title {
    font-size: 1.1em;
    color: rgb(24,24,24);
    width: 100%;
    box-sizing: border-box;
}

#dhub .dhb-home_frame_const .subscribe_frame>.sf-texte {
    line-height: 1.4em;
    font-size: 1em;
}

#dhub .dhb-home_frame_const .subscribe_frame .sf-texte>a.dhub {
    font-family: 'acme';
    text-decoration: none;
    color: rgb(1, 32, 96);
}

#dhub .dhb-home_frame_const .subscribe_frame>.buttons_container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 16px;
    text-align: center;
}

#dhub .dhb-home_frame_const .subscribe_frame >.buttons_container > .dhb_button {
    margin: 0 5px;
}

/*! Products --------------------- */ 

#dhub .dhb-home_frame_const > .dhb_product {
    width: 100%;
    height: max-content;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(32,33,37,0.5);
    border-radius: 10px;
}

#dhub .dhb-home_frame_const .dhb_product > .hfbc-title {
    display: flex;
    position: relative;
    box-sizing: inherit;
    height: 40px;
    background-color: rgba(28,70,154,0.04);
    padding: 0 12px;
    font-size: 1.15em;
    align-items: center;
    display: none;
}

#dhub .dhb-home_frame_const .dhb_product > .hfbc-title a {
    text-decoration: none;
    color: rgb(28,70,154);
    font-weight: bold;
}

#dhub .dhb-home_frame_const .dhb_product > .description {
    position: relative;
    box-sizing: inherit;
    width: 100%;
}

#dhub .dhb-home_frame_const .dhb_product .description > h2.title {
    display: flex;
    padding: 16px 12px;
    font-size: 1.3em;
}

#dhub .dhb-home_frame_const .dhb_product .description > .illustration {
    position: relative;
    box-sizing: inherit;
    width: 100%;
}

#dhub .dhb-home_frame_const .dhb_product .description > .illustration .image {
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: inherit;
} 

#dhub .dhb-home_frame_const .dhb_product .description > .illustration img {
    position: relative;
    width: 100%;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules {
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: inherit;
    flex-direction: column;
    list-style-type: none;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules .item {
    width: 100%;
    position: relative;
    box-sizing: inherit;
    margin-top: 16px;
    padding: 0 12px;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules .title {
    display: inline-flex;
    font-weight: bold;
    color: rgb(28,70,154);
    margin-bottom: 8px;
    font-size: 1.15em;
    position: relative;
    min-height: 40px;
    align-items: center;
    padding-left: 33px;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules > .item .title:before {
    content: '';
    font-family: 'DHub Icon Font from fontello';
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(247,213,54);
    font-weight: normal;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules > .item.jobs .title:before {
    content: '\e8b3';
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules > .item.recruiters .title:before {
    content: '\F20E';
    font-weight: bold;
}

#dhub .dhb-home_frame_const .dhb_product .description > .modules .info {
    display: block;
    font-size: 1em;
}

#dhub .dhb-home_frame_const .dhb_product .description > .buttons_container {
    width: 100%;
    position: relative;
    box-sizing: inherit;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 720px) {
    #dhub .dhb-home_frame_const .slide-item a.trigger>.caption_title {
        font-size: 1.4em;
        max-width: 55%;
    }

    #dhub .dhb-home_frame_const .slide-item a.trigger>.caption_description {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    
}