@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,1000&family=Quicksand:wght@300;400;500;600;700&display=swap");
:root {
    --dm-sans: "DM Sans", sans-serif;
    --quicksand: "Quicksand", sans-serif;
    /*--primary-color: #0cbbaa;*/
    --primary-color: #0070c0;
    --secondary-color: #252525;
    --sub-bg: #f2f2f2;
    --heading-color: #252525;
    --paragraph: #797979;
    --span: #797979;
    --border: #eaecf0;
    --white: #ffffff;
    --black: #222328;
    --black-sub: #292a2e;
    --border-1px: 1px solid #eaecf0;
    --border-2px: 2px solid #eaecf0;
    --transition: all 0.4s ease-in-out;
    --shadow: 0px 4px 25px 0px #0000000f;
}
/*// HEADER*/
.navbar-brand img {
    height: 90px;
}
.header-top {
    padding: 16px 0;
    overflow: hidden;
    /*background-color: #252525;*/
    background-color: #0070c0;
}
.header-top .header-top-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top .header-top-wrp .info {
    color: white;
}
.header-area.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: var(--white);
    z-index: 999;
    box-shadow: var(--shadow);
}
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 11px;
    padding-left: 35px;
}
.header-top .header-top-wrp .link-info {
    position: relative;
    z-index: 2;
}
.header-top .header-top-wrp .link-info li {
    float: left;
    line-height: 0;
}
.header-top li {
    list-style-type: none;
    list-style-image: none;
}
.header-top .header-top-wrp .link-info li a {
    width: 37px;
    color: white;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.info a {
    width: 37px;
    color: white;
    text-align: center;
    transition: all 0.3s ease-out;
}
.header-top .header-top-wrp .link-info li a:hover, .info a:hover {
    color: #ff2350;
    transition: all 0.3s ease-out;
}
.conect_button>.btn-two {
    transition-property: opacity, color, background-color, background !important;
    color: #fff !important;
    background-color: #fdc300;
    border-color: #fdc300;
    transition-duration: 500ms;
    transition: all 0.6s ease-out;
    padding: 10px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    background: linear-gradient(90deg,rgba(255, 35, 80, 1) 0%, rgba(253, 195, 0, 1) 100%);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    transition-property: rgba(255, 35, 80, 1), rgba(253, 195, 0, 1);
}
.conect_button>.btn-two:hover {
    transition-property: opacity, color, background-color,background !important;
    background-color: #ff2350;
    transition: all 0.6s ease-out;
    background: linear-gradient(90deg,rgba(253, 195, 0, 1) 0%, rgba(255, 35, 80, 1) 100%);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    background-position: 0 0;
    transition-property: rgba(253, 195, 0, 1), rgba(255, 35, 80, 1);
    opacity: 0.5;
}
.conect_button a {
    color: white;
    transition: all 0.3s ease-out;
    font-weight: 700;
}
#navbar a[role="menuitem"] {
    color: #fff !important;
    background-color: #ff2350 !important;
    /*background-color: rgba(253, 195, 0, .4) !important;*/
    /*border-color: #fdc300 !important;*/
    transition-property: opacity, color, background-color !important;
    transition-duration: 500ms !important;
    padding: 5px 5px !important;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 5px;
    border-radius: 2px;
    width: auto;
}
/*#navbar a[title="Candidater"] {*/
/*    background-color: #fdc300 !important;*/
/*}*/
/*#navbar a[title="Candidater"]:hover {*/
/*    background-color: #ff2350 !important;*/
/*}*/
#navbar a[role="menuitem"]:hover {
    color: #fff !important;
    background-color: #fdc300 !important;
    border-color: #ff2350 !important;
    transition-property: color, background-color !important;
    transition-duration: 500ms !important;
    padding: 5px 5px !important;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conect_button a:hover {
    color: white !important;
    /*transition: all 0.3s ease-out;*/
} 
.subtitle_account_button, .subtitle_account_button a {
    color: #ff2350;
    transition: all 0.3s ease-out;
}
.btn-primary:hover, .comment-form input[type="submit"]:hover, input[type="submit"].acf-button:hover {
    background-color: #ff2350;
    transition: all 0.3s ease-out;
}
.subtitle_account_button:hover, .subtitle_account_button a:hover {
    color: #fdc300 !important;
    transition: all 0.3s ease-out;
}
#header .nav-link {
    display: block;
    padding: 1px 1px 1px 10px;
    font-size: var(--bs-nav-link-font-size);
    font-weight: bold;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #fdc300;
}
#header .nav-link:hover {
    color: #ff2350;
    transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
   #navbar {
       display: none !important;
   }
}
@media (min-width: 1200px) {
    .navbar-collapse {
        font-size: 16px;
    }
    .conect_button {
        display: inline-grid;
        margin-top: 20px;
        max-width: fit-content;
        text-align: center;
        font-size: 16px;

    }
}
@media (max-width: 1199px) {
    .navbar-collapse {
        font-size: 14px;
    }
    .conect_button {
        display: inline-grid;
        margin-top: 20px;
        max-width: 90px;
        text-align: center;
        font-size: 15px;

    }
}
/*// END OF HEADER*/





