.bg-beta {
    background-color: #0c96b1 !important;
}

.bg-whater {
    background-color: #EFF5F9 !important;
}

.text-anapej {
    color: #318D4C !important;
}

.bg-jaune {
    background-color: #F7C200 !important;
}

.text-jaune {
    color: #F7C200 !important;
}

@media(min-width: 768px) {
    #topHeader .navbar-nav {
        padding-left: 25px;
        font-weight: bold;
    }
}

#topHeader .nav-link {
    padding: 0 1rem !important;
}

#mainHeader .nav-link {
    color: #0c96b1;
}

#mainHeader .nav-link:hover {
    color: #000000;
}

#mainHeader .navbar-brand img {
    width: 70px !important;
}

#hero {
    background: url('../img/hero.png');
}

#homeSearch {
    margin-top: -35px;
}

@media only screen and (min-width: 992px) {
    #homeSearch {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

@media only screen and (max-width: 992px) {
    #homeSearch {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#homeShortcuts .card-body img {
    width: 90px;
}

#homeShortcuts .card {
    transition: all .6s ease-in-out;
    border: 1px solid transparent !important;
}

.btn-jaune {
    color: #000;
    background-color: #F7C200;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-jaune:hover {
    background-color: #dfb002;
}

.btn-blue {
    color: #000;
    background-color: #61bfc2;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-blue:hover {
    background-color: #8adadc;
}

.home-avis {
    font-size: .9rem;
}

#presentationCarousel .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

@media(min-width: 768) {
    .hero-text {
        font-size: .9rem;
        max-width: 350px;
    }
}

.slick-prev:before,
.slick-next:before {
    color: #318D4C !important;
}

.slick-next {
    right: -15px !important;
}

.slick-prev {
    left: -15px !important;
}

#footer .social-link {
    font-size: 1.7rem;
    margin: 0 5px;
    transition: transform 1s ease;
}

#footer .fa-facebook:hover {
    color: #415eac;
}

#footer .fa-twitter:hover {
    color: #1fa2f4;
}

#footer .fa-linkedin:hover {
    color: #0881b0;
}

#footer .fa-youtube:hover {
    color: #ed2726;
}

.home-heading span {
    width: auto;
    height: 50px;
    position: relative;
    z-index: 1;
}

.home-heading span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 15px;
    width: 35px;
    max-width: 100%;
    border-bottom: 4px solid #18b51d;
    transition: width 1.5s;
}

/* Animation des titres ANAPEJ au hover */
.section-container:hover .home-heading span:before {
    width: 100%;
}

@media(max-width: 768px) {
    .home-heading span:before {
        width: 100%;
        max-width: none;
    }
}

@media(min-width: 992px) {
    #homeAdvices {
        background-image: linear-gradient(to top,
                #ffffff,
                #ffffff 15%,
                #318D4C 15%,
                #318D4C 85%,
                #eff5f9 85%)
    }
}

#homeAdvices .carousel-control-next-icon,
#homeAdvices .carousel-control-prev-icon {
    background-image: none;
}

#homeAdvices .carousel-control-next,
#homeAdvices .carousel-control-prev {
    width: 15%;
    max-width: 30px;
    opacity: .8;
    font-size: 1.5rem;
}

#homeAdvices .carousel-control-next {
    right: -50px;
}

#homeAdvices .carousel-control-prev {
    left: -50px;
}

#homePartners .slick-slide img {
    display: inherit !important;
}

#homePartners .slick-slide {
    text-align: center;
}

#rowflex .row>div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

#homeEntreprises .card-link:hover {
    font-weight: bold;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.5);
}

#page-content {
    min-height: 500px;
}

#homePresentation .nav-link {
    color: #495057;
}

#homePresentation .nav-tabs .nav-item.show .nav-link,
#homePresentation .nav-tabs .nav-link.active {
    font-weight: bold;
    color: #318d4c;
    background-color: #eff5f9;
    border-color: #dee2e6 #dee2e6 #eff5f9;
}

#homePresentation .tab-content {
    height: calc(100% - 41px);
}

/********************/
.table-new thead {
    display: none;
}

.table-new {
    width: 100% !important;
}

.table-new td {
    padding: 0;
    border: none;
}

.table-new .post-card {
    margin: 5px 0;
}

.post-card img {
    max-width: 70px;
    height: auto;
    max-height: 90px;
}

.listing-table .dataTables_length,
.listing-table .dataTables_filter {
    display: none !important;
}

#datatableshow_wrapper {
    width: 100%;
}

