@charset "UTF-8";

/******************************* rdv-service *****************************/
/************************** Crée le 24 avril 2018 ************************/
/*************************************************************************/

@import "indigo-pink.css";

/* Cover */
@import 'composants/comp_cover.css';

/* Popin */
@import 'composants/comp_popin.css';

/* Form Box */
@import 'composants/comp_form-box.css';

/* Memo RDV */
@import 'composants/comp_memo-rdv.css';

/* Date Picker */
@import 'composants/comp_datePicker.css';

/* Hour Picker */
@import 'composants/comp_hour-picker.css';

@import 'composants/comp_calendar.css';

@import 'composants/comp_slider.css';

/* Input file */
@import 'composants/comp_input-file.css';

/* select */
@import '../common/select-angular-ts.css';

/* Sessions Atelier*/
@import 'composants/sessions-atelier.css';

::-ms-clear {
    display: none;
}

.collapse:not(.show) {
    display: block !important;
}

.fade.in {
    opacity: 1 !important;
    display: block;
    overflow: scroll;
}

.modal.in .modal-dialog {
    transform: translate(0, 0) !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    z-index: 10001 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 850px !important;
    }
}

.modal-backdrop {
    background-color: #000 !important;
    opacity: .6 !important;
}
.modal-open .modal-backdrop {
     display: block !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 10000 !important;
}

.modal-dialog {
    position: relative;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 750px;
    }
}

.modal-dialog {
    z-index: 10002 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 140px auto;
    }
}

.modal-lg .modal-content {
    border-radius: 5px;
}

.modal-content {
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-content .modal-footer {
    border:0;
}

.modal-header.making-appointment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FF531F;
}

.modal-header.making-appointment .modal-title {
    display: flex;
    align-items: center;
}

.modal-header.making-appointment .modal-title svg{
    margin-right: 10px;
}

.modal-header.making-appointment .modal-title h2 {
    color: #fff;
}
.modal-header.making-appointment .modal-title svg {
    fill: none;
    stroke: #fff;
}

.modal-header.making-appointment .close {
    opacity: 1;
}

.modal-header.making-appointment .close svg {
    fill: #fff;
    stroke: #fff;
    color: rgba(255,255,255,1);
    stroke-width: 0;
}

.modal-header.making-appointment h2{
    margin: 0;
}

.modal-lg .modal-header {
    padding: 15px;
    background-color: #f5f0e6;
    border-radius: 5px;
    border-bottom: 0;

}