/*// FOOTER*/
#footer .partners a.first-child img {
    height: 43px;
    margin-right: 30px;
    vertical-align: top;
    margin-top: 18px;
}
#footer .partners img {
    height: 45px;
    margin-right: 30px;
    vertical-align: top;
    margin-top: 20px;
}
.bottom-bar__nav, .bottom-bar__nav a {
    color: #343f4f;
    font-size: 12px;
    font-weight: 500;
}
.partnersimg {
    float: right;
    text-align: right;
}
#footer {
    margin-bottom: 20px;
    background-color: #fff;
}
.secondary-bg {
    /*background-color: rgb(52, 63, 79) !important;*/
    background-color: #0070c0 !important;
}
.footer__main-wrp {
    position: relative;
}
.bottom-bar__nav, .bottom-bar__nav a {
    color: #343f4f;
    font-size: 12px;
    font-weight: 500;
}
footer li, .navbar-nav li {
    list-style-image: none;
}
.nav-link {
    color: #343f4f;
    font-size: 12px;
    font-weight: 500;
}
/*// END OF FOOTER*/

/*/PAGE*/
.entry-title, h1 {
    text-transform: uppercase;
    text-align-last: center;
    /*border-bottom: 1px solid #0070c0;*/
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 25px;
    font-size: 3rem;
    color: #0070c0;
    font-family: "Quicksand", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }
}
@media (min-width: 900px) {
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }
}
@media (max-width: 899px) {
    .h4, h4 {
        font-size: 1em;
    }
    .h5, h5 {
        font-size: 1rem;
    }
    .card-body.text-answer {
        padding-left: 5px !important;
    }
    .filtersCand {
        display: inline-block !important;
        width: -webkit-fill-available;
    }
}
.open-candidature {
    color: #fff;
    background-color: #ff2350;
    border-color: #ff2350;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 10px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    border: unset;
}
.open-candidature:hover {
    background-color: #fdc300;
    transition: all 0.3s ease-out;
}
.upperBold {
    text-transform: uppercase;
    font-weight: 500;
}