.card-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 0 5px;
    border: 1px solid #4cb6ea;
    ;
    /*border-top: 0;*/
    /*border-right: 0;*/
    border-top-left-radius: 10px;
    color: #666;
    font-size: 0.9rem;
}

.dropdown-menu {
    z-index: 9999;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #7e7f7f;
    border-color: #757575;
}

#fiche .dataTables_filter {
    display: none !important;
}

#app {
    min-height: 100vh;
}

.btn-anapej {
    color: #fff;
    background-color: #318d4c;
    border-color: #266d3b;
}

.pers {
    /* Added By Sd */
    min-height: 100px;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d1d3e2;
    background-color: white;
}

#appMain {
    min-height: calc(100vh - 112px);
}

.text-shadow-black {
    text-shadow: black 0.1em 0.1em 0.2em;
}


/*medyahya*/
.btn-offre {
    border-radius: 25px;
    background-color: #0b8aa2 !important;
    color: #fff;
    width: 20%;
}

.btn-appels {
    border-radius: 25px;
    background-color: #12abca !important;
    color: #fff;
    width: 20%;
}

.btn-avis {
    border-radius: 25px;
    background-color: #4dcce0 !important;
    color: #fff;
    width: 20%;
}

.text-beta {
    color: #fff !important;
}

.titleCard {
    font-size: 10px;
}

.imgCard {
    width: 41px !important;
    height: 35px !important;
}

.titreCard {
    color: #FF9900 !important;
}

.ContentCard {
    font-size: 10px;
}

.menuDrop {
    background-color: #0c96b1 !important
}

.headPosi {
    text-align: right !important;
    margin-left: auto !important;
}

.headPosi a {
    font-weight: bold;

}

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

.bgCard {
    background-color: #72ff699c !important;

}

.bgHead {
    background-color: #0bcb18fc;
}

/*.container{
 max-width : 66% !important;
}*/

.titrecol {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: red;
    margin-top: 5px !important;
    margin-bottom: 5px !important;s
}

.titrecol a {
    color: red;
}

.sizeBd {
    font-size: 11px;

}

.titleAnn {
    color: red !important;
}


a:hover {


    text-decoration: none !important;


}

.titre_size {
    font-size: 12px;
    font-weight: bold;
}

.navSize {
    font-size: 16px;

}

.row-bottom-margin {
    margin-bottom: 20px;
}

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



.one {
    background: red;
}

.two {
    background: orange;
}

.three {
    background: yellow;
}

.four {
    background: green;
}

.five {
    background: blue;
}

@media screen and (max-width: 531px) {
    .container {
        display: flex;
        flex-flow: column;
    }

    .five {
        order: 1;
    }

    .four {
        order: 2;
    }

    .three {
        order: 3;
    }

    .two {
        order: 4;
    }

    .one {
        order: 5
    }
}


/*.drpmenu{
    right : 0 !important;
    left : -112px !important;
}*/

.imgAnn {
    width: 60px !important;
    height: 46px !important;
}

.sizeBd p {
    margin-bottom: 0px !important;
    display: contents;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #d1d3e2;
    background-color: #fff;
}

#datatableshow,
.datatableshow,
.datatableshow_ind,
#datatableshow_ind,
#datatableshow_ind1,
#datatableshow_ind2,
#datatableshow_ind3,
#datatableshow_ind,
#datatableshow_ged {
    width: 100% ! important;
}

.text-foot {
    color: #040404 !important;

}


.headCard {
    background-color: rgb(77 183 234 / 75%) !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.imgTem {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(76, 182, 234, .65), rgba(76, 182, 234, .5));
    padding: .125rem;
}



.indicCarousel {}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #61e658 !important;
    opacity: 0.5;
}



.carousel-indicators,
#testimonalIndicators .carousel-indicators {
    bottom: 13px;
}

.crInd {
    bottom: -28px !important;
}

@media(min-width: 768px) {
    .divCarsl {
        width: 70% !important;
    }
}

@media (max-width:600px) {
    /* at max width of 600 px, do the following: */
    /* change the logo image background position to its next state */
}

/*sroll to top*/
#myBtn {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #008b1b;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}


.Divmessage {
    position: fixed !important;
    bottom: 40px !important;
    left: 20px !important;
    z-index: 9999 !important;
    width: 30% !important;
    /*display: none;*/
}

.img_logo {
    height: 97px !important;
}


@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .alaune {
        width: 56% !important;
    }
}

.titreDoc {
    font-size: 19px;
    font-weight: bold;
}

.titreDocument {
    font-size: 14px;
    font-weight: bold;
    color: rgb(99, 36, 35);
}

.carouselPub {
    bottom: -40px !important;
}