:root {
    --blue: #000091;
    --gray: #eeeeee;
    --font-family : 'Marianne' ;
}

/* ------------------------ */

/* User customization style */

/* ------------------------ */
h3.count {
    color: var(--blue);
    font-family: var(--font-family);
    font-weight: 700;

}

.et_pb_module {
    line-height: 2.5;
}

.recherche {

    margin-top: 40px;

}

a {

    color: var(--blue);

}

a:link {

    color: var(--blue);
    text-decoration: none;

}

.page_content .job a:hover {

    text-decoration: underline;

    color: #001c99;

}


.profile-picture {
    border-radius: 50%;
    width: 30%;
    position: absolute;
    top: -30px;
    right: 10px;
}


/* Buttons */

.btn-lg {

    border-radius: 0;

}

.btn-primary {

    color: #ffffff;
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
    margin: auto;
    width: 100%;
}

a.btn-primary {

    color: #ffffff;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {

    color: #ffffff;

    background-color: white;

    border-color: #001c99;

}



/* jobs in list */

/*.job.job-primary {

    margin-top: 60px;

    margin-bottom: 60px;

    border-bottom: 2px var(--blue) solid;

}

.job.job-primary .job-footer {

    text-align: right;

    padding-bottom: 10px;

    color: #001c99;

}

.job.job-primary .job-body {

    padding-top: 10px;

    padding-bottom: 10px;

}

/* job alone */

.onejob .job-body h4 {

    color: #001c99;

}

.onejob .job-body a.btn-primary {

    width: 100%;

}



.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {

    background-color: #001c99;

    border-color: #001c99;

}

.alert-info {

    background-color: #FCF6E6;

    border-color: #FCF6E6;

    color: #001c99;

}





/* job carré */

@media only screen and (max-width: 768px) {

    .jobs .job.job-primary {

        width: 100% !important;

    }

}

@media (min-width: 768px) and (max-width: 1110px) {

    .jobs .job.job-primary {

        width: 47% !important;

    }

}

.jobs .job.job-primary {

    background: var(--blue);
    box-shadow: 0px 2px 12px #d7cbd4;
    color: #fff !important;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 31%;
    float: left;
    margin-right: 20px;
    text-align: center;
    display: table;

}

.jobs .job.job-primary h2 {

    font-size: 20px;
    margin: 0 12px 0 12px;
    line-height: normal;
    font-family: var(--font-family);
}

.jobs .job.job-primary a {

    color: #FFF;

    text-decoration: none;

    background: var(--blue);

    padding: 0.5rem 1rem;

    width: 60%;

    margin: 0 auto;

}

.jobs .job.job-primary a:hover {

    color: var(--blue);

    background: #fff;

    border: 1px solid var(--blue);

    transition: 500ms;

}

.job-title {

    color: #fff !important;

}

h1.vacancy-title {
    color: #333 !important;
}

.jobs {

    margin-bottom: 12px !important;

    margin-left: 20px;

}

.vacancy {

    display: table-cell;

    vertical-align: middle;

}

.job-primary:hover>div>div.preview-job {

    display: flex;

    /*	vertical-align:middle;*/

    flex-direction: column;

    justify-content: space-around;

    opacity: 1;

    animation: showNav 500ms ease-in-out both;
    padding: 0px 12px;
}

.job-primary:hover>div.vacancy {

    display: none;

}

.warpper_preview {

    overflow: hidden;

    height: 300px;

    display: table;

    width: 100%;

}


.preview-job {

    line-height: 1.7;
    position: relative;
    top: 0;
    left: 0;
    background: var(--gray);
    min-height: 300px;
    color: #000;
    display: none;
    vertical-align: middle;
    opacity: 0;
}

@keyframes showNav {

    from {
        opacity: 0;
        top: 100px;
    }

    to {
        opacity: 1;
        top: 0px;
    }

}

.preview-job h2 {
    color: #000 !important;
    font-weight: 600;
}

.vacancy-detail {

    color: #fff !important;
    margin: 0 12px 0 12px;
}

body {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

#footer {

    position: relative;
    top: 12px;

}

.cssload-thecube {

    width: 73px;

    height: 73px;

    margin: 0 auto;

    margin-top: 20px;

    position: relative;

}

.cssload-thecube .cssload-cube {

    position: relative;

}

.cssload-thecube .cssload-cube {

    float: left;

    width: 50%;

    height: 50%;

    position: relative;

    transform: scale(1.1);

}

.cssload-thecube .cssload-cube:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: var(--blue);

    animation: cssload-fold-thecube 2.76s infinite linear both;

    transform-origin: 100% 100%;

}

.cssload-thecube .cssload-c2 {

    transform: scale(1.1) rotateZ(90deg);

}

.cssload-thecube .cssload-c3 {

    transform: scale(1.1) rotateZ(180deg);

}

