/*PREMIUMBASE*/
html {
    scroll-behavior: smooth;
}

/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Cantata+One:300,400,500,600,700');
/* Times -- REGULAR */
@font-face {
    font-family: 'Times';
    src: url('../font/TimesNewRoman.woff2') format('woff2'),
        url('../font/TimesNewRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Times -- BOLD */
@font-face {
    font-family: 'Times Bold';
    src: url('../font/TimesNewRomanBold.eot');
    src: url('../font/TimesNewRomanBold.eot?#iefix') format('embedded-opentype'),
        url('../font/TimesNewRomanBold.woff2') format('woff2'),
        url('../font/TimesNewRomanBold.woff') format('woff'),
        url('../font/TimesNewRomanBold.ttf') format('truetype'),
        url('../font/TimesNewRomanBold.svg#TimesNewRomanBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*GENERAL*/
body {
    font-family: 'Montserrat', sans-serif;
}
/* heading font secondary = h2.font-secondary , span.letter-transform */
.font-secondary{
    font-family: 'Cantata One', Times, serif;
}
.font-secondary--bold{
    font-family: 'Cantata One', serif;
}
.bg-primary{
    background-color: #00255C !important;
}
.bg-secondary{
    background-color: #F8E511 !important;
}
.color-primary{
    color: #00255C;
}
.color-secondary{
    color: #F8E511;
}
.letter-transform{
    font-size: 3rem;
}
h1.h1 {
    font-size: 2.6rem !important;
}
.text-dark{
    color: #4a4b4c !important;
}
.text-light{
    color: #949494 !important;
}
.bg-light {
  background-color: #F0F0F0 !important;
}
.rounded{
  border-radius: .8rem !important;
}
.shadow-sm {
    -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, .16);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 4px 0 rgba(0, 0, 0, .16);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 4px 0 rgba(0, 0, 0, .16);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.sous-titre {
  border-left: 3px solid #061E44;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}


@media (min-width: 992px) {

    .header .not-sticking {
        background: rgba(255, 255, 255, 0.4);
        /* border-bottom: #00255C 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;
    }

    /* selection */
    .home_cont_selection .row{
        padding: 1rem 6rem;
    }
}


/* ===== NAV ===== */
nav.navbar{
	display: inline-block;
    padding: 1rem 0;
}
/* if sticking => display flex */
.sticking nav.navbar{
    display: flex;
}
/* .sticking .navbar-brand {
    width: 20%;
} */
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;
    width: auto;
    border-radius: 0.8rem;
    padding: .6rem;
}
nav.navbar .nav-item{
    line-height: 2.4;
    padding: 0 .8rem;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #111 !important;
  }
/* nav-item hover */
.not-sticking .navbar a.nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background: #F8E511;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.not-sticking .navbar a.nav-link:hover::after {
    width: 100%;
}
/* dropdown hover effect */
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-weight: 600;

    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover {
    padding-left: 2.4rem;
    background-color: #F0F0F0;
    border-radius: .8rem;
    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover a{
    color: #212529 !important; /* no blue inherit color */
    transition: all ease-in-out 90ms 90ms;
}
/* if sticky logo black else white */
.sticking .navbar-brand h4{
    color: #111;
}
.index .not-sticking .navbar-brand h4{
    color: #FFF;
}
/* if sticky nav-link black else white */
.index .not-sticking .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #0c1e44 !important;
}
.sticking .nav-link {
    color: #111 !important;
}
/* if sticky show h2-logo else hide */
.navbar div.d-flex{
    left: 0 !important;
}
.navbar h2.font-secondary--bold {
    display: none;
}
.index .not-sticking h2.font-secondary--bold {
    display: block;
    color: #0C1E44;
    /* border-bottom: #F8E511 solid 2px; */
    width: 100%;
    font-size: 3.2vw;
}
.index .not-sticking h2.font-secondary--bold span {
    font-size: 4.6vw;
}
/* ===== END NAV ===== */


/* ===== LOGO ADJUST ===== */
nav.menu{
	display: inline-block;
}
.header__logo img,
body.detail .navbar .d-flex img{
    width: 16%;
    padding: .8rem 1rem;
    /* margin: -14px 0; */
}
.navbar div.d-flex{
    left: 16%;
}
/* ===== END LOGO ADJUST ===== */


/* ===== BUTTON ===== */
.btn-primary, .btn-info, .btn-success {
    color: #f8F8F8;
    background-color: #00255C;
    border-color: #00255C;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-outline-primary{
    color: #f8F8F8;
    background-color: transparent;
    border-color: #fdfdfe;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-secondary{
  background-color: #cccaca;
  border-color: #cccaca;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-primary:hover, .btn-outline-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover, .lafficheur li:hover {
    color: #fff;
    background-color: #052861;
    border-color: #052861;
}
.btn-hover:hover{
    background-color: #F0F0F0;
    color: #111;
}
.btn {
    border-radius: 10rem;
    padding: 0.6rem 1.4rem;
}
/* btn map detail -- btn secondary */
.lafficheur li{
    border-radius: 10rem;
    padding: 0.6rem 1.4rem;
    background-color: #cccaca;
    border-color: #cccaca;
    color: #111;
}
/* ===== 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: #00255C;
    border-radius: .25rem;
    padding: 1rem;
    color: #F8F8F8;
}
/* if not checked color blue */
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #0c1e44;
    font-weight: 800;
}
.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(255, 255, 255, 0.4);
    width: 70%;
    border-radius: 2rem;
    left: 50%;
    transform: translate(-50%, -20%);
    padding: .2rem;
}


.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #00255C;
    height: 4px;
    width: 150px;
    border-radius: 8rem;
    margin: 24px auto 24px auto;
}


/* ===== SELECTION ===== */
/* .prod_accueil {
    margin: 0 12rem;
} */
.index .item-listing {
    border: none !important;
    width: calc(33.3% - 60px) !important;
    box-shadow: rgb(100 100 100 / 10%) 0 0 16px 8px;
    transition: all 120ms 120ms ease-in-out;
    border-radius: 1rem;
}
.index .item-listing:hover {
    opacity: 1;
    box-shadow: rgb(100 100 100 / 16%) 0 0 24px 16px;
    transition: all 120ms 120ms ease-in-out;
}
.item-listing {
    border: #111 solid 1px;
    border-radius: 1rem;
}
.prod_accueil .block_info {
    background: #fff;
}
/* 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 ===== */


/* ITEM */
.over_desc .col2 {
    width: 100%;
    border-left: 1px solid #ddd;
    padding-left: 0;
    position: relative;
}
/* force color black desc item */
.over_desc a{
    color: #111 !important;
}
/* no padding */
.index article .spin4.info_prix, 
.index article .spin3.info_ville, 
.index article h2.spin2.info_titre, 
.index article .spin1.info_type{
    padding: 0;
}


/* BACKGROUND FLOWERS */
.bg-flowers::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
    min-height: 20vh;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    background: url(/assets/images/bg-flowers.jpg) no-repeat center center;
    background-size: cover;
}
/* custom for index selection */
body.index div.home_cont_selection.bg-flowers::after {
    content: '';
    top: 0;
    left: 0;
    width: 125%;
    height: 380px;
    transform: translateX(-10%) scale(0.8, 1);
    display: block;
    padding: 40px 0;
    min-height: 100vh;
    position: absolute;
    z-index: -2;
    opacity: 0.2;
    background: url(/assets/images/bg-flowers.jpg) no-repeat center center;
    background-size: cover;
}


