/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/* NEUTRALS */
/*#f7f4ee*/
/* GREY */
/* BLUE + VIOLET */
/* YELLOW */
/* GREEN */
/* RED + PINK + ORANGE + BEIGE */
/* Shadow */
/* Slidetoggle */
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Thin";
    src: url("../../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../../fonts/Roboto-Thin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../../fonts/Roboto-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../../fonts/Roboto-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.creation-compte-inter {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    margin-top: 10px;
}

.creation-compte-inter .creation-compte-container {
    padding: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
    border: 1px solid #C8D0D8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.creation-compte-inter .creation-compte-container.forgotten-password, .creation-compte-inter .creation-compte-container.new-password {
    padding: 0;
    gap: 0;
}

.creation-compte-inter .creation-compte-container.forgotten-password h2, .creation-compte-inter .creation-compte-container.new-password h2 {
    color: #FFF;
    font-size: 3.4rem;
    border-radius: 4px 4px 0 0;
    background: #232558;
    padding: 41px 60px;
    margin: 0;
}

.creation-compte-inter .creation-compte-container.forgotten-password .content, .creation-compte-inter .creation-compte-container.new-password .content {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.creation-compte-inter .creation-compte-container.forgotten-password .content p, .creation-compte-inter .creation-compte-container.new-password .content p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0;
}

.creation-compte-inter .creation-compte-container.forgotten-password .content .required-fields, .creation-compte-inter .creation-compte-container.new-password .content .required-fields {
    text-align: right;
    font-size: 1.4rem;
    font-style: italic;
}

.creation-compte-inter .creation-compte-container.forgotten-password .content .btn, .creation-compte-inter .creation-compte-container.new-password .content .btn {
    margin: 0 auto;
}


.creation-compte-inter .creation-compte-container.forgotten-password .btn-eye, .creation-compte-inter .creation-compte-container.new-password .btn-eye {
    background: transparent url(../../../img/angular/offres/purple-eye.svg) no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-flex;
    right: 16px;
    top: 15px;
    position: absolute;
}

.creation-compte-inter .creation-compte-container.new-password .btn-eye.crossed {
    background: transparent url(../../../img/angular/offres/purple-eye-crossed.svg) no-repeat;
}

.mh-0 {
    max-height: 0;
}

.creation-compte-inter .creation-compte-container.forgotten-password input:not([type=checkbox]):not([type=radio]), .creation-compte-inter .creation-compte-container.new-password input:not([type=checkbox]):not([type=radio]) {
    padding: 14px 40px 16px 14px;
    border-radius: 4px;
    border: 1px solid #C8D0D8;
    font-size: 1.6rem;
    box-shadow: none;
    width: 100%;
}

.creation-compte-inter .creation-compte-container.forgotten-password .required, .creation-compte-inter .creation-compte-container.new-password .required {
    color: #FF4365;
}

.creation-compte-inter .creation-compte-container.forgotten-password form {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}

.creation-compte-inter .creation-compte-container.forgotten-password label[for=captcha] {
    text-decoration: underline;
    font-size: 1.4rem;
    padding-left: 34px;
    line-height: 24px;
    background: url(../../../img/angular/common/reload.svg) no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.creation-compte-inter .creation-compte-container.forgotten-password.confirm .content {
    gap: 20px;
}

.creation-compte-inter .creation-compte-container.forgotten-password.confirm h2 {
    text-align: center;
    font-size: 2.4rem;
    margin: 0;
    background: none;
    color: #232558;
    padding: 0;
}

.creation-compte-inter .creation-compte-container.forgotten-password.confirm p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 35px;
    margin-bottom: 0px;
}

.creation-compte-inter .creation-compte-container.forgotten-password.confirm .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creation-compte-inter .creation-compte-container.forgotten-password.confirm .center p {
    text-align: center;
}

.creation-compte-inter .creation-compte-container.new-password input:disabled {
    cursor: default;
    border: 1px solid #647688;
    background: #C8D0D8;
}

.creation-compte-inter .creation-compte-container.new-password .content p {
    text-align: left;
    margin: 0;
}

