.page-ents {
    background-color: #fff;
    border-radius: 5px;
}

.society-main {
    padding: 15px;
}

.page-ents .banner {
    position: relative;
    border-radius: 5px 0;
    background-size: cover;
}

.page-ents .banner-empty {
    background-color: #eef2f6;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.society-block-body {
    position: relative;
}

.society-block-main {
    padding: 2px;
}


.page-error .society-block-error {
    border: 1px solid #ff0000;
}

.society-block-error::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: -24px;
    background: url('/modules/apec-jahia-module/assets/img/angular/core/icons/icon_warning.png') no-repeat;
}

.page-error-main {
    display: none;
}

.page-error .page-error-main {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 0;
    padding-left: 20px;
    background-color: rgba(248, 215, 218, .9);
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.banner-error {
    padding-left: 40px;
    background: url('/modules/apec-jahia-module/assets/img/angularjs/core/form/picto-error.png') no-repeat;
    background-position: left center;
    color: #721c24;
}

.society-elements-empty .society-elements-entered {
    display: none;
}

.page-error-msg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #fff;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 0, 0, 0.8);
}

.page-error .page-error-msg {
    opacity: 1;
}

.media-size-info, .msg-error-banner {
    display: none;
}

.page-ents .banner-empty .media-size-info {
    display: block;
}

.page-error .msg-error-banner {
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.page-ents .banner img {
    width: 100%;
    height: inherit;
}

.logo-zone {
    margin-bottom: 30px;
}

.logo-zone {
    position: relative;
    margin-bottom: 0px;
    padding-left: 30px;
}

.logo-zone-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    top: -25px;
}