/* ===== INDEX PRESENTATION ALT STYLE ===== */
.index-presentation{
    margin: .2rem 0;
    padding: .2rem 0;
}
/* .index-presentation::after {
    content: "";
    background: url("../images/bgimg__abstract-shapes.svg") no-repeat center top;
    background-size: cover;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
} */
/* ===== END INDEX PRESENTATION ALT STYLE ===== */


/* ===== TEMOIGNAGES CAROUSSEL ===== */
.card {
	margin: 0 auto;
	border: none;
    background-color: transparent !important;
}
.card .carousel-item {
    min-height: 260px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	/* border: 1px solid #ccc; */
	min-height:175px;
	padding: 15px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
/* .card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
    background-color: #00255C;
    border-radius: 10px;
    height: 54px;
    width: 54px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #00255C;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:before,
.carousel-control-next:before{
    display: none;
}
.index .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.index .carousel-control-prev {
    left: 40%;
    top: 90%;
}
.index .carousel-control-next {
    right: 40%;
    top: 90%;
} */
.midline {
	width: 60px;
    border-top: 6px solid #00255C;
    border-radius: 8rem;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #00255C;
}
body.index .description-post {
    margin-top: 15px;
    width: 480px;
}
@media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
/* .index .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.index .carousel-control-next {
	right: 35%;
	top: 105%;
} */
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
/* .index .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.index .carousel-control-next {
	right: 35%;
	top: 105%;
} */
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}