.cdk-overlay-pane .mat-dialog-container {
    padding: 0px;
}
.modal-lg .modal-body {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.modal-body {
    padding: 10px 15px 15px 15px;
    position: relative;

}

apec-adresse .dropdown-menu {
    width: 95%;
    overflow-x: hidden;
}

.border-bottom {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
}

.profil-active {
    background-image: url(../../img/angular/demande-service/profile-active.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 40px;
    padding-left: 50px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

::-ms-clear {
    display: none;
}

.form-box .cta_link {
    color: #1FBCDC;
}

.form-box .cta_link:hover {
    text-decoration: underline;
}

.mydp .selector {
    z-index: 0 !important;
}

.comp_rdv-service {
    width: 1170px;
    margin: -50px auto 0 auto;
    background-color: #fff;
}

.comp_rdv-service .first-column {
    padding: 0 10px 0 0;
}

.comp_rdv-service .form-cta.mobile {
    display: none;
}

.comp_rdv-service .mobile {
    display: none;
}

.comp_rdv-service .nomobile {
    display: block;
}

.comp_rdv-service .form-cta.mobile .button-flat-blue {
    padding: 0 15px;
}

.comp_rdv-service .cgu_services-apec {
    padding: 15px 0;
}

.comp_rdv-service .cgu_services-apec p {
    font-size: 12px;
    font-weight: 400;
    color: #ababab;
}

/****/
.comp_rdv-service .vpm-form-question {
    margin-bottom: 20px;
}

.comp_rdv-service .vpm-form-question-select-multi-margin {
    margin-bottom: 40px;
}

.comp_rdv-service input[type=checkbox] {
    vertical-align: text-bottom;
    position: relative;
    bottom: 1px;
    display: inline-block;
    margin-right: 5px;
}

.comp_rdv-service .form-label {
    text-align: right;
    font-size: 12px;
    margin: 7px 0 10px 0;
    color: #444;
    font-family: "Roboto", "Sans-serif";
    font-weight: 700;
    line-height: 1.2em;
}

.comp_rdv-service .form-label-unalligned {
    margin-right: 10px;
    float: left;
}

.comp_rdv-service .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comp_rdv-service .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.rdv-confirmation li:not(:last-child) {
    margin-bottom: 15px;
}

.rdv-confirmation li {
    position: relative;
}

.rdv-confirmation p,
.rdv-confirmation li {
    font-size: 14px;
}

.comp_rdv-service .idea {
    color: #828282;
    font-style: italic;
    padding-left: 50px;
    margin-top: 10px;
    background: url("../../img/angular/espace-client-partage/icon_idea.png") no-repeat center left;
    margin-bottom: 0;
    position: relative;
    height: 15%;
    width: 80%;
    font-size: 14px
}

.comp_rdv-service .idea .title {
    color: #444;
}

.comp_rdv-service .idea .blue-title {
    color: #1fbcdc;
}

.comp_rdv-service .candidature-file .candidatureFileName {
    width: 30%;
}

@media (max-width: 768px) {
    body.bodyFullWidth.rdv-service {
        padding: 0 !important;
        background-color: #fff;
    }

    body.bodyFullWidth.rdv-service header,
    body.bodyFullWidth.rdv-service #comp_cover {
        display: none;
    }

    .comp_rdv-service {
        margin: 0 auto 0 auto;
    }

    .comp_rdv-service .first-column {
        padding: 0;
    }

    .comp_rdv-service {
        width: 100%;
    }

    .comp_rdv-service .cgu_services-apec {
        padding: 15px;
    }

    .comp_rdv-service .first-column,
    .comp_rdv-service .second-column {
        background-color: #e9eef1;
    }

    .comp_rdv-service .form-cta {
        background-color: #e9eef1;
        padding: 30px 15px 10px 15px;
        display: none;
    }

    .comp_rdv-service .form-cta.mobile {
        display: block;
    }

    .comp_rdv-service .form-cta.mobile .button-flat-grey.previous {
        font-size: 12px;
    }

    .comp_rdv-service .form-cta.mobile .button-flat-blue.next {
        font-size: 12px;
        margin-left: 20px !important;
    }

    .comp_rdv-service .mobile {
        display: block;
    }

    .comp_rdv-service .nomobile {
        display: none;
    }

    .comp_rdv-service .form-cta a {
        color: #aaa;
    }

    .comp_rdv-service .form-label {
        text-align: left;
        font-size: 13px;
        margin: 7px 0 10px 0;
        color: #444;
        font-family: "Roboto", "Sans-serif";
        font-weight: 700;
        line-height: 1.2em;
    }

    .comp_rdv-service .form-label-unalligned {
        margin-right: 5px;
        float: left;
    }

    .comp_rdv-service .idea {
        color: #828282;
        font-style: italic;
        padding-left: 50px;
        margin-top: 10px;
        background: url("../../img/angular/espace-client-partage/icon_idea.png") no-repeat center left;
        margin-bottom: 0;
        position: relative;
        height: 15%;
        width: 100%;
        font-size: 14px
    }

    .comp_rdv-service .mat-stepper-horizontal-line {
        margin-left: calc(-18%);
        margin-right: calc(-13%);

    }
}

a {
    cursor: pointer;
}

.comp_form-box {
    padding: 20px;
    width: 100%;
}

/* .fixe-width-form .form-group.row, .form-group.row {
    max-width:800px;
    margin: auto;
} */
.fixe-widthform {
    max-width: 800px;
    margin: auto;
}

.fixe-widthform label {
    text-align: left;
    font-size: 12px;
}

.fixe-width-form label {
    text-align: right;
}

hr {
    background-image: none;
    border-bottom: 1px solid #CCC;
    display: block;
    height: 0px;
    margin: 15px 0;
}


/* dropdown select style*/

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    border-color: transparent transparent #FF531F !important;

}

.ng-select .ng-arrow-wrapper {
    background: #fff url(/modules/apec-jahia-module/assets/img/edito/icone/dropdown.svg) no-repeat center;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #FF531F transparent transparent !important;
    opacity: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #fff2ef;
}

.comp_form-box h1 {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
    color: #232558;
    font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
}

.navigate-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exit-form .btn:first-child {
    margin-right: 12px;
}

@media (max-width :768px) {
    .navigate-form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .navigate-form .btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .navigate-form .exit-form {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .exit-form .btn:first-child {
        margin-right: 0;
    }

    .exit-form .btn {
        margin-right: 0;
    }
}

.custom-checkbox,
.radio-inline {
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}

.custom-checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: #adb5bd solid 1px;
    background-color: #fff;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.custom-checkbox label {
    max-width: 90%;
}

.radio-inline input[type=radio] {
    opacity: 0;
    position: absolute;

}

.radio-inline span::before,
.custom-checkbox-input span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

.radio-inline span::after,
.custom-checkbox-input span::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
}

