@import url('components/class.css?v=7');
@import url('components/class.css?v=7');

.slider-container{
    width: 350px;
}
.search-spec{
   border-radius: var(--main-radius--);
   background-color: #fff;
   padding-top: 14px;
   padding-left: 13px;
}
.search-spec .col-12{
    margin-bottom: 15px;
}
.hiring{
    margin: 100px 30px;
    padding: 20px 0;
    border-radius: var(--main-radius--);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.job-capacity{
    background-color: #d4d6ff;
    font-size: 13px;
}
.d-right{
    display: flex;
    margin: auto;
    justify-content: right;
    align-items: end;
}
.card-job{
    cursor: pointer;
    background-color: #f8faff;
    overflow: hidden;
}
.card-job:hover{
    background-color: #fff;
}
.counter-h{
    font-weight:600;
    font-size: 60px;
}
.map-content{
    font-size: 13px;
    font-weight: 400;
}
.img-relative{
    position: relative;
}
.img-absolute-left-top{
    position: absolute;
    top: -60px;
    left: -100px;
}
.img-absolute-bottom-right{
    position: absolute;
    bottom: -60px;
    right: 0;
}
.location-back{
    height: 220px;
    border-radius : 10px;
}
.admin-avatar{
    overflow: hidden;
    border-radius: 50%;
    font-size: 13px;
}
.admin-avatar img{
    width:30px;
}

.dream-dots {
    display: flex;
    /* Pour aligner les dots sur une ligne */
    gap: 8px;
    /* Espace entre les dots */
}

.dream-dots span {
    width: 10px;
    /* Taille des dots */
    height: 10px;
    border-radius: 50%;
    /* Rendre les dots circulaires */
    display: inline-block;
}

/* Couleurs différentes pour chaque dot */
.dream-dots span:nth-child(1) {
    background-color: #ff5733;
    /* Rouge */
}

.dream-dots span:nth-child(2) {
    background-color: #33ff57;
    /* Vert */
}

.dream-dots span:nth-child(3) {
    background-color: #3357ff;
    /* Bleu */
}

.dream-dots span:nth-child(4) {
    background-color: #f1c40f;
    /* Jaune */
}

.dream-dots span:nth-child(5) {
    background-color: #9b59b6;
    /* Violet */
}

.dream-dots span:nth-child(6) {
    background-color: #1abc9c;
    /* Turquoise */
}

.dream-dots span:nth-child(7) {
    background-color: #e74c3c;
    /* Rouge vif */
}


@media(max-width:765px){
    .slider-container{
        width: 300px;
    }
}