/*General style*/

#single-job-offer .bg-primary {
    background: var(--bg-primary-color);
    color: var(--text-bg-primary-color);
}

#single-job-offer .bg-primary-100 {
    background: var(--bg-primary-100-color);
    color: var(--text-bg-primary-100-color);
}

#single-job-offer h1,
#single-job-offer .c-typography--headline1 {
    line-height: 1;
    margin: 0;
}

#single-job-offer h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding-bottom: 60px;
    font-size: 32px;
    font-weight: bold;

}

#single-job-offer h3 {
    line-height: 1;
    margin: 0;
}

#single-job-offer p:only-of-type {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

#single-job-offer p:first-child {
    margin-block-start: 0em;
}

#single-job-offer p:last-child {
    margin-block-end: 0em;
}

#single-job-offer .container-single-job-offer {
    width: 81%;
    margin: 0 auto;
}

#single-job-offer .space-section {
    padding: 60px 0;
}

#single-job-offer .flex {
    display: flex;
}

#single-job-offer .flex-1 {
    flex: 1;
}

#single-job-offer .flex-auto {
    flex: 1 1 auto;
}

#single-job-offer .flex-50 {
    flex: 1 1 50%;
}

#single-job-offer .flex-33 {
    flex: 1 1 33%;
}

#single-job-offer .flex-wrarp {
    flex-wrap: wrap;
}

#single-job-offer .items-center {
    align-items: center;
}

#single-job-offer .justify-center {
    justify-content: center;
}

#single-job-offer .justify-between {
    justify-content: space-between;
}

#single-job-offer .flex-column {
    flex-direction: column;
}

#single-job-offer .grow-0 {
    flex-grow: 0;
}

#single-job-offer .gap-20 {
    gap: 20px
}

#single-job-offer .gap-30 {
    gap: 30px
}

#single-job-offer .row-gap-50 {
    row-gap: 50px
}

#single-job-offer .object-cover {
    object-fit: cover
}

#single-job-offer .ml-60 {
    margin-left: 60px;
}

#single-job-offer .w-full {
    width:100%;
    max-width:100%;
}

#single-job-offer .h-full {
    height: 100%;
}

#single-job-offer .overflow-hidden {
    overflow: hidden;
}

/*Page style*/

#single-job-offer .title-single-job-offer {
    height: 208px;
    justify-content: center;
    margin-top: var(--fixed-header-height);
}

#single-job-offer .title-single-job-offer h2 {
    font-size: 35px;
    margin-top: 0.5em;
}

#single-job-offer .icon-caracteristiques-offre {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    min-width: 110px;
}

#single-job-offer .icon-caracteristiques-offre img {
    width: 70px;
    height: 70px;
}

#single-job-offer .caracteristiques-offre:nth-child(2) .icon-caracteristiques-offre,
#single-job-offer .caracteristiques-offre:nth-child(4) .icon-caracteristiques-offre {
    margin-left: 60px;
}

#single-job-offer .proposer-candidature-single-job-offer {
    height: 170px;
}

#single-job-offer .proposer-candidature-single-job-offer h2 {
    min-width: min-content;
    max-width: fit-content;
}

#single-job-offer .proposer-candidature-single-job-offer hr {
    width: 250px;
    height: 2px;
    max-height: 2px;
    background: var(--text-bg-primary-color);
    border: 0;
    margin: 1em 2em;
}

#single-job-offer .proposer-candidature-single-job-offer h3 {
    font-style: italic;
    text-align: right;
    max-width: fit-content;
    min-width: min-content;
}

/*Form style*/

#single-job-offer form#job-offer-form {
    display: flex;
    flex-direction: column;
}

#single-job-offer #job-offer-form  #magicfield {
    position: absolute;
    left: -99999999999px;
}

#single-job-offer form#job-offer-form  > div {
    flex-direction: column;
}

#single-job-offer #job-offer-form .c-form_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

#single-job-offer #job-offer-form .c-form_row > .c-form_col {
    flex: 1 1 48%;
    margin-left: 0;
    display: flex;
    padding-bottom: 0;
}

#single-job-offer #job-offer-form .c-form_label {
    display: none;
}

#single-job-offer #job-offer-form input,
#single-job-offer #job-offer-form textarea {
    border: none;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    padding: 1em;
    color: #535353;
}

#single-job-offer #job-offer-form .text-center p.c-message {
    text-align: left;
    width: 46%;
    margin-top: 0;
    font-size: 14px;
    padding-bottom: 10px;
}

#single-job-offer #job-offer-form p.c-message.text-right {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 14px;
    padding-bottom: 0;
}

#single-job-offer #job-offer-form label[for="fileselect"] {
    display: none;
}

#single-job-offer #job-offer-form button {
    cursor: pointer;
    transition: opacity .2s;
}

#single-job-offer #job-offer-form .g-recaptcha_content {
    display: block;
    padding-bottom: 10px;
}
#single-job-offer #job-offer-form .g-recaptcha_content div {
    padding-bottom: 0;
}
#single-job-offer #job-offer-form .submit-joboffer {
    float: left;
}

#single-job-offer #job-offer-form button[type="submit"] {
    min-height: 2rem;
    background : #0F69AA;
    color: var(--text-bg-primary-color);
    border: none;
    font-size: 1rem;
    font-family: inherit;
    margin-top: 0.5em;
    font-family: "Montserrat", sans-serif;
}

#single-job-offer #job-offer-form button:hover {
    opacity: 0.8;
}

