
 
 
 .page-item:first-child .page-link , .page-item:last-child .page-link {
     
     border-radius: 0 !important;
 }
 
 .page-item:last-child .page-link {
 color: #444;
 }
 
 .page-link:hover , .page-item:not(:first-child) .page-link  {
      color: #444;
 }
 
.info_block .icon , .info_block_three .icon , .info_block_three .right_icon {
  background: rgba(182, 181, 180, 0.15);
  color: #000;
}
.info_block_four .icon {
  color: #000;
}

.page-item.active .page-link {
 
  background-color: #444;
  border-color: #444;
}
.page-link {
    color: #444;
}

.contenaire_show_hide_filter{
width: 100%;
  position: relative;
  }

.pour_slogan{
    border-top: solid 7px #444;
    font-weight: 600;
} 
  .swiper {
    padding-bottom: 40px;
  }
  .swiper-slide .card {
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
  }
 .swiper-button-next,
.swiper-button-prev {
  color: black !important;
  background-color: white;
  border-radius: 0px;
  padding: 10px;
  width: auto;
  height: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* S'assurer que l'icône est noire */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px;
  color: black;
}

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: calc(50% - 15px); /* Centré verticalement */
  left: calc(50% - 15px); /* Centré horizontalement */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.user_info.bg-warning {
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 3px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 50%;
}

.boutton_pour_modfier_job{
    
    border: solid 1px #444;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 6px;
  
}

.pour_left_page_job{
    padding-top: 55px;
    margin-bottom:0;
}
.pour_messages{
    margin-bottom:0 !important;
    position:fixed;
    bottom:0;
    z-index:1000;
    background-color: #444;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.contenu_pour_messages{
    display:inherit !important;
    cursor:pointer !important;
    white-space:inherit !important;
    padding: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position:relative !important;
}

.contenu_pour_messages i{
    transform: revert;
    color: #fff !important;
    font-size: 16px;
    padding-right: 6px;
}
.contenu_pour_messages_premier_span{
    display:inline-block;
    color: #fff !important;
    font-size: 16px;
   
}

.contenu_pour_messages_deusieme_span{
    display:inline-block;
    color: #fff !important;
    font-size: 18px;
    font-weight:600;
}

.mes_titre{
   margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    margin-left: 183px;
    text-decoration: underline;
    
}

.pour_fixed{
position: fixed;
  text-align: center;
  z-index: 400;
  top: 80px;
  
  left: 25%;
  
  }
  
 #myStickyElement {
  position: relative; /* position normale */
  transition: all 0.3s ease;
  z-index: 1000;
}
#myStickyElement.fixed {
  position: fixed;
  top: 80px;
  left: 43%;
   
} 
  
#jobFilterForm {
  transition: all 0.3s ease;
}
.contenaire_show_hide_filter{
    position: relative;
    text-align: center;
    z-index: 400;
}

.show_hide_filters_form{
background-color: #4d4d4d;
  display: inline-block;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
  position: relative;
  cursor: pointer;
  border: solid 1px white;
}

.contenaire_show_hide_filter hr{
    background-color: black;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -14px;
  z-index: 10;
}

.main-header.header-shaddow{
    background-color: #fff;
}

.btn-style-three {
     background-color: #fff;
     border: solid 1px #444;
}

.nav-outer a{
    color:#000 !important;
}
.job-search-form form , .info_block_four .inner , .info_block_four .icon , .category-block .inner-box , .category-block .icon , .job-block .inner-box {
    border-radius:0;
}

.order-confirmation .upper-box .icon {
   color: #000; 
}
.title_10{
    font-weight: 600;
  font-size: 25px;
  
  color: #000;
  margin-bottom: 20px;
  text-decoration: underline;
  line-height: 1.4;
}


 .bookmark-btn-remove{
     
     cursor: pointer;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
     
 }
 .ud-btn-transparent, .ud-btn-border-theme {  
   border-radius: 0;
  }
   
.lang-box {
    position: relative;
}