.glyphicon-ok.text-success,
.glyphicon-remove.text-danger {
    height: 15px;
    width: 15px;
    display: block;
    background: url(/modules/apec-jahia-module/assets/img/edito/icone/checked-b.svg) bottom;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.glyphicon-remove.text-danger {
    background: url(/modules/apec-jahia-module/assets/img/edito/icone/check-orange.png) bottom;

}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 0 !important;
    line-height: 36px;
}

.small-width {
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 20px;
}

.reload-captcha {
    text-align: right;
    font-size: 12px;
}

.reload-captcha img.captcha-img {
    height: 40px;
    margin-bottom: 5px;
}

.radio-inline input:checked~span::after {
    background-color: #7997AF;
}

.radio-inline input:checked~span::before,
.custom-checkbox-input input:checked~span::before {
    border-color: #7997AF;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    line-height: 32px;
}

/* Matching tags cloud*/

#matching-tags-cloud ul {
    margin-top: 10px;
}

#matching-tags-cloud img {
    width: 10px;
}

/* Badge (from /css/angular/offres/recherche-offre.css) */

.badge {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 24px;
    padding: 0 26px 0 10px;
    margin: 0 12px 10px 0 !important;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 12px;
}

.badge a {
    position: absolute;
    display: inline-block;
    right: 9px;
    top: 50%;
    transform: translateY(-4px);
    width: 9px;
    height: 9px;
    opacity: 0.9;
    background: url('/modules/apec-jahia-module/assets/img/edito/icone/close.svg') no-repeat center center;
    text-indent: -9999px;
}

.badge.badge-light {
    background: transparent;
    border: 1px solid #232558;
    color: #232558;
}

.badge.badge-light a {
    color: #232558;
    margin-left: 10px;
}

/* modal */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.73) !important;
}

.modal-body {
    font-size: 14px;
    font-family: "Montserrat-regular", Verdana, Arial, sans-serif;
}

.modal-body h2,
.modal-body p.normal {
    text-align: center;
}

.modal-body p.normal {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
    margin-top: 10px;
}

/* calandar */
.mat-calendar-body-selected {
    background-color: #FF531F;
    color: #fff;
}

.alignCenter {
    display: flex;
    flex-direction: row;
    /* justify-items: baseline; */
    align-items: center;
}

.alignCenter a img {
    height: 15px;
}

/* error message */
.info-msg {
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
    padding: 4px;
    margin-top: 5px;
    position: relative;
    font-size: 10px;
    line-height: normal;
    color: #E73B2B;
}

.comp_form-box {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 5px;
}

.info-msg:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f2f2;
    top: -5px;

}