.filtersCand select {
    color: #fff;
    background-color: #fdc300;
    border-color: #fdc300;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.filtersCand label {
    display: inline-block;
    text-transform: uppercase;
    text-align-last: center;
    font-size: 1.5rem;
    color: #0070c0;
}
.filtersCand {
    border-bottom: 2px solid #ff535d;
}
.subtitleCand {
    text-transform: uppercase;
    background-color: #ff2350;
    color: white;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    width: fit-content;
    font-weight: 500;
    float: left;
    margin-top: 25px;
}
.subtitleCand p {
    margin-bottom: 0 !important;
}
.filtersCand {
    display: flex;
}
.faq_question_answer .status {
    margin-top: -8px;
    background-color: #ff2350;
    color: white;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    bottom: -12px;
    position: absolute;
    right: 5px;
    font-weight: 300;
}
.filtersCand .filterInput {
    transition-property: color, background-color;
    transition-duration: 100ms;
    text-transform: unset;
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 10px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fdc300;
    width: -webkit-fill-available;
    color: #0070c0;
}
.filtersCand .filterInput:focus {
    transition-property: color, background-color;
    transition-duration: 100ms;
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 10px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fdc300;
    width: -webkit-fill-available;
    color: #0070c0;
    outline: none;
}
.down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.etatdecxompletion {
    background-color: #fdc300;
    color: #0070c0;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    font-weight: 300;
    width: fit-content;
    margin-bottom: 0;
}
.etatdecxompletion.candisplay {
    background-color: #0070c0;
    color: white;
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    font-weight: 300;
    width: fit-content;
    justify-self: center;
}
.candidaterButton {
    border: none;
    margin-bottom: 8px;
    padding: 10px;
    /* border-radius: 3px; */
    width: 100%;
    margin-top: 19px;
    /* border-radius: 9px; */
    color: #fff;
    background-color: #ff2350;
    /* border-color: #fdc300; */
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}
.popupTimer {
    /*width: 100%;*/
    /*height: -webkit-fill-available;*/
    /*top: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*z-index: 1000000000000000000;*/
    /*background: rgba(170, 170, 170, .9);*/
    z-index: 1000000000000000000;
    background: rgba(170, 170, 170, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.realpopup {
    background-color: #0070c0;
    top: 35%;
    position: absolute;
    /*left: 33%;*/
    justify-self: anchor-center;
}
.realpopup p {
    color: white;
    padding: 25px;
}
.seconds {
    text-align: -webkit-center;
    border: none;
    color: #fff;
    background-color: #ff2350;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
    place-self: center;
}
.cancelTimer {
    text-align: -webkit-center;
    border: none;
    color: #fff;
    background-color: #fdc300;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
    place-self: center;
    cursor: pointer;
}


/*PAGE*/
.page h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    color: #ff2350;
    /* margin-top: 25px; */
}
.page {
    font-family: "DM Sans", sans-serif;;
    color: #797979;
}
.btnclassique {
    border: none;
    width: 100%;
    color: #fff;
    background-color: #ff2350;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
}



.sidebar-area {
    position: fixed;
    top: 0;
    right: 0px;
    width: 400px;
    height: 100%;
    background-color: var(--heading-color);
    padding: 40px;
    padding-top: 30px;
    z-index: 9999;
    transition: var(--transition);
    overflow: hidden;
    overflow-y: auto;
}
@media (max-width: 575px) {
    .sidebar-area {
        width: 350px;
    }
}
.sidebar-area p {
    color: var(--white);
}
.sidebar-area .info {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.sidebar-area .info li {
    font-size: 15px;
}
.sidebar-area .info li i {
    margin-right: 8px;
    color: #ff5b5d;
    text-decoration: none;
}
.sidebar-area .info li a {
    color: var(--white);
    display: block;
    transition: var(--transition);
    font-family: var(--quicksand);
    text-decoration: none;
    margin-top: 5px;
}
.sidebar-area .sidebar__overlay {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sidebar-area button {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #ff555d;
    border-radius: 50%;
    transition: var(--transition);
}
.sidebar-area button:hover {
    transform: rotate(90deg);
}
.sidebar-area .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ff5b5d;
    margin-right: 10px;
    display: inline-block;
}
.sidebar-area .social-icon a:hover {
    background-color: var(--primary-color);
    color: var(--heading-color);
    border: 1px solid var(--primary-color);
}
.sidebar-area.sidebar__hide {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.mobile-menu .meanmenu-reveal {
    display: none !important;
}
.mobile-menu.mean-container .mean-nav > ul {
    width: 100%;
    display: block !important;
}
.mobile-menu ul li a i {
    display: none;
}
.logo img {
    width: 100%;
}
.headerlogoimg {
    max-width: 205px;
}
.mobile-menu-bis .nav-link {
    color: white;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-top: 5px;
}
.mobile-menu-bis li {
    list-style: none;
}
.sidebar-area .pt-40 {
    padding-top: 40px;
}
.sidebar-area ul, .sidebar-area li {
    list-style-type: none;
    margin-top: 12px;
}
.mobile-menu-bis {
    margin-top: 20px;
}
.sidebar-area .info {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgb(253 195 0);
}
.banner-two-area .banner-two__social ul {
    padding-left: unset;
}
.card {
    border-radius: unset;
}
h2 {
    color: #ff2350;
}
strong {
    color: #ff2350;
}
.banner-two__content strong, .faq-vision strong {
    color: white;
}
#main li::marker {
    content: "> ";
    color: #fdc300;
    font-weight: 600;
}
footer li::marker {
    content: "";

}
.banner-two__social li::marker {
    content: "" !important;
}

/*Forums CSS*/
.bbpress .bbp-user-edit-link {
    display: none;
}

.numberPostCandidate {
    margin-top: 5px;
    background-color: #fdc300;
    color: #0070c0;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    font-weight: 300;
    width: fit-content;
    margin-bottom: 0;
    left: -6px;
    position: relative;
    top: -10px;
}
.numberPostCandidateDetails {
    background-color: #fdc300;
    color: white;
    display: flex;
    width: fit-content;
    clear: left;
    padding: 2px 10px 2px 10px;
    position: relative;
}