.lang-tags span {
    background:#585959;
   
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color:white;
}

.lang-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    margin-top: 2px;
    display: none;
    z-index: 1000;
}

.lang-suggestions li {
    padding: 8px 12px;
    cursor: pointer;
    padding-top: 0;
  padding-bottom: 0;
}

#suggestions , #locationSuggestions {
    position: absolute;
  top: 57px;
 
}

.lang-suggestions li:hover {
    background: #f2f2f2;
}
 
 
   
    
.language-selector {
    position: relative;
    width: 100%;
     
}
.selected-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.selected-languages span {
   background:#585959;
  padding:5px 10px;
  
  cursor: pointer;
  color: white;
}
.suggestions-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
  
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}
.suggestions-list li {
    padding: 8px 12px;
    cursor: pointer;
}
.suggestions-list li:hover {
    background-color: lightgray;
}
 



   .accepted_applied{
      font-size: 15px;
    line-height: 20px;
    color: #059e55;
    font-weight: 400;
    text-decoration: underline;
    }
  
  .swal2-cancel.swal2-styled{
        background-color: #666;
  }
  .swal2-icon.swal2-warning.swal2-icon-show{
      border-color: black;
  color: black;
  }
  
  .swal2-confirm.swal2-styled {
     background-color: black; 
  }
/* Modal */
#candidateModal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: auto;
  z-index: 9999;
}

#candidateModal .modal-content {
  background: #fff;
  margin: 50px auto;
  padding: 20px;
  max-width: 700px;
  border-radius: 10px;
  position: relative;
  animation: slideDown 0.3s ease-out;
  top: 80px;
}