.logo-zone-picture {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    height: 140px;
    width: 140px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.logo-picture {
    display: flex;
    width: 100%;
}

.logo-picture.logo-zone-empty {
    background-color: #dee2e6;
}

.logo-zone-picture img {
    max-width: 100%;
    height: auto;
}

.logo-zone-identity {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
}

.zone-call-action {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: space-between;
}

.logo-zone-name {
    padding-left: 14px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-zone {
    margin-bottom: 30px;
}

.quote-ents {
    font-size: 15px;
}

blockquote.quote-ents {
    margin: 0;
}

.theme-candidat .quote-zone-sentence {
    position: relative;
    padding-left: 45px;
}

.theme-recruteur .quote-zone-sentence {
    position: relative;
    padding-left: 30px;
}

.theme-recruteur .quote-zone-sentence .quote-sentence p {
    font-size: 15px;
}

.quote-beginning img, .quote-ending img {
    width: 28px;
}

.container-society-citation {
    position: relative;
    top: -14px;
    height: 40px;
}

.society-elements-empty .empty-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #eef2f6;
}

.logo-picture.society-elements-empty {
    margin: 0;
}

.logo-picture.society-elements-empty {
    padding: 4px;
}

/*
.society-elements-empty .empty-info {
    display: block;
}
*/
.empty-info {
    display: none;
}

.society-elements-empty .society-elements-modified {
    display: none;
}

.block-empty-item {
    position: relative;
    display: none;
}

.society-elements-empty .block-empty-item {
    display: block;
}

.society-elements-empty .society-block-modified {
    display: none;
}


.quote-sentence.society-elements-empty {
    height: 56px;
    background-color: #eef2f6;
}

.quote-sentence.society-elements-modified p {
    font-size: 20%!important;
}

.quote-ending {
    position: absolute;
    bottom: -14px;
    right: 0px;
}

.model-builder-template {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.center-element {
    display: flex;
    justify-content: center;
}
.status-ents-zone {
    position: absolute;
    right: 0;
    top: 8px;
}
.status-ents {
    display: block;
    padding-left: 18px;
    line-height: 20px;
    position: relative;
}

.status-ents.status-online::before,
.status-ents.status-offline::before,
.status-ents.status-cancelled::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.ents-templates {
    margin-bottom: 20px;
}

.status-online {
    color: #33CC00;
}

.status-offline {
    color: #CC0000;
}

.status-cancelled {
    color: #ff9933;
}

.status-online::before {
    background-color: #33CC00;
}

.status-offline::before {
    background-color: #CC0000;
}

.status-cancelled::before {
    background-color: #ff9933;
}

.society-key {
    margin-bottom: 30px;
}

.society-key-elements, .ents-advantages, .page-en-tete {
    position: relative;
}

.society-key-elements:not(:first-child) {
    margin-top: 50px;
}

.society-key-elements.society-elements-empty {
    height: 120px;
}

.ents-advantages-block.society-elements-empty {
    background-color: #eef2f6;
}

.society-key-row {
    margin-bottom: 20px;
}

.society-key-row h4 {
    margin-bottom: 6px;
    font-weight: 700;
}

.society-key-row span {
    font-size: 12px;
}

.society-links {
    display: flex;
    flex-direction: column;
    margin: 20px 0 30px;
}

.society-links .link-info-society {
    text-decoration: underline !important;
    margin-bottom: 4px;
}

.theme-recruteur .society-links .link-info-society {
    color: #80a9f5;
}

.society-links .link-info-society:hover {
    text-decoration: none !important;
}

.share-network {
    display: flex;
}

.share-network a {
    margin-right: 6px;
}

.share-network img {
    width: 30px;
    height: 30px;
}

.society-block-page {
    position: relative;
    margin-bottom: 40px;
}

.society-header-title {
    position: relative;
    height: 30px;
}

.ents-block-modify {
    position: absolute;
    top: 0px;
    right: 0px;
}

.page-en-tete .ents-block-modify {
    position: absolute;
    top: -24px;
    right: 8px;
}

.logo-zone .ents-block-modify {
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 1;
}

.add-block-builder {
    margin-bottom: 40px;
}

.add-block-builder .ents-block-modify {
    top: -4px;
}

.society-block-title {
    margin: 0 0 20px;
}

.society-block-media .society-block-modified {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}

.society-block-media.society-elements-empty .society-block-modified {
    display: none;
}

.society-block-media iframe {
    max-height: 200px;
    width: 100%;
    height: auto;
}

.society-block-media img {
    max-width: 260px;
    max-height: 200px;
    height: auto;
}

.ents-advantages {
    margin-top: 30px;
    margin-bottom: 70px;
}

.society-map .ents-block-modify {
    top: 16px;
}

.title-map{
    display: block;
    margin-bottom: 15px;
}

.ents-advantages-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.ents-advantages-list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.ents-advantage-item {
    padding-left: 30px;
    background: url('/modules/apec-jahia-module/assets/img/edito/icone/check-black.svg') no-repeat;
    margin-right: 60px;
}

.ents-recrutment {
    height: 80px;
}

.ents-recrutment input {
    width: 100%;
}

.ents-recrutment .modal-error-message {
    margin-left: 20px;
}

.border-separation-top {
    border-top: 1px solid #EDF7F7;
    margin-top: 30px;
    padding-top: 20px;
}

.society-main .border-separation-top {
    margin: 0;
}

.border-separation-bottom {
    border-bottom: 1px solid #EDF7F7;
}

.border-separation-right {
    border-right: 1px solid #EDF7F7;
}

.page-ents .error-warning {
    padding-left: 26px;
    background: url('/modules/apec-jahia-module/assets/img/angular/core/icons/icon_warning.png') no-repeat;
    cursor: pointer;
    line-height: 20px;
}

.bloc-img-txt {
    display: flex;
    flex-direction: row;
    margin-bottom: 45px;
}

.bloc-img-txt > .society-block-media {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-bottom: 16px;
    margin-right: 20px;
}

.bloc-img-txt > .society-block-media:nth-child(2) {
    margin-right: 0px;
    margin-left: 20px;
}

.bloc-img-txt .society-block-description {
    flex: 2;
    max-width: 95%;
}

.bloc-img-txt .society-block-description p,
.bloc-img-txt .society-block-description ol,
.bloc-img-txt .society-block-description ul {
    word-break: break-word;
    font-size: 14px;
}

.society-block-description p {
    word-break: break-word;
    font-size: 14px;
}

.bloc-img-self {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100px;
}

.page-ents-sticky {
    z-index: 100;
    padding: 16px;
}

.page-ents .error-link a {
    color: #ff0000;
    text-decoration: underline;
}

.page-ents .error-link a:hover {
    color: #ff0000;
    text-decoration: none;
}

.society-map {
    position: relative;
}

.society-map img {
    width: 100%;
}


.map-zone {
    border: 1px solid silver;
    width: 100%;
    height: 170px;
}

.modify-actions {
    display: flex;
}

.modify-actions a + a {
    margin-left: 8px;
}



@media (max-width: 992px) {
    .logo-zone-name {
        padding-left: 4px;
        font-size: 14px;
        margin-top: 10px;
        font-weight: 700;
    }

    .quote-zone-sentence {
        text-align: center;
    }

    .ents-advantages-list {
        grid-template-columns: auto;
        grid-gap: 20px;
        margin-left: 0px;
    }


}

.form-apec.form-apec-pe label {
    line-height: 2;
    text-align: right;
}

.form-apec-pe .error-found {
    margin-top: 0;
}

.form-apec.form-apec-pe .custom-input-file label {
    text-align: left;
}

.form-apec.form-apec-pe .custom-checkbox-input label {
    padding-left: 12px;
}

.form-apec.form-apec-pe .checkbox label {
    line-height: 1.5;
}

.form-apec.form-apec-pe .modal-header {
    position: relative;
}

.modal-requirement {
    padding-left: 3rem;
    margin: 10px 0 16px;
}

.modal-requirement p {
    font-size: 12px;

}

.modal-error-message, .block-error-message {
    padding-left: 3rem;
    height: 18px;
    color: #ff0000;
    margin: 6px 0 0 2px;
    background: url('/modules/apec-jahia-module/assets/img/angularjs/forms/icon_warning.png') no-repeat;
}

.modal.modal-pe .modal-title {
    position: relative;
    padding-left: 2rem;
    font-size: 18px;
}

.modal-pe .modal-body {
    padding: 1rem 3rem 0 1rem;
}

.modal-pe {
    z-index: 1049;
}

.close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    border: 0;
    background: url('/modules/apec-jahia-module/assets/img/edito/icone/close.svg') no-repeat;
}

.ents-call-action .btn + .btn {
    margin-left: 20px;
}

.modal-dialog.modal-advantages .form-apec .form-control {
    min-height: 24px;
    max-height: 24px;
}

.modal-pe .form-control.error-input {
    border: 1px solid #ff0000;
}

input[type='file'] {
    display: none;
}

.label-add-file {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0 8px;
    color: #fff;
    height: 32px;
    background-color: #aaa;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: pointer;
}

.format-add-file {
    margin-left: 2rem;
}

.ckeditor {
    height: 120px;
    border: 1px solid silver;
}

.bloc-basic-input {
    position: relative;
}

.pe-tooltip-question {
    position: absolute;
    right: -27px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #80A9F5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pe-tooltip-text {
    display: none;
    background: #232558;
    color: #fff;
    width: 130px;
    font-size: 12px;
    padding: 10px;
    transition: all .3s ease;
}

.pe-tooltip-text a {
    color: #fff;
}

.pe-tooltip-question::before {
    content: '?';
    color: #fff;
}

.pe-tooltip-container:hover .pe-tooltip-text {
    display: block;
    position: absolute;
    bottom: 30px;
}

.pe-form-text {
    line-height: 2;
}

.form-apec .ng-select .ng-select-container {
    border: 1px solid #7997AF;
}

@media (min-width: 576px) {
    .modal-dialog.modal-key-elements {
        max-width: 800px;
    }

    .modal-dialog.modal-advantages {
        max-width: 672px;
    }

    .modal-dialog.banner-elements, .modal-dialog.modal-geolocalisation {
        max-width: 680px;
    }

    .modal-dialog.modal_bloc_central_1 {
        max-width: 720px;
    }
}

.page-entreprise .header {
    position: relative;
    margin-bottom: 30px;
}

.page-entreprise .banniere {
    min-height: 300px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.page-entreprise .header .redirect-action,
.page-entreprise .header .raison-commercial {
    padding-left: 200px;
}

.page-entreprise .header .redirect-action .bloc-action {
    padding: 15px;
}

.page-entreprise .header .redirect-action .bloc-action a {
    margin-right: 40px;
}

.page-entreprise .card.logo {
    position: absolute;
    top: 235px;
    left: 36px;
    height: 150px;
    width: 150px;
}

.page-entreprise .edit {
    background: url("../../../../img/angular/espace/recruteur/icon_edit.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.page-entreprise .card-body .edit {
    position: absolute;
    top: 10px;
    right: 15px;
}

#headerModalForm .form-apec .error-found {
    margin-top: 0;
}

.page-entreprise .elts-cles-wrapper .intitule {
    margin-bottom: 10px;
    font-weight: bold;
}

.page-entreprise .notre-histoire-wrapper .image-histoire {
    display: inline-block;
    border: 1px solid black;
    width: 30%;
    min-height: 150px;
    margin-right: 5px;
}

.page-entreprise .notre-histoire-wrapper .text-histoire {
    display: inline-block;
    border: 1px solid black;
    width: 68%;
    min-height: 150px;
    padding: 10px;
}

.page-entreprise .comp_popin .modal-dialog {
    max-width: 920px;
}

.page-entreprise .statut-bloc {
    position: absolute;
    top: 40px;
    right: 15px;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-vertical-center {
    align-items: center;
}

.page-ents .leaflet-pane,
.page-ents .leaflet-top,
.page-ents .leaflet-bottom {
    z-index: 1;
}

@media (max-width: 768px) {
    .ents-call-action .btn {
        display: block;
    }
    .ents-call-action .btn + .btn {
        margin-left: 0px;
        margin-top: 20px;
    }

    .zone-call-action {
        display: flex;
        flex-direction: column;
    }

    .map-zone {
        margin-bottom: 50px;
    }

    .bloc-img-txt {
        flex-direction: column;
    }
}

.navbar-form{
    overflow: visible!important;
}

.modal-pe .img-container-cropper {
    max-height: 250px;
    max-width: 100%;
    float: left;
}

.modal-pe .img-container-cropper .informational-message {
  font-size:11px;
}

.modal-pe .comp_input-file .error-found {
    float: left;
}