/* NEW -- custom admin view */
body.index .carousel-caption .row > .col-md-4{
    display: none;
}
/* disable pointer events */
body.index .carousel-caption .blockquote > ul li a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
body.index .carousel-caption .blockquote > ul li a:hover{
    color: #111;
}
/* hide btn */
body.index .carousel-caption .row .col-md-8 div.clearfix{
    display: none;
}
/* ===== END TEMOIGNAGES CAROUSSEL ===== */


/* CATEGORIES */
.home_cont_categories {
    background: transparent;
    padding: 0;
    /* background: url(/assets/images/bg-vert.jpg) no-repeat center top;
    background-size: cover; */
}


/* GRID EFFECT */
/* {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
} */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: calc(100% / 4 - 8px);
    margin: 3px;
    background: #ffffff;
    text-align: center!important;
    cursor: pointer;
}
figure.bg-rouge {
    cursor: auto;
}
figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}
figure figcaption {
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}
figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.bg-rouge figcaption {
    display: flex;
}
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure .h2 {
    word-spacing: 0;
    font-size: 33px;
    padding-bottom: 10px;
}
figure .h2 span {
    font-weight: 800;
}
figure .h2,
figure p {
    margin: 0;
}
figure p {
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-transform: initial;
    text-align: center!important;
}
figure .h6 {
    text-transform: initial;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
figure .h6.sous-titre {
    text-transform: uppercase;
    font-weight: 500;
}
.bg-rouge {
    text-align: left;
}
figure.effect-bubba {
    background: url(/assets/images/bg-vert.jpg) no-repeat center top;
    /* background: transparent; */
    /* border: 1px solid rgba(255,255,255,0.2); */
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 300px;
    transform: scale(1.2);
    transition: all 350ms ease-in-out;
}
figure.effect-bubba img.titreimg {
    opacity: 0;
}
figure.effect-bubba:hover img {
    opacity: 1;
    transform: scale(1);
    transition: all 350ms ease-in-out;
}
figure.effect-bubba:hover figcaption {
    background-color: rgba(6, 30, 68, 0.5);
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
figure.bg-rouge figcaption::before, figure.bg-rouge figcaption::after {
    border:0;
    transform: none;
}
figure.effect-bubba figcaption::before {
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    /* border-right: 1px solid #fff;
    border-left: 1px solid #fff; */
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba .h2 {
    /* padding-top: 23%; */
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,42%,0);
    transform: translate3d(0,42%,0);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -26%);
    width: 100%;
    /* height: 100%; */
    padding: 2em;
    color: #fff;
    background-color: rgba(6, 30, 68, .5);
    text-transform: uppercase;
    font-size: 1.25em;
}

@media(min-width: 769px){
		.sidebartop{display: none}
}

@media(max-width: 768px) {
.sidebarbottom{
	display: none
}
	.sidebar {
  display: block;
}
	
	
	figure.effect-bubba .h2 {padding-top: 20%;	}
	.grid figure figcaption {padding: 1em;}
}
figure.effect-bubba p {
    padding: 25px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* ===== HOME AGENCES STYLE #2 ===== */
a.cat__effect-alt {
    background: #00255C;
    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: 50%;
    left: 50%;
    transform: translate(-50%, -26%);
    width: 100%;
    /* height: 100%; */
    padding: 0 0.4em;
    color: #fff;
    background-color: rgba(6, 30, 68, .5);
    text-transform: uppercase;
    font-size: 1.25em;
}
a.cat__effect-alt h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
    text-align: center;
}
a.cat__effect-alt h2::after {
	position: absolute;
	bottom: -10px;
	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: 1;
    font-size: .8rem;
}


.home_cont_alertes {
    padding: 40px 10px;
    background: #00255C;
    text-align: center;
}
.home_cont_alertes::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17px 0 17px;
    border-color: #00255C transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}


/* ===== FOOTER ===== */
.cont_coordonnees{
    background-color: #F0F0F0; /* .bg-light */
    color: #3d3d3d;
}
/* .cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #fff;
} */
.cont_coordonnees .btn {
    width: 140%;
}
footer{
    color: #3d3d3d;
    background: #F0F0F0; /* .bg-light */
    padding: 0 10px 10px;
}
footer, 
footer a {
    color: #111;
}
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: #00255C;
    border: 1px #00255C solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #00255C;
    border: 1px #00255C solid;
}
#bloc_fixed .bloc2 {
    border-radius: 0.8rem 0 0 0;
}
#bloc_fixed .bloc5 {
    border-radius: 0 0 0 0.8rem;
}
.tooltip-inner{
    font-family: 'Montserrat', sans-serif;
}
/* ===== END BLOC FIXED ===== */


