/* */
@media (max-width: 500px) {
  footer {
    display: none
  }

  .site-content {
    padding-bottom: 100px;
  }
}

ul {
  margin-left: 0;
}

/* homepage */
.hero_section_homepage {
  background: linear-gradient(90deg, rgb(245 0 147) 0%, rgba(240, 10, 71, 1) 65%, rgba(255, 0, 0, 1) 100%);
  padding: 60px 32px
}

.content_hero_section_homepage h1 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  text-align: left
}

.cards_info_hero_stg {
  min-height: 150px;
}

.cards_info_hero_stg h3 {
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px
}

.cards_info_hero_stg h3 a {
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid white
}

.cards_info_hero_stg h3 a:hover {
  color: white
}

.cards_info_hero_stg p {
  font-size: 16px;
  color: white;
  line-height: 1.130rem;
  letter-spacing: -0.030rem;
  font-weight: 400
}

.cards_info_hero_stg i {
  font-size: 22px;
  color: white;
  margin-bottom: 10px
}

.filter_hero_section_homepage {
  display: flex;
  width: 100%;
  flex-direction: row !important;
  justify-content: center;
  justify-content: center;
}

.btn_explorer_job_hero_section {
  padding: 10px 20px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background: black;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  height: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.btn_explorer_job_hero_section:hover {
  color: white
}

.border_right_cards_info_stg {
  border-right: 1px solid white;
}

.div_input_search_global_homepage {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
}

.div_input_search_global_homepage input {
  font-size: 12px;
  width: 100%;
  height: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

@media (max-width: 500px) {
  .hero_section_homepage {
    padding: 30px 32px
  }

  .content_hero_section_homepage h1 {
    font-size: 22px;
    margin-bottom: 30px
  }

  .section_filters_global_homepage {
    text-align: center
  }

  .filter_hero_section_homepage {
    display: block
  }

  .cards_info_hero_stg {
    text-align: center;
    padding: 20px 0;
    min-height: 75px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgb(255 255 255 / 87%);
  }

  /*.border_right_cards_info_stg{border-right: none; border-bottom: 1px solid white}*/
  .btn_explorer_job_hero_section {
    width: 100%;
    margin-top: 14px
  }
}

.words_master_mba_n {
  color: white !important
}

.words_master_mba {
  color: white !important
}


.global_search_bar_new input {
  background: white
}

.display_none {
  display: none;
}

/* */
.custom_modification_swipe_values_startup {
  min-height: auto;
  text-align: center
}

/* */
.ecole_custom_table_stats table tr td {
  text-align: center;
}

.c_p_td {
  text-align: left !important;
}

.content_card_search_tabs_stats {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.title_global_stats {
  font-size: 30px;
  color: black;
  margin-bottom: 20px;
  font-weight: 600;
}

.content_profile_card {
  background: #fff;
  padding: 22px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative
}

.nav_section {
  display: flex;
  background: #e5e5e5;
  border-radius: 4px;
  width: fit-content;
  padding: 5px
}

.nav_tab_c {
  padding: 8px 40px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  position: relative;
  cursor: pointer
}

.nav_tab_c.active {
  border-radius: 4px;
  background: #fff
}



/* nv filters */
.search_container {
  max-width: 1200px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin: auto
}

.search_group {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 8px 16px;
}

.search_input_wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  position: relative;
  padding: 8px;
}

.search_input_wrapper_global {
  flex: 2;
}

.search_input_wrapper input {
  border: none
}

.search_input_wrapper input:focus {
  border: none;
  background: transparent
}

.search_divider {
  width: 1px;
  height: 32px;
  background-color: #e0e0e0;
}

.search_input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  color: #333
}

.search_input::placeholder {
  color: #666
}

.search_icon {
  color: #666;
  font-size: 18px;
  width: 24px
}

.search_button {
  background-color: #ff0268;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .2s;
  margin-right: 8px;
  line-height: 1
}

.search_button:hover {
  background-color: #ff0268;
  color: white
}

.popup_filter {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  z-index: 99999
}

.popup_filter.active {
  display: block
}

.popup_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px
}

.popup_title {
  font-size: 24px;
  font-weight: 600;
  color: #333
}

.popup_close {
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666
}

.popup_close i {
  margin-right: 0
}

.popup_search {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  margin-bottom: 10px !important
}

.popup_options {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 20px
}

.popup_options label {
  margin-bottom: 0
}

.popup_option {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  transition: background-color .2s;
  border-radius: 8px;
  margin-bottom: 4px;
}

.popup_option:hover {
  background-color: #f3f4f6
}

.popup_option.active {
  background-color: #f3f4f6
}

.popup_checkbox {
  margin-right: 12px
}

.popup_validate {
  width: 100%;
  background-color: #000;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .2s
}

.popup_validate:hover {
  background-color: #000;
  color: white
}

.popup_clear_checked {
  width: 100%;
  background-color: #000;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .2s
}

.popup_clear_checked:hover {
  background-color: #000;
  color: white
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999
}

.overlay.active {
  display: block
}

@media (max-width: 768px) {
  .search_container {
    flex-direction: column;
    padding: 10px;
    margin-bottom: 40px;
  }

  .search_group {
    display: block;
    width: 100%;
    padding: 0;
  }

  .search_divider {
    width: 100%;
    height: 1px;
    margin: 8px 0
  }

  .search_button {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    display: block
  }
}

.footer_popup_filter {
  text-align: right
}

.icon_search_bar_homepage {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 9;
  width: 2.5rem;
  height: 100%;
}

.mb_infos_inp {
  margin-bottom: 30px
}

.autocomplete_global_search {
  position: absolute;
  max-height: 27rem;
  background: white;
  right: 0px;
  left: 0px;
  width: 100%;
  overflow: auto;
  z-index: 999;
  display: none;
  text-align: justify
}

.custom_autocomplete_global_search {
  top: 68px;
}

.header_category_search {
  padding: 10px 10px;
  border: 1px solid #e7eaec;
}

.titel_category_search {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 13px;
}