@keyframes slideDown {
  from { transform: translateY(-50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: black;
}

.candidate-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding: 10px 0;
}

.candidate-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.candidate-info {
  flex: 1;
}

.candidate-actions {
  display: flex;
  gap: 10px;
}

.candidate-actions a, .candidate-actions button {
  background: none;
  border: none;
  cursor: pointer;
  color: black;
  font-size: 18px;
}
.candidate-actions button:hover, .candidate-actions a:hover {
  color: red;
}
 

 
 
 .bookmark-btn.border_solid_1px{
     border-radius: 0;
     background: none !important;
     height: inherit !important;
 }
 
 
 .row_un_moin_80_px , .row_deux_moin_80_px{
     position:relative;
     top:-80px;
 }
 .border_solid_1px{
     border: solid 1px #f5f7fc;
 }
 .contact_us_company_profil input , .contact_us_company_profil textarea{
    width: 100%;
    border: solid 1px #444;
    padding: 10px;
    margin-bottom: 20px;
}
  
 .social-links{ 
  margin-top: 15px;
  border-top:solid 1px black;
  padding-top: 15px;
  }
 .pour_company_info{
     padding: 20px;
      
     padding-top: 0;
 }
 .titre_et_location{
     padding:20px;
    padding-top: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 0;
  color: #000;
  font-size: 25px;
 }
 
 .pour_image_company_profil{
     width:100%;
     padding:25px;
     text-align: center;
 }
 
 .pour_image_company_profil img{
     display: inline-block;
  max-width: 50%;
  height: auto;
 }
 .widget-content h6{
     margin-bottom: 15px;
  padding:15px;
  text-align: center;
  background-color: #444;
  color: white;
  font-size: 1.5rem;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
 
 }
 
 .left_column_job_overview h4 , .left_column_job_overview .job-detail h4{
  
  font-weight:600;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
  text-decoration:underline;
}

 .left_column{
     background-color: white;
  padding:37px;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding-top: 10px;
  margin-bottom: 20px;
 }
 
 .job-detail-section2{
     
    background-color: #f5f7fc; 
 }
 
 .main-header .menu-btn .count {
   
  background:#000;
 }
 .main-header .menu-btn .icon {
  font-size: 24px;
  color: #000;
}
 .job-block-seven h4 {
  position: relative;
  font-weight: 500;
  font-size: 39px !important;
 }
 
 .company-widget .company-info_front_ent li{
     align-items: start !important;
  justify-content: flex-start !important;
 }
 
  .company-info_front_ent li span , .company-info_front_ent i ,  .company-info_front_ent li a , .pour_company_info .social-links a i {
    padding-left:10px !important;
    color: #000;
 }
 
 .company-widget .social-links a {
  font-size: 14px;
  line-height: 26px;
  color: #000;
 }
 
 .map_lieu_travail{
     height: 250px; margin-top: 20px;  
 }
 
 
 .company-widget{
       background-color:white !important;
       padding: 0;
 }
 .sidebar .btn-box .bookmark-btn {
     border-radius: 0;
      
     background:#444;
  color: #fff;
 
}
  
 
 .pour_background_gris_fonce{
     background-color: #444;
     padding:40px 20px;

 }
 
 .pour_background_gris_fonce *{
     color:#fff;
 }
 
 .pour_background_gris_fonce h4 , .pour_background_gris_fonce li , .pour_background_gris_fonce i , .pour_background_gris_fonce .job-block-seven .job-info li , .pour_background_gris_fonce .job-block-seven .job-info li .icon , .pour_background_gris_fonce .job-other-info li.time , .pour_background_gris_fonce .job-other-info li.time{
    color: #fff !important ;
 }
 
 .pour_background_gris_fonce .job-other-info li.time , .pour_background_gris_fonce .job-other-info li.required{
     border: solid 1px #fff !important;
 }
 
 
 .job-detail h4 , .job_location{
     font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin-bottom: 20px;
  text-decoration:
underline;
 }
 .job-other-info li.time {
  background: none;
  color: #444;   border:
solid 1px black;

}


.job-other-info li.required {
  background: none;
  color: #fff;
}


  .job-overview-two li {
      padding-left: 30.5px;
  }
  
.btn-style-one , .btn-style-three , .btn-style-two {
  border-radius: 0;  
}

.sidebar-widget  {
     border-radius: 0;  
      
     padding-top: 0;
     border:1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.job-overview-two { 
     border-radius: 0;  
     border: none;
     padding-left:0;
}

.tag{
    cursor: pointer;
}

    .bonus-container {
      display: none;
     
      padding: 10px;
     
    }

    .bonus-label {
      font-weight: bold;
      margin-bottom: 8px;
      display: block;
    }

    .bonus-tag {
      display: inline-block;
      margin: 5px;
      padding: 6px 20px 6px 18px;
      background-color: #e0e0e0;
     
     
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
    }

    .bonus-tag.selected {
      background-color: #585959;
   
      color: white;
    }
    
    
    
    .toggle-btn {
      
      color: black;
      padding: 10px 15px;
      display: inline-block;
      cursor: pointer;
      margin-bottom: 10px;
      border-radius: 5px;
    }
    .phrases-container {
      display: none;
      
      max-width: 800px;
      
    }
    .phrase {
      display: inline-block;
      margin: 5px;
      padding: 6px 20px 6px 18px;
      background-color: #e0e0e0;
     
     
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
    }
    .phrase.selected {
      background-color: #585959;
   
      color: white;
    }
    .remove-tag_deux {
      position: absolute;
      right: 6px;
      top: 6px;
      font-weight: bold;
      color: #555;
      cursor: pointer;
      font-size: 14px;
      color:#e0e0e0;
    }
   
    
    
    
 .user-sidebar{
     background-color: #333 !important;
 }

.user-sidebar .sidebar-inner {
    background-color: #333 !important;
}
 
 .user-sidebar .navigation li a i {
  font-size: 22px;
  color: #fff;
 }
 
.custom-multiselect-wrapper .selected-tags {
  border:none;
  min-height: 0;
}

.user-sidebar-active .user-sidebar {
   border: none !important;
  background-color: #333 !important;
}

.user-sidebar .navigation li a {
    color: #fff !important;
}


 select[name="specialisms[]"] + .chosen-container {
  display: none !important;
}

 .main-header{
     z-index: 100000 !important;
 }  
  
   .suggestions-list {
    list-style: none;
  border-left: solid 1px lightgray;
  border-right: solid 1px lightgray;
  border-bottom: none;
  max-height: 244.6px;
    overflow-y: auto;
    padding: 0;
    margin-top: 0;
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
    border-top: 0;
  }
  .suggestions-list li {
    padding: 8px;
    cursor: pointer;
  }
  .suggestions-list li:hover {
    background-color: #eee;
  }
  
   .pack-container-pere {
      display: none;
      gap: 20px;
      margin: 20px 0;
    }
    
    .pack-container {
      display: flex;
      gap: 20px;
      margin: 20px 0;
    }
    
    .pack {
      border: 2px solid #ccc;
      padding: 20px;
      flex: 1;
      border-radius: 8px;
      cursor: pointer;
    }
    .pack.selected {
      border-color: #0070ba;
      background-color: #f0faff;
    }
    .hidden { display: none; }
    .btn-next { margin-top: 20px; }
  
  .divpourchoix label{
      margin-bottom: 0px !important;
  }
  
  
  .location-container {
      
      
      
      max-width: 500px;
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }

    .location-container input {
      border: none;
      
      padding: 5px;
      min-width: 100px;
    }

    .location-tag {
     background:#e9e9ed;
  color: black;
  padding:5px 10px;
  margin:2px;
  border-radius:3px;
  display: inline-flex;
  align-items: center;
    }

    .location-tag span {
      margin-left: 8px;
      cursor: pointer;
      font-weight: bold;
    }

    .location-suggestions {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border: 1px solid #ccc;
      border-top: none;
      max-height: 200px;
      overflow-y: auto;
      display: none;
      z-index: 1000;
    }

    .location-suggestions li {
      padding: 8px;
      cursor: pointer;
    }

    .location-suggestions li:hover {
      background-color: #f0f0f0;
    }



.tag-input {
  display: flex;
  flex-wrap: wrap;
 
  
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.tag-input input {
  border: none;
  
  padding: 5px;
  min-width: 120px;
}

.tag {
background:#e9e9ed;
  color: black;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 3px;
   display: inline-flex;
   align-items: center;
}

.tag span {
  margin-left: 8px;
  cursor: pointer;
}

.suggestions {
  list-style: none;
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  background: white;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.suggestions li {
  padding: 5px;
  cursor: pointer;
}

.suggestions li:hover {
  background: #f0f0f0;
}


  .job-alert-form {
      background: #fff;
      padding: 20px;
      max-width: 400px;
      margin: auto;
     
      
    }
    .job-alert-form h2 {
      margin-top: 0;
    }
    .job-alert-form input, .job-alert-form select {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ddd;
      border-radius: 3px;
    }
    .job-alert-form button {
      background: #28a745;
      color: #fff;
      padding: 10px;
      border: none;
      border-radius: 3px;
      cursor: pointer;
    }
    .job-alert-form button:hover {
      background: #218838;
    }
    
.modal_job_alert {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}


.modal_job {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
    height: 90%;
    overflow: scroll;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #aaa;
}
  
  
  .custom-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.suggestions-list li{
    cursor:pointer;
}
.selected-tags {
  border: 1px solid #ccc;
  min-height: 40px;
  padding: 8px;
  cursor: text;
 
}

.selected-tags .tag {
  background-color: #585959;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 14px;
}

.selected-tags .tag .remove-tag {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.checkboxes-container label {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #eee;
}

.checkboxes-container label.selected {
  display: inline-block;
}

.checkboxes-container input[type="checkbox"] {
  display: none;
}



.uploadButton-button {
  background-color: #007bff;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}
#fileList {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
#fileList li {
  margin-bottom: 5px;
}



#map {
      height: 400px;
      width: 100%;
      margin-bottom: 20px;
      z-index: 0;
    }
    .form-group {
      margin-bottom: 15px;
    }
    
    

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.fenetre_modal{
     padding: 30px;
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: light-dark;
  width: 100%;
  height: 100%;
  background-color: #80808080; 
  overflow: scroll;
}

 .deusieme_fentre_modal{ 
 background: #fff;
  padding: 20px;
  margin: 5% auto;
  width: 400px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
  pointer-events: auto;
  border: 1px solid rgba(0,0,0,.2);
}

.pour_close{
    text-align:right;
    cursor:pointer;
}

/* Style général de la modale */
.modal_job_alert {
  display: none; /* Affiché via JS */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Segoe UI', sans-serif;
}

/* Contenu de la modale */
.modal_job_alert .modal-content {
    margin-top: 104px;
  background-color: #fff;
  margin: 50px auto;
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Animation d'entrée */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Bouton de fermeture */
.close-modal {
    font-size: 35px;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.close-modal:hover {
  color: #000;
}

/* Titres */
.modal-content h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

/* Champs de formulaire */
.job-alert-form input[type="text"],
.job-alert-form input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s;
}
.job-alert-form input[type="text"]:focus,
.job-alert-form input[type="email"]:focus {
  border-color: #007bff;
  outline: none;
}

/* Label */
.job-alert-form label {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  color: #444;
}

/* Suggestions (tags & locations) */
.suggestions, .location-suggestions {
  list-style: none;
  margin-top: 5px;
  padding-left: 0;
  background: #f9f9f9;
  border-radius: 6px;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
.suggestions li,
.location-suggestions li {
  padding: 8px 12px;
  cursor: pointer;
}
.suggestions li:hover,
.location-suggestions li:hover {
  background-color: #eee;
}

/* Bouton envoyer */
.job-alert-form button[type="submit"] {
  background-color: #313232;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.job-alert-form button[type="submit"]:hover {
  background-color: #1a1a1a;
}

body * {
    border-radius: 0 ;
}

.toggle-user-sidebar{
    border-radius: 50% !important;
}

.model_content_deux{
    border: 0;
    width: 100%;
    overflow: auto;
    max-width: none;
    margin: 0% auto;

}

.model_content_deux h2{
   text-align :left;

}

.model_content_trois{
    border: 0;
    width: 100%;
    overflow: auto;
    max-width: none;
    margin: 0% auto;

}

.model_content_trois h2{
   text-align :left;

}

#jobLoadingSpinner{
    text-align: center;
    margin: 200px 0;
}
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


 
.candidate-block-five.at-v4 {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.job-block-seven h4 a {
  color: #fff;
 
}

.candidate-block-five .post-tags li , .candidate-block-five.at-v4 .post-tags li {
  position: relative;
  background: none;
  border: 1px solid #FFF;
}

.candidate-block-five.at-v4 .post-tags li {
  background-color: transparent;
  border: 1px solid #FFF;
  
}

.job-overview-two li {
    
    margin-bottom: 16px;
    
}

.resume-block.at-sv5 .title-box {
 margin-bottom:0;   
}

.resume-block .inner {
    padding-bottom: 23.7px;
    padding-left: 50.8px;
}

.resume-block .edit-box .year {
    background: transparent;
  color: #000;
  border: solid 1px black;
  border-radius: 0;
}

.resume-block .name {
   background: white;
  color: #000;
  z-index: 2;
  border: solid 1px black;
}

.resume-block.at-sv5 .inner::before {
  border-left: 2px dashed #000;
}

.job-block-seven .bookmark-btn {
    background: none;
}


.page-title::before {
   background-image: none;
   
}

.page-title {
    background: #444;
}

.page-title * {
    color: #ccc;
}

.page-title h1 , .page-title li , .page-title a , .page-title li a{
     color: #ccc;
}
.icon_pour_filtrs{
    position: relative;
    
    background: #fff;
    border-radius: 0;
    padding-top: 0;
    border: 1px solid #ECEDF2; 
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.ls-section .filters-outer{
    background: #FFF;
    padding:0;
    border-radius:0;
}
.ls-section h4{
    margin-bottom:0;
}
.ls-section form input , .ls-section form select ,  .ls-section form checkbox , .ls-section form .chosen-single {
    border:solid 1px #000 !important;
    border-radius:0 !important;
}

 .ls-section form .chosen-single {
     
   margin:10px 0px !important;
}

.job-block-four .inner-box{
    border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.job-block-four .company-name{
    color:#000 !important;
}

.job-block-four .job-other-info .salary {
  position: absolute;
  left: 10px;
  margin-right: 0px;
  border-radius: 0;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.job-block-four .job-other-info .salary2 {
  position: absolute;
  left: 10px;
  top:36px;
  margin-right: 0px;
  border-radius: 0;
  left: 38px;
  font-size: 14px;
  font-weight: 600;
}

.job-block-four .job-other-info .time {
    border-radius: 0;
}





.toggle-filters{
    color: black;
  border: solid 1px black;
  background-color: white;
  font-size: 17px;
}

.pour_reset_filter{
     border: solid 1px #444 !important;
      font-size: 17px;
}
/* Default for desktop */
.filters-column {
   
}
 
 
.range-slider-one{
    margin-top: 0;
    text-align: center;
    display: none;
}
.default-form .form-group > .icon {
  position: absolute;
  left: 25.9px;
  bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 54px;
  top: 3px;
  width: fit-content;
  cursor : pointer;
}
#radiusValue{
 
  
  font-size: 13.1px;
  font-weight: bold;
  
}

#contain_pour_radius{
  
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 14px;
  cursor: pointer;
  background: #f3f3f3;
  padding-right: 7px;
  padding-left: 7px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: solid 1px black;
  
}
#radiustext{
 
  font-size: 12px;
  font-weight: bold;
   
}
 
#toggleExtraFields{
     padding-left:149px;
     padding-right:149px;
    cursor:pointer;
}
#keywordInput , .form_pour_le_filtre #locationInput {
   padding-left:40px !important;
    border-radius: 0 !important;
  background: #FFF !important;
  border: 1px solid #8c8c8c !important;
  color: #000 !important;
  
}
#extraFields{
    display:none; 
    padding-left: 144px;
  padding-right: 144px;
     
}
.form_pour_le_filtre #salary_start_from  , .form_pour_le_filtre #salary_maximum , .form_pour_le_filtre #pay_rate , .form_pour_le_filtre #qualification  , .form_pour_le_filtre #experience , .form_pour_le_filtre #expected_salary  , .form_pour_le_filtre #pay_rate_expected_salary , .form_pour_le_filtre #education  , .form_pour_le_filtre #career_level  , .form_pour_le_filtre #job_location_type  , .form_pour_le_filtre #gender  , .form_pour_le_filtre #job_type  , .form_pour_le_filtre #shedule , .form_pour_le_filtre #contract_length  , .form_pour_le_filtre #contract_type_period  {
    display: inline-block !important;
    height: 32.3px !important;
  line-height: 26.5px !important;
  padding: 3px !important;
  padding-left: 10px !important;
 
  background: #F2F2F2 !important ;
  
  color: #000 !important;
  
  border-radius: 5px !important;
  border: solid 1px #b2b2b2 !important;
  width: fit-content !important;
  margin: 3px;
   
}

#salary_start_from::placeholder  , #salary_maximum::placeholder , #pay_rate::placeholder , #qualification::placeholder  , #experience::placeholder  , #career_level::placeholder   , #expected_salary::placeholder   , #pay_rate_expected_salary::placeholder  , #education::placeholder  , #job_location_type::placeholder  , #gender::placeholder  , #job_type::placeholder  , #shedule::placeholder , #contract_length::placeholder  , #contract_type_period::placeholder  {
    color: #000 !important;
}



.job_block_huit {
   position:relative;
   border: solid 1px #b2b2b2;
  margin-bottom: 15px;
  cursor:pointer;
  height: fit-content ;
}


.job_block_huit .job-other-info li{
    
}
.job_block_huit .salary2 a{
    padding-bottom: 10px !important;
    color:#000 !important;
}
.job_block_huit .location{
    line-height:1.5;
    margin-bottom: 8px;
}
.job_block_huit .flaticon-map-locator{
    position: absolute;
}
.job_block_huit .pour_l_address{
    position: relative;
  left: 23px;
  display: inline-block;
  padding-right: 6px;
}
.job_block_huit *{
word-wrap: break-word;
}
.job_block_huit h4 {
   margin-top: 20px;
}
.job_block_huit h4 a{
    color: black;
  font-size: 30px;
}
.pour_l_address{
    font-size: 14px;
}

.job_block_huit .time{
  display: inline-block;
  border-radius: 0;
  position:absolute;
  right:0;
}

.job_block_huit .salary{
padding-left:0;
font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.job-other-info li.time {
  background: #4d4d4d;
  color: #fff;
  border: solid 1px #656565;
}














/*

.filters-column {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    padding: 20px;
    
  }
  
*/


#jobDetailContainer .content-column{
    width: 97%;
  margin: 0 auto;
   
  margin-bottom: 20px;
}

#jobDetailContainer h4{
    
  margin-bottom: 10px;
}