#single-job-offer #job-offer-form .c-file-select {
    margin-bottom: 20px;
}

#job-offer-form  .c-form_col {
    margin-top:0 !important;
}

#single-job-offer #job-offer-form .c-file-select button[type="button"] {
    background : #36A7ED;
    color: var(--text-bg-primary-color);
    border: none;
    margin-top: 0.5em;
    font-size: 1rem;
    font-family: inherit;
    min-height: 2rem;
    font-family: "Montserrat", sans-serif;
}

#single-job-offer #job-offer-form #fileselect {
    opacity: 0;
    width: 100px;
}

#single-job-offer #job-offer-form #messages {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 17px;
}
.single-job-offer-cover {
    text-align: center;
}
.single-job-offer-cover a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    cursor: pointer;
}
.single-job-offer-cover h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
}

#caracteristiques-poste {
    background-color: #0E141C;
}

#caracteristiques-poste .space-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}
#caracteristiques-poste .space-section h3 {
    font-family: 'Open Sans', arial;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none;
}
#description-poste ul {
    list-style: disc;
    padding-left: 17px;
    margin-top: 20px;
}
#join-the-team {
    background: #0E141C;
}

#description-poste {
    font-size: 16px;
}
#caracteristiques-poste .space-section .detail-caracteristiques-offre-detail {
    font-size: 16px;
}
.c-toast {
    font-size: 16px;
    margin-bottom: 20px;
}
#single-job-offer #description-poste p {
    margin-bottom: 8px;
}
/*Responsive*/

@media only screen and (max-width: 1200px) {
    
    #single-job-offer p {
        margin-block-start: 0.7em;
        margin-block-end: 0.7em;
    }
    
    #single-job-offer .space-section {
        padding: 40px 0 55px 0;
    }
    
    #single-job-offer .container-single-job-offer {
        width: 90%;
    }
    
    #single-job-offer .lg-flex-column {
        flex-direction: column;
    }
    
    #single-job-offer .title-single-job-offer {
        height: auto;
        min-height: 200px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    #single-job-offer .icon-caracteristiques-offre {
        width: 90px;
        height: 90px;
        min-width: 90px;
    }
    
    #single-job-offer .icon-caracteristiques-offre img {
        width: 50px;
        height: 50px;
    }
    
    #single-job-offer .caracteristiques-offre:nth-child(2) .detail-caracteristiques-offre,
    #single-job-offer .caracteristiques-offre:nth-child(4) .detail-caracteristiques-offre {
        margin-left: 60px;
    }
    
    #single-job-offer .lg-justify-center {
        justify-content: center;
    }
    
    #single-job-offer .lg-flex-auto {
        flex: 0 0 auto;
    }
    
    #single-job-offer .proposer-candidature-single-job-offer {
        text-align: center;
    }
    
}

@media only screen and (max-width: 1024px) {

    #single-job-offer #job-offer-form .g-recaptcha_content {
        display: block;
        text-align: right !important;
    }

    #single-job-offer #job-offer-form .submit-joboffer {
        float: none;
    }

    #single-job-offer #job-offer-form #messages {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {
    
    #single-job-offer .md-flex-column {
        flex-direction: column;
    }
    
    #single-job-offer .md-align-start {
        align-items: flex-start;
    }
    
    #single-job-offer .md-gap-10 {
        gap: 10px
    }
    
    #single-job-offer .md-gap-20 {
        gap: 20px
    }
    
    #single-job-offer .md-gap-30 {
        gap: 30px
    }
    
    #single-job-offer .md-ml-0 {
        margin-left: 0;
    }
    
    #single-job-offer h2 br {
        display: none; 
    }
    
    #single-job-offer .caracteristiques-offre:nth-child(2) .icon-caracteristiques-offre,
    #single-job-offer .caracteristiques-offre:nth-child(4) .icon-caracteristiques-offre,
    #single-job-offer .caracteristiques-offre:nth-child(2) .detail-caracteristiques-offre,
    #single-job-offer .caracteristiques-offre:nth-child(4) .detail-caracteristiques-offre{
        margin-left: 0px;
    }
    
    #single-job-offer .icon-caracteristiques-offre {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    
    #single-job-offer .icon-caracteristiques-offre img {
        width: 50px;
        height: 50px;
    }
    
    #single-job-offer #job-offer-form .c-form_row {
        flex-direction: column;
        gap: 0;
    }
    
    #single-job-offer #job-offer-form .c-form_row > .c-form_col {
        flex: 1 1 100%;
    }
    
    #single-job-offer #job-offer-form .text-center p.c-message,
    #single-job-offer #job-offer-form p.c-message {
        width: 100%;
        text-align: center;
        float: none;
    }
    
    #single-job-offer #job-offer-form .c-file-select {
        float: none;
        text-align: center;
        margin-top: 0.7em;
    }
    
    #single-job-offer #job-offer-form #fileselect {
        display: block;
        height: 1px;
    }
    
    #single-job-offer #job-offer-form .text-center {
        text-align: center;
    }
    
    #single-job-offer #job-offer-form button[type="submit"] {
        float: none;
        margin-top: 1em;
    }

    #single-job-offer #job-offer-form .g-recaptcha_content {
        text-align: center !important;
    }

}
@media only screen and (max-width: 600px) {

    #single-job-offer .proposer-candidature-single-job-offer {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    #single-job-offer .proposer-candidature-single-job-offer h3 {
        text-align: center;
    }

}