.cssload-thecube .cssload-c4 {

    transform: scale(1.1) rotateZ(270deg);

}

.cssload-thecube .cssload-c2:before {

    animation-delay: 0.35s;

}

.cssload-thecube .cssload-c3:before {

    animation-delay: 0.69s;

}

.cssload-thecube .cssload-c4:before {

    animation-delay: 1.04s;

}

.wpb_wrapper {

    width: 29%;

    /* float:left; */

    text-align: center;

    display: table;

}

@keyframes cssload-fold-thecube {

    0%,
    10% {

        transform: perspective(136px) rotateX(-180deg);

        opacity: 0;

    }

    25%,

    75% {

        transform: perspective(136px) rotateX(0deg);

        opacity: 1;

    }

    90%,

    100% {

        transform: perspective(136px) rotateY(180deg);

        opacity: 0;

    }

}



@-o-keyframes cssload-fold-thecube {

    0%,
    10% {

        -o-transform: perspective(136px) rotateX(-180deg);

        opacity: 0;

    }

    25%,

    75% {

        -o-transform: perspective(136px) rotateX(0deg);

        opacity: 1;

    }

    90%,

    100% {

        -o-transform: perspective(136px) rotateY(180deg);

        opacity: 0;

    }

}



@-ms-keyframes cssload-fold-thecube {

    0%,
    10% {

        -ms-transform: perspective(136px) rotateX(-180deg);

        opacity: 0;

    }

    25%,

    75% {

        -ms-transform: perspective(136px) rotateX(0deg);

        opacity: 1;

    }

    90%,

    100% {

        -ms-transform: perspective(136px) rotateY(180deg);

        opacity: 0;

    }

}



@-webkit-keyframes cssload-fold-thecube {

    0%,
    10% {

        -webkit-transform: perspective(136px) rotateX(-180deg);

        opacity: 0;

    }

    25%,

    75% {

        -webkit-transform: perspective(136px) rotateX(0deg);

        opacity: 1;

    }

    90%,

    100% {

        -webkit-transform: perspective(136px) rotateY(180deg);

        opacity: 0;

    }

}



@-moz-keyframes cssload-fold-thecube {

    0%,
    10% {

        -moz-transform: perspective(136px) rotateX(-180deg);

        opacity: 0;

    }

    25%,

    75% {

        -moz-transform: perspective(136px) rotateX(0deg);

        opacity: 1;

    }

    90%,

    100% {

        -moz-transform: perspective(136px) rotateY(180deg);

        opacity: 0;

    }

}

.contact-button {
    background: transparent;
    text-transform: uppercase;
    color: var(--blue) !important;
    border: 2px solid var(--blue) !important;
    display: block;
    width: 80%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.recruiter-name {
    font-size: 20px;
    font-family: var(--font-family);
}

.recruiter {
    font-size: 16px;
    font-weight: bold;
}

.resume-section {

    background: var(--gray);
    /* box-shadow: 0px 2px 12px #d7cbd4; */
    color: #333 !important;
    line-height: 50px;
    padding: 20px;

}

.resume-section h4 {

    color: #333 !important;
    font-family: var(--font-family);
    font-weight: 600;
}

.btn-aply {

    display: block;

    width: 100%;

    margin-top: 12px;

    background: var(--blue);

    text-align: center;

    color: #fff !important;

    font-size: 18px;

}

.wrapper_detail h2 {

    font-size: 24px;

    font-family: var(--font-family);

    color: #001c99;
    font-weight: 700;

}

.wrapper_detail h4 {

    color: var(--blue);
    font-family: var(--font-family);
    font-weight: 700;
}

.wrapper_detail {

    font-size: 15px;
    color: #2a317d;
}

.success {

    width: 100%;

    color: #000;

    background-color: #90EE90;

    text-align: center;

    padding: 6px 0px !important;

}

.vacancydetail-section {
    margin-bottom: 20px;
}

.error {

    width: 100%;

    color: #000;

    background-color: #ffcccb;

    text-align: center;

    padding: 12px;

}

.vacancyapply-button button {

    background-color: var(--blue);
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 0px;
    margin-top: 5px;
    width: 100%;
}

button[disabled="disabled"] {

    color: #fff;
    background-color: #D9DEE3;

}

#postme {

    margin-top: 20px;

    cursor: auto;

    margin-bottom: 20px;

}

.inputfile {

    height: auto !important;
}

.spontaneous h2 {

    color: #333;
    font-size: 24px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
}

.spontaneous {

    font-size: 14px;
}

.widget_footer {

    flex: 4;

    font-size: 18px;

    line-height: 24px !important;
}

.widget_footer p {

    margin-bottom: 0px !important;
}

#widget_social_footer a {

    color: transparent !important;
}

#footer a {

    color: #fff;
    text-decoration: underline;

}

.menu-footer-container ul {

    margin-bottom: 0px !important;

}