.creation-compte-inter .creation-compte-container.new-password form {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.creation-compte-inter .creation-compte-container.new-password .basic-form-group {
    display: flex;
    padding: 0 40px 24px 40px;
    gap: 16px;
    flex-direction: column;
    border-bottom: 2px solid #C8D0D8;
    background: url(../../../img/angular/common/computer.svg) no-repeat 93% 85px;
}

.creation-compte-inter .creation-compte-container.new-password .basic-form-group div:has(> input:not([type=checkbox]):not([type=radio])) {
    width: 30%;
}

.creation-compte-inter .creation-compte-container.new-password .basic-form-group .group-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.creation-compte-inter .creation-compte-container.new-password .conditions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0 16px;
    padding: 0;
}

.creation-compte-inter .creation-compte-container.new-password .conditions li {
    display: flex;
    align-items: center;
    color: #232558;
    font-size: 1.6rem;
    gap: 10px;
}

.creation-compte-inter .creation-compte-container.new-password .conditions li::before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
    mask: url(../../../img/angular/espace/recruteur/grey-check.svg) no-repeat;
    -webkit-mask: url(../../../img/angular/espace/recruteur/grey-check.svg) no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #C8D0D8;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.creation-compte-inter .creation-compte-container.new-password .conditions li.on::before {
    background-color: #388600;
}

.creation-compte-inter .creation-compte-container.new-password .inline-check {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 0;
}

.creation-compte-inter .creation-compte-container.new-password .cgu-block {
    padding: 0 40px;
}

.creation-compte-inter .creation-compte-container.new-password .inline-check label {
    font-size: 1.6rem;
    cursor: pointer;
}

.creation-compte-inter .creation-compte-container.new-password .form-actions {
    margin: 0;
}

.creation-compte-inter .creation-compte-container.new-password .inline-check label a {
    color: inherit;
    text-decoration: underline;
    font-size: inherit;
}

.rest-password-form-group {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    gap: 40px;
    padding: 40px;
    background-color: #C8D0D833;
}

.rest-password-form-group .group-item {
    display: flex;
    align-items: center;
}

.rest-password-form-group .group-item > * {
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    main:has(> .creation-compte-inter.container) {
        padding: 0;
    }

    .creation-compte-inter {
        margin-top: 26px;
    }

    .creation-compte-inter.container:has(.forgotten-password), .creation-compte-inter.container:has(.new-password) {
        padding: 0;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password, .creation-compte-inter .creation-compte-container.new-password {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password .basic-form-group, .creation-compte-inter .creation-compte-container.new-password .basic-form-group {
        width: 100%;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password .basic-form-group .group-item, .creation-compte-inter .creation-compte-container.new-password .basic-form-group .group-item {
        flex: 0 0 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password h2, .creation-compte-inter .creation-compte-container.new-password h2 {
        text-align: center;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password .basic-form-group div:has(> input:not([type=checkbox]):not([type=radio])), .creation-compte-inter .creation-compte-container.new-password .basic-form-group div:has(> input:not([type=checkbox]):not([type=radio])) {
        width: 100%;
    }

    .creation-compte-inter .creation-compte-container.forgotten-password.confirm .content {
        gap: 40px;
        align-items: center;
    }

    .creation-compte-inter .creation-compte-container.new-password .basic-form-group {
        background: none;
        border-bottom: none;
        gap: 40px;
        padding: 0;
    }

    .creation-compte-inter .creation-compte-container.new-password .cgu-block {
        padding: 0;
    }

    .creation-compte-inter .creation-compte-container.new-password .conditions {
        gap: 16px;
    }

    .creation-compte-inter .creation-compte-container.new-password .conditions li {
        text-align: center;
    }

    .creation-compte-inter .creation-compte-container.new-password .conditions li::before, .creation-compte-inter .creation-compte-container.new-password .conditions li.on::before {
        width: 53px;
    }

    .creation-compte-inter .creation-compte-container.new-password .inline-check label {
        line-height: 24px;
    }

    .rest-password-form-group .group-item {
        align-items: start;
        flex-direction: column;
    }
}

/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
