.container_recherche_emplois_affichage select {
    padding: 12px 20px 12px 16px;
    border-radius: 5px;
    border: solid 1px #000000;
    background-color: #ffffff;
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    width: 270px;
}
@media screen and (min-width: 200px) and (max-width: 767px) {
    .container_recherche_emplois_affichage select {
        width: 100%;
    }
}
.container_recherche_emplois_affichage .select-with-overlay-icon {
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%;
}
.container_recherche_emplois_affichage .select-with-overlay-icon select {
    text-indent: 1px;
    text-overflow: "";
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.container_recherche_emplois_affichage .select-with-overlay-icon .select-overlay-icon {
    color: black;
    position: absolute;
    top: 14px;
    right: 20px;
}
.container_recherche_emplois_affichage .btn_blanc {
    color: #000;
    height: 58px;
    font-size: 18px;
    width: 100%;
    font-weight: 800;
    font-stretch: normal;
    font-family: "Montserrat", Sans-serif, serif;
    border: solid 2px #000000;
    padding: 18px 25px 18px 25px;
    background-color: #ffffff !important;
    white-space: nowrap;
    border-radius: 0;
}
.container_recherche_emplois_affichage .btn_blanc svg {
    fill: #000;
}
.container_recherche_emplois_affichage .btn_blanc:hover {
    color: #fff;
}
.container_recherche_emplois_affichage .btn_blanc:hover svg {
    fill: #fff;
}
.container_recherche_emplois_affichage .btn_blanc:hover .lds-dual-ring:after {
    border-color: #ffffff transparent #ffffff transparent !important;
}
@media (max-width: 1365px) {
    .container_recherche_emplois_affichage .btn_blanc:hover {
        color: black;
    }
    .container_recherche_emplois_affichage .btn_blanc:hover svg {
        fill: black;
    }
    .container_recherche_emplois_affichage .btn_blanc:hover .lds-dual-ring:after {
        border-color: black transparent black transparent !important;
    }
    .container_recherche_emplois_affichage .btn_blanc:active, .container_recherche_emplois_affichage .btn_blanc:focus {
        color: black;
    }
}
.container_recherche_emplois_affichage .container_cercle {
    display: block;
    width: 380px;
    height: 380px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    background-color: white;
    transition: 0.3s;
    top: 0;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .container_recherche_emplois_affichage .container_cercle {
        width: auto;
        height: auto;
        background-color: transparent;
        border-radius: 0;
        padding: 30px 20px 50px;
        top: auto;
        box-shadow: none;
    }
}
.container_recherche_emplois_affichage .container_cercle.js_fixe_controls.js_fixed {
    position: fixed;
    top: 50px !important;
    transition: 0.3s !important;
}
.container_recherche_emplois_affichage .container_cercle .label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.29;
    margin-bottom: 0;
}
.container_recherche_emplois_affichage .container_cercle .inner {
    align-self: center;
    padding: 15px 50px;
    margin-top: -22px;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .container_recherche_emplois_affichage .container_cercle .inner {
        padding: 0;
        width: 100%;
    }
}
.container_recherche_emplois_affichage .top_titre {
    text-align: center;
}
.container_recherche_emplois_affichage .top_titre .titre_all {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 100px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: black;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .container_recherche_emplois_affichage .top_titre .titre_all {
        font-size: 40px;
        line-height: 1.23;
    }
}
.container_recherche_emplois_affichage .top_titre .titre_all + .titre_top {
    margin-top: 0;
    padding-bottom: 50px;
}
.container_recherche_emplois_affichage .top_titre .titre_top {
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 0;
    color: black;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .container_recherche_emplois_affichage .top_titre .titre_top {
        font-size: 30px;
        line-height: 1.23;
    }
}
.container_recherche_emplois_affichage .top_titre .titre_bottom {
    margin-top: 0;
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 100px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: black;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .container_recherche_emplois_affichage .top_titre .titre_bottom {
        font-size: 35px;
        line-height: 1.23;
    }
}
.row_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.row_flex .item {
    flex: 0 0 50%;
    min-width: 295px;
    min-height: 295px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}
.row_flex .item .inner_candidature {
    position: relative;
    min-width: 295px;
    max-width: 340px;
}
.row_flex .item .inner_candidature:before {
    content: " ";
    width: 295px;
    height: 295px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 82px solid #e2fafa;
    border-radius: 400px;
    z-index: 0;
    transition: 0.3s ease;
}
.row_flex .item:hover .inner_candidature:before {
    border-color: #ffefba;
    box-shadow: inset 0 1px 11px -7px #000000f2, 0 1px 6px -2px #0000009c;
}
.row_flex .item:hover .inner_candidature .cercle {
    background: #ffc400 !important;
    box-shadow: 0 2px 5px -4px #000;
}
.row_flex .item.candidature p.top_question {
    margin: 0 -20px 0 -20px;
    padding-top: 90px;
    height: 120px;
    z-index: 2;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: black;
    visibility: hidden;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .row_flex .item.candidature p.top_question {
        font-size: 16px;
        height: 140px;
    }
}
.row_flex .item.candidature .titre_emplois {
    height: 205px;
    align-items: flex-start;
    color: black;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .row_flex .item.candidature .titre_emplois {
        height: 185px;
    }
}
.row_flex .item.candidature .cercle {
    background: #ffc400 !important;
}
.row_flex .item.candidature .inner_candidature:before {
    border-color: #ffefba !important;
}
.row_flex .item.candidature:hover .inner_candidature:before {
    border-color: #e2fafa !important;
}
.row_flex .item.candidature:hover .cercle {
    background: #03afaf !important;
    box-shadow: 0px 2px 5px -4px #000;
}
.row_flex .item .titre_emplois {
    flex: 100%;
    z-index: 2;
    align-self: flex-end;
    text-transform: uppercase;
    height: 325px;
    align-items: center;
    display: flex;
}
.row_flex .item .titre_emplois h3 {
    font-family: "Montserrat", Sans-serif, serif;
    margin-top: 0 !important;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    flex: 1 100%;
    position: relative;
    color: black;
}
@media screen and (min-width: 200px) and (max-width: 1365px) {
    .row_flex .item .titre_emplois h3 {
        font-size: 25px;
        line-height: 1.2;
    }
}
.row_flex .item .description_bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: black;
}
.row_flex .item .description_bottom p {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    text-align: center;
}
.row_flex .item .description_bottom .cercle {
    box-shadow: none;
    text-decoration: none;
    width: 39px;
    height: 39px;
    background: #03afaf;
    padding: 9px 11px;
    border-radius: 100%;
    display: inline-block;
    transition: 0.3s;
}
.row_flex .item .description_bottom .cercle .icon svg {
    fill: #fff;
    width: 16px;
}
.flex_3 {
    flex: 1 1 33%;
}
.flex_6 {
    flex: 1 1 66%;
}
@media (min-width: 768px) {
    .row_flex {
        flex-direction: row;
    }
    .row_flex .item {
        width: 295px;
        height: 295px;
        min-height: 370px;
        padding: 20px 40px;
    }
}
@media (max-width: 767px) {
    .row_flex {
        flex-direction: column;
    }
    .row_flex .item {
        flex: 1 1 100%;
    }
}
.lds-dual-ring {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    z-index: 1;
}
.lds-dual-ring:after {
    content: "";
    display: block;
    animation: lds-dual-ring 1.2s linear infinite;
    border: 7px solid #cecece;
    border-radius: 50%;
    border-color: #23282d transparent #23282d transparent;
    width: 34px;
    height: 34px;
    margin: auto;
    transition: 0.3s;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
