/*PREMIUMBASE*/


/*Import Fonts*/

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


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

.dev{
	border: 1px solid red
}
.moteur{
	display: none
}


.strong{
	font-weight: 800
}
b{
	font-weight: 700
}
.space50{width: 100%;height: 50px}
.btn-primary {
  color: #ffffff;
  background-color: #247482;
  border-color: #247482;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #082b4a;
  border-color: #082b4a;
  text-transform: uppercase;
}
.btn-primary2 {
  color: #ffffff;
  background-color: #30cfcf;
  border-color: #30cfcf;
  text-transform: uppercase;
}
.btn-primary2:hover {
  color: #ffffff;
  background-color: #082b4a;
  border-color: #082b4a;
  text-transform: uppercase;
}
.top_page {
  position: relative;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.agence .top_page {
  background-image: url("/assets/images/top_page/agence_top.jpg") left center;
}

#map_contact {
	z-index: -1
}
.baseline{
  top: 50%;  /* position the top  Edge of the element at the middle of the parent */
    left: 50%; /* position the left Edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); /* This is a shorthand of
translateX(-50%) and translateY(-50%) */
position: absolute;
z-index: 999;
width: 100%;
text-align: center;
color: #ffffff;
	font-family: 'Open Sans', sans-serif;	
}
.baseline h1{
	text-align: center;
	font-size: 48px;
	color: #fff!important;
	text-shadow: 1px 1px 2px #000000;
}
.baseline p{
	color: #fff!important;
	text-shadow: 1px 1px 2px #000000;
}

.blanc{
	color: #fff!important
}


.home_heading {
  font-size: 28px;
  text-align: center;
font-family: 'Open Sans', sans-serif;
margin-bottom: 20px;
font-weight: 500;
text-transform: none;
}

.bandeauvert{
	width: 100%;
	background: rgb(8,43,74);
background: linear-gradient(90deg, rgba(8,43,74,1) 0%, rgba(48,207,207,1) 100%);
	height:40px;
	color:#ffffff;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px
}
.bandeauvert a{
	color: #ffffff
}

@media (min-width: 992px) {
    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: #000000;
        font-weight: 400
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
    }
}

.btn {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: uppercase
}

.home_heading::after {
		display: none;
    }

/* BOUTONS PULSE. */

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.bouton {
  display: inline-flex;
  align-items: center;
  background: #4fbdc3;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 45px;
  padding: 10px 30px;
  color: #fff;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  will-change: transform;
  
}
.bouton:hover {
  background: #25c4f4;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
    color: #fff;

}
.bouton:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1px, 0);
}

.pulse {
  position: relative;
}
.pulse:before, .pulse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.pulse:before {
  animation: pulse 1.5s infinite linear;
}
.pulse:after {
  animation: pulse 2s 0.4s infinite linear;
}
.pulse:hover:before, .pulse:hover:after {
  
}




/* MENU */



/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:after{
	position: absolute;
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	background: #000000;
	border: 1px solid red
	
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
/*
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
} */

/* BIENS ACCUEIL */ 

.prod_accueil article {
  border: 0px solid #ddd;
  width: calc(33.3% - 20px);
  margin: 10px;
}
.prod_accueil .block_info{
	
	  border-left: 1px solid #ddd;
	   border-right: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;

}
/* CATEGORIE */ 
/* Common style */
.grid figure {
	position: relative;
	float: center;
	overflow: hidden;
	margin: 10px auto;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

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

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(48,207,207,0) 0%, rgba(48,207,207,0.8) 75%);
	background: linear-gradient(to bottom, rgba(48,207,207,0) 0%, rgba(48,207,207,0.8) 75%);
	content: '';
	opacity: 1;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
		font-family: 'Open Sans', sans-serif;
		font-weight: 400

}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

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


.imgcat{
	width: 30%;
	opacity: 1!important
}


/* COORDONNEES FOOTER */

.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #30cfcf;
  color: #fff;
}

.home_cont_alertes {
  padding: 10px 10px;
  background: #30cfcf;
  text-align: center;
  border-bottom: 1px solid #eeeeee
}


/* MODULES ACCUEIL */
#bloc_fixed .bloc {
  background: rgba(79,189,195,.6);
    color: #fff;
}
#bloc_fixed .bloc:hover {
  background: rgba(79,189,195,.75);
  right: 150px;
}
#bloc_fixed .bloc1 ul li:nth-child(2), #bloc_fixed .bloc2 ul li:nth-child(2), #bloc_fixed .bloc3 ul li:nth-child(2), #bloc_fixed .bloc4 ul li:nth-child(2) {
  vertical-align: top;
  padding: 4px 0 0 10px;
  border-left: 1px solid #fff;
  margin-top: 8px;
}

.coordonnees_heading img{
   
}

.home_cont_alertes {
  padding: 10px 10px;
  background: #30cfcf;
  text-align: center;
  border-bottom: 1px solid #eeeeee
}