.active-job {
  background-color: #f2f2f2 !important;
   
}

.job-detail-section2 {
  background-color: #f2f2f2;
}

.filters-column{
    height: 3000px;
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: #fff #fff;
}

.z_index{
     z-index: 200;
 }   
 .content-column{
     position: relative;
 }
 
 
 .active-filters{
    margin-bottom: 20px; 
    font-size: 14px;
    padding-left: 146px;  
    padding-right: 146px;  
    padding-top: 7px;
}
/* For mobile (less than 992px) */
@media screen and (max-width: 991px) {
  
  .banner-section .content-column .inner-column {
    padding: 120px 0 50px;
    padding-bottom: 50px;
  }
  
  .pour_slogan{
    border-top: solid 3px #444;
    font-weight: 600;
} 

  .card.contacts_card{
    padding-top: 110px;
}

    .mes_titre{
  
    margin-left: 121px;
    
    
}

  .filters-column { 
    width: 100%;
    height: 100%;
    background: #fff; 
    transition: left 0.3s ease-in-out;
    padding: 20px;
    
  }
  
  .job-block-four .job-other-info .salary {
  font-size: 16px;
  left: -11px;
  }
  
  .job-block-four .job-other-info .salary2 {
      left: 12px;
  }

.toggle-filters{
   display: inline-block !important;
}

.ls-section .close-filters {
    
  font-size: 24px;
  cursor: pointer;
  
  font-weight: bold;
  display: block;
    border: none;
    border-radius: 0;
}
.icon_pour_filtrs { 
    border: none;
  box-shadow: none;
}
  .filters-column.show-filters {
    left: 0;
    top: 81px;
  }

  .filters-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }

  .filters-backdrop.active {
    display: block;
  }
}