/* TOOLTIP */
[tooltip] {
    position: relative;
}
[tooltip]::before,
[tooltip]::after {
text-transform: none;
font-size: .9em;
line-height: 1;
user-select: none;
pointer-events: none;
position: absolute;
display: none;
opacity: 0;
}
[tooltip]::before {
content: '';
border: 5px solid transparent;
z-index: 1001;
}
[tooltip]::after {
content: attr(tooltip);
text-align: center;
min-width: 3em;
max-width: 21em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 1ch 1.5ch;
border-radius: .3ch;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
background: #333;
color: #fff;
z-index: 1000;
}
/* show tooltip to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
display: none !important;
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
top: 50%;
border-right-width: 0;
border-left-color: #333;
left: calc(0em - 5px);
transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
top: 50%;
right: calc(100% + 5px);
transform: translate(-.5em, -50%);
}
/* Animation */ 
@keyframes tooltips-vert {
    to {
    opacity: .9;
    transform: translate(-50%, 0);
    }
}
@keyframes tooltips-horz {
    to {
    opacity: .9;
    transform: translate(0, -50%);
    }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after{
animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after{
animation: tooltips-horz 300ms ease-out forwards;
}
  

/* ===== FIXED BUTTON WIDTH SIDEBAR ===== */
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
/* border radius on sidebar */
.sidebar address {
    border-radius: 0.8rem;
}


/* ===== EQUAL HEIGHT COL ===== */
.content {
    height: 100%;
}


/* PAGE LISTING */
body[class*="listing-"] .article_content article {
    border-radius: 1.4rem;
    box-shadow: rgba(0, 0, 0, .16) 0 0 4px;
    transition: all ease-in-out 100ms 100ms;
}
body[class*="listing-"] .article_content article:hover {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, .16) 0 0 8px;
    transition: all ease-in-out 100ms 100ms;
    opacity: 1 !important;
}
/* disable hover state effect on item listing */
body[class*="listing-"] .article_content article:hover div.over_desc {
    display: none;

}
body[class*="listing-"] .article_content article .btn-primary a {
    color: #F8F8F8 !important;
}
/* padding spin infos */
.spin4.info_prix,
.spin3.info_ville,
h2.spin2.info_titre,
.spin1.info_type {
    padding: 0 3.2rem;
}
body[class*="listing-"] .spin4.info_prix, 
body[class*="listing-"] .spin3.info_ville, 
body[class*="listing-"] h2.spin2.info_titre, 
body[class*="listing-"] .spin1.info_type {
    padding: 0 1.2rem;
}
.info_ville{
    font-weight: bold;
}
body.index .spin1.info_type{
    text-transform: uppercase;
    margin: 1rem 0 !important;
}
.spin1.info_type{
    text-transform: uppercase;
    margin: 1rem !important;
    text-align: center;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active{
    background: none;
    color: #061E44;
}
.detail_taber .nav-link:hover {
    background: #00255C !important;
    color: #fff !important;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #00255C;
}
.detail_header .titre:after {
    background: #00255C;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #00255C;
}
.retour_pret span {
    color: #00255C;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #00255C;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.detail_icone .dropdown-menu {
    left: -130px;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #00255C !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #00255C !important;
    color: #FFF;
}
.dpe-txt{
    hyphens: auto;
}
.col-sm-6.fl > .dpe-txt{
    padding-bottom: 2.2rem;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* PAGE DETAILS ERRERA */
.sticky-nav {
    background: #f2f2f2 none repeat scroll 0 0;
    /* border: 1px solid #ddd; */
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 50px;
    z-index: 1;
}
.nav-detail-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    justify-content: center;
}
.sticky-nav ul li a.active, .sticky-nav ul li a:hover {
    background: #052861 none repeat scroll 0 0;
    color: #fff;
}
.sticky-nav ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
/* INFO CONTENT */
.infos-content {
    background: #f5f5f5;
}
.infos-content #descdetail {
    margin-top: 20px;
}
.infos-content .col-sm-3,
.infos-content .col-sm-9 {
    padding: 30px 0 30px 80px;
}
.infos-content .col-sm-3{
    padding-left: 0 !important;
}
.detail_interlocuteur {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 0;
    font-size: 12px;
    padding-top: 30px;
}
.home_heading_left1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-align: left;
    display: block;
    max-width: 360px;
    width: 100%;
}
.home_heading_left1::after {
    content: "";
    display: block;
    position: relative;
    background: #F8E511;
    height: 2px;
    width: 150px;
    margin: 18px 0;
}
.info_titre1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.info_numero, .info_prix-hai {
    color: #d5d5d5;
}
/* SETION DETAILS */
#detail {
    min-height: 450px;
    overflow: hidden;
}
#detail .home_heading {
    margin-top: 25px;
}
.detail_attribut_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-direction: row;
}
.detail_attribut_col > .col1, 
.detail_attribut_col > .col2, 
.detail_attribut_col > .col3 {
    width: 30%;
    max-width: 100%;
}
.detail_attribut_col > .col1 > ul > li.title_label, 
.detail_attribut_col > .col2 > ul > li.title_label, 
.detail_attribut_col > .col3 > ul > li.title_label {
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}
.detail_attribut_col > .col1 > ul > li, 
.detail_attribut_col > .col2 > ul > li, 
.detail_attribut_col > .col3 > ul > li {
    font-size: 0.8em;
    display: block;
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
}
.detail_attribut_col > .col1 > ul > li > .champ, 
.detail_attribut_col > .col2 > ul > li > .champ, 
.detail_attribut_col > .col3 > ul > li > .champ {
    font-weight: 700;
    padding-left: 20px;
}
.detail #detailinfosdetail ul li::after {
    content: none;
}
.title_label {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.detail_icone_share,
.detail_tabs,
.detail_form_contact,
.detail_biens_sim {
    padding: 1.5rem 0;
    overflow-x: none;
}
/*
.detail_biens_sim {
overflow-x: auto;
}
*/
.detail_aside_slider .formcontactcms4 .lignemoteur {
    width: 100%;
}
.detail_taber {
    text-transform: uppercase;
}
.detail_taber .nav-link {
    display: block;
    color: #666;
    font-size: 0.8em;
}
.detail_taber .nav-link i {
    font-size: 1.7em;
    vertical-align: middle;
}
.detail_taber .nav-scroll {
    display: block;
    color: #666;
    font-size: 0.8em;
}
.detail_taber .nav-scroll i {
    font-size: 1.7em;
    vertical-align: middle;
}
.detail_taber .nav-scroll.active,
.detail_taber .nav-scroll:hover {
    color: #FFF;
    background: #F8E511;
}
.infos-content {
    background: #f5f5f5;
}
.infos-content #descdetail {
    margin-top: 20px;
}
.detail_taber .nav {
    justify-content: center;
}
/* .detail_taber .nav::before {
    content: "";
    background: #ddd;
    width: 100px;
    height: 1px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
} */
/* .detail_taber .nav::after {
    content: "";
    background: #ddd;
    width: 100px;
    height: 1px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
} */
/* .detail_taber .nav-link.active::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    top: 30px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #F8E511 transparent transparent transparent;
} */
.detail_taber .nav-scroll.active::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    top: 30px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #F8E511 transparent transparent transparent;
}
.detail_header_sticky .detail_taber .nav::before,
.detail_header_sticky .detail_taber .nav::after {
    display: none;
}
.detail_header_sticky .detail_taber .nav-link.active::after {
    display: none;
}
.detail_header_sticky .nav-link {
    padding: 0.2em 1em;
}
.detail_header_sticky .detail_taber .nav-scroll.active::after {
    display: none;
}
.detail_header_sticky .nav-scroll {
    padding: 0.2em 1em;
}
.detail_taber .info_type {
    padding: 0;
}
.detail_tabs .attribut_label {
    float: left;
    font-weight: 200;
    padding-right: 20px;
    /* text-align: right; */
    width: 140px;
}
.detail_tabs .champ {
    font-weight: 500
}
.detail_slide_thumbs > li {
    height: 85px;
    margin: 10px;
    width: 95px;
    overflow: hidden;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s
}
.detail_slide_thumbs > li > img {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.detail_slide_thumbs > li > img:before {
    border: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}
.detail_slide_thumbs > li > img:hover {
    opacity: 0.5;
}
.detail_icone {
    position: absolute;
    top: 0;
    right: 0;
}
.detail_icone > ul {
    display: flex;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0;
}
.detail_icone > ul > li {
    padding: 0 5px;
}
.detail_icone_share > .list-inline {
    float: right;
}
.detail_icone .adfav {
    font-size: 20px;
}
.detail_icone_share a {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 30px;
    height: 35px;
    text-align: center;
    width: 35px;
}
.tab-content .card_list {
    justify-content: space-between;
}
.tab-content .card_list li {
    font-size: 15px;
}
.detail_aside_slider {
    background: white none repeat scroll 0 0;
    float: right !important;
    height: auto;
    margin: 4% 2%;
    padding: 15px;
    top: 40px;
    width: 300px;
    min-height: 755px;
}
.detail_aside_slider .col-sm-6 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.detail_aside_slider .custom-file-upload {
    width: 100%
}
.detail_aside_slider .lignemoteur {
    margin: 5px 0;
}
.detail_aside_slider .btn {
    width: 100%;
}
.detail_annexe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}
.detail_annexe > .btn.btn-primary {
    background: transparent;
}
.detail_annexe_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 13px;
    font-weight: 200;
    padding: 15px 0;
}
.detail_annexe_nav > li:nth-child(2) {
    font-weight: 500
}
/*
.detail_annexe_nav > li a::after {
content: "|";
font-weight: normal;
padding-left: 5px;
padding-right: 5px;
}
*/
.detail_annexe_nav > li:last-child a::after {
    content: "";
}
/*Bien similaires*/
.detail_biens_sim .info_titre,
.prod_accueil .info_titre,
.prod_accueil .over_desc .info_titre {
    text-overflow: ellipsis;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
}
.prod_accueil .over_desc .info_titre {
    padding-top: 20px;
}
/*
Réseaux sociaux
*/
.dropdown-item > i {
    padding-right: 10px
}
.detail_header {
    text-align: center
}
.detail_header_sticky {
    height: 51px;
    background: #f4f4f4
}
.not-sticking .detail_header_sticky {
    display: none;
}
.detail_header_sticky h1 {
    margin: 0
}
.detail_header .titre,
.detail_header_sticky h1,
.carousel_header .titre {
    text-transform: uppercase;
    position: relative;
    font-weight: 200;
    position: relative
}
.carousel_header .titre {
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.detail_header_sticky .titre {
    /*    padding: 15px 0;*/
    text-align: center;
    width: 100%;
}
.detail_header_sticky .titre span {
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 200;
}
.detail_header_sticky .titre span.prix {
    font-weight: 600;
    color: #052861;
}
.detail_header_sticky > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 46px;
}
.detail_header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin: 0 !important;
    flex: none;
}
.detail_header_nav li {
    padding: 0 5px;
}
.detail_header .titre {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.detail_header .crit {
    font-size: 20px;
    font-weight: 200;
}
.detail_header .crit span {
    padding: 0 10px;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.detail_header .titre:after {
    bottom: -1px;
    left: 0;
    transform: scaleX(0.5);
    background: #F8E511;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.adfav {
    cursor: pointer;
}
.adfav:hover {
    color: red;
}
/* .detail .input-group-addon {
    background: #ffffff none repeat scroll 0 0;
    border-left: 0 none;
    border-radius: 0;
    color: #555;
    font-size: 0.8rem;
    padding: 0;
    position: relative;
    right: 1px;
    width: 45px;
} */
.detail select#duree.bootstrap-select {
    height: 54px;
}
.mention {
    font-size: 12px;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
}
.retour_pret span {
    font-weight: 500;
    font-size: 20px;
    color: #d7b877;
}
.retour_pret p {
    font-size: 15px;
    font-weight: 200;
}
.calcul_result {
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.calcul_result h4 {
    font-size: 15px;
    text-transform: uppercase;
}
.calcul_result > .ico {
    font-size: 30px;
}
.custom-file-upload {
    background: transparent;
    border: 1px solid #dbdfe9;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    min-width: 250px;
    padding: 10px 12px;
}
input[type="file"] {
    display: none;
}
.recrutement input[type="file"] {
    display: block;
}
.detail_calculette-notaire {
    margin-bottom: 20px;
}
.detail_calculette-notaire table {
    margin-top: 15px;
}
.detail_calculette-notaire .table thead th {
    font-weight: 500;
}
.detail_calculette-notaire select,
.detail_calculette-notaire input {
    line-height: initial;
}
.detail_calculette-notaire .d-sm-flex > div:nth-child(1) {
    padding-right: 15px;
}
.detail_calculette-notaire label {
    margin: 0 0 5px;
    font-size: 13px;
}
.groupe_champs .notaire_changement {
    width: initial;
    border: 1px solid #dbdfe9;
    display: block
}
.groupe_champs input.notaire_changement {
    padding: 0.6rem 1rem;
    font-size: 13px;
    width: 100%;
}
.bien_immo_neuf {
    float: right;
}
.bg-success {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
}
.detail_carousel {
    position: relative;
}
.detail_carousel_expand {
    bottom: 100px;
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 45px;
}
.detail_calculette .d-sm-flex tr td:nth-child(1) {
    text-align: left;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, 0.02)
}
.center {
    margin: 25px auto 0 auto;
    max-width: 400px;
}
.submit_complexe {
    padding: 10px;
    font-size: 18px;
}
.detail_taber .nav-item-puce {
    margin: 2px 10px;
}
.card_list li > span:after {
    background: #F8E511;
}
body.detail p.h2.text-uppercase.color-primary.text-center.home_heading.font-secondary.font-weight-bold.mb-5 {
    line-height: 42px;
}
.detail_header_sticky div.titre span:nth-child(2){
    display: none;
}


/* PAGE LISTING VENDU */
/* disable hover state */
body.listing-vendu article:hover,
body.listing-vendu article .block_info,
body.listing-vendu .prod_listing .block_info > .effect-cms {
    transform: scale(1);
    box-shadow: none;
    opacity: 1 !important;
    cursor: default !important;
}
body.listing-vendu article:hover div.over_desc {
    display: block !important;
}
.listing-vendu .main-content {
    margin-top: 40px;
}
.listing-vendu .over_desc {
    padding: 20px;
}
.listing-vendu .spin4.info_prix {
    color: #0c1e44;
    font-weight: 500;
}
.listing-vendu article:hover .over_desc,
.listing-vendu .article_content article:hover .over_desc {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #0c1e44 !important;
}
.listing-vendu .home_heading {
    padding-bottom: 0;
}
.action_bar.mb-3.mt-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.listing-vendu .breadcrumb-cms {
    padding: 0 0 0 0;
}
.block_bandeau {
    color: #F8F8F8;
    background: #0c1e44;
    font-size: 10px;
    font-weight: 500;
    left: -28px;
    padding: 5px;
    width: 150px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    z-index: 9999999;
    transform: rotate(-40deg);
}
.prod_listing .block_img {
    width: 45%;
    position: relative;
    z-index: 0;
}
body.listing-vendu .prod_listing .block_info {
    z-index: 0;
    background: #fff;
    width: 55%;
    padding: 1.5rem;
    position: relative;
}
.prod_listing .block_info > .effect-cms {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 20px;
    height: auto;
    min-height: auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.over_desc .col1 {
    width: 70%;
    position: relative;
    float: left;
}
.over_desc .col2 {
    width: 30%;
    position: relative;
    float: right;
}
body.listing-vendu .prod_listing.damier .block_info {
    min-height: auto;
}


/* PAGE AGENCE */
.rounded-xl{
    border-radius: 30rem;
}
div.content.bg-light.rounded p.btn{
    white-space: normal;
}
body.montbeliard .carousel-control-next:before,
body.audincourt .carousel-control-next:before,
body.belfort .carousel-control-next:before,
body.mulhouse .carousel-control-next:before{
    content: none;
}


/* PAGE ESTIMATION */
.progress-bar {
    display: none;
}
body.estimation .form-group.c_adresse {
    width: 100%;
}
/* regroup some blocs */
.form-group.c_type_projet,
.form-group.c_type_bien {
    margin: 6rem 0 0;
}
/* positioning heading */
h1.page-heading {
    padding: 0.2rem 0 4rem;
}
.form__heading .form__heading-bien{
    position: absolute;
    top: 19rem;
}


/* PAGE GESTION */
.icon-wrapper{
    width: 100%;
}
.icon-bloc{
    width: 82px;
    height: 82px;
    background: rgba(248, 229, 17, 0.2);
    border-radius: 10rem;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
}
.icon{
    width: 42px;
    height: auto;
    display: inline;
}
.icon-dark{
    filter: invert(0%) sepia(5%) saturate(1181%) hue-rotate(352deg) brightness(-97%) contrast(87%);
}
.icon-white{
    filter: invert(400%) sepia(5%) saturate(1181%) hue-rotate(352deg) brightness(977%) contrast(87%);
}


/* PAGE TEMOIGNAGES */
body.temoignages-clients figure img{
    opacity: 1;
}
/* disable pointer events */
/* body.temoignages .content_page > ul li a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
body.temoignages .content_page > ul li a:hover{
    color: #111;
} */
/* hide btn */
/* body.temoignages .content_page .row .col-md-8 div.clearfix{
    display: none;
} */


/* TOP PAGE */
.gestion .top_page{
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}
.syndic .top_page{
    background-image: url(/assets/images/top_page/syndic_top.jpg);
}
.recrutement .top_page{
    background-image: url(/assets/images/top_page/recrutement_top.jpg);
}
.temoignages .top_page{
    background-image: url(/assets/images/top_page/temoignages_top.jpg);
}
/* hide top page on agence page */
body.montbeliard .top_page,
body.belfort .top_page,
body.audincourt .top_page,
body.mulhouse .top_page,
body.montbeliard-location .top_page{
    display: none;
}


/* MENTIONS LEGALES */
body.mentions-legales .content_page embed {
    width: 100%;
    height: 60vh;
}


/* Mobile */
@media only screen 
    and (max-width : 768px)
    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 */ 
    .navbar-brand .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* ===== navbar responsive ===== */
    nav.navbar {
        display: block !important;
        /* padding: 1rem 0; */
    }
    /* hide h2 logo */
    .index .not-sticking h2.font-secondary--bold{
        display: none;
    }
    .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;
        width: 100%;
        border-radius: 0;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 40px;
    }
    /* ===== end navbar responsive ===== */
    .moteur{
        top: 40%;
        width: 90%;
    }
    .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;
    }


    .prod_accueil .block_info {
        background: #fff;
        border: 1px solid #c8c8c8;
    }


    /* INDEX CATEGORIES */
    .grid figure {
        width: calc(100% / 1 - 8px);
    }


    /* INDEX TEMOIGNAGES */
    body.index blockquote.blockquote ul li{
        display: none;
    }
    body.index blockquote.blockquote ul li:nth-child(1){
        display: block !important;
    }



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


    /* PAGE DETAIL */
    .detail_attribut_col {
        flex-direction: column !important;
    }
    .detail_attribut_col > .col1, 
    .detail_attribut_col > .col2, 
    .detail_attribut_col > .col3 {
        width: 100%;
        max-width: 100%;
    }


    /* PAGE ESTIMATION */
    .form-group.c_type_bien {
        margin-top: 0 !important;
    }
    .form__heading .form__heading-bien {
        position: absolute;
        top: 37rem;
    }
}