.comp_gestionmdp .cadre.info-msg:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f2f2f2;
    border-bottom: none;
    top: auto;
    bottom: -5px;

}

.info-msg {
    color: #232558;
    font-size: 12px;
}

.error-found ul,
.error-found li {
    margin: 10px;
    padding: 0;
    list-style: none;
}

/* btn style*/
.form-group p a,
label a {
    color: #7997AF;
}

.theme-candidat .form-group p a,
.theme-candidat label a {
    color: #FF531F;
}

.upload-input {
    display: none !important;
}

.theme-recruteur label.upload-btn {
    background-color: #80A9F5;
}

.theme-recruteur label.upload-btn:hover {
    background-color: #107081;
}

.theme-candidat label.upload-btn {
    background-color: #FF531F;
}

.theme-candidat label.upload-btn:hover {
    background-color: #FA4A41;
}

.upload-section {
    align-items: flex-start;
    display: flex;
}

.upload-section p {
    margin: 0;
}

label.upload-btn {
    cursor: pointer;
    border-radius: 30px;
    padding: 8px 12px;
    display: inline-block !important;
    text-transform: uppercase;
    color: white;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
    text-align: center;
}

.phone-number input {
    text-align: center;
}

.phone-number input,
.phone-number select {
    padding: 0px 5px !important;
}

.phone-number .col-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.phone-number .col-5 {
    padding-right: 5px;
}

.phone-number .col-4 {
    padding-left: 5px;
}

/* theme  recruteur*/
.themeRecruteur .mat-calendar-body-selected {
    background-color: rgb(128, 169, 245);
}

.themeRecruteur .comp_form-box h2 {
    color: #80A9F5;
}

.themeRecruteur .btn.btn-primary {
    border-color: rgb(128, 169, 245) !important;
    background: rgb(128, 169, 245) !important;
    color: #ffffff !important;
}

.themeRecruteur .btn.btn-primary:hover,
.themeRecruteur .btn.btn-primary:focus {
    border: 1px solid rgb(128, 169, 245) !important;
    background: #ffffff !important;
    color: rgb(128, 169, 245) !important;
}

.themeRecruteur .btn.btn-secondary {
    border: 1px solid rgb(128, 169, 245) !important;
    background: #ffffff;
    color: rgb(128, 169, 245) !important;
}


.themeRecruteur .btn.btn-primary:hover {
    border: 1px solid rgb(128, 169, 245) !important;
    border: 1px solid rgb(128, 169, 245);
    color: rgb(128, 169, 245);
    background: #ffffff;
}

.themeRecruteur.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    border-color: transparent transparent rgb(128, 169, 245) !important;
}

.themeRecruteur .ng-select .ng-arrow-wrapper {
    background: #fff url(/modules/apec-jahia-module/assets/img/edito/icone/dropdown.svg) no-repeat center;
}

.themeRecruteur .ng-select .ng-arrow-wrapper .ng-arrow {
    border: none;
}

.themeRecruteur .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #ebf5ff !important;
}

.themeRecruteur input.form-control:focus,
.themeRecruteur .form-group input[type=text]:focus,
.themeRecruteur input:focus,
.themeRecruteur input[type=email]:focus,
.themeRecruteur input[type=text]:focus,
.themeRecruteur select:focus {
    box-shadow: 0 0 2px 0.2rem rgba(0, 123, 255, .25);
}

input.form-control.mb-10.ng-pristine.ng-invalid.ng-touched::placeholder,
.comp_form-box input::placeholder {
    color: #aaaaaa !important;
}

.bg-gray {
    background: #f7f7f7;
}

/* check box style*/



hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.container-phone {
    position: relative;
    display: block;
}

.container-phone .phone-zone,
.container-phone .phone-zone-fr {
    font-size: 12px;
    color: #00758b;
}

.container-phone .phone-zone-fr {
    right: -115px;
}

.input-group.instructions {
    margin-top: 5px;
}