.search_query_results_item_1 {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 10px;
  color: black;
  cursor: pointer;
  text-align: left;
}

.search_query_results_item_1:hover {
  background: #f8f9fa
}

/*  */
.nv_d_button_filter a {
  padding: 8px 25px;
  border-radius: .5rem;
}

.filter_fields_nv_d {
  top: 42px;
}

/* */
.tab_section_search {
  display: none;
  margin-bottom: 20px;
}

.tab_section_search.active {
  display: block;
}

/* .tab_search{display: flex;background-color: rgba(255, 255, 255, 0.2);border-radius: 8px 8px 0 0;padding: 4px;margin-bottom: -1px;margin: 0 auto;} */
.tab_search {
  display: flex;
}

.search_container_tab_search {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab_button_search {
  padding: 12px 24px;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-weight: 600;
}

.tab_button_search:hover {
  background-color: #ff0268;
}

.tab_button_search.active {
  background: white;
  color: #304351;
}

.tab_content {
  background: white;
  padding: 30px 30px;
  border-radius: 10px;
  border-top-left-radius: 0;
}

.tab_content_c_style {
  border: 1px solid #e4e4e4;
}

.radius_top_left {
  border-top-left-radius: 6px;
}

.radius_top_right {
  border-top-right-radius: 6px;
}

.content_card_search_tabs {
  font-size: 15px !important;
  color: #666666 !important;
  max-width: 1200px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-template-homepage .search_container {
  background: #f8f9fa;
  margin-bottom: 40px;
}

.search_container_c_style {
  background: #f8f9fa;
  margin-bottom: 40px;
}

.page-template-homepage .search_input_wrapper input {
  background: #f8f9fa;
}

.search_input_wrapper_c_style input {
  background: #f8f9fa;
}

.hero_search_bar_section {
  background: linear-gradient(90deg, rgb(245 0 147) 0%, rgba(240, 10, 71, 1) 65%, rgba(255, 0, 0, 1) 100%);
}

.ethiques_tags_filters {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.ethiques_tags_filters a {
  padding: 8px 12px;
  background: #f8f9fa;
  color: white;
  font-size: 10px;
  line-height: 1;
  border-radius: 6px;
  color: black;
}

.ethiques_tags_filters a:hover {
  background: #ff0268;
  color: white
}

.recherche_rapide {
  color: #ff0268 !important;
  font-size: 11px !important;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .section_search_filters {
    margin-left: -30px;
    margin-right: -30px;
  }

  .content_card_search_tabs {
    font-size: 14px;
  }

  .tab_content {
    padding: 22px 16px;
    border-top-right-radius: 0;
  }

  .tab_button_search {
    flex: 1;
    padding: 12px 15px;
  }

  .tab_section_search {
    margin-bottom: 0;
  }

  .ethiques_tags_filters {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    line-height: 1;
  }

  .search_input_wrapper {
    padding: 0 8px;
  }

  .search_input_wrapper input {
    font-size: 10px
  }
}

@media (max-width: 500px) {
  .d_n_mobile {
    display: none
  }
}

input[type=search]:focus {
  outline: unset;
}



.alert_demande {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.empty_demande {
  padding: 4rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  margin: 15px 0;
}

.nv_ajouter_cards {
  color: white;
  border-radius: 0px;
  background-color: #f4376b;
  border-color: #f4376b;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.nv_ajouter_cards:hover {
  color: white
}

.empty_demande h4 {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1.5rem 0px;
}

.empty_demande p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 32px;
}

.empty_demande i {
  font-size: 30px;
  color: #f4376b
}


/* */
.card_message_maop {
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
}

/* .btn_ajouter_startup{color: white;border-radius: 0px;background-color: #f4376b;border-color: #f4376b;position: relative;display: inline-flex;align-items: center;justify-content: center;width: auto;font-weight: 600;font-size: 0.875rem;padding: 0.5rem 1rem;text-decoration: none;text-align: center;white-space: nowrap;cursor: pointer;border-width: 1px;border-style: solid;}
  .btn_ajouter_startup:hover{color: white} */
.card_message_maop h4 {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1.5rem 0px;
}

.card_message_maop p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 32px;
}

.card_message_maop i {
  font-size: 30px;
  color: #f4376b
}


/* Nouveau Dashboard */
/* hide elements in mobile */
/* new dashboard */
.global_information {
  position: relative
}

.card_global_information {
  padding: 10px 15px;
  background-color: #fff;
  font-size: 12px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  .card_global_information {
    padding: 8px 15px;
  }
}

.div_url_default_u_style {
  line-height: 1;
  text-align: center
}

.url_default_u_style {
  color: black;
  text-decoration: underline;
  font-size: 12px;
}

.url_default_u_style:hover {
  text-decoration: underline
}

.url_default_u_style_n {
  padding: 5px 6px;
  text-decoration: none;
  background: black;
  color: white;
  white-space: nowrap;
  font-size: 10px;
  border-radius: 5px
}

.url_default_u_style_n:hover {
  color: white
}

.border_left_col {
  border-left: 1px solid #e9e9e9;
}

/*.global_information{display: flex;}*/
.global_views_cv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px;
  padding: 0 10px;
  background-color: #efeded;
  text-align: center;
  color: #000;
  font-size: 10px;
}

.line_height_15 {
  line-height: 1.5
}

.global_views_cv .total_views_cv {
  font-size: 26px;
}

.global_views_cv_n {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px;
  padding: 14px 10px;
  background-color: white;
  color: #000;
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color .5s cubic-bezier(0, 0, 0.2, 1), border-color .5s cubic-bezier(0, 0, 0.2, 1);
}

.global_views_cv_n:hover {
  background-color: #f6f6f6;
  border: 1px solid black;
  cursor: pointer
}

.stat_per_date {
  font-size: 12px;
  color: #666666;
}

.global_views_cv_n .total_views_cv {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px
}

.count_subtitle_gloval_views {
  line-height: 1;
  color: #f4376b;
}

.custom_premium_global_views_cv_n {
  background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(240, 10, 71, 1) 50%, rgba(231, 15, 112, 1) 100%)
}

