.bg-light.nav-novencia {
    background-color: transparent!important;
    box-shadow: none;
    z-index: 9999;
}
  
.bg-light.nav-novencia.activated {
    background-color: #ffffff!important;
}

.jumbotron-novencia {
    opacity: 1;
    height : 500px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #7536FF;
    background-color: #fbfbfb;
}

.jumbotron-novencia .container {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    background-image: url(/wp-content/themes/novencia-career/assets/images/join-us.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: 5% 25px;
}

.jumbotron-novencia h1 {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color:#000D5E;
}

.jumbotron-novencia p {
    font-size: 1.1em;
    font-family: 'barlow', Arial, sans-serif;
    max-width: 680px;
    padding-right: 0;
}
.cb{
    clear: both;
}
.jumbotron-join .btn-primary.btn-defi{
        background-color: #7536FF;
        border-color: #7536FF;
        color: #fff;
        font-size : 14px;
        font-family: 'qanelasextrabold', Arial, sans-serif;
        text-transform: uppercase;
        /* border-radius: 0; */
        margin-top: 30px;
        padding: .675rem 1rem;
        border: 1px solid transparent;
        float: right;
}
.jumbotron-join .btn-primary.btn-defi:hover {
    color: white !important;
    background: #000D5E !important;
    border: 1px solid white;
}

.jumbotron-join.jumbotron .container .fanion {
    position: absolute;
    left: 0%;
    width: 50px;
    height: 200px;
    top: 50px;
    margin-left: 15px;
}


.jumbotron-join.jumbotron .container {
    position: relative;
    padding-left: 100px;
}

@media(max-width: 992px) {
    .jumbotron-join.jumbotron .container .fanion{
        display: none;
    }
    .jumbotron-join.jumbotron .container  {
    background-image: none!important;
    padding-left: 0;
}
}
.dream-filters {
    align-items: center;
}

.dream-job h5 {
    font-size: 1.5rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #7536FF;
}

.dream-job select {
    border: 1px solid #000D5E;
    border-radius: 0;
    font-size: 1rem;
    font-family: 'barlow', Arial, sans-serif;
    color: #000D5E;
}

section {
    padding: 20px 40px;
}

.job-offer {
    width: 100%;
    background-color : #f9f9fb;
    position: relative;
    min-height: 690px;
}

.job-offer__block {
    position: relative;
    width : 100%;
    min-height: 135px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
}

.job-offer__block.candidature {
    background-color: #7536FF;
    text-align: center;
    justify-content: center;
}

.job-offer__block.candidature .job-offer__block--content small {
    font-size: 0.7rem;
}

.job-offer__block.candidature .job-offer__block--content span {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.job-offer__block.candidature .job-offer__block--content span,
.job-offer__block.candidature .job-offer__block--content small {
    color: #ffffff;
    max-width: 100%;
}

.job-offer__block span.color {
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background: #000D5E;
    top: 0;
    left: 0;
}


.job-offer__block--content {
    display: flex;
    flex-direction: column;
}

.job-offer__block--content small {
    font-size: 14px; 
    color: #000D5E;
}

.job-offer__block--content span {
    font-size: 15px; 
    color: #000D5E;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
}

.link-to-offer:hover {
    text-decoration: none;
}

.link-more-offers {
    display: block;
    border : 1px solid #000D5E!important;
    width : 250px;
    height: 50px;
    line-height: 2.2!important;
    color: #000D5E!important;
    text-transform: uppercase;
    font-weight: bold!important;
    border-radius: 0!important;
    margin-top: 30px;
    transition: all .2s ease;
    font-size: 0.9rem
}

.link-more-offers:hover {
    color: white;
    background-color: #000D5E;
    border : 1px solid #000D5E!important;
}

.link-more-offers:focus {
    outline: 0;
    box-shadow: none !important;
}

.ambition__block {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ambition__block--content {
    height: 220px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
    margin-left: auto;
    padding-right: 15%;
    max-width: 562px;
}

.ambition__block--content p {
    font-size: 1.3rem;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f
}

.ambition__block--content p strong{
    font-size: 2.8rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    color: #000D5E;
    line-height: 1;
    display: block;
}

section.carriere {
    padding: 0;
}

.carriere__blocks {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    min-height: 800px;
    height: 100%;
    background: -moz-linear-gradient( -142deg, rgb(9,13,94) 1%, rgb(22,27,140) 100%);
    background: -webkit-linear-gradient( -142deg, rgb(9 13 94) 1%, rgb(22 27 140) 100%);
    background: -ms-linear-gradient( -142deg, rgb(9,13,94) 1%, rgb(22,27,140) 100%);

}

.carriere__blocks--content {
    width: 500px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 9%;
    margin-right: auto;
    margin-left: 0;
}

.carriere__block {
    margin-bottom: 50px;
}

.carriere__block:last-child {
    margin-bottom: 0;
}

.carriere__block h3 {
    font-size: 2.8rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.carriere__block p {
    font-size: 1.3rem;
}


.novencia-form {
    width: 100%;
}

.novencia-form h5 {
    font-family: 'barlow', Arial, sans-serif;
    font-size: 20px;
    margin: 2rem 0 3rem 0;
    color: #000D5E
}

.novencia-form .bmd-radio::before {
    background-color: #000D5E!important;
}

.novencia-form .bmd-radio::after {
    border-color: #000D5E!important;
}

.novencia-form-control::-webkit-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.novencia-form-control:-moz-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.novencia-form-control::-moz-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.novencia-form-control:-ms-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.novencia-form-control::-ms-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.form-group .novencia-form-control:focus {
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    background-image: linear-gradient(0deg,#000D5E 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}

.form-group .novencia-form-control[type="text"],
.form-group .novencia-form-control[type="email"],
.form-group .novencia-form-control[type="tel"] {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.form-group .novencia-textarea {
    border: none;
    background-color: transparent;
    border-radius: 0
}

.novencia-form-control .tel label {
    color: transparent
}

.novencia-form-control label {
    font-size: 12px;
    font-weight: 400; 
}

.novencia-form-radio.choose {
    width: 100%;
    display: flex;
    justify-content: center;
}

.novencia-form-radio.choose .radio {
    margin: 0 20px;
}

.novencia-form hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-top: 3px solid #000D5E;
}

.novencia-form .form-group {
    margin-bottom: 0.5rem;
}

.novencia-form .btn.btn-apply {
    border-radius : 0;
}

.novencia-form .btn.btn-apply:hover {
    color: #ffffff
}

.novencia-form .upload-container {
    padding: 30px 20px;
}

.novencia-form .upload-container h3 {
    font-size: 20px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: rgb(77, 77, 79);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.novencia-form .upload-container small {
    text-align: center;
    font-size: 9px;
}

.novencia-form .upload-handler {
    margin-bottom: 30px;
    border: 1px dashed #000D5E;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.novencia-form .upload-drop-zone {
    width: 100%;
    padding: 20px;
}

.novencia-form .upload-drop-zone.drop svg{
    fill: #e40293;
}

.novencia-form .upload-drop-zone svg {
    width: 35px
}

.novencia-form .cd-upload-btn {
    display: block;
    width: 160px;
    text-align: center;
    color: #000D5E;
    border: 1px solid #000D5E;
    padding: .8em 1em;
    border-radius: 0; 
    margin: 20px auto;
    font-size: 15px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;

}

.novencia-form .cd-upload-btn:hover {
    background-color: #000D5E;
    color: #fff!important;
    border: 1px solid #000D5E
}

.novencia-form [type="file"] {
    display: none;
}

.novencia-form .novencia-submit {
    margin-top: 2rem;
}

.novencia-form .rgpd-link {
    color: #4d4d4f;
    text-decoration: underline;
    font-family: 'barlow', Arial, sans-serif;
    font-style: italic;
    margin-top: 1rem;
    display: block;
}

.btn-primary.btn-apply {
    min-width: 220px;
    color: white!important;
    background-color: #000D5E!important;
    border-color: #000D5E!important;
    border-radius : 0!important;
}

.btn-primary.btn-apply:hover {
    background-color: #e40293!important;
    border-color: #e40293!important;
}

.form-modal {
    display: none;
    opacity: 0;
    -moz-transition: opacity .2s linear, visibility 0s linear .2s;
    -o-transition: opacity .2s linear, visibility 0s linear .2s;
    -webkit-transition: opacity .2s linear, visibility 0s linear;
    -webkit-transition-delay: 0s, .1s;
    transition: opacity .2s linear, visibility 0s linear .2s;
}

.form-modal.show {
    display: block;
    opacity: 1;
    -moz-transition: opacity .2s linear, visibility 0s linear;
    -o-transition: opacity .2s linear, visibility 0s linear;
    -webkit-transition: opacity .2s linear, visibility 0s linear;
    transition: opacity .2s linear, visibility 0s linear;
    position: absolute;
    top: 0;
    max-width: 1120px;
    /* width: 1095px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
    top: 0px;
    z-index: 22;
}

.form-modal__header-wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.close-icon {
    position: absolute;
    right: 0;
    /* top: -30px; */
    z-index: 2;
}

.close-icon svg {
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.defis .defi-content {
    height: 100%;
    width: 100%;
    background-color: #000D5E;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.defis .defi-content h3 {
    font-size: 20px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    margin: 30px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-select:focus {
    border-color: inherit !important;
    box-shadow: none !important;
}

.job-offer .form-modal > .col-md-12 {
    background: white;
}

.col-lg-3.defis {
    padding-left: 0;
    box-shadow: 3px 0px 7px -2px #222;
    position:relative;
    padding-right: 0;
    box-sizing: border-box;
}
.defis::after {
    content: "";
    position:absolute;
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
    background: #000D5E;
    top: 50%;
    right: -15px;
}

.jumbotron.jumbotron-fluid.jumbotron-novencia.jumbotron-join {
    margin-bottom: 0;
    height: auto;
}

section.dream-job {
    padding: 0;
}

.dream-filters form {
    padding: 0;
}

.dream-filters .bmd-form-group {
    padding-top: 1.35rem;
}


.page-template-template-join-us-page .free-contact-form .codedropz-upload-inner h3,.page-template-template-join-us-page .free-contact-form .codedropz-upload-inner span {
    color: #000D5E;
}

@media(max-width: 992px) {

    .defis::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: calc(50% - 15px);
}

.free-contact-form form.wpcf7-form {
    padding: 0;
}

.job-offer section.col-md-12.form-modal.show {
    padding: 0 !important;
    margin: 0;
    top: 20px;
}

.jumbotron-novencia .container { 
    background-image: none!important;
}
}
