html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
}
.nav-main li a {
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
#navbarSupportedContent .dropdown ::before {
    position: absolute;
    border: 0;
    font-size: 12px;
    right: 42px;
    top: 8px;
    content: none!important;
}


@media (max-width: 991px){
    .navbar-light .navbar-toggler {
        background: #1d9ca3;
        background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
        background: linear-gradient(to right, #1d9ca3, #1d9ca3);
        border-radius: 0;
        position: relative;
        top: inherit;
        left: inherit;
        padding-bottom: 24px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #1d9ca3;
    }
    .boubou{
        width: 100%!important;
    }
    .navbar-brand {
        width: 100%!important;
    }
}


@media (min-width: 992px) {
    .nav-main li a:hover {
        color: #fff !important;
        font-weight: bold;
    }
}

#navbarSupportedContent .dropdown ::before {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    right: 42px;
    top: 8px;
}

.dropdown-toggle::after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    right: 30px;
    border: 0;
    display: none;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #1d9ca3;
}
header .dropdown-item.active, header .dropdown-item:active, header .dropdown-item:hover {
    background-color: #17bbad;
}
.dropdown-menu {
    background-color: #1d9ca3!important;
}

.ion-ios-telephone {
    color: #1d9ca3 !important;
}
.ion-location{
    color: #1d9ca3 !important;
}
.ion-email {
    color: #1d9ca3 !important;
}

@media (min-width: 992px) {
    header .navbar {
        background: #1d9ca3;
        margin-top: 20px;
        margin-bottom: 10px;
        border-radius: 3px;
    }
}

address ul li i {
    color: #fd0201;
}

footer .footer-line2 {
    background: #ffffff;
   
}

footer .footer-line1 {
    background: #ffffff;
}

footer .footer-line1 a, footer .footer-line2 a {
    color: #000;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur, .recherche-detaillee .main-content, .listing .formSearch, .content-listing .formSearch, [class*='listing-'] .formSearch, .listingloctype .formSearch, .listingloctype .formSearch {
    background: #FFF;
}
.bloc-accueil h5 {
    background: #1d9ca3;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    border-radius: 3px;
}

footer .row {
    /* background: none; */
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
    background: #1d9ca3;
    border-radius: 3px;
    color: #fff!important;
}

footer .footer-line1 a{
    color: #1d9ca3;
}
footer .footer-line2 a {
    color: #fff;
}

.btn-primary {
    color: #ffffff !important;
    background: #1d9ca3;
    border-color: #1d9ca3;
}

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #13bcbc;
}

a {
    color: #16bbb0;
}

.btn-primary:hover, .recherche-detaillee .btn-primary:hover {
    background: #3c42b8;
    border-radius: 3px;
    
}


/* MODIFS 10 / 02 / 2022 */
.border-postule {
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    min-height: 180px;
    display: flex;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 30%);
}
.border-postule p {
    margin: auto;
}

.sidebar-formation {
    background: linear-gradient(to top right, #e34b68, #bfd29b, #1d9ca3);
    color: #fff;
}
.sidebar-formation i {
    font-size: 60px;
    color: #e34b68;
}
.rose {
    color: #e34b68;
}
.ion-android-arrow-dropright-circle.rose {
    margin: 0 5px 0 15px;
}
.titre-sidebar {
    color: #e34b68;
    font-size: 22px;
    font-weight: 600;
}
.sidebar-formation p {
    font-size: 18px;
}
.sidebar-formation .btn-primary {
    width: 150px;
}
.contenu-form b {
    color: #1d9ca3;
    font-size: 22px!important;
    font-weight: 500;
}
.lien-lycee {
    font-size: 15px;
    color: #fff;
}
.lien-lycee i {
    font-size: 18px;
    color: #fff;
    top: 2px;
}
.lien-lycee:hover, .lien-lycee:hover i {
    color: #e34b68;
}