.img_flag {
    width: 25px;
}

@font-face {
    font-family: "digital";
    src: url("/fonts/digital-7.ttf") format("truetype");
}

.ul_btn_action {
    list-style: none;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

.ul_btn_action li {
    float: left;
    margin-right: 10px;
}

.last_winner,
.compteur_cnx {
    font-family: digital;
    font-size: 35px;
}

.pub_droite {
    position: absolute;
    width: 100px;
    height: 300px;
    background-color: #cccccc;
    top: 0;
    right: 0;
}

.m_b_10 {
    margin-bottom: 11px;
}

.m_b_15 {
    margin-bottom: 15px;
}

.m_b_20 {
    margin-bottom: 20px;
}

.m_t_10 {
    margin-top: 10px;
}

.m_t_50 {
    margin-top: 50px;
}

.div_ombrer {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

.div_onglet {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 15px;
}

.select_register {
    border: 1px solid #f03c02;
    text-align: center;
    color: #f03c02;
    cursor: pointer;
    padding: 20px 10px;
    font-size: 22px;
    font-weight: bold;
}

.select_register:hover {
    background-color: #f03c02;
    color: #ffffff;
}

.msr_error {
    font-size: 15px;
}

.btn_check_mail {
    position: absolute;
    bottom: 0;
    right: 0;
}

.experience_line,
.training_line {
    margin-bottom: 15px;
}

.add-another-training,
.add-another-experience {
    background-color: #bbbbbb !important;
}

.add-another-training:hover,
.add-another-experience:hover {
    background-color: #aaaaaa !important;
}

.btn_delete_experience_line,
.btn_delete_training_line {
    background-color: #ffffff !important;
    color: red !important;
    border: 1px solid red !important;
}

.btn_delete_experience_line:hover,
.btn_delete_training_line:hover {
    background-color: red !important;
    color: #ffffff !important;
}

.no_href {
    cursor: pointer;
}

.msr_error_email {
    margin-top: -10px;
}

.select2-selection__choice__remove {
    background: transparent !important;
    border: none !important;
    padding: 0 4px !important;
    color: #999 !important;
    transition: 0.4s;
}

.select2-selection__choice__remove:hover {
    background: #f03c02 !important;
    color: #fff !important;
}

.height_file {
    height: 100px;
}

.btn_del_logo_db,
.btn_del_logoCompany {
    border: 1px solid red !important;
    border: 1px solid red;
    background: red !important;
    padding: 5px 10px !important;
    margin-left: 10px;
}

.btn_del_logo_db:hover,
.btn_del_logoCompany:hover {
    background: #ffffff !important;
    color: red !important;
}

#poster_offer_activities {
    height: 150px;
}

.required_input:after {
    content: " *";
    color: red;
}

.text_red {
    color: red;
}

label .invalid-feedback {
    display: none !important;
}

.invalid-feedback {
    margin-top: -10px;
    margin-bottom: 10px;
}

.ul_delete_offre {
    list-style: none;
    padding-inline-start: 0px;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border: 1px solid #ced4da !important;
    min-height: 44px !important;
    color: #495057 !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}

.block_offre {
    border: 1px solid #ebe6e4;
    background-color: #faf9f8;
    padding: 15px 10px;
    margin-bottom: 15px;
    width: 100%;
}

.bg_oranger {
    background-color: #f03c02;
    color: #ffffff;
}

.bg_oranger:hover {
    background-color: #fd5c28;
    color: #ffffff;
}

.spinner_apply_offre {
    width: 30px
}

.div_reference {
    background-color: #ccc;
    text-align: center;
    padding: 10px;
}

.name_offer {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.description {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
}

.btn_postuler {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.logo_company {
    text-align: center;
}

.logo_company img {
    height: 100px;
}

.titre_recherche {
    color: #fd5c28;
    font-weight: bold;
}

.pagin_offer .page-item.active .page-link {
    background-color: #fd5c28 !important;;
    border-color: #fd5c28 !important;
}

.page-link {
    color: #fd5c28;
}

#form_search_offer select {
    height: 44px !important;
    border: 1px solid #fd5c28 !important;
    font-size: 14px !important;
}

.color_oranger {
    color: #fd5c28;
}

.entry-content {
    margin-bottom: 50px;
}
.menu_type1{
    background-color: #fd5c28;
    color: white!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 10px;
}
.section-title h1{
    font-size: 36px;
}