/* responsive*/
@media (max-width :992px) {

    .container-phone .phone-zone,
    .container-phone .phone-zone-fr {
        position: relative;
        right: 0px;
        top: 0px;
    }
}

@media (max-width :768px) {

    body.bodyFullWidth.rdv-service header,
    body.bodyFullWidth.rdv-service #comp_cover.activateCompte {
        display: block !important;
    }

    .reload-captcha {
        text-align: left;
    }

    .instructions {
        margin-bottom: 10px;

    }

    .form-action {
        display: flex;
        flex-wrap: wrap;
    }
}

.form-header {
    background-color: #e9eef1;
    padding: 35px 35px 20px 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-header .mainMessage {
    border-bottom: 1px solid #c0d0da;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* toogle*/
.mat-slide-toggle-content span {
    color: #232558;
    line-height: normal;
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 83, 31, .5) !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background: #FF531F !important;
}

.mat-slide-toggle-input.cdk-visually-hidden {
    opacity: 0 !important;
}

/**/

.custom-radio-picto {
    padding: 10px 0 0 5px;
    display: inline-block;
}

.phone-zone,
.phone-zone-fr {
    font-size: 12px;
}

/* Slider */

.noUi-base {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
}

.noUi-target {
    margin-top: 30px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 2px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    top: -8px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px;
}

.noUi-connects {
    background-color: #777;
}

.theme-candidat .noUi-connect {
    background-color: #FF531F;
}

.theme-recruteur .noUi-connect {
    background-color: #80A9F5;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.noUi-active {
    box-shadow: none;
}

.theme-candidat .noUi-horizontal .noUi-handle {
    background-color: #FF531F;
}

.theme-recruteur .noUi-horizontal .noUi-handle {
    background-color: #80A9F5;
}

.noUi-handle:before,
.noUi-handle:after {
    content: none;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: inherit;
    top: 6px;
    background: transparent;
}

.noUi-tooltip {
    color: #ffffff;
    border: none;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
}

.theme-candidat .noUi-tooltip::after {
    border-color: #FF531F transparent transparent transparent;
}

.theme-recruteur .noUi-tooltip::after {
    border-color: #80A9F5 transparent transparent transparent;
}

.noUi-marker {
    display: none;
}

.noUi-value {
    color: #ffffff;
    border: none;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    background-color: #777777;
    top: 2px;
    display: none;
}

.noUi-value::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent #777777 transparent;
}

/* Box legal text */

.box-legal-text p {
    font-size: 10px;
    width: 75%;
}

/* Thème */

.theme-candidat .comp_hour-picker {
    background-color: white;
    border: 1px solid rgba(255, 83, 31, 0.1);
}


.theme-candidat .comp_hour-picker.border-hours-picker.remote-mode {
    background-color: rgba(255, 83, 31, 0.1);
}

/* Dropdown */
.dropdown-menu {
    padding: 0;
}

.dropdown-item {
    display: block;
    border: none;
    background-color: white;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

.dropdown-item > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*.dropdown-item > span:hover,
.dropdown-item.active > span {
    color: white;
}*/

/*.theme-candidat .dropdown-menu>.active,
.theme-candidat .dropdown-menu>.active:hover,
.theme-candidat .dropdown-menu>.active:focus {
    background-color: #FF531F;
}

.theme-recruteur .dropdown-menu>.active,
.theme-recruteur .dropdown-menu>.active:hover,
.theme-recruteur .dropdown-menu>.active:focus {
    background-color: #80A9F5;
}*/

/* From Bootstrap 4 */

.img-fluid {
    max-width: 100%;
    height: auto;
}

.infos {
    margin-top: 30px;
}

.mode-unselected {
    color: #7997AF !important;
}

.mode-selected {
    color: #FF531F !important;
}

.block-modalite {
    text-align: center;
}

.block-modalite .toggle-container {
    align-items: center;
    display: flex;
}

.block-modalite .toggle-container label {
    margin: 0 auto;
}

.header-detail-title {
    font-size: 1.8rem !important;
}
