@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');



:root{
    --bleuclair: #69e2f5;
    --bleufonce: #37669e;
    --noir: #000000;
    --blanc: #ffffff;
	--rouge: #f55328;
	--jaune: #ffee01;


}
.validation {
	display: none;
}
.index .not-sticking .logotxt{
	display: none;
}

.adminperso  .top_page, .adminpersos  .top_page {
	background-image: url("/assets/images/top_page/actualites_top.jpg");
}

.recrutement  .top_page {
	background-image: url("/assets/images/top_page/recrutement_top.jpg");
}
/* *****************************************************
    CSS GENERAL
*****************************************************
 */
.jaune{
	color: var(--jaune)!important;
}
 .bim{
	font-family: 'Bangers', system-ui;
	font-size: 40px;
	color: var(--bleufonce);

 }
 a {
	color:var(--bleufonce);
}
a:hover{
	text-decoration: none!important;
	cursor:pointer!important;
	color: var(--rouge);
}
.deco{
	font-family: 'Bangers', system-ui;
	color: var(--bleufonce);
	font-size: 2.2em;
}
.page-heading{
	font-family: 'Bangers', system-ui;
	color: var(--bleufonce);
	font-size: 2.2em;
}
.breadcrumb-cms{
	font-size: 10px;
	text-transform: uppercase;
}
.btn-primary, .btn-info, .btn-success {
	color: var(--blanc);
	background-color: var(--rouge);
	border-color: var(--blanc);
	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 {
	color: var(--blanc);
	background-color: var(--bleufonce);
	border-color: var(--bleufonce);
	width: auto;
}

.btn-secondary:hover {
	color: var(--bleufonce);
	background-color: var(--bleuclair)	;
	border-color: var(--bleuclair)
	width: 250px;
}

.adresse-siege img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.b-link:hover {
	border-left: var(--rouge) solid 2px;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
}
.b-nav li {
	color: #fff;
	list-style-type: none;
	padding: 5px 10px 5px 200px;
	text-align: left;
}

.alert-danger {
	color: #000;
	background-color: var(--bleuclair);
	border-color: var(--bleufonce);
	text-align: center;
}
.alert-danger a {
	color: #000;
	text-decoration: underline;
}
.alert-danger a:hover{
	cursor:pointer!important;
}
/* ************************************************	*****
    HEADER
*****************************************************
 */
.logotxt{
    font-family: 'Bangers', system-ui;
color: var(--blanc);
font-size: 4.5em;
top: -15px;

}
 .bgAccueil {
	height: 100%;
	position: relative;
	background: url(/assets/images/bgimg.webp) no-repeat center center;
	background-size: cover;
}
.b-nav.open {
	position: relative;
	visibility: visible;
	right: 0;
	background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/bgimg-nav.webp) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}
.header .sticking, .header .not-sticking {
    background: var(--bleufonce)
  }

  .index   .header__logo .index-logo-not-sticking {
	display: none;
  }
@media (min-width: 992px) {
    .header__logo {
      display: block;
      height: 80px;
      padding: 5px 0;
    }
    .header__logo img {
        width: 105px;
        border: 1px solid var(--bleufonce);
       
    }

    
       
	.backInRight {
		-webkit-animation: backInRight 1.5s;
		animation: backInRight 1.5s;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

      }

	  .baseline {
		z-index: 20;
		position: absolute;
		bottom: 15%;
		left: 5%;
	}
  .titre-baseline {
    font-weight: 500;
    font-size: 5.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    color: var(--jaune);
    text-shadow: #000000 0.05em 0.05em 0.1em;
    line-height: 0.5;
	font-family: 'Bangers', system-ui;
  }
  .titre-baseline span {
    font-weight: 400;
    font-size: 3rem;
    text-transform: initial;
    color: var(--blanc);
    text-transform: uppercase;
	    font-family: 'Bangers', system-ui;


  }
  .titre-baseline span::before {
	content: "";
	display: none;
	width: 310px;
	height: 3px;
	background: #dac494;
	vertical-align: middle;
	margin: 0 10px;
}



/* *****************************************************
    INDEX PRESENTATION
*****************************************************
 */

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

.home_cont_presentation .btn-primary {
    border-color: var(--blanc);
  }
  .home_cont_presentation .btn-primary:hover {
	background: var(--bleufonce);
	color: var(--blanc)
}
.titre-small {
	font-size: 3em;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	color: var(--rouge);
	text-align: center;
	font-family: 'Bangers', system-ui;

}
/* *****************************************************
    INDEX CATEGORIES
*****************************************************
 */

.slider .box1, .slider .box3, .slider .box5 {
	background-color: var(--bleuclair);
}
.slider .box2, .slider .box4 {
	background-color: var(--bleufonce);
}
.slider .box2 .details .h1, .slider .box4 .details .h1 {
	color: var(--blanc)
}
.slider .box1 .details .h1, .slider .box3 .details .h1, .slider .box5 .details .h1 {
	color: var(--bleufonce)
}
.slider .box1 .details p, .slider .box3 .details p, .slider .box5 .details p {
	color: var(--bleufonce)!important;
}

.slider .box .bg {
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.2);
	width: 55%;
	transform: skewX(7deg);
	position: absolute;
	height: 100%;
	left: -10%;
	padding-left: 20rem;
	transform-origin: 0 100%;
}
.slider .box .details .h1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-family: 'Bangers', system-ui;
	letter-spacing: 2px;

}

.trail div:hover, .trail div.active {
	color: var(--bleuclair);
	border-top: 3px solid var(--bleuclair);
}


/* *****************************************************
    INDEX BIENS
*****************************************************
 */
 
 .produitshabitationslider .info_type {
	font-size: 2em;
	font-style: normal;
	line-height: 15px;
	color: var(--bleufonce);
	text-align: center !important;
	font-family: 'Bangers', system-ui;
	padding-bottom: 20px;
}


.title-post, .date-post, .description-post{
	padding-left: 20px;
}

/* *****************************************************
    LISTING BIENS
*****************************************************
 */
 

.block_etiquette {
	background-color: var(--bleufonce);
	width: 150px;
	font-weight: 400;
}

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

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

/* *****************************************************
    RESONSIVE
*****************************************************
 */
 @media (max-width: 991px) {
	.header .not-sticking, .header .sticking, .index .header .not-sticking
  {
	  background: var(--bleufonce);
	}
  }
 @media(max-width:570px){
	.b-nav li {
		color: #fff;
		list-style-type: none;
		padding: 5px 10px 5px 20px;
		text-align: left;
	}
 }