.form_pour_le_filtre #salary_start_from, .form_pour_le_filtre #salary_maximum, .form_pour_le_filtre #contract_length{
    width: 160px !important;
}
.active-filters{
    margin-bottom: 20px; 
    font-size: 14px;
    padding-left: 149px;  
    padding-right: 149px;  
    padding-top: 7px;
}

.pour_reset_filter{
    margin-left: 0px;
    margin-top: 5px;
    padding-left:5px;
    padding-right:5px;
}

#jobLoader{
    margin-bottom: 150px;
    display:none;
    text-align:center;
    padding:20px;
    width: 100%;
    position: absolute;
    z-index: 100000;
    left: 0;
    padding-top: 200px;
    background-color: #ffffff87;
    top: 0px;
    height: 100%;
}

@media only screen and (max-width: 600px) {
  
 .mes_titre{
  
    margin-left: 12px;
    
    
}

  #jobDetailContainer h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
  
  #myStickyElement.fixed {
  position: fixed;
  top: 80px;
  left: 25%;
}


 .content_column_pour_js{ 
  position: relative;
  left: -130%;
  padding: 0;
  top: -36px;
 }
 
 
#suggestions {
    position: absolute;
  top: 30px;
  width: 332px;
   z-index: 10000;
}

#locationSuggestions {
   position: absolute;
    top: 30px;
    width: 332px;
    left: 12px;
    z-index: 10000;
}


 .left_0{ 
  position: relative;
  left: 0%;
  padding: 0;
  top: -36px;
 }
 
 .content_column_pour_mobil{
      left: -130%;
 }
 
 .job-detail-section .content_column_pour_js{
       left: 0% !important;
       padding: 18px !important;
    top: -75.6px !important;
 } 
  .filters-column{
          position: absolute;
          top: 0;
          left: 0;
  }
  .ls-section .close-filters {
    color: white;
  }
 .z_index{
     z-index: 200;
 }   
    
    .job-block-seven h4 {
  position: relative;
  font-weight: 500;
  font-size: 26px !important;
  line-height: 32px;
}


    .pour_reset_filter{
    margin-left: 17px;
    margin-top: 12px;
}
    
    #toggleExtraFields{
    padding-left:22px;
     padding-right:22px;
    cursor:pointer;
}

   .deusieme_fentre_modal{ 
       width: 100%; 
   }
   
   #jobFilterForm .form-group{
       margin-bottom:0 !important;
   }
   #keywordInput{
       border-bottom: none ;
  padding: 0 !important;
    padding-left: 0px;
  padding-left: 38px !important;
  height: 35px;
}

#locationInput{
padding: 0 !important;
    padding-left: 0px;
  padding-left: 0px;
  padding-left: 38px !important;
  height: 35px;
}

.default-form .form-group > .icon {
    top:-8px;
}

#contain_pour_radius {
    line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px
}
.pour_montrer_filters{
    margin-top: 10px;
    margin-bottom: 10px;
}


.form_pour_le_filtre #salary_start_from, .form_pour_le_filtre #salary_maximum, .form_pour_le_filtre #pay_rate, .form_pour_le_filtre #qualification, .form_pour_le_filtre #experience, .form_pour_le_filtre #expected_salary  , .form_pour_le_filtre #pay_rate_expected_salary , .form_pour_le_filtre #education  , .form_pour_le_filtre #career_level, .form_pour_le_filtre #job_location_type, .form_pour_le_filtre #gender, .form_pour_le_filtre #job_type, .form_pour_le_filtre #shedule, .form_pour_le_filtre #contract_length, .form_pour_le_filtre #contract_type_period {
 
  height: 26px !important;
    line-height: 20px !important;
  padding: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
  padding-left: 4px !important;
  
  border-radius: 5px !important;
  border: solid 1px #b2b2b2 !important;
  width: fit-content !important;
  margin: 3px;
  font-size: 14px;
  padding-right: 4px !important;
  padding-top: 3px !important;
    padding-bottom: 3px !important;
    
}
#jobFilterForm .tag{
    padding:0px;
    padding-left: 8px;
     padding-right:8px;
     font-size: 13px;
}
.btn-style-one {
    padding: 8px 15px 8px 15px;
}
#jobFilterForm .row{
    width:95% !important;
    
}

#extraFields{
    padding-left: 20px;
  padding-right: 20px;
}

.form_pour_le_filtre #salary_start_from, .form_pour_le_filtre #salary_maximum, .form_pour_le_filtre #contract_length{
    width: 125px !important;
}


.form_pour_le_filtre #qualification{
    width: 160px !important;
}

.active-filters{
    margin-bottom: 20px; 
    font-size: 14px;
    padding-left: 24px;  
    padding-right: 24px;  
    padding-top: 7px;
}


.border_bottom{
      border-bottom: 1px solid #8c8c8c !important;
  }
  
 
  
}





















