/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
/*GENERAL*/

:root{
    --primary-color: #fd7a23;
    --noir:#000;
    --blanc:#fff;
    --gris:#f5f5f5;

}

.validation, #message_agence{
    display: none;
}
body {
    font-family: 'Montserrat', sans-serif;}

    .index .bootstrap-select {
        border: 1px solid #ccc !important;
        height: 39px;
        background: var(--blanc);
    }


/*     TOP PAGES
 */
 
 .quotidien .top_page {
	background-image: url("/assets/images/top_page/quotidien_top.jpg");
}

.financier .top_page {
	background-image: url("/assets/images/top_page/financier_top.jpg");
}

.pinel .top_page {
	background-image: url("/assets/images/top_page/pinel_top.jpg");
}

.lmnp .top_page {
    background-image: url("/assets/images/top_page/lmnp_top.jpg");
}
.malraux .top_page {
    background-image: url("/assets/images/top_page/malraux_top.jpg");
}

 .site-pusher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.contact .sidebar{
    z-index: 1001;
}
bold{
    font-weight: 900;
}
.index .not-sticking .site-pusher{
    background: #ffffffb1;
}
a:hover {
	color: var(--primary-color);
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.champs .btn {
    border-radius: 0;
    text-transform: inherit;
    font-weight: 300;
}
.btn-primary {
	color: var(--noir);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
    transition: all 0.5s ease-in-out;

}
.btn-primary:hover {
	color: var(--blanc);
	background-color: var(--noir);
	border-color: var(--noir);
    transition: all 0.5s ease-in-out;
}
.btn-secondary {
	color: var(--blanc);
	background-color: var(--noir);
	border-color: var(--noir);
    transition: all 0.5s ease-in-out;

}
.btn-secondary:hover {
	color: var(--noir);
	background-color: var(--gris);
	border-color: var(--gris);
    transition: all 0.5s ease-in-out;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.programme-neuf h3::after {
	content: "";
	display: block;
	position: relative;
	background: var(--primary-color);
	height: 2px;
	width: 150px;
	margin: 12px 0 24px 0;
}

.page-heading::after {
	content: "";
	display: block;
	position: relative;
	background: var(--primary-color);
	height: 2px;
	width: 150px;
	margin: 12px 0 24px 0;
}
.breadcrumb-cms {
    font-size: 10px;
    text-transform: uppercase;
}



footer {
	background-color: #000;
	padding: 10px 10px;
}
footer a{
    font-size: 12px;
}
/* HEADER */

.header-text {
    position: absolute;
    color: white;
    display: flex; 
    padding: 0 150px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-5rem);
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;  
    z-index: 2;
  }
  .header-text h1 {
    font-weight: 700;
    font-size: 1rem!important;
    text-transform: uppercase;
    line-height: 1.3;
    opacity: 0;
    animation: topTobottom 1s ease-in 0.5s 1 normal forwards;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  .header-text span {
    display: block;
    font-weight: 900;
    font-size: 3rem;
  }
  .header-text p{
    margin-top:30px;
    font-size: 1.4rem!important;
    opacity: 0;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    animation: bottomTotop 1s ease-in 1s 1 normal forwards;
    text-transform: uppercase;

  }
  .moteur {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0,0,0,0);
}
.intention_appel_txt{
    color: var(--blanc);
}
/* BIEN ACCUEIL  */
.home_heading::after {
	content: "";
	display: block;
	position: relative;
	background: var(--primary-color);
	height: 2px;
	width: 150px;
	margin: 12px auto 24px auto;
}
.home_heading {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	display: block;
}

.home_cont_selection {
    background: url(/assets/images/home_cont_selection.jpg) no-repeat center center;
    background-size: cover;
}
.prod_accueil article {
	border: 1px solid #ddd;
	width: calc(33.3% - 20px);
	margin: 10px;
    background: var(--blanc);
}

/* PRESENTATION ACCUEIL  */
.home_cont_presentation {
	position: relative;
	background: var(--primary-color) url(/assets/images/fondlogo.png) no-repeat left bottom;

	color: #fff;
	margin: 0 auto;
	padding: 128px 0 ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home_cont_presentation p {
	text-align: center;
}
/* AGENDA ACCUEIL  */
.home_cont_agenda{
	position: relative;
	background: url(/assets/images/home_cont_agenda.jpg) no-repeat center center;
    background-size: cover;
	color: #fff;
	margin: 0 auto;
	padding: 100px 0 ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.index .cont_coordonnees {
	padding-bottom: 40px;
	background-color: var(--primary-color);
	color: #fff;
    margin-top: 00px;
}
.cont_coordonnees {
	padding-bottom: 40px;
	background-color: var(--primary-color);
	color: #fff;
    margin-top: 100px;
}
/* choisir ACCUEIL  */


.home_cont_choisir {
	position: relative;
	background: var(--gris) ;

	color: var(--noir);
	margin: 0 auto;
	padding: 70px 0 ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home_cont_choisir img {
    width: 50%;
}
/* QUI SOMMES NOUS ACCUEIL  */


.home_cont_qui {
	position: relative;
	background: var(--blanc) ;

	color: var(--noir);
	margin: 0 auto;
	padding: 70px 0 ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home_cont_qui p {
	text-align: justify;
}

/* REJOIGNEZ ACCUEIL  */


.home_cont_rejoignez {
	position: relative;
	background: var(--gris) ;

	color: var(--noir);
	margin: 0 auto;
	padding: 70px 0 ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home_cont_rejoignez p {
	text-align: justify;
}

/*PAGE DETAILS*/

.formalert{
    border: 1px solid #fd7a23;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.info_ville {
	font-size: 18px;
	padding-top: 6px;
    font-weight: 900;
}
.detail_taber .nav-link {
    padding: 10px;
}

.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: var(--primary-color) !important;
    color: #fff;
    padding: 10px;
}

.detail_taber {
    border-bottom: 1px solid var(--primary-color);
}

.detail_header .titre:after {
    background: var(--primary-color);
}

.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}

.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
}

.retour_pret span {
    color: var(--primary-color);
}

.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid var(--primary-color);
    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: #007bff !important;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #007bff !important;
}

.detail #descdetail {
    text-align: justify;
}

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}

.detail .bloc-champ {
    background: #fff;
}













@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
        text-transform: uppercase;
    }

    .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;
    }
}

@media (max-width: 991px) {
    nav.menu ul li .dropdown-menu {
        display: none !important;
    }

    nav.menu ul li:hover .dropdown-menu,
    nav.menu ul li:active .dropdown-menu {
        display: block !important;
    }

    .index-logo-not-sticking, .index-logo-sticking{
        padding: 5px;
        left: -30px;
    }
    .menu ul li > a {
        display: block;
        text-align: left;
        color: #fff!important;
    }

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

      .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
        background: var(--blanc);
    }
}

@media (max-width: 768px) {
    .sidebar {
      display: block;
    }
    .header-text span {
        display: block;
        font-weight: 900;
        font-size: 2rem;
    }
    .header-text {
        position: absolute;
        color: white;
        display: flex;
        padding: 0 50px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateY(-5rem);
        top: 5%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .header-text p {
        margin-top: 30px;
        font-size: 1.2rem !important;
        opacity: 0;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
        animation: bottomTotop 1s ease-in 1s 1 normal forwards;
        text-transform: uppercase;
    }
  }
  @media (max-width: 420px) {
    .moteur {
      top: inherit;
    }
  }
  
/* PAGE LISTING PRODUITS */

.b_ccoeur{
    background-color: var(--primary-color);
}
.b_offre_en_cours{
    background-color: var(--primary-color);
}
.b_promesse_vente{
    background-color: var(--primary-color);
}

.b_exclu{
    background-color: var(--primary-color);
}

.b_prestige{
    background-color: var(--primary-color);
}

.b_international {
    background-color: var(--primary-color);
}

.b_investisseur{
    background-color: var(--primary-color);
}

.b_souscompromis{
    background-color: var(--primary-color);
}

.b_vendu{
    background-color: var(--primary-color);
}

.b_loue{
    background-color: var(--primary-color);
}

.b_loc{
    background-color: var(--primary-color);
}
.primo_accedant {
    background-color: var(--primary-color);
}
.info_ville .tea {
	padding-right: 5px;
    color: var(--primary-color);
}
.line {
	border-bottom: 1px solid var(--primary-color);
    
}
.card_list li > span {
	font-weight: bold;
    color: var(--primary-color);
}
.carousel_nbr_photos {
	position: absolute;
	top: 3px;
	right: 3px;
	text-align: center;
	color: var(--blanc);
	background: #fd7a237f;
	padding: 8px 8px;
	z-index: 9;
    height: 40px;
    width: 40px;
	font-size: 12px;
    border-radius: 50%;
}
.ion-camera{
    font-size: 16px;
    top: 1px;
}

/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}

.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #007bff !important;
    color: #fff;
    padding: 10px;
}

.detail_taber {
    border-bottom: 1px solid #007bff;
}

.detail_header .titre:after {
    background: #007bff;
}

.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}

.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #007bff;
}

.retour_pret span {
    color: #007bff;
}

.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #007bff;
    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: #007bff !important;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #007bff !important;
}

.detail #descdetail {
    text-align: justify;
}

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}

.detail .bloc-champ {
    background: #fff;
}




@keyframes topTobottom {
	0% {
		opacity: 0;
		transform: translateY(-25px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bottomTotop {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(-25px);
	}
}


/*  PAGE LISTING */

.page-item.active .page-link {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid #670201;
}
.page-link {

    color: var(--primary-color);
    background-color: transparent;
}

.page-item.active .page-laulau {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.page-laulau {

    color: var(--primary-color);
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }
