/* =================================================================================== */
/*                                       GENERAL                                       */
/* =================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* /* font-family: 'Spectral', serif; */ */


body {
    font-family: 'Amiko', sans-serif;
    color: #000;
}
/* .livraisonsite, .validation { display: none;} */
.uppercase {
    text-transform: uppercase;
}
a {
    color: #000;
}
a:hover {
    color: #e92d8b;
}
.menu-border {
    color: #e92d8b;
}
/* BOUTONS & TITRES */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #fff;
    background-color: #e92d8b;
    border-color: #e92d8b;
    padding: 0.5rem 1rem 0.4rem;
    min-width: 200px;
    text-transform: uppercase;
    line-height: 1;
    /* font-family: 'Spectral', serif; */
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #e92d8b;
    background-color: #fff;
    border-color: #e92d8b;
}

.btn-rond {
    color: #e92d8b;
    background: #fff;
    border: 1px solid #e92d8b;
    border-radius: 20px;
    padding: 0.3rem 15px 0.1rem 15px;
    font-family: 'Amiko', sans-serif;
    font-weight: 400;
}
.btn-rond:hover {
    color: #fff;
    background: #e92d8b;
    border: 1px solid #e92d8b;
}
.btn-recrutement {
    color: #fff;
    background: #e92d8b;
    border: 1px solid #e92d8b;
    /* font-family: 'Spectral', serif; */
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 16px;
    text-transform: uppercase;
    width: 200px;
}
.btn-recrutement:hover{
    color: #e92d8b;
    background: #fff;
    border: 1px solid #e92d8b;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 16px;
    text-transform: uppercase;
    width: 200px;
}
.nav-desktop-contact {
    position: absolute;
    top: 60px;
    right: 10px;
}
.home_heading {
    font-size: 28px;
    text-align: center;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e92d8b;
    height: 2px;
    width: 150px;
    margin: 15px auto;
}

/* COULEURS */
.violet,
.or {
    color: #e92d8b;
}
.bleu {
    color: #000;
}
.financements img.credit-occitan {
    width: 260px;
    margin-bottom: 20px;
}

/* =================================================================================== */
/*                                        ASIDE                                        */
/* =================================================================================== */
aside.aside_contact {
    background-color: #000;
    text-align: center;
}


/* =================================================================================== */
/*                                        MENU                                         */
/* =================================================================================== */
.item-sous-menu {
    border-bottom: 1px solid #000;
}



/* =================================================================================== */
/*                                       HEADER                                        */
/* =================================================================================== */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
.header {
    background: #fff;
}
.nav-desktop-recrutement {
    position: absolute;
    top: 0;
    right: 0;
}

/* CALCULETTE HEADER */
.moteur {
    padding: 0;
    bottom: 8%;
    background-color: transparent;
}
.moteur .titre-calcul {
    background: #e92d8b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 10px 5px 10px;
    font-size: 20px;
    /* font-family: 'Spectral', serif; */
}
.moteur .bloc-calcul {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e92d8b;
}
.detail_calculette label {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px!important;
    font-weight: 700;
}
.form-style, .moteur .bootstrap-select, .bootstrap-select>.dropdown-toggle.bs-placeholder, .search__form-item:nth-child(n+2) {
    font-size: 14px;
    height: 32px!important;
}

.index .bootstrap-select>.dropdown-toggle {
    background: transparent;
}
.index .container_search {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #e92d8b;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #e92d8b;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border: 0;
    color: #fff;
    font-size: 17px;
    background: #e92d8b;
    padding: 7px 45px;
    width: 20%;
    text-align: center;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #e92d8b;
    font-size: 17px;
    background: #fff;
    padding: 7px 45px;
    width: 20%;
    text-align: center;
    border: 1px solid #e92d8b;
}
.moteur select#duree.bootstrap-select {
    height: 32px;
    border: 1px solid #ccc !important;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
}
.calcul_result h4 {
    /* font-family: 'Spectral', serif; */    
    font-size: 18px;
}
.calcul_result h4::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 180px;
    margin: 5px auto;
}
.moteur .retour_pret {
    font-size: 32px;
    color: #e92d8b;
}
.moteur .retour_pret span {
    color: #e92d8b;
}
.moteur .nb_mensualite, .moteur .retour_cout_pret{
    font-weight: 700;
}
.moteur .nb_mensualite::before {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 180px;
    margin: 5px auto 20px auto;
}
.moteur .mention {
    font-size: 10px;
}


/* =================================================================================== */
/*                                  HOME PRESENTATION                                  */
/* =================================================================================== */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    display: block;
}
.titre-presentation {
    text-align: center;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */   
    font-size: 4rem;
    line-height: 0.6;
    font-weight: 500;
}
.titre-presentation span{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
}
.home_cont_presentation .bg-bleu {
    background-color: #596a7d;
    padding: 60px 20px 20px;
    margin-top: 60px;
}
/* .home_cont_presentation .bg-logo {
    background-image: url(/assets/images/icone3.png);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
} */
.sous-titre-presentation {
    text-align: center;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0;
}
.home_cont_presentation p {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
}
.sous-texte {
    font-size: 12px!important;
    font-weight: 200;
    margin: 35px 0;
    letter-spacing: 1px;
}
.trait {
    border-top: 2px solid #e92d8b;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    text-decoration: none;
    width: 80px;
    top: -10%;
    left: 46%;
}

/* =================================================================================== */
/*                                     HOME SELECTION                                  */
/* =================================================================================== */
.home_cont_selection {
    padding-top: 30px;
    padding-bottom: 50px;
}
.index .card_list li > span:after {
    height: 0;
}
.index .card_list li {
    font-size: 16px;
}
.index .card_list {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.index .info_ville {
    font-size: 15px;
    line-height: 1;
}
.my-bottom {
    margin: auto auto 5px auto;
}
.prod_accueil .info_prix {
    margin: auto auto 2px auto;
    padding: 0;
    text-align: right;
    font-weight: 700;
}
.prod_accueil .info_type{
    font-size: 22px;
    text-align: left;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */
    margin-bottom: 0;
}
.prod_accueil article {
    border: 0;
    width: calc(33.3% - 20px);
    margin: 10px;
}
.prod_accueil .block_info {
    padding: 20px 0;
}
.prod_accueil .row {
    margin-right: 0;
    margin-left: 0;
}
.minheight100 {
    min-height: 65px;
    border-bottom: 1px solid #000;
}

/* =================================================================================== */
/*                                     HOME CATEGORIES                                 */
/* =================================================================================== */
.home_cont_categories {
    padding-top:0;
    padding-bottom: 50px;
}
.home_cont_categories .cat-infos-overlay {
    top: 15%;
    right: 15%;
    width: 70%;
    height: 70%;
    background: rgba(0,0,0,.3);
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text {
    font-weight: 700;
    text-shadow: #000 2px 2px 3px;
}
.home_cont_categories .cat-text::after {
    height: 0;
}
.home_cont_categories .btn-primary {
    width: 200px;
    margin: 0 auto;
}
.home_cont_categories .home_heading::after {
    margin: 15px auto 35px;
}
/* =================================================================================== */
/*                                     HOME SERVICES                                   */
/* =================================================================================== */
.home_cont_services {
    padding: 80px 0 60px 0;
}
.home_cont_services .border-right {
    border-right: 1px solid #000;
}
.home_cont_services img.w160 {
    width: 85px;
    filter: invert(42%) sepia(15%) saturate(600%) hue-rotate(171deg) brightness(92%) contrast(92%);
}
.home_cont_services a:hover img.w160 {
    filter: invert(36%) sepia(67%) saturate(6333%) hue-rotate(314deg) brightness(96%) contrast(89%);
}
.p-services {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 20px;
    color: #596a7d;
}
.home_cont_services a:hover .p-services{
    color: #e92d8b;
}




/* =================================================================================== */
/*                                        LISTING                                      */
/* =================================================================================== */
.breadcrumb-cms {
    display: none;
}
[class*="listing"] .form-style,
[class*="listing-"] .form-style {
    height: 35px!important;
}
[class*="listing"] .container_search .btn-primary,
[class*="listing-"] .container_search .btn-primary {
    padding: 0.6rem 1rem 0.4rem;
}
[class*="listing"] article,
[class*="listing-"] article {
    text-align: center;
}
.prod_listing.damier .info_titre {
    display: none;
}
.block_etiquette {
    background-color: #e92d8b!important;
}
.b_vendu {
    background-color: #e92d8b!important;
}
.prod_listing .info_titre {
    display: contents;
}
.listing-vendu .prod_listing.damier .block_info {
    min-height: 179px;
}
.listing-vendu .prod_listing.damier .description,
.listing-vendu .prod_listing.carte .description {
    display: none;
}
/* =================================================================================== */
/*                              HOME PATRIMOINE & SUIVI                                */
/* =================================================================================== */
.home_patrimoine.bg-bleu {
    background-color: #596a7d;
    padding: 30px 20px 50px 20px;
    color: #fff;
}
.home_cont_suivi {
    padding: 50px 20px;
}
.home_patrimoine .credit-occitan {
    width: 200px;
    margin: auto;
}
.home_patrimoine .ion-ios-email-outline {
    font-size: 50px;
    color: #fff!important;
}
.home_patrimoine p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin: auto;
}
.home_patrimoine .heightmini {
    height: auto;
    display: flex;
}
.home_patrimoine .border-right {
    border-right: 1px solid #fff;
}


/* =================================================================================== */
/*                                COORDONNEES & FOOTER                                 */
/* =================================================================================== */
.cont_coordonnees {
    background: #596a7d !important;
    font-size: 14px;
    padding-bottom: 20px;
}
footer {
    background: #596a7d !important;
    font-size: 14px;
    padding: 10px;
}
.cont_coordonnees .col-1,
.cont_coordonnees .infos-contact {
    padding: 0 20px;
}
.cont_coordonnees .col-1 a {
    /* font-family: 'Spectral', serif; */
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.cont_coordonnees .infos-contact a {
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.cont_coordonnees .infos-contact i {
    font-size: 22px;
    top: 2px;
    margin-right: 5px;
}
.cont_coordonnees .infos-contact p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
}
.logo-footer {
    width: 250px;
    margin-bottom: 30px;
}
.cont_coordonnees .border-right {
    border-right: 1px solid #fff;
}
.logosnpi {
    width: 100px;
}
footer a {
    font-size: 14px;
}
footer a:hover {
    color: #e92d8b;
}
.reseaux-sociaux li {
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.reseaux-sociaux li a{
    color: #000;
    margin: auto;
}
.reseaux-sociaux li a i{
    top: 2px;
}

#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 0px;
    left: 2px;
    color: #000;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    color: #000!important;
    border:1px solid #000;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #000;
    background: rgba(255,255,255,0.8);
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}

/* =================================================================================== */
/*                                    AUTRES PAGES                                     */
/* =================================================================================== */
.top_page {
    height: 350px;
}
.top_page {
    background-image: url(/assets/images/top_page/top_page.jpg);
}
.contact .top_page {
    background-image: url(/assets/images/top_page/contact_top.jpg);
}

.text-top {
    color: #fff;
    /* font-family: 'Spectral', serif; */
    z-index: 20;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
}
.titre-presentation-page {
    text-align: center;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */   
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    margin: 40px 0;
}
.titre-presentation-page2 {
    text-align: center;
    color: #e92d8b;
    /* font-family: 'Spectral', serif; */   
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    margin: 40px 0;
    text-transform: uppercase;
}
.trait2 {
    border-top: 2px solid #e92d8b;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    text-decoration: none;
    width: 50px;
    top: -10%;
    left: 47.5%;
}
.border-right-bleu {
    border-right: 1px solid #000;
}
.italic {
    font-style: italic;
}
.p-small {
    font-size: 13px;
}
.ion-chevron-right {
    margin: 0 10px;
}
.secondaire {
    margin-left: 30px;
}
.secondaire::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e92d8b;
    vertical-align: middle;
    margin: 0 10px;
}
.mt-100 {
    margin-top: 100px;
}
.bg-bleu3 {
    background-color: #596a7d;
    padding: 30px;
}
.underline { text-decoration: underline;}

/* =================================================================================== */
/*                                       DETAILS                                       */
/* =================================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #000 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #000;
}
.detail_header .titre:after {
    background: #000;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.retour_pret span {
    color: #000;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #000;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #000 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #000 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* =================================================================================== */
/*                                        AGENCE                                       */
/* =================================================================================== */
.equipe  {
    text-align: center;
}
.equipe img {
    width: 200px;
}
.equipe .centre {
    text-align: center;
    margin: 20px 0;
    color: #e92d8b;
}
.equipe .centre strong{
    color: #000;
}
.agence .titre-presentation {
    text-align: center;
    color: #e92d8b;
    font-size: 4rem;
    line-height: 0.6;
    font-weight: 500;
    margin-top: 50px;
}
.agence .titre-presentation span{
    text-transform: initial;
    font-size: 2rem;
    font-weight: 300;
}

.sidebar {
    margin-top: 0;
    text-align: center;
}
aside .group_btn a,
.sidebar .group_btn a {
    font-size: 13px;
    padding: 8px;
    margin: 5px;
}
.mentions-legales .top_page {
    background-image: url(/assets/images/top_page/mentions-legales_top.jpg);
    display: none;
}
aside .contact_img {
    display: none;
}
aside.aside_contact {
    background-color: #596a7d;
}

/* =================================================================================== */
/*                                    RESPONSIVE                                       */
/* =================================================================================== */

@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: flex-start;
    }
    nav  {
        display: flex;
        width: 60%;
    }
    nav ul  {
        margin: auto;
    }
    nav.menu ul li {
        display: inline-flex;
        vertical-align: bottom;
        padding: 0 15px;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        padding: 0;
        line-height: 1.2;
        color: #000;
        /* font-family: 'Spectral', serif; */
        font-size: 14px;
        text-transform: initial;
        font-weight: 500;
        text-align: center;
        margin: auto auto 0 auto;
    }
    .menu a.dropdown-item {
        padding: 12px;
        line-height: 1.2;
        color: #000;
        /* font-family: 'Spectral', serif; */
        font-size: 14px;
    }
    .header__logo {
        display: block;
        padding: 10px 0;
        width: 30%;
    }
    .site-pusher .w10 {
        width: 10%;
        margin: auto;
    }
    .header__logo img{
        width: 180px;
    }
    .dropdown-menu {
        min-width: 200px;
        color: #000;
        background-color: #fff;
        border-radius: 0;
        border: 0;
        margin: 0;
    }
    .header nav.menu ul > li > a:hover::after {
        width: 100%;
    }
    .header nav.menu ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 1px;
        background: #e92d8b;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .dropdown-item:active {
        background-color: #e92d8b;
    }
}

@media (min-width: 1281px) {
    nav.menu ul li {
        padding: 0 10px;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        font-size: 17px;
    }
    .header__logo img{
        width: auto;
    }
}

@media (max-width: 991px) {
    .header__logo img {
        width: 350px;
        margin: 10px;
    }
    .site-pusher .w10 {
        position: absolute;
        top: 19px;
        right: 5px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #000;
        background: #000;
    }
    .menu-border {
        display: none;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        padding: 0;
        line-height: 1.2;
        color: #fff;
        /* font-family: 'Spectral', serif; */
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: 20px auto 0 auto;
    }
    .menu a.dropdown-item {
        padding: 12px;
        line-height: 1.2;
        color: #fff;
        /* font-family: 'Spectral', serif; */
        font-size: 14px;
    }
    .menu {
        background-color: #000;
        width: 350px;
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
    }
    nav.menu ul li .dropdown-menu {
        margin-bottom: 30px;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 15px 5px!important;
        font-size:15px;
    }
    nav.menu ul li .dropdown-menu {
        background-color: #1b203e !important;
    }
    .btn-rond {
        color: #e92d8b;
        background: #fff;
        border: 1px solid #e92d8b;
        border-radius: 20px;
        padding: 0.1rem 15px 0rem 15px;
        font-family: 'Amiko', sans-serif;
        font-weight: 400;
    }
    .nav-desktop-contact {
        position: absolute;
        top: 38px;
        right: 45px;
    }
    .btn-recrutement, .btn-recrutement:hover {
        font-size: 12px;
        padding: 5px 15px;
    }
    .moteur .retour_pret {
        font-size: 25px;
    }
    .titre-presentation {
        font-size: 3.5rem;
    }
    .titre-presentation span {
        font-size: 1.5rem;
    }
    .home_cont_services img.w160 {
        width: 80px;
    }
    .p-services {
        font-size: 15px;
    }
    .home_patrimoine img {
        width: 400px;
    }
    .home_cont_suivi img {
        width: 120px;
    }
    .logo-footer {
        width: 150px;
        margin-bottom: 20px;
    }
    .logosnpi {
        width: 80px;
    }
    #bloc_fixed_bottom {
        display: none;
    }
    .top__page{
        margin-top: 76px;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label, .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        width: 26%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil .info_type {
        font-size: 16px;
    }
    .index .info_ville, .prod_accueil .info_prix, .index .card_list li {
        font-size: 12px;
    }
    .minheight100 {
        min-height: 75px;
    }
    .titre-presentation-page {
        font-size: 2rem;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 70px;
        background: #e92d8b;
        color: #fff;
    }
    .modal-body a {
        color: #e92d8b!important;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 2 - 4px);
    }
    .radio_trans {
        justify-content: center;
    }
    .search__form-item.c_valid {
        margin: 10px auto 0 auto;
        text-align: center;
    }
    .modal-body .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .agence .titre-presentation {
        text-align: center;
        color: #e92d8b;
        font-size: 3rem;
        line-height: 0.6;
        font-weight: 500;
        margin-top: 30px;
    }
    .blog .top_page {
        height: 176px;
        margin-top: 76px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header__logo img {
        width: 150px;
    }
    nav ul > li > a, .menu ul > li > a, .index .not-sticking .menu ul > li > a, .btn-recrutement {
        font-size: 12px;
    }
    .nav-desktop-contact {
        top: 44px;
        right: 7px;
    }
    .header__logo {
        display: block;
        height: 75px;
        padding: 10px;
        width: 20%;
    }
    nav ul {
        margin: auto auto 5px auto;
    }
    .btn-rond {
        font-size: 14px;
    }
    .titre-presentation {
        font-size: 3rem;
    }
    .titre-presentation span {
        font-size: 1.5rem;
    }
    .home_cont_services img.w160 {
        width: 80px;
    }
    .p-services {
        font-size: 15px;
    }
    .home_patrimoine img {
        width: 400px;
    }
    .home_cont_suivi img {
        width: 120px;
    }
    .logo-footer {
        width: 150px;
        margin-bottom: 20px;
    }
    .logosnpi {
        width: 80px;
    }
    
}


@media (max-width: 768px) {
    #carouselExampleIndicatorsHome .carousel-item {
        background-size: contain;
        background-position: bottom center;
    }
    .bgAccueil {
        height: auto;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 100%;
        min-height: 480px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .moteur {
        padding: 0;
        bottom: 0;
        background-color: transparent;
        top: 20px;
        position: relative;
    }
}
@media (max-width: 600px) {
    .index .container_search {
        width: 99%;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label, .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        width: 45%;
        padding: 7px 25px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu {
        background-color: #000;
        width: 300px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 8px 5px!important;
        font-size: 15px;
    }
    .nav-desktop-recrutement, .nav-desktop-contact {
        display: none;
    }
    .menu ul {
        margin: 20px 20px 0 20px !important;
    }
    nav.menu ul li .dropdown-menu {
        margin-bottom: 10px;
    }
    nav ul > li > a, .menu ul > li > a, .index .not-sticking .menu ul > li > a {
        font-size: 13px;
    }
    .header__logo img {
        width: 340px;
        margin: 10px 5px;
        margin-left: -22px;
    }
    #bloc_fixed_bottom .bloc {
        width: 50%;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
        justify-content: center;
        margin: 5px 0;
        border: 1px solid #fff;
        border-radius: 20px;
    }
    #bloc_fixed_bottom {
        background: #e92d8b;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right:0;
        padding: 5px;
    }
    .moteur .bloc-calcul {
        padding: 10px;
    }
    .detail_calculette label {
        margin-top: 7px;
    }
    .moteur .titre-calcul {
        font-size: 16px;
        line-height: 1;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {
        height: auto;
        min-height: 260px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        background-size: contain;
    }
    .moteur {
        padding: 10px;
        position: relative;
        bottom: auto;
        top: auto;
        height: auto;
    }
    .trait {
        border-top: 2px solid #e92d8b;
        -webkit-transform: rotate(-0.25turn);
        transform: rotate(-0.25turn);
        text-decoration: none;
        width: 43px;
        top: -30%;
        left: 43%;
    }
    .home_cont_presentation .bg-logo {
        background-image: none;
    }
    .home_cont_presentation p {
        text-align: justify;
    }
    .home_cont_services img.w160 {
        width: 85px;
        margin-bottom: 10px;
    }
    .p-services {
        font-size: 18px;
        margin-top: 0;
    }
    .home_heading {
        font-size: 23px;
    }
    .logo-footer {
        width: 170px;
        margin-bottom: 20px;
    }
    .cont_coordonnees .border-right, .home_cont_services .border-right {
        border-right: 0;
        margin: 30px 0!important;
        text-align: center!important;
    }
    .logosnpi {
        width: 80px;
        margin: 20px 0 0 0;
    }
    .titre-presentation-page {
        font-size: 1.3rem;
        margin: 15px 0;
    }
    .top_page {
        height: 100px;
        margin-top: 70px;
    }
    .secondaire {
        margin-left: 10px;
    }
    .trait2 {
        left: 42.5%;
    }
    .titre-presentation {
        font-size: 3rem;
    }
    .titre-presentation span {
        font-size: 1.3rem;
    }
    .prod_accueil article {
        width: 92%;
    }
    .prod_accueil .info_type {
        font-size: 20px;
    }
    .index .info_ville, .prod_accueil .info_prix, .index .card_list li {
        font-size: 15px;
    }
    #bloc_fixed_bottom {
        display: flex;
    }
    .site-pusher .w10 {
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 44px;
        background: #e92d8b;
        color: #fff;
    }
    .agence .titre-presentation {
        font-size: 2.5em;
        margin-top: 15px;
    }
    .agence .titre-presentation span {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: 115px;
        margin-left: -5%;
    }
    #bloc_fixed_bottom .bloc {
        width: 35%;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
        justify-content: center;
        margin: 5px 0;
        border: 1px solid #fff;
        border-radius: 20px;
    }
    #bloc_fixed_bottom {
        background: rgb(177 129 71);
        display: flex;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right:0;
        padding: 5px;
    }
    .nav-desktop-recrutement, .nav-desktop-contact {
        display: none;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 100%;
        min-height: 450px;
    }
    .moteur {
        padding: 10px;
        position: relative;
        bottom: auto;
        top: auto;
        height: 100%;
    }
    .bgAccueil {
        height: auto;
    }
    .cont_coordonnees .border-right, .home_cont_services .border-right {
        border-right: 0;
        margin: 15px 0;
    }
    .home_cont_services img.w160 {
        width: 180px;
    }
    .p-services {
        font-size: 19px;
    }
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
}

.lienfoot a {
    color:white !important;
}

.page-laulau {
    z-index: 2;
    color: #fff;
    background-color: #FF008B;
    border:none;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    font-size:13px;
}


/* .listing-vendu li.page-item:nth-child(19) a.page-laulau,
.listing-vendu li.page-item:nth-child(20) a.page-laulau,
.listing-vendu li.page-item:nth-child(21) a.page-laulau,
.listing-vendu li.page-item:nth-child(22) a.page-laulau,
.listing-vendu li.page-item:nth-child(23) a.page-laulau,
.listing-vendu li.page-item:nth-child(24) a.page-laulau,
.listing-vendu li.page-item:nth-child(25) a.page-laulau,
.listing-vendu li.page-item:nth-child(26) a.page-laulau {
    display: none!important;
} */