/*PREMIUMBASE*/


/*Import Fonts*/

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

/*GENERAL*/

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


.bg-primary{
    background-color: #FF4F41;
}
.bg-secondary{
    background-color: #061E44;
}
.color-primary{
    color: #FF4F41;
}
.color-secondary{
    color: #061E44;
}
.font-size-subheading{
    font-size: 1.6rem;
}


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


.header2{
    z-index: 9;
    display: block;
    /* position: absolute; */
    right: 0;
    /* top: -30px; */
    width: 100%;
    background-color: #FFF;
    text-align: end;
}


/* ===== NAV ===== */
nav.navbar{
	display: flex;
    padding: 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 0.8rem;
}
.dropdown-menu {
    top: 50px;
    box-shadow: rgb(0 0 0 / 20%) 0 16px 24px 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #FFF !important;
}
/* social */
.nav-link__social img{
    width: 32px;
}
nav.navbar .nav-item{
    line-height: 2.4;
    padding: 0 .6rem;
}
nav.navbar .nav-item:hover{
    background-color: #1d1d1d8c;
    border-radius: .25rem;
}
/* ===== END NAV ===== */


/* ===== LOGO ADJUST ===== */
nav.menu{
	display: inline-block;
}
.header__logo img{
    width: 16%;
    padding: .8rem 1rem;
    /* margin: -14px 0; */
}
/* ===== END LOGO ADJUST ===== */


/* ===== BUTTON ===== */
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #F8F8F8;
    background-color: #FF4F41;
    border-color: #FF4F41;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #F8F8F8;
    background-color: #db0f00;
    border-color: #db0f00;
}
.btn {
    border-radius: 10rem;
    padding: 1rem;
}
/* ===== END BUTTON ===== */


/* BACKGROUND VIDEO INSTEAD OF IMAGE */
body{
    overflow-x: hidden;
}
.bgAccueil{
    background:none;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.cover video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
/* END BACKGROUND VIDEO INSTEAD OF IMAGE */


/* ROUND MOTEUR SEARCH */
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #FF4F41;
    border-radius: .25rem;
    padding: 1rem;
    color: #FFF;
}
.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: .25rem 0 0 .25rem!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 56px;
    border-radius: .25rem 0 0 .25rem!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 .25rem .25rem 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);
}


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

/* ===== SELECTION ===== */
.index .item-listing {
    border: none !important;
    width: calc(33.3% - 60px);
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 8px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: 1rem;
}
.index .item-listing:hover {
    opacity: 1;
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 16px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: 1rem;
}
.item-listing {
    border: #111 solid 1px;
    border-radius: 1rem;
}
/* border-radius img */
.prod_accueil .block_img img{
    border-radius: 1rem 1rem 0 0;
}
.carousel_nbr_photos {
    top: 20px;
    right: 20px;
    border-radius: 10rem;
}
/* ===== END SELECTION ===== */

/* ===== INDEX PRESENTATION ALT STYLE ===== */
.index-presentation{
    margin: 5rem 0;
}
.index-presentation::after {
    content: "";
    /* background: url("../images/index-img-pres__background.jpg") no-repeat center top; */
    background-size: cover;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}
/* ===== END INDEX PRESENTATION ALT STYLE ===== */


/* ===== HOME CATEGORIES STYLE #2 ===== */
a.cat__effect-alt {
    background: #FF4F41;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 1rem;
}
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 ===== */



.index-presentation::after {
    content: "";
    background: url(../images/index-img-pres__background.png) no-repeat center top;
    background-size: cover;
    background-position-y: bottom;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.home_cont_alertes {
    padding: 40px 10px;
    background: #1f1a17;
    text-align: center;
}


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


/* ===== FOOTER ===== */
.cont_coordonnees{
    background-color: #fff;
}
.cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #fff;
    width: auto;
}
.cont_coordonnees .reseaux-sociaux{
    display: none;
}
footer{
    background: #fff;
}
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}
/* ===== END FOOTER ===== */


/* ===== FIXED BUTTON WIDTH SIDEBAR ===== */
.sidebar {
    z-index: 999;
}
.agence .sidebar {
    width: 32%;
}
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
aside address .group_btn a {
    width: 100%;
    font-size: 15px;
    padding: 8px 2px;
    margin: 1rem 0;
}
/* ===== END FIXED BUTTON WIDTH SIDEBAR ===== */


/* PAGE AGENCE */
.agence .col__text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    color: #1D1D1D;
}
/* spacing large col */
.agence .my--large{
    margin: 14rem 0 !important;
}


.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}


/*PAGE DETAILS*/
.detail_header_sticky {
    height: auto;
    padding: 1.2rem;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #FF4F41 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #FF4F41;
}
.detail_header .titre:after {
    background: #FF4F41;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #FF4F41;
}
.retour_pret span {
    color: #FF4F41;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #FF4F41;
    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: #FF4F41 !important;
}
.detail_taber .nav-link {
    color: inherit !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #FF4F41 !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 : 768px) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* header color */
    .header, .header .sticking {
        background: #3C3D3C;
    }
    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .index-logo-sticking,
    .index-logo-not-sticking{
        width: 42%!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;
    }
        /* logo size */
        .navbar-brand img{
            width: 30%;
        }
    /* ===== navbar responsive ===== */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #3C3D3C;
        /* height: 70vh; */
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    /* 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: 10px;
    }
    /* ===== end navbar responsive ===== */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }
}


/* IPAD */
@media only screen
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
    /* .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: 18%!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;
    }
    /* header color */
    .header, .header .sticking {
        background: #3C3D3C;
    }
    /* logo size */
    .navbar-brand img{
        width: 30%;
    }
    /* ===== navbar responsive ===== */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #3C3D3C;
        /* height: 70vh; */
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    /* 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: 40px;
    }
    /* ===== 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: #2062ae;
        top: 160px;
    }
}


/* FIX HEADER LOGO */
@media (min-width: 992px) and (max-width: 1440px){
    nav.navbar {
        display: flex;
        padding: 0.8rem 0 0;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-brand img{
        width: 14%;
    }
}
@media (min-width: 1441px) {
    .navbar-brand{
        width: 40%;
    }
    .navbar-brand img{
        width: 50%;
    }
}