/**/
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');


:root{
    --noir: #000000; 
    --blanc: #ffffff;
    --bleufonce: #002d5a;
    --bleuclair: #009ee0;
    --vert: #d2d71e;
    --gris: #f7f7f7;;

}
a:hover {
	color: var(--bleuclair);
	text-decoration: none;
}
.validation {
   display: block;
}
/* ***************************************************
                GENEREAL
*************************************************** */
.btn-secondary {
	color: var(--blanc);
	background-color: var(--bleuclair);
	border-color: var(--bleufonce);
	width: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
.btn-secondary:hover {
   width: auto;
}

.btn-primary, .btn-info, .btn-success {
	color: var(--bleufonce);
	background-color: var(--vert);
	border-color: var(--bleufonce);
	width: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 300;
}

.btn-primary:hover, .btn-info:hover, .btn-success:hover{
   width: auto;
}

.breadcrumb-cms {
   font-size: 10px;
   text-transform: uppercase;
}

.deco, .page-heading, .page_heading {
	text-transform: inherit;
   font-family: 'Gowun Batang', serif;
   font-weight:   700;
   color: var(--bleuclair) !important;
}
.deco:after, .page-heading:after, .page_heading:after
{
  content: "";
  display: block;
  position: relative;
  background: var(--vert);
  height: 1px;
  width: 100%;
  margin: 15px 0 15px 0;
}
.top_link {
	bottom: 15px;
	background: #242935;
	border-radius: 50%;
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
	height: 4rem;
	width: 4rem;
	right: 50px;
	position: fixed;
	display: flex;
	border: 1px solid var(--vert);
	color:  var(--vert);
	opacity: 1;
	align-items: center;
	justify-content: center;
}

.custom-file-control::before {
	background-color: var(--vert);
}
/* ***************************************************
                NAV
*************************************************** */
.index .not-sticking .b-menu {
	border: var(--vert) solid 2px;
}
.b-bun {
	background: var(--vert);
	position: relative;
	transition: all 0.4s ease;
}
.b-container.open .b-bun--top {
	background: var(--vert);
	top: 9px;
	transform: rotate(45deg);
}
.b-container.open .b-bun--bottom {
	background: var(--vert);
	top: 5px;
	transform: rotate(-45deg);
}
.b-menu {
	background: rgba(255,255,255,0.3);
	border: var(--vert) solid 2px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	padding-left: 15.5px;
	padding-top: 17.5px;
	position: relative;
	transition: all 0.4s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	z-index: 12;
}
.b-menu:hover {
	border: var(--vert) solid 2px;
}
.index .not-sticking .lang a {
	color: var(--vert); 
	text-transform: uppercase;
}

.header .sticky_menu.stick-me.sticking {
	-webkit-animation: slide-down .4s;
	animation: slide-down .4s;
	box-shadow: rgb(0 0 0 / 50%) 0px 1px 2px !important;
}
.header .sticking, .header .not-sticking {
	background: var(--blanc);
   box-shadow: rgb(0 0 0 / 50%) 0px 1px 2px !important;

}
.index .header .not-sticking {
	
   box-shadow: rgb(0 0 0 / 0%) 0px 1px 2px !important;

}
.b-brand {
   color: var(--vert);
   font-size: 20px;
   font-weight: 400;
   margin-right: 0;
   position: absolute;
   text-decoration: none;
   top: 14px;
   transition: all 0.4s ease;
   z-index: 13;
   left: -75px;
}
.lang {
   right: 150px;
  }
/* ***************************************************
                HEADER
*************************************************** */

.bgAccueil {
	height: 100%;
	position: relative;
	background: url(/assets/images/bgimg.webp) no-repeat center center;
	background-size: cover;
}

.header .sticking, .header .not-sticking {
	background: var(--blanc);
}

.titre-baseline span::before {
	display: none;
}

.titre-baseline {
	font-weight: 300;
	font-size: 4.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	text-shadow: #5d5d5d 0.05em 0.05em 0.1em;
	line-height: 0.9;
}


.titre-baseline span {
	font-weight: 300;
	font-size: 2.5rem;
	text-transform: initial;
   text-shadow: #3f3f3f 0.05em 0.05em 0.1em;

}

.section-scroller-wrapper > .section-scroller {
	color: var(--vert);
	font-size: 1rem;
	letter-spacing: 2px;
	line-height: 1.3;
}

.section-scroller-wrapper > .section-scroller::before {
	content: '';
	width: 38px;
	margin-right: 5px;
	background-color: var(--vert);
	height: 1px;
}
/* ***************************************************
                BIEN ACCUEIL
*************************************************** */


.produitshabitationslider .info_type {
	font-size: 18px;
	line-height: 15px;
	font-weight: 400;
	font-style: normal;
	color: var(--bleufonce);
	text-align: center !important;
}

.home_cont_select .carousel-control-prev-icon:hover::before, .home_cont_select .carousel-control-next:hover::before {
	color: var(--vert);
}
.home_cont_select .carousel-control-prev-icon::before, .home_cont_select .carousel-control-next::before {
	color: var(--bleuclair);
}
/* ***************************************************
                PRESENTATION ACCUEIL
*************************************************** */


.home_cont_presentation {
	position: relative;
	background: var(--bleufonce);
	background-size: cover;
	color: #fff;
	margin: 0 auto;
	padding: 80px 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
}

/* ***************************************************
                CATEGORIES ACCUEIL
*************************************************** */

.slider .box1{
    background: url(/assets/images/slider-cat-01.webp) no-repeat center center;
    
   }
   .slider .box2 {
    background: url(/assets/images/slider-cat-02.webp) no-repeat center center;
    
   }
   .slider .box3 {
    background: url(/assets/images/slider-cat-03.webp) no-repeat center center;
    
   }
   .slider .box4 {
    background: url(/assets/images/slider-cat-04.webp) no-repeat center center;
    
   }
   .slider .box5 {
    background: url(/assets/images/slider-cat-05.webp) no-repeat center center;
    
   }
   .home_cont_categories .carousel-control-prev {
    left: -10px;
   }
   .home_cont_categories .carousel-control-next {
    right: -10px;
   }
   .home_cont_categories .carousel-control-next,
   .home_cont_categories  .carousel-control-prev {
    background: #fff;
    height: 50px;
    width: 50px;
    top: 35%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 30;
    border-radius: 50%;
    border: 3px solid var(--vert)
   }
   .home_cont_categories  .carousel-control-next:before,
   .home_cont_categories  .carousel-control-prev-icon:before {
    color: var(--vert);
   }
   .slider .box1 .details .h1,
   .slider .box2 .details .h1,
   .slider .box3 .details .h1,
   .slider .box4 .details .h1,
    .slider .box5 .details .h1 {
      color: var(--bleuclair);
   }
   .slider .box1 .details .h1,
   .slider .box2 .details .h1,
   .slider .box3 .details .h1,
   .slider .box4 .details .h1,
   .slider .box5 .details .h1 {
      font-family: 'Gowun Batang', serif;
      font-size: 2.4rem;
      font-weight: 700;
      text-transform: capitalize;
   }
   .slider .box .details p {
    display: inline-block;
    font-size: 1rem;
    color: var(--bleufonce);
    margin-bottom: 2rem;
    margin-right: 5rem;
    font-weight: 200;
    /* text-shadow: #000000c7 0.1em 0.1em 0.2em; */
    font-weight: 400;
   }
   .trail {
      display: none;
   }
   .trail div {
      border-top: 3px solid #1e1e1c;
   }
   .trail div:hover, .trail div.active {
      color: var(--vert);
      border-top: 3px solid var(--vert);
   }
   .slider .box .bg {
    background-color: rgba(255,255,255, 0.4);
   }
   .slider .box .details {
    padding: 4rem;
    padding-left: 5rem;
   }

/* ***************************************************
              FOOTER
*************************************************** */

   .cont_coordonnees {
      padding-bottom: 0;
      padding-top: 50px;
      background-color: var(--gris);
      color: var(--bleufonce);
   }
   footer {
      background-color: var(--gris);
      padding: 20px 10px;
      color: var(--bleufonce);
   }

/* ***************************************************
               DETAILS BIENS
*************************************************** */

   .creer-alerte {
      color: var(--bleuclair);
   }

   .card-fav-absolute {
      right: 11px;
      z-index: 1500;
      text-align: left;
      margin-left: 0;
      font-size: 26px;
      position: absolute;
      color: var(--vert);
   }

   .damier .info_type {
      font-size: 14px;
      text-align: left;
      color: var(--bleuclair);
      font-style: italic;
      font-weight: 400;
   }

   .detail_header_sticky {
      background: var(--bleufonce);
   }

   .detail .titre_detail_header {
      color: #242935;
      text-align: left;
      font-size: 2.5rem;
      font-weight: 300;
   }


   /* ***************************************************
                AGENCE
*************************************************** */

.agence .content_page {
	width:100%;
}
.agence .sidebar{
   display: none;
}



/* ***************************************************
               RESPONSIVE
*************************************************** */




@media(max-width:441px){
   .titre-baseline {
      font-weight: 300;
      font-size: 2.5rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: right;
      color: #fff;
      text-shadow: #5d5d5d 0.05em 0.05em 0.1em;
      line-height: 1.1;
   }

   .titre-baseline span {
      font-weight: 300;
      font-size: 1.5rem;
      text-transform: initial;
      text-shadow: #3f3f3f 0.05em 0.05em 0.1em;
   }
   .slider .box .bg {
      background-color: rgba(255,255,255, 0.4);
     }
     .slider .box .details {
      text-align: left;
   }
   .slider .box .bg {
      width: 100%;
      left: 0;
      bottom: 0;
      height: 100%;
      transform: skewX(0deg);
   }
}

@media(max-width:991px){
   .logo-header {
      background: var(--bleufonce);
      margin-left: 50px;
      display: flex;
   }
   .header .sticking, .header .not-sticking {
      background: var(--bleufonce);
   }
}