.sp-page-title h2 {
    font-size: 20px !important;
}

#dj-classifieds .dj-item .profile_det h2 {
    background: url(/components/com_djclassifieds/themes/default/images/description.png) no-repeat;
    border-bottom: 1px solid #EAEAEA;
    color: #000000;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 10px 25px;
}

div#djmap {
    z-index: 0;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }

  .sp-page-title .breadcrumb>li {
    display: flex;
    align-items: center;
}
}

.topmenu {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px !important;
  display: inherit !important;
}

.topmenu div ul { 
margin-bottom: 0 !important;
}

.topmenu div ul li { 
    display: inline-block;
    margin: 0 10px;
    font-size: 90%;
}
.topmenu div ul li a { 
    color: #b06b5e !important;
}

.readon {
    padding: 10px 26px;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 20px;
    background: #b06b5e;
    display: inline-block;
    border-radius: 0.5rem;

}

.form-control {
    padding: 0px 22px !important;
}
input{
    height: calc(2.25rem + 2px);
  }

h1.sp-page-title-heading {
    color: white;
}
.osmodul {
    border-radius: 0.5rem;
}

#sp-left .sp-module,#sp-right .sp-module {
    border: none !important;
}

.btn-apply-now {
	background-color: #b06b5e ;
}

.btn-apply-now:hover{
	background-color: #cb9842 ;
}

.detail-row i {
    color: #b06b5e;
}

.btn-submit {
    background: #b06b5e !important;
}

.search_word:before {
    margin-left: 5px;
}

input[type="text"]:not(.form-control){
    padding: 14px 28px 14px 18px !important;
}

.sppb-btn.sppb-btn-primary {
    border: 1px solid #b06b5e;
    color: #ffffff !important;
    background-color: rgba(176, 108, 94, 0.733) !important;
    transition: all 0.3s ease;
}

.sppb-btn.sppb-btn-primary:hover {
    background-color: #b06b5e !important;
    color: #ffffff !important;
    border: 1px solid #b06b5e;
}

#sppb-addon-1773408573114 .sppb-animated-number-title {
    font-weight: 300 !important;
    font-size: 25px !important;
    padding: 10px 20px 10px 0px;
}

@media (max-width: 767px) {
    
    /* On détache le menu du haut pour le fixer en bas */
    .topmenu {
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important; /* Annule le positionnement haut d'origine */
        left: 0;
        width: 100%;
        z-index: 9999; /* S'assure que la barre passe au-dessus du contenu */
        background-color: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08); /* Ombre légère vers le haut */
        margin: 0 !important;
        padding: 0 !important;
    }

    /* On force les éléments à occuper 100% de la largeur à 50/50 */
    .topmenu ul {
        display: flex !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .topmenu ul li {
        flex: 1; /* Donne exactement 50% de la largeur à chaque élément */
        text-align: center;
        margin: 0 !important;
    }

    /* Transformation des liens textuels en vrais boutons tactiles */
    .topmenu ul li a {
        display: block;
        padding: 16px 10px; /* Hauteur confortable pour le clic au pouce */
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: background 0.2s ease;
    }

    /* Différenciation visuelle des deux boutons*/
    /* Bouton gauche : Candidat*/
    .topmenu ul li:first-child a {
        background-color: #F7EFE9;
        color: #b06b5e; /* Couleur de texte text-rose/marron */
    }

    /* Bouton droit : Entreprise (Fond contrasté) */
    .topmenu ul li:last-child a {
        background-color: #b06b5e; 
        color: #FFFFFF !important;
        border-left: 1px solid rgba(255, 255, 255, 0.1); /* Séparateur discret */
    }

    /* Sécurité pour le contenu du site */
    body {
        padding-bottom: 60px !important; /* Évite que le sticky footer ne masque le bas de vos pages (ex: le vrai footer) */
    }
}

#sp-footer {
  color: #FFF !important;
}

.readon.reverse {
  color : #b06b5e !important ;
  background-color: #FFFFFF !important;
}