/* 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 others pages */ 
        .navbar-brand .img-fluid {
            width: 24%!important;
            margin: 4px 0;
        }
    /* 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;
    }
    /* ===== 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: 40px;
    }
    /* ===== end navbar responsive ===== */
    .moteur{
        top: 52% !important;
    }
    .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;
    }


    /* INDEX CATEGORIES */
    .grid figure {
        width: calc(100% / 2 - 8px);
    }


    /* PAGE DETAIL */
    .detail_attribut_col {
        flex-direction: column !important;
    }
    .detail_attribut_col > .col1, 
    .detail_attribut_col > .col2, 
    .detail_attribut_col > .col3 {
        width: 100%;
        max-width: 100%;
    }
}


/* FIX HEADER LOGO */
@media (min-width: 992px) and (max-width: 1441px){
    nav.navbar {
        display: flex;
        padding: 1rem 0;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-brand img{
        width: 14%;
    }
    /* center logo */
    .navbar div.d-flex {
        left: 0;
        justify-content: center;
    }
}
@media (min-width: 1441px) {
    /* if route == index */
    .index .not-sticking nav.navbar {
        display: block;
        padding: 1rem 0;
    }
    /* else */
    nav.navbar{
        display: flex;
    }
    /* INDEX */
    /* if menu sticky use small width */
    .index .sticking .navbar-brand {
        width: 16%;
    }
    .index .sticking .navbar-brand img {
        width: 42%;
        left: 16%;
    }
    /* else use large width */
    .index .not-sticking .navbar-brand{
        width: 100%;
    }
    .index .not-sticking .navbar-brand img {
        width: 6%;
        margin-right: 0;
        margin-left: 2%;
    }
    /* OTHERS PAGES */
    /* if menu sticky use small width */
    .sticking .navbar-brand {
        width: 16%;
    }
    .sticking .navbar-brand img {
        width: 42%;
    }
    /* else use large width */
    .not-sticking .navbar-brand,
    body.detail .site-pusher .navbar-brand{
        width: 16%;
    }
    .not-sticking .navbar-brand img,
    body.detail .site-pusher .navbar-brand img{
        width: 42%;
    }
}





/* MODIFS 14/09 */
.partenaires .icon-wrapper img {
    width: 200px;
}
.partenaires .icon-wrapper.icon-exim img {
    width: 140px;
}
.partenaires .icon-wrapper .img-don {
    width: 300px;
}
.partenaires .icon-wrapper .img-refuge {
    width: 120px;
    margin: 0 30px;
}

.bleu {
    color: #00255C;
}