.custom_premium_global_views_cv_n i {
  color: white
}

.custom_premium_subtitle_global_views {
  color: white
}

.custom_premium_count_subtitle_gloval_views {
  color: white
}

.subtitle_global_views {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
}

.card_global_information_n {
  padding: 10px 15px;
  background-color: #fff;
  font-size: 12px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 500px) {
  .card_global_information_n {
    padding: 8px 15px;
  }
}

.card_header_global_information_n h3 {
  font-size: 15px;
  color: black;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
}

.card_header_global_information_n p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}

.global_fields_information {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.global_field_wrapper {
  color: black
}

.global_field_wrapper span {
  color: #0000008c
}

.global_field_wrapper i {
  margin-left: 3px;
  font-size: 10px;
}

.search_card_information {
  padding: 10px 15px;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  .hide_element_mobile {
    display: none
  }
}

.search_field_complete_profil {
  display: flex;
  align-items: center;
  width: max-content;
  cursor: default;
  margin-bottom: 5px;
  color: black;
  line-height: 1;
}

.margin_top_none {
  margin-top: none
}

.icon_complete i {
  color: #3EC963;
  font-size: 14px;
  margin-right: 5px;
}

.icon_info {
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer
}

.icon_non_complete {
  text-align: right
}

.icon_non_complete i {
  color: #ff0268;
  font-size: 14px;
  margin-right: 5px;
}

.search_card_information_title {
  margin-bottom: 2px;
  font-size: 12px;
  color: black;
}

.icon_complete_info {
  color: #3EC963
}

.icon_non_complete_info {
  color: #ff0268
}

.card_stats_informations_personnelles {
  padding: 13px 15px 25px;
  border-radius: 10px;
  background-color: #fff;
  transition: background-color .5s cubic-bezier(0, 0, 0.2, 1), border-color .5s cubic-bezier(0, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 204px;
}

.figure_header_card_stats i {
  font-size: 34px;
  color: #ff0268
}

.icon_left_redirect {
  margin-left: 5px;
  font-size: 12px;
}

/*.search_field_informations{display: flex;justify-content: center;align-items: center;gap: 4px;}*/
.search_field_informations i {
  font-size: 18px;
}

.search_field_informations span {
  font-size: 12px;
  color: #ff0268;
  font-weight: 600;
}

.card_stats_informations_personnelles:hover {
  background-color: #f6f6f6;
  border: 1px solid black
}

.header_card_stats_informations_personnelles {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.body_card_stats_informations_personnelles h5 {
  font-size: 14px;
  color: black;
  margin-bottom: 8px;
  font-weight: 600
}

.body_card_stats_informations_personnelles p {
  font-size: 12px;
  color: #0000008c;
  margin-bottom: 0
}

.body_card_stats_informations_personnelles ul {
  margin-bottom: 0
}

.body_card_stats_informations_personnelles ul li {
  list-style: none;
}

.card_information_pack_premium {
  padding: 10px 15px;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.elements_premium_information {
  color: black;
}

.elements_premium_information span {
  font-weight: 600
}

@media (max-width: 500px) {
  .d_block_mobile {
    display: block !important;
  }
}

.custom_card_stats_informations_personnelles {
  background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(240, 10, 71, 1) 50%, rgba(231, 15, 112, 1) 100%);
}

.custom_figure_header_card_stats i {
  color: white
}

.custom_body_card_stats h5 {
  color: white
}

.custom_body_card_stats p {
  color: white
}

.custom_design_swiper_button_dashboard_stats {
  color: black;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  border: 1px solid #e2e0ed;
  font-size: 10px;
}

.swiper-button-next.custom_design_swiper_button_dashboard_stats:after,
.swiper-rtl .swiper-button-prev.custom_design_swiper_button_dashboard_stats:after {
  font-weight: 600;
  font-size: 14px;
}

.swiper-button-prev.custom_design_swiper_button_dashboard_stats:after,
.swiper-rtl .swiper-button-next.custom_design_swiper_button_dashboard_stats:after {
  font-weight: 600;
  font-size: 14px;
}

.active_ecole_candidat_premium {
  cursor: pointer
}

.ethiques_card {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.ethiques_card span {
  padding: 8px 12px;
  background: #e8ebee;
  color: #474543;
  font-size: 10px;
  line-height: 1
}

/* hide elements in mobile */
@media (max-width: 500px) {
  .card_profil_visible {
    display: none
  }
}

/* dashboard navbar */
.card_profil_visible {
  background-color: #fff;
  position: relative;
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.title_dashboard_card_nav {
  font-weight: 600;
  font-size: 16px
}

.img_photo_de_profil_candidat img {
  width: 100px;
  border-radius: 50%;
}

.div_img_photo_de_profil_candidat {
  position: relative
}


@media (max-width: 500px) {
  .main-header-bar {
    display: none
  }
}

.global_information .swiper {
  padding: 0
}

/* filtre dynamic */
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  z-index: 1001;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem
}

.modal_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a
}

.modal_close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f0f0;
  transition: all .3s ease
}

.modal_close:hover {
  background: #e0e0e0
}

.education_level_list {
  margin-bottom: 2rem;
  height: 250px;
  overflow: auto
}

.education_level_item {
  padding: 1rem;
  margin-bottom: .5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease
}

.education_level_item:hover {
  background: #f8f9fe
}

.education_level_item.selected {
  background: #f8f9fe;
  color: #8A4FFF
}

.education_level_item_formation {
  padding: 1rem;
  margin-bottom: .5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease
}

.education_level_item_formation:hover {
  background: #f8f9fe
}

.education_level_item_formation.selected {
  background: #f8f9fe;
  color: #8A4FFF
}

.modal_footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem
}

.btn_reset {
  padding: .8rem 1.5rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: all .3s ease;
  color: black;
}

.btn_reset:hover {
  background: #f8f9fe
}

.btn_results {
  padding: .8rem 1.5rem;
  background: #ff0268;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all .3s ease
}

.btn_results:hover {
  background: #ff0268
}

.fields_filters_formation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: auto;
}

@media (max-width: 500px) {
  .fields_filters_formation {
    overflow: auto;
    justify-content: normal
  }
}

.card_filter_formation_listing {
  background: white;
  border-radius: 5px;
  margin-top: 1rem;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  color: #160533;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #e2e0ed;
  padding: 10px 28px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.title_card_filter_formation_listing {
  white-space: nowrap;
}

.counter_card_filter_formation_listing {
  background: #fff;
  border: 1px solid #e2e0ed;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

.display_none {
  display: none;
}


/* */
.flex_row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* */
/* */
.user_fields_selected {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap
}

.btn_user_fields_selected {
  background: #f8f9fe;
  padding: 6px 8px;
  border-radius: 5px;
  color: #160533;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #e2e0ed;
  font-size: 12px;
}

.btn_user_fields_selected:hover {
  color: #160533
}

.tooltip_ethiques {
  position: relative;
  cursor: pointer;
  font-size: 12px;
}

.black_style {
  background: black;
  color: white
}

.black_style:hover {
  color: white
}

.header_filter_section {
  margin-bottom: 26px;
}

.btn_modifier_profil_dashboard {
  background: #ff0268;
  padding: 6px 8px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  line-height: 1;
  font-size: 10px
}

.btn_modifier_profil_dashboard i {
  margin-right: 3px
}

@media (max-width: 500px) {
  .btn_modifier_profil_dashboard {
    margin-bottom: 20px;
  }
}

.red_style {
  background: #ff0268;
  color: white
}

.red_style:hover {
  color: white
}

.tooltip_ethiques::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 135%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 99999;
  font-size: 12px;
  line-height: 1;
}

.icon_info.tooltip_ethiques::after {
  width: 200px;
  white-space: pre-wrap;
}

.tooltip_ethiques:hover::after {
  opacity: 1;
  visibility: visible;
}

.tooltip_ethiques i {
  margin-right: 0
}


/* card startup open details */
.card_startup_open_d {
  position: relative;
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all .55s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 5px
}

.img_card_startup_lead_open_d.active {
  border: #ff0268 2px solid;
}

.font_title_startup_open_d {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px
}

.p_card_startup {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 11px;
  min-height: 0;
}

.right_instartup_startup {
  position: sticky;
  top: 5%;
  padding-left: 5px;
}

.left_instartup_startup {
  position: relative;
  padding-right: 5px;
}

.flex_row_startup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

@media (max-width: 940px) {
  .description_card_open_d {
    margin-top: 13px
  }
}

.footer_card_startup_open_d {
  text-align: left;
  width: 100%;
  margin-top: 8px;
}

.footer_card_startup_open_d span {
  color: #5b5b5b;
  border: #bfbfbf 1px solid;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 5px
}

.footer_card_startup_open_d span:hover {
  background: #ff0268;
  color: #fff;
  transition: all .5s
}

.footer_card_startup_open_d a {
  color: #ff0268
}

.footer_card_startup_open_d a.icon_right {
  color: #304351;
}

.footer_card_startup_open_d a:hover {
  color: #ff0268
}

@media (max-width: 500px) {
  .footer_card_startup_open_d {
    text-align: center
  }
}

.flex_star_card_startup_open_d {
  display: flex;
  gap: 10px
}

.flex_star_card_startup_open_d .star-container {
  margin: 0
}

@media (max-width: 500px) {
  .flex_star_card_startup_open_d {
    justify-content: center;
  }
}

.content_article a {
  color: #ff0268;
  text-decoration: underline !important;
}



/* */
.section_details_startup {
  position: sticky;
  top: 5%;
  padding-left: 5px;
}

@media (max-width: 500px) {
  .section_details_startup {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 9999;
    overflow: auto;
    height: 100vh;
    top: 63px;
    background: white
  }
}

.section_details_startup .swiper {
  padding: 5px
}

.section_details_startup .swiper-wrapper {
  box-sizing: border-box;
}

/* loader details card */
.reload_effect_detail {
  height: 100vh;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 25px;
  display: none;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}

.reload_effect_detail_slide {
  height: 100%;
  position: sticky;
  width: 100%;
  top: 10px;
  z-index: 99;
  color: #fff;
  font-size: 25px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.background-masker {
  background: #fff;
  position: absolute
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px
}

.background-masker.header-bottom {
  top: 18px;
  height: 6px
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0
}

.background-masker.subheader-right {
  left: 230px
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px
}

.background-masker.content-top {
  height: 20px
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px
}

.background-masker.content-second-line {
  top: 68px
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px
}

.background-masker.content-third-line {
  top: 82px
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px
}




/* details formation */
.notation_header_formation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

.card_detail_startup {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 10px;
}

.swiper-slide .card_detail_startup {
  border-radius: 0;
}

@media (max-width: 500px) {
  .swiper-slide .card_detail_startup {
    border-radius: 0;
  }

  .card_detail_startup {
    padding-bottom: 138px;
  }
}

.open_details.active {
  border: #ff0268 2px solid;
}

.btn_site_formation {
  padding: 5px;
  background: #4b4f58;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer
}

.btn_site_formation i {
  margin-right: 0
}

.flex_row_header_details_formation {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .flex_row_header_details_formation {
    /*justify-content: flex-end;*/
    display: block;
  }

  .notations_formation_n {
    display: flex;
    justify-content: space-around;
  }
}

.div_btn_candidature_formation {
  display: block;
  width: 100%
}

.div_btn_candidature_formation_conseiller {
  display: block;
  width: 100%
}

.div_btn_partager_formation {
  display: block;
  width: 100%
}

.div_btn_favoris_formation {
  display: block;
  width: 100%
}

.btn_candidature_formation {
  padding: 8px;
  background: #ff0268;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_candidature_formation:hover {
  color: white
}

.btn_candidature_formation i {
  margin-right: 4px
}

.btn_candidature_formation_conseiller {
  padding: 8px;
  background: #168d00;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_candidature_formation_conseiller:hover {
  color: white
}

.btn_candidature_formation_conseiller i {
  margin-right: 4px
}

.btn_partager_formation {
  padding: 8px 15px;
  background: #1c86d1;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #1c86d1;
}

.btn_partager_formation:hover {
  color: white
}

.btn_partager_formation i {
  margin-right: 4px
}

.btn_favoris_formation {
  padding: 8px 15px;
  background: #ff0268;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ff0268
}

.btn_favoris_formation:hover {
  color: white
}

.btn_favoris_formation i {
  margin-right: 4px
}

.deja_btn_favoris_formation {
  color: #ff0268;
  font-weight: 600;
  font-size: 12px;
  background: white;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #ff0268;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer
}

.deja_btn_favoris_formation:hover {
  color: #ff0268;
}

.deja_btn_favoris_formation i {
  margin-right: 4px
}

.btn_signaler_erreur {
  padding: 8px;
  background: #25d366;
  color: white !important;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_signaler_erreur:hover {
  color: white
}

.btn_signaler_erreur i {
  margin-right: 4px
}



.share_formation i {
  font-size: 20px;
  margin-right: 0;
}

@media (max-width: 500px) {
  .padding_col_mobile {
    padding-right: 0;
    padding-left: 0;
  }
}

.btn_load_more_cards {
  border: none;
  padding: 15px 40px;
  margin: 7px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgb(154 171 184 / 18%);
  color: #304351;
  font-weight: 600;
  line-height: 1;
}

.navbar_fixed_top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

/* background: #e7e7e7; */
.deja_contacter {
  color: #ff0268;
  font-weight: 600;
  font-size: 12px;
  background: white;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #ff0268;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.deja_contacter:hover {
  color: #ff0268;
}

.deja_contacter_conseiller {
  color: #168d00;
  font-weight: 600;
  font-size: 12px;
  background: white;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #168d00;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.deja_contacter_conseiller:hover {
  color: #168d00;
}


.btns_candidature_formation {
  margin-right: -20px;
  margin-left: -20px;
}

.btns_candidature_formation_n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

@media (max-width: 500px) {
  .btns_candidature_formation_n {
    flex-wrap: wrap;
    gap: 12px
  }
}

.btn_f_c_formation_n {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  gap: 4px;
  display: flex;
}

.actions_elements_details_formation {
  /*text-align: right;*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bookmark_icon_details_formation {
  line-height: 1
}

.check_icon {
  color: green
}

.xmark_icon {
  color: #ff0268
}

.bookmark_icon_details_formation i {
  font-size: 20px;
  margin-right: 0;
}

.header_card_details_startup {
  border-bottom: 1px solid #efefef;
  padding: 10px 20px;
}

.title_header_card_details_startup_mobile {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .title_header_card_details_startup_mobile {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.img_details_card_formation {
  width: 120px;
}

@media (max-width: 500px) {
  .d_desktop {
    display: none !important
  }
}

.header_startup_content_n {
  display: flex;
  align-items: center;
  gap: 16px;
}

.title_header_card_details_startup {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
  color: #304351;
}

.content_header_startup_content_n {
  line-height: 1;
}

@media (max-width: 500px) {
  .title_header_card_details_startup {
    text-align: center
  }
}

.custom_size_image_programme {
  width: 100px
}

.btn_appel_ecole {
  padding: 8px;
  background: #ff0268;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

..btn_appel_ecole:hover {
  color: white
}

.btn_appel_ecole i {
  margin-right: 0
}

.div_btn_social_media_ecole {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn_social_media_ecole {
  color: #606060;
}

.btn_social_media_ecole span {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #606060;
}

.ethiques_card_n {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #606060;
  font-size: 11px;
  font-weight: 600
}

.img_details_card_ecole {
  width: 80px;
}

.body_card_acf_data_master_filiere {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}

.body_card_acf_data_master_filiere p {
  margin-bottom: 0;
  font-size: 12px;
}

.body_card_acf_data_master_filiere h5 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px
}

.body_card_acf_data_master_filiere h6 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.overflow_auto {
  overflow: auto
}

.title_field {
  font-weight: 700;
  color: #4b4f58;
}

.icon_star {
  color: #ffcc01;
  margin-right: 0;
}

.fields_information {
  font-size: 11px
}

.flex_col {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.flex_col_center {
  display: flex;
  justify-content: center;
  align-content: center
}

.flex_col_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.div_btn_checked_formation {
  line-height: 1;
}

.div_btn_checked_formation input {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.fields_information_modules_de_startup {
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 6px;
  min-height: 250px;
  overflow: auto;
}

@media (max-width: 500px) {
  .fields_information_modules_de_startup {
    height: 200px;
  }
}

.modules_de_startup span {
  font-weight: 400
}

.modules_de_startup p {
  font-weight: 400
}

.modules_de_startup ul {
  margin-left: 20px;
}

.body_card_acf_data_master_filiere p {
  margin-bottom: 0;
  font-size: 12px;
}

.select2-container--open .select2-dropdown--below {
  top: 32px;
}

.body_card_acf_data_master_filiere ul li {
  font-size: 12px
}

/* */
.actions_elements_details_ecole {
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btns_candidature_ecole_n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.div_btn_candidature_ecole {
  display: block;
  width: 100%
}

.div_btn_candidature_ecole_conseiller {
  display: block;
  width: 100%
}

.div_btn_partager_ecole {
  display: block;
  width: 100%
}

.btn_candidature_ecole {
  padding: 8px;
  background: #ff0268;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_candidature_ecole:hover {
  color: white
}

.btn_candidature_ecole i {
  margin-right: 4px
}

.btn_candidature_ecole_conseiller {
  padding: 8px;
  background: #168d00;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_candidature_ecole_conseiller:hover {
  color: white
}

.btn_candidature_ecole_conseiller i {
  margin-right: 4px
}

.btn_partager_ecole {
  padding: 8px;
  background: #1c86d1;
  color: white !important;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn_partager_ecole:hover {
  color: white
}

.btn_partager_ecole i {
  margin-right: 4px
}

.flex_row_header_details_ecole {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .flex_row_header_details_ecole {
    display: block
  }
}

@media (max-width: 500px) {
  .header_content_e_m {
    display: block;
    text-align: center;
  }

  .j_c_c_m {
    justify-content: center
  }

  .m_t_action_element_r_a {
    margin-top: 15px;
  }
}

.star_notation_title {
  font-size: 7px;
  font-weight: 500;
  line-height: 1;
  margin-top: 3px;
}

.star_notation_elements_v_s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.star_notation_elements_v_s .star-container {
  width: auto
}

/* */
.top_header_mobile {
  display: none;
}

@media (max-width: 500px) {
  .top_header_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
  }
}

.icons_left_right_details_startup i {
  font-size: 20px;
  color: #4B4F58;
  margin-right: 0
}

.btn_icon_left_details_startup i {
  font-size: 16px;
  color: #4B4F58
}

.icons_left_right_details_startup {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 99999;
}

.content_center_details_startup {
  font-size: 14px;
  line-height: 1;
  text-align: center
}

.title_content_center_details_startup {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.pages_content_center_details_startup {
  font-size: 14px;
  line-height: 1;
}

/* */
.card_swipe_startup {
  background: #f3f0ff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer
}

.card_swipe_startup.en_activite .title_card_swipe_startup,
.card_swipe_startup.en_activite .description_card_swipe_startup {
  color: white
}

.title_card_swipe_startup {
  font-size: 12px;
  font-weight: 600;
  color: #304351;
  line-height: 1.3;
  margin-bottom: 6px;
}

.title_card_swipe_startup img {
  width: 120px
}

.inactif .title_card_swipe_startup {
  color: white
}

.inactif .description_card_swipe_startup {
  color: white
}

.description_card_swipe_startup {
  font-size: 11px;
  color: #9bacba;
  margin-bottom: 0;
  line-height: 1.3;
}

.description_card_swipe_startup_price {
  font-size: 14px;
  color: #304452;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 700;
}

.btn_card_swipe_startup {
  font-size: 11px;
  border-radius: 50px;
  padding: 2px 6px;
  line-height: 1;
  color: white;
  background: #ff0268;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.btn_card_swipe_startup i {
  margin-right: 0
}

.overflow_scroll {
  display: flex;
  overflow: auto
}

.card_detail_ecole {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 10px
}

.swiper-slide .card_detail_ecole {
  border-radius: 0;
}

@media (max-width: 500px) {
  .swiper-slide .card_detail_ecole {
    border-radius: 0;
  }
}


@media (max-width: 500px) {
  .custom_swipe_formation {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 10px;
  }

  /*.card_swipe_startup{width: 300px;}*/
}


/* */
@media (max-width: 500px) {
  footer {
    display: none
  }
}

/* Swiper */
.custom_swiper_button_prev_style.disabled {
  background: transparent !important;
  opacity: 0.5;
  /* Optionnel : Rendre le bouton visuellement désactivé */
  cursor: not-allowed;
  /* Optionnel : Changer le curseur */
}

.custom_swiper_button_next_style.disabled {
  background: transparent !important;
  opacity: 0.5;
  /* Optionnel : Rendre le bouton visuellement désactivé */
  cursor: not-allowed;
  /* Optionnel : Changer le curseur */
}

.disabled,
:disabled {
  background: #e7e7e7 !important
}


/* */
.flex_heading_dashboard {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.heading_title {
  font-weight: 700;
  margin-bottom: .5rem;
  color: #160533;
  font-size: 32px !important;
}

.heading_sub_title {
  font-size: 16px;
  color: #4B4F58
}

.header_filter_section {
  margin-bottom: 26px;
}

/* */
.div_btn_ajouter_startup {
  text-align: center
}

.btn_ajouter_startup {
  display: inline-block;
  padding: 6px 25px;
  background: black;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: .875rem;
  transition: background-color .2s;
  cursor: pointer;
  font-weight: 600
}

.popup_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: auto;
  height: 100vh
}

.card_ajouter_startup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
  min-width: 700px;
  z-index: 1001;
  max-height: 100vh;
  overflow: auto;
}

.header_card_ajouter_startup {
  margin-bottom: 1.5rem
}

.header_card_ajouter_startup h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0
}

.body_card_ajouter_startup .form-group {
  margin-bottom: 1rem
}

.body_card_ajouter_startup label {
  margin-bottom: .5rem;
  font-weight: 500;
  color: black;
  font-size: 13px;
  display: block
}

.body_card_ajouter_startup input {
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 0;
  width: 100%
}

.footer_card_ajouter_startup {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem
}

.btn-cancel {
  padding: .5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #666;
  cursor: pointer;
  font-size: .875rem
}

.btn_ajouter_style {
  padding: .5rem 1rem;
  border: none;
  border-radius: 4px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
}

.btn_ajouter_style:hover {
  background: black;
  color: white
}

.filter-display {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 0;
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666
}

.close-modal:hover {
  color: white
}

.btn_statut_invite {
  display: inline-block;
  padding: 8px 12px;
  background: #4263eb;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 11px;
  transition: background-color .2s;
  line-height: 1;
}

.copy-success-message {
  color: #5f5f5f;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
  background: #eef7ef;
  position: absolute;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  right: 20px;
  top: 0;
  z-index: 99;
}

/* */
.autocomplete-items {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  top: 75px
}

.autocomplete-items div {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #eee;
  border-top: none
}

.autocomplete-items div:hover {
  background-color: #ff0268;
  color: white
}

.custom_position_admin {
  top: 68px;
}

.autocomplete_items_absolute {
  position: absolute;
}

.style_text_auto {
  font-size: 12px;
  margin-top: 4px;
}

.position-relative {
  position: relative
}

.loader {
  font-size: 12px
}

.loader-v {
  font-size: 12px
}

.message_startup_ajouter {
  font-size: 12px;
  color: #344767
}


/* */
#description_entreprise-html {
  display: none !important;
}

#description_entreprise-tmce {
  display: none !important;
}

/* */
.second_title_single_article .read-more {
  display: none
}

/** POPUP DASHBOARD SEARCH BAR **/
.section_filters_formation_custom_style_dashboard {
  padding: 10px 10px;
  background: white;
  border-radius: 5px;
  border: 1px solid #e2e0ed;
}

.filter_mobile_condition {
  display: none
}

@media (max-width: 500px) {
  .filter_mobile_condition {
    display: block
  }

  /* .fields_filters_formation{display: none} */
}

.card_filter_formation_listing {
  background: white;
  border-radius: 5px;
  margin-top: 6px;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  color: #160533;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #e2e0ed;
  padding: 10px 28px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.title_card_filter_formation_listing {
  white-space: nowrap;
}

.counter_card_filter_formation_listing {
  background: #fff;
  border: 1px solid #e2e0ed;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

.custom_filter_selected {
  background: black;
  color: white;
}

.custom_filter_selected .counter_card_filter_formation_listing {
  color: black
}

.section_search_filters {
  margin-left: -30px;
  margin-right: -30px;
}

.div_input_search {
  position: relative
}

.div_input_search input {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  height: auto !important;
  display: block;
  min-width: 100%;
  background: white;
  border-radius: 5px;
  width: 400px;
}

@media (max-width: 500px) {
  .section_filters {
    text-align: center
  }

  .filter_profile {
    flex-flow: column wrap;
    gap: 0.8rem;
    width: 100%
  }

  .div_input_search input {
    width: 300px
  }

  .input_seach_filter {
    padding-left: .75rem
  }
}

.icon_search_bar_cvtheque {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 9;
  width: 2.5rem;
  height: 100%;
}

.input_seach_filter {
  position: relative;
  padding-left: 40px;
  width: 300px;
  color: black !important
}


/* admin pages */
/* moderation liste des recruteurs */
.section_dashboard_admin {
  padding: 20px
}

.admin_header_breadcrumb {
  padding: 20px 0
}

/*  */
.card_liste_tr_table {
  padding: 15px 20px 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
  overflow: auto
}

.card_liste_tr_table table tr {
  font-size: 13px
}

.label_etat_info {
  color: #FFF;
  padding: 3px 8px;
  font-size: 10px;
  border-radius: 3px;
  background-color: #23c6c8;
}

.label_etat_info.nouveau {
  background: #1c84c6
}

.label_etat_info.validee {
  background: #1ab394
}

.label_etat_info.supprimee {
  background: #ed5565
}

.label_etat_info.non_validee {
  background: #f8ac59
}

.label_etat_info.offre_gratuite {
  background: #f8ac59
}

.label_etat_info.offre_booster {
  background: #1ab394
}

.label_etat_info.etat_expired_span {
  background: #ed5565
}

.nouveau_color {
  color: #1c84c6
}

.validee_color {
  color: #1ab394
}

.non_validee_color {
  color: #f8ac59
}

.supprimee_color {
  color: #ed5565
}

.action_liste {
  position: relative
}

.action_btn_open_liste {
  background-color: #f3376b;
  color: #fff;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 10px;
  margin: auto;
  cursor: pointer;
  white-space: nowrap;
}

.action_btn_open_liste:hover {
  color: white
}

.liste_action_dropdown {
  display: none;
  padding: 5px 0;
  background-color: #FFFFFF;
  min-width: 170px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 6px;
  font-size: 12px;
  z-index: 999;
  right: 10px;
}

.liste_action_dropdown a {
  color: #3A3A3A;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  line-height: 1.9;
  display: -webkit-box;
  cursor: pointer;
}

.show_dropdown_content {
  display: block;
}

.title_action {
  text-align: right;
}

.title_action a {
  color: #f3376b;
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  border: 1px solid #f3376b;
  border-radius: 3px;
}

.title_action a:hover {
  color: white;
  background: #f3376b
}

/* */
/* Table  */
.card_information {
  background: white;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}

.select_all_table {
  text-align: center !important
}

.select_all_table button {
  background: transparent;
  font-size: 11px;
  padding: 0;
  border: 1px solid black;
  border-radius: 3px;
}

.card_information table tr {
  font-size: 13px
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #f3376b;
  border-color: #f3376b;
  border-radius: 50px;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #23c6c8;
  margin-right: 4px;
  border-radius: 50px;
  padding: 6px 10px;
  line-height: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #23c6c8;
  border-color: #21b9bb;
  color: #fff;
}

.label_etat_info {
  color: #FFF;
  padding: 3px 8px;
  font-size: 10px;
  border-radius: 3px
}

.liste_action_dropdown {
  display: none;
  padding: 5px 0;
  background-color: #FFFFFF;
  min-width: 170px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 6px;
  font-size: 12px;
  z-index: 999;
  right: 10px;
}

.liste_action_dropdown a {
  color: #3A3A3A;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  line-height: 1.9;
  display: -webkit-box;
  cursor: pointer;
}

.show_dropdown_content {
  display: block;
}

.title_action {
  text-align: right;
}

.header_card_information {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 15px;
  border-top: 3px solid #23c6c8
}

.body_card_information {
  background-color: #fff;
  padding: 15px 15px;
  border-top: 1px solid #e7eaec
}

.radio-inline {
  display: flex;
  align-items: center;
}

.radio-inline label {
  margin-left: 5px
}

.radio-inline input {
  accent-color: #1c84c6;
  width: 16px;
  height: 16px;
}

.form-group {
  margin-bottom: 15px;
}

.radio_info_input_label {
  display: flex;
  margin-top: 5px;
}

.iti {
  width: 100%;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  display: table-cell;
  width: 10px;
}

.input-group input {
  display: table-cell;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.dropify-message p {
  font-size: 15px;
  text-align: center
}

.dropify-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dropify-infos .dropify-infos-inner .dropify-infos-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_card_information {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #fff;
  padding: 15px 15px;
}

.div_btn_envoyer_information {
  text-align: right;
}

.btn_envoyer_information {
  background: black;
  color: white;
  padding: 8px 16px;
}

.div_btn_retour_information {
  text-align: right;
}

.btn_retour_information {
  background: #ed5565;
  color: white;
  border-radius: 5px;
  padding: 8px 16px;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px
}

.dl-horizontal dd {
  margin-left: 180px;
  font-size: 12px;
  margin-bottom: 0;
}

.title_upload_photo {
  color: #1ab394;
  font-size: 14px;
}

.header_card_information h5 {
  font-size: 16px
}

#country {
  width: 100%
}

/* */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
  padding-top: 10px !important;
  padding-bottom: 10px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #f3376b !important;
  border-color: #f3376b !important;
  border-radius: 50px;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #23c6c8;
  margin-right: 4px;
  border-radius: 50px;
  padding: 6px 10px;
  line-height: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #23c6c8;
  border-color: #21b9bb;
  color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #f4f4f4 !important;
  color: #495057;
  font-size: 14px
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #f4f4f4 !important
}

.dataTables_wrapper-candidat table.dataTable thead th,
table.dataTable thead td {
  text-align: center !important;
  border-right: 0 !important;
  border-left: 0 !important;
  font-size: 13px;
  color: #1a1550;
}

.delete_demande {
  color: #1e314c
}

.duplicate_demande {
  color: #1e314c
}
}

.dataTables_wrapper table.dataTable tbody tr:hover {
  background: #f8eef4
}

.dataTables_wrapper table,
td,
th {
  border: 1px solid #f4f4f4 !important
}

.dataTables_wrapper .table-wrap {
  overflow: auto;
}

.dataTables_wrapper table,
td,
th {
  border: 1px solid #ddd !important;
  text-align: left;
  white-space: wrap;
  font-size: 12px;
}

.dataTables_wrapper table {
  border-collapse: collapse !important;
  width: 100%;
}

.dataTables_wrapper th,
.dataTables_wrapper td {
  padding: 8px 10px !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.dataTables_wrapper th {
  background: white;
  text-align: center;
  white-space: normal
}

.dataTables_wrapper td {
  font-size: 10px;
  color: #8392ab;
  font-weight: 600;
}

.dataTables_wrapper table td,
.dataTables_wrapper table th {
  border: 1px solid #f4f4f4 !important;
}

.type_contrat_span {
  padding: 0.45em 0.775em;
  font-size: 11px;
  border-radius: 0.25rem;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  background: #1c84c6;
}

.title_td {
  font-weight: bold
}

.label_etat_info {
  white-space: nowrap;
}

table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>* {
  vertical-align: middle;
}

table.dataTable.stripe>tbody>tr.even>*,
table.dataTable.display>tbody>tr.even>* {
  vertical-align: middle;
}

.header_table {
  padding: 20px
}

.card_header_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
  border-color: #f5f5f5;
  background: white
}

.inputs_information {
  font-size: 12px;
  color: #666;
  padding: 10px 10px;
  height: auto;
  border-radius: 2px;
  background: white !important;
  transition: all .2s linear;
  border: 1px solid #f5f5f5;
  width: 100%;
  margin-bottom: 5px;
}


.filters_admin_listing {
  display: flex;
  gap: 10px
}

.custom_search_table_container {
  position: relative;
  display: inline-block;
}

.custom_search_table_container i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.custom_search_table {
  padding-left: 40px !important;
  height: 30px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 5px !important;
  font-size: 10px !important;
  padding-right: 30px !important;
  height: 39px !important;
}

.td_logo img {
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
}

.card_table_listing table tr th {
  font-weight: 600;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.card_table_listing table tr td {
  border-left: none !important;
  border-right: none !important;
}

.card_table_listing table {
  border: none !important;
}


/* */
.btn_supprimer_table {
  color: white;
  background: black;
  cursor: pointer;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  transition: background-color .2s;
  white-space: nowrap;
}

.btn_supprimer_table:hover {
  color: white;
  background: black;
}

.btn_envoyer_table {
  color: white;
  background: #28a745;
  cursor: pointer;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  transition: background-color .2s;
  white-space: nowrap;
}

.btn_envoyer_table:hover {
  color: white;
  background: #28a745;
}

table.dataTable tbody tr.selected .btn_supprimer_table {
  color: white
}

.action_show_hide {
  display: none
}

.btn_style_listing_table {
  display: inline-block;
  padding: 6px 25px;
  background: black;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: .875rem;
  transition: background-color .2s;
  cursor: pointer;
  font-weight: 600
}

.dataTable tr.selected td {
  box-shadow: none !important;
}

.dataTable tr.selected td:hover {
  box-shadow: none !important;
}

table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
  box-shadow: none !important;
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee2e6;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before,
table.dataTable>tbody>tr.selected>th.select-checkbox:before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee2e6;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:after,
table.dataTable>tbody>tr.selected>th.select-checkbox:after {
  font-size: 10px;
  margin-top: -15px;
  margin-left: -3px;
  text-align: center;
  content: '\2714';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4263eb;
  text-shadow: none;
}

table.dataTable tbody tr.selected>* {
  color: unset;
}

/* */
.pagination_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

/* */
/* .ast-plain-container.ast-no-sidebar #primary{margin: 4em 0;} */


/*  */
.card_form_admin {
  padding: 30px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

.card_form_admin .input_seach_filter_open {
  font-size: 10px !important;
}

.bg_white {
  background: white !important
}


/* */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #f5f5f5 !important;
  background: white;
  border-radius: 6px !important;
  min-height: 39px !important;
  padding: 5px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.42857143;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-right: 5px;
  background-color: transparent !important;
  border: 1px solid #1ab394 !important;
  border-radius: 3px !important;
  color: #1ab394;
  font-size: 11px;
  margin-top: 7px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 20px !important;
  font-size: 12px
}

.selected_tag {
  display: inline-block;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 4px 6px 0 0;
  font-size: 9px;
  position: relative;
  line-height: 1;
}

.selected_tag .remove_tag {
  margin-left: 8px;
  cursor: pointer;
  color: #a00;
  font-weight: bold;
  text-decoration: none;
}


.filter-display {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.selection-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: black;
  color: white;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: none;
  display: flex;
  /* centrer horizontalement et verticalement */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 10;
}

.section_blur {
  position: relative;
  width: 100%;
  height: 100%;
}

.blured {
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
  /* empêche les interactions */
}