.looking-job .media .media-body h5 {
    font-size: 23px;
}
.recruiting-card .media .media-body h5 {
    font-size: 23px;
}
.slide {
    text-align: center;
    margin-bottom: 100px;
}
.pbm{
   padding-bottom:50px;
}

.ft-size{
    font-size:16px!important;
}

/*categorie hover*/
.category-card:hover {
    border: 1px solid #51cdd8;
    margin-top: -5px;
}

/*mobile responsive*/
@media (max-width: 767px) {
    .find-section .find-form {
            margin-top: 56px;
        padding: 15px;
    }

    .ptb-100 {
        padding-top: 0px !important;
        padding-bottom: 50px;
    }

    .pb-70 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

/*owl pagination color*/

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #64c4db;
}



h3 {
    font-size: 18px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 500;
    max-width: 550px;
    margin: 0 auto 10px;
    line-height: 1;
}

.find-btn {
    text-transform: none !important;
    font-size: 25px;
}

.find-form {
    background: #dddede;
    padding: 45px;
    /*margin-top: -100px;*/
    border-radius: 0;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.find-form .find-btn {
    margin-top: 26px;
    background: #084388;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    padding: 16px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.find-form label {
    color: #526e92;
    margin-top: 20px;
    font-size: 23px;
}

.find-form .find-btn:hover {
    background: #001935;
}

.find-form h2 {
    font-size: 27px !important;
    color: #013761;
    font-weight: 500;
}
.section-title h1 {
    font-size: 30px!important;
}

.maroc {
    font-size: 20px;
    line-height: 1.8;
}

.ptb-100 {
    padding-bottom: 50px;
}

.pt-20 {
    padding-bottom: 50px;
}

.btn-conn {
    border-radius: 10px;
    width: 100%;
    background-color: #4872dc !important;
    font-size: 23px !important;
}

.btn-insc {
    border-radius: 10px;
    width: 100%;
    background-color: #3db860 !important;
    font-size: 23px !important;
}

.btn-pub {
    border-radius: 10px;
    width: 100%;
    background-color: #f6a000 !important;
    font-size: 21px !important;
}

.image-annonce {
    height: 320px !important;
    max-height: : 320px !important;
    min-height: 320px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.media-body h2 {
    font-size: 23px;
}

.media-body h2 {
    font-size: 20px;
    color: black;
}

.categories-section a:hover {
    color: #3db860 !important;
}

@media (min-width: 1660px) {
    .sticky {
        padding-right: 180px !important;
        position: sticky;
        --header-height: 52px;
        top: calc(var(--header-height) + 8px);
        padding-bottom: 600px;
    }
}

@media (min-width: 1351px) and (max-width:1650px) {
    .sticky {
        padding-right: 80px !important;
        position: sticky;
        --header-height: 52px;
        top: calc(var(--header-height) + 8px);
        padding-bottom: 600px;
    }
}

@media (max-width: 1350px) {
    .sticky {
        padding-right: 0px !important;
        position: sticky;
        --header-height: 52px;
        top: calc(var(--header-height) + 8px);
        padding-bottom: 600px;
    }
}

@media (min-width: 1220px) and (max-width:1349px) {
    .sticky {
        padding-right: 0px !important;
        position: sticky;
        --header-height: 52px;
        top: calc(var(--header-height) + 8px);
        padding-bottom: 600px;
    }
}

.image-sm-annonce {
    max-height: 100px !important;
    min-height: 100px !important;
    height: 100px !important;
    width: 100%;
    object-fit: cover !important;
    object-position: center center !important;
}

@media screen and (min-width:0px) and (max-width:990px) {
    .image-sm-annonce {
        max-height: 300px !important;
    min-height: 300px !important;
    height: 300px !important;
        width: 100%;
        object-fit: cover !important;
        object-position: center center !important;
    }
    
    .pbm{
   padding-bottom:10px;
   padding-top:13px;
}

    .sticky {
        display: none;
        width: 50%;
    }

    .ptop {
        padding-top: 0px;
    }
}