.home_cont_presentation {
    position: relative;
   background: rgb(8,43,74);
background: linear-gradient(90deg, rgba(8,43,74,1) 0%, rgba(48,207,207,1) 100%);
    color: #fff;
    margin: 0 auto;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.info_prix{
	 display: none!important
 }
.card_list li > span::after {
	display: none;
  background: #000;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 1px;
  line-height: 0;
  position: absolute;
  width: 10px;
}
.prod_accueil .info_titre {
  text-overflow: ellipsis;
  display: none;
}
/*COORDONNEES*/


.coordonnees_heading img{
	width: 30%
}
.address a{
	
	color: #ffffff!important
}
/*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;
}

.info_ville{
    font-size: 18px;
    padding-top: 6px;
    font-weight: 800;
    color: #000000
}
.info_type {
    font-size: 15px;
    line-height: 15px;
        font-weight: 600;
        color: #000000

}


.listing-nos-projets .container_search, .listing-nos-realisations .container_search{
	display: none}

/* RESPONSIVE */
@media (min-width: 1281px) {
  .menu ul > li > a {
    font-size: 16px;
}  
}

@media (min-width: 992px){
	
	.search__form-item:nth-child(n+2) {
  width: calc(100% / 5 - 4px)!important;
}
	
	
    .index .not-sticking .header__logo {
        height: 80px;
        padding: 0px 0;

    }
    .header__logo {
        display: block;
        height: 80px;
        padding: 0;
    }
    nav.menu ul  {
        display: inline-block;
    }
    .menu ul > li > a {
    padding: 12px 15px;
    line-height: 1.2;
    color: #1e2840;
    font-weight: 700;
    font-size: 15px;
    }
    .menu ul > li > a {
        color: #000000;
        letter-spacing: 0.8px;
        font-weight: 400;
        cursor: pointer
    }
    .menu ul > li:hover > a {
        background: #ffffff;
        color: #30cfcf;
    }
    .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background: 0 0;
  border: 0;
  font-size: 15px
}
   .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #30cfcf;
} 
    
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
    .not-sticking .site-pusher,
    .sticking .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .index .not-sticking .site-pusher {
        display: flex;
        background: rgba(255, 255, 255, 1)
    }
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 50%;
        padding: 10px;
    }
    .sticking .header__logo {
        height: 80px;
    }
    .index .not-sticking .header__logo img {
        width: 50%;
    }
    .index .not-sticking nav {
        margin: 30px 0;
        padding-bottom: 0px
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 0;
    }
    .not-sticking nav ul,
    .sticking nav ul {
        margin-bottom: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 4 - 4px);
    }
}
@media (max-width: 991px){
	
	.top_page {
  position: relative;
  height: 250px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

	
	
		.detail .container_page {
  margin-top: 130px;
}
#content {
  margin-top: 15%;
}
	
	.burger-item {
    color: #4fbdc3;
    font-size: 40px;
    position: fixed;
    top: 25px;
    left: 15px;
    z-index: 100;
    background: #4fbdc3;
    height: 3px;
    width: 24px;
} 
.burger-item::before {
    content: "";
    position: absolute;
    background: #4fbdc3;
    color: #4fbdc3;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: -8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.burger-item::after {
    content: "";
    position: absolute;
    background: #4fbdc3;
    color: #4fbdc3;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: 8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

	
	
	
    .nav-mobile-lang{
        display: block;
    }
    .nav-desktop-lang{
        display: none;
    }
    .index .not-sticking .header__logo {
        height: 90px;
    }
    .header__logo .index-logo-not-sticking,
    .header__logo img {
        width: 125px;
    }
    .moteur {
        bottom: 12%;
    }
    .menu ul > li > a {
        color: #fff;
        letter-spacing: 0;
        padding: 4px 0;
    }
    footer {
        padding-bottom: 75px;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {

        display: block;
        position: absolute;
        right: -2px;
        top: 14px;
        font-size: 20px;
        background: #111;
        padding: 4px 12px;
        border-radius: 5px;
    }
    .ion-ios-search-strong:before {
        color: #fff;
    }
    .main-content {
        margin-top: 95px;
    }
    .top_page {
        /* background: #111; */
        margin-top: 90px;
    }
    .map {
        top: 85px;
    }
    aside .contact_img img {
        display: none;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .55rem 1.5rem;
        clear: both;
        color: #212529;
        text-align: inherit;
        background: 0 0;
        border: 0;
        text-transform: inherit;
        font-weight: 200;
    }
}

@media (max-width: 560px){
	.detail .container_page {
  margin-top: 150px;
}
	#content {
  margin-top: 35%;
}
	
    .prod_accueil article {
        width: calc(100% - 20px);
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        font-size: 12px;
        text-transform: inherit;
    }
    .bloc-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bloc-reseaux {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 150px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .moteur {
        bottom: 12%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        top: 100px;
        background: none;
    }
    #formrechercheaccueil .container {
        background-color: rgba(0, 0, 0, 0.3);
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.44' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }
    .home_cont_presentation .bloc-noir {
        padding: 15px;
        text-align: justify;
        justify-content: center;
        text-align-last: center;
    }
    .home_heading {
        font-size: 32px;
    }
    .home_cont_presentation h3 {
        text-align: center;
    }
    .coordonnees_heading {
        margin-top: 30px;
    }
    .menu ul > li > a {
        padding: 2px 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
}

@media (max-width: 320px) { 
    .moteur {
        top: 68px;
    }
}

@media (min-width: 1920px) { 
    .bgAccueil {
        position: relative !important;
        height: 100% !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center fixed !important;
        background-size: cover !important;
    }
}




.baseline .container {
    /* background: rgba(255,255,255,0.8); */
    /* background: linear-gradient(90deg, rgba(8,43,74,1) 0%, rgba(48,207,207,1) 100%); */
}

.bgAccueil {
    height: 100%;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.1), rgba(0,0,0, 0.5) ),url(/assets/images/bgimg.jpg) no-repeat center center!important;
    background-size: cover;
}

.baseline-infos  img {
    width: auto;
}


.baseline{
    top:49%; 
}

.baseline-infos{

    bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;	
}
.baseline h1 {
    font-size: 7rem;
    font-weight: 900;
    opacity: 0.8;
    line-height: 1;
}

@media (max-width: 991px) { 
    .baseline h1 {
        font-size: 4.5rem;
    }
    .baseline-infos img {
        width: 50%;
    }
}

@media (max-width: 610px) { 
    .baseline h1 {
        font-size: 3rem;
    }
    .baseline-infos img {
        width: 75%;
    }
}