/*General style*/

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

#single-job-offer .bg-primary-icon {
    background: var(--bg-primary-icon-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 .title-single-job-offer
#single-job-offer .bg-primary-200 {
    background: var(--bg-primary-200-color);
    color: var(--text-bg-primary-200-color);
}

#single-job-offer h1 {
    margin: 1rem 0;
}

#single-job-offer h2.h2 {
    margin-top: 0;
}

#single-job-offer h3.h3 {
   margin: 0.5rem 0;
}

#single-job-offer p {
    font-weight: 400;
    line-height: 1.3;
    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;
    margin-bottom: 1.5rem;
}

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

#single-job-offer .pt-0 {
    padding-top: 0 !important;
}

#single-job-offer .pt-1 {
    padding-top: 1.5rem !important;
}

#single-job-offer .c-link {
    padding-bottom: 1rem;
}

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

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

#single-job-offer .space-section {
    padding: 80px 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-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 .gap-50 {
    gap: 50px
}

#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 {
    justify-content: space-between;
    margin-top: var(--mg-top-header);
    margin-bottom: var(--mg-bottom-header);
    row-gap: 35px;
}

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

#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 #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 .tasks-details-heading {
    width: 100%;
    float: right;
    line-height: 1.3;
    position: relative;
    font-weight: 500;
   /* margin: 0;*/
   /* border-bottom: 3px solid ;*/
   
}

#single-job-offer .tasks-details-description p {
    line-height: 1.2;
    margin: 8px 0;
    font-weight: 400;
    overflow-wrap: break-word;
}

#single-job-offer .tasks-details-description p:last-child {
    margin-bottom: 0;
}

/*Form style*/

#single-job-offer form#job-offer-form {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

#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: 0;
}

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

#single-job-offer #job-offer-form .g-recaptcha_content {
    display: flex;
    text-align: center !important;
    justify-content: center;
    margin-top: 0rem;
}

#single-job-offer #job-offer-form .submit-joboffer {
    margin-top: 1.5rem;
}

#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: var(--bg-input-form);
    margin-bottom: 18px;
    font-size: 1rem;
    font-family: inherit;
    width: 100%;
    padding: 1em;
}

#single-job-offer #job-offer-form textarea {
    margin-bottom: 5px;
}

#single-job-offer #job-offer-form .text-center p.c-message:not(.text-center) {
    text-align: left;
    width: 100%;
    margin-top: 0;
}

#single-job-offer #job-offer-form .text-center p.c-message.text-center {
    margin-bottom: 0.3rem;
}

#single-job-offer #job-offer-form p.c-message.text-right {
    width: 54%;
    float: right;
    text-align: right;
}

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

#single-job-offer #job-offer-form button[type="submit"] {
    min-height: 2rem;
    border: none;
    font-size: 1rem;
    font-family: inherit;
    float: right;
    margin-top: 0.5em;
    width: auto;
    color: #ff5d37 !important;
    background: transparent !important;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    border: solid 2px #ff5d37;
}

#single-job-offer #job-offer-form button:hover {
    color: #fff !important;
     background: #ff5d37 !important;
    border-radius: 50px;
}

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

#single-job-offer #job-offer-form .c-file-select button[type="button"] {
    min-height: 2rem;
 
    border: none;
    margin-top: 0.5em;
    font-size: 1rem;
    font-family: inherit;
    width: auto;
    color: white !important;
    background: #ff5d37 !important;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
}

#single-job-offer #job-offer-form #fileselect {
    opacity: 0;
    padding: 0;
}

#single-job-offer #proposer-ma-candidature .proposer-candidature-single-job-offer h2, #proposer-ma-candidature .proposer-candidature-single-job-offer h3  {
    margin: 0 !important;
}

#single-job-offer .container-single-job-offer.space-section.items-center {
    padding: 54px 0 0;
}

/*Responsive*/
@media only screen and (max-width: 1748px) {
    #single-job-offer .tasks-details-heading {
        width: fit-content;
    }
}

@media only screen and (max-width: 1200px) {
    
    
    #single-job-offer .space-section {
        padding: 40px 0;
    }
    
    #single-job-offer .container-single-job-offer {
        width: 90%;
    }
    
    #single-job-offer .lg-flex-column {
        flex-direction: column;
    }
    
    #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;
    }
    
    #single-job-offer .proposer-candidature-single-job-offer h2 {
        margin-bottom: 0;
    }
    
    #single-job-offer .proposer-candidature-single-job-offer h3 {
        margin-top: 0;
    }
    
}

@media only screen and (max-width: 1024px) {
        
    #single-job-offer .title-single-job-offer {
        margin-top: var(--mg-top-header-md);
        margin-bottom: var(--mg-bottom-header-md);
    }
    
    #single-job-offer .tasks-details-heading {
        font-size: 1.8em !important;
    }

}

@media only screen and (max-width: 768px) {
    
    #single-job-offer #job-offer-form .submit-joboffer {
        float: none;
    }

    #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-gap-40 {
        gap: 40px
    }
    
    #single-job-offer .md-ml-0 {
        margin-left: 0;
    }

    
    #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;
    }
    
    #single-job-offer #job-offer-form .text-center {
        text-align: center;
    }
    
    #single-job-offer #job-offer-form button[type="submit"] {
        float: none;
    }
    
    #single-job-offer .title-single-job-offer {
        margin-top: 8.5rem;
        margin-bottom: var(--mg-bottom-header-sm);
    }
    
    #single-job-offer .tasks-details-heading {
        float: left;
    }

}


section#join-the-team {
    background: #d7d8d3;
}