/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
/* font secondary */
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
/*GENERAL*/

body {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 992px) {
    .header .not-sticking {
        background: rgb(255, 255, 255, .8);
        /* border-bottom: #E39F79 8px solid; */
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #2A2A2B !important;
    }
    .index .not-sticking .menu ul > li > a {
        color: #2A2A2B !important;
    }
    .header__logo {
        /* display: block; */
        height: 100px;
        padding: 20px;
    }
}

.font-secondary{
    font-family: 'Varela Round', sans-serif;
}
.text-primary{
    color: #D46C41 !important;
}
.bg-primary {
    background-color: rgb(239, 195, 165, .2) !important;
    padding: 10px 20px;
    margin: 30px 0;
}


/* ===== NAV ===== */
.sticky_menu.hidden-sm-down.stick-me.sticking nav.navbar{
	/* display: flex; */
    padding: 1rem 0;
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar i.ion-chevron-down {
    margin-left: 8px;
}
.dropdown-toggle::after {
    content: " ";
}
/* li.nav-item {
    padding: 0 .4rem;
} */
.dropdown-menu {
    padding: .4rem 0;
    left: 10px;
    top: 50px;
    box-shadow: rgb(0 0 0 / 20%) 0 16px 24px 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item:hover a {
    color: #111;
    background-color: #e39f79;
}
nav.navbar .nav-item{
    line-height: 2.4;
    margin: 0 .5rem;
}
nav.navbar .nav-item:hover{
    background-color: #E39F79;
    border-radius: .20rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #111 !important;
}
/* IMAGE HOVER */
.img-hide{
    display: none;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
/* .dropdown-menu li.dropdown-item:hover .img-hide{
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
} */
/* ===== END NAV ===== */


/* ===== LOGO ADJUST ===== */
nav.menu{
	display: inline-block;
}
.header__logo img{
    width: 15%;
    /* margin: 0 10rem 0 0; */
}
.index-logo-sticking {
    width: 30%;
}
.navbar-brand img{
    width: 25%;
}
.sticky_menu.hidden-sm-down.stick-me.sticking .navbar-brand{
    width: 25%;
}
.sticky_menu.hidden-sm-down.stick-me.sticking .navbar-brand img{
    width: 60%;
}
/* ===== END LOGO ADJUST ===== */


/* ===== BUTTON ===== */
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #111;
    background-color: #E39F79;
    border-color: #E39F79;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #111;
    background-color: #D46C41;
    border-color: #D46C41;
}
.cont_coordonnees .btn {
    width: auto;
    color: #111 !important;
}
.btn {
    border-radius: .25rem;
    padding: 1rem;
}
/* ===== END BUTTON ===== */


/* ROUND MOTEUR SEARCH */
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #E39F79;
    border-radius: 8px;
    padding: 1rem;
    color: #111;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 1rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
    margin-right: 0;
    height: 54px;
    border-radius: 8px 0 0 8px!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 56px;
    border-radius: 8px 0 0 8px!important;
    background: none;
}
/* no border radius input ville */
.form-group.search__form-item.c_insee {
    border-radius: 0!important;
}
/* no border input type + ville */
.index .bootstrap-select {
    border: none!important;
}
/* height button + no bg */
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
    height: 54px !important;
    background: none!important;
}
.bootstrap-select>.dropdown-toggle {
    height: 54px;
    border-radius: 100px;
    vertical-align: initial;
}
/* height input -- index only */
.form-style {
    height: 54px;
}
/* border radius input prix max */
input#prixmax, .input-group-addon {
    border-radius: 0 8px 8px 0;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
    border-radius: 10px;
}
/* margin btn valid */
.search__form-item.c_valid {
    margin: 0 0 0 1.2rem;
}
/* no bg on moteur */
.moteur {
    background-color: rgba(0,0,0,0);
}


/*NOTRE SELECTION*/
.prod_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prod_accueil {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home_heading {
    color: #E39F79;
    font-style: italic;
}
.home-heading-1{
    text-transform: initial;
    font-weight: 300;
    color: #181e39;
    font-style: initial;
    font-size: 25px;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #181e39;
    height: 2px;
    width: 80px;
    margin: 15px auto 25px auto;
}
.prod_accueil article {
    border: none;
    width: calc(32.5% - 11px);
    margin: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 6px 3px 5px #dedede;
}
.index article div.box,
.index article div.spin4,
.index article ul.card_list,
.index article div.card_foot{
    display: none;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    /* height: 70px; */
    background: #ffffffba;
    /* margin-top: -70px; */
    color: #1e283f;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border-bottom: 2px solid #E39F79;
    box-shadow: 6px 5px 5px #bdbbbb;
}
.index .info_prix {
    float: right;
    font-weight: 600;
}
.prixplus {
    display: none;
}
.prod_accueil .info_prix {
    margin: 0 0 6px 0;
    padding: 0;
}
.prod_accueil .spin2 {
    padding: 2px 0;
}


.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/* ===== INDEX PRESENTATION ALT STYLE ===== */
.home_cont_presentation {
    background: url("../images/home-background-presentation.jpg") no-repeat center top;
}
.home_cont_presentation .container{
    height: 600px;
}
.prez-bg{
    background: rgba(255,255,255,1);
    padding: 50px;
    color: #111;
    top: 200px;
    box-shadow: #ccc 0 42px 24px -16px;
}
/* ===== END INDEX PRESENTATION ALT STYLE ===== */


/* ===== HOME CATEGORIES STYLE #2 ===== */
a.cat__effect-alt {
    background: #E39F79;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}
a.cat__effect-alt img {
	/* max-width: none; */
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.cat__effect-alt:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt div {
    text-align: left;
}
a.cat__effect-alt div.cat__description{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}
a.cat__effect-alt h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
a.cat__effect-alt h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
a.cat__effect-alt:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
a.cat__effect-alt:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* ===== END HOME CATEGORIES STYLE #2 ===== */


/* ===== HOME CONT ALERTE ===== */
.home_cont_alertes {
    padding: 1rem 0;
    background: rgb(202 84 53);
    text-align: center;
}
/* ===== END HOME CONT ALERTE ===== */


/* ===== FOOTER ===== */
.cont_coordonnees{
    background-color: #fff;
}
.cont_coordonnees figure img{
    width: 50%;
}
.cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #fff;
}
footer{
    background: #fff;
}
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}
/* ===== END FOOTER ===== */


/* ===== BLOC FIXED ===== */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed .bloc {
    margin: 0;
    background: #e39f79;
    border: 1px #e39f79 solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #e39f79;
    border: 1px #e39f79 solid;
}
#bloc_fixed .bloc1 {
    border-radius: 0.8rem 0 0 0;
}
#bloc_fixed .bloc3 {
    border-radius: 0 0 0 0.8rem;
}
#bloc_fixed ul li > i {
    color: #111;
}
.tooltip-inner{
    font-family: 'Montserrat', sans-serif;
}
/* ===== END BLOC FIXED ===== */


/* ===== FIXED BUTTON WIDTH SIDEBAR ===== */
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
/* ===== END FIXED BUTTON WIDTH SIDEBAR ===== */


/* ===== TOP PAGES ===== */
body.lodge-ystrio .top_page{
    background-image: url(../images/top_page/top-page__ystrio.jpg);
}
/* ===== END TOP PAGES ===== */


.page-heading, 
.deco, 
.adminpersos h1, 
.adminperso h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: inherit;
    letter-spacing: 2px;
    border-bottom: 1px solid #E39F79;
}
.content_page{
    width: 100%;
}


/* PAGE PROGRAMME NEUF */
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #D46C41;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #009cdc;
    color: #000;
}
.programme-neuf .table-responsive{
    overflow: auto;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #E39F79 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #E39F79;
}
.detail_header .titre:after {
    background: #E39F79;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #E39F79;
}
.retour_pret span {
    color: #E39F79;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #E39F79;
    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: #E39F79 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #E39F79 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* ===== MOBILE ===== */
@media only screen and (max-width : 414px) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .index-logo-sticking,
    .index-logo-not-sticking{
        width: 34%!important;
        margin: 4px 0;
    }
    /* logo size others pages */ 
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* ===== navbar responsive ===== */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        /* height: 70vh; */
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 16px;
        width: 42px;
        height: 42px;
        padding: 0;
    }
    i.ion-android-menu {
        font-size: 1.65rem;
    }
    .not-sticking a.navbar-brand {
        padding: 1.4rem 0;
    }
    .sticky_menu.hidden-sm-down.stick-me.sticking .navbar-brand img{
        width: 100%;
    }
    /* ===== end navbar responsive ===== */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px);
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #E39F79;
        top: 160px;
    }

    
}

