/** GLOBAL **/
div.ajax-message,
div.filter-message {
    text-align: center;
    font-size: 15px;
}

.form-message {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 5px;
}

.section-msg {
    font-size: 13px;
}

.cursor-not-allowed {
    cursor: not-allowed;
}


/** HEADER **/
#header-telephone {
    width: 126px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}


/** SINGLE ENTREPRISE **/
.block-company__content.block .block-header .social li.twitter a {
    background-color: #38A1F3;
    font-size: 18px;
}

img.happy_at_work {
    cursor: pointer;
}

.entreprise-location {
    cursor: pointer;
}


/** LIST ENTREPRISES **/
img.entreprise-logo {
    object-fit: contain;
}

@media (max-width: 768px) {
    #filter-entreprises .ajax-message {
        display: none;
    }
}


/** JOB BOARD **/
.gm-style .block.block-infowindow {
    cursor: pointer;
}


/** PAGE PERFORMANCE DIGITAL RH **/
.page-performance_rh.ancient #headline {
    padding-bottom: 0;
}

.page-performance_rh.ancient #strengh.section .section-header {
    margin-bottom: 41px;
}

.page-performance_rh.ancient #phase1 .section-body,
.page-performance_rh.ancient #phase1 .section-header {
    margin-bottom: 0;
}


/** FOOTER **/
.block-logo.block .block-footer a {
    display: initial;
}