/*PREMIUMBASE*/

/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,600&display=swap');

/*GENERAL*/

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

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .menu ul > li > a {
        color: #fff;
        position: relative;
    }

    .menu ul > li > a:hover:before {
        height: 5px;
        transition: all 0.2s;
    }

    .menu ul > li > a:before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 0px;
        background-color: #54b860;
        transition: all 0.2s;
    }

    .menu ul > li:last-of-type > a:before {
        display: none;
    }

    .header__logo {
        display: block;
        height: 99px;
        padding: 20px;
    }
}

.header .sticking{
    background-color: #fff;
}

.not-sticking .site-container{
    height: 140px;
    background: #fff;
}

.container_search{
    margin-top: 15px;
}

.header__logo img{
    max-height: 80px;
}

.menu ul > li > a{
    color: #000;
    font-family: 'Exo', sans-serif;
}

.index-logo-sticking{
    max-height: 80px;
}

.index-logo-not-sticking{
    max-height: 100%;
}

.btn {
    border-radius: 0;
    padding: .6rem .75rem;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.champs label{
    margin-bottom: 0;
    margin-top: 0;
}

.index .radio_trans input.css-checkbox[type="radio"] + label.css-label{
    font-weight: 400;
    font-size: 16px;
    /*border-bottom: #54b860 solid 4px;*/
    
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
    font-weight: 400;
    font-size: 16px;
    /*border-bottom: #54b860 solid 4px;*/
    background: #54b860;
    border: none;
}

.btn-primary{
    background: #54b860;
    border: #54b860;
}

.btn-primary:hover {
    color: #fff;
    background-color: #428f4b;
    border-color: #54b860;
}
.index-prez{
    text-align: center;
}
.index-prez h3{
    margin-bottom: 40px;;
}
/*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 #54b860;
}
.detail_header .titre:after {
    background: #54b860;
}
.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 #54b860;
    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: #54b860 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #54b860 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

/* btn_info */

.btn-info{
    background-color: #54b860;
    border: #464646;
}

.btn-info:hover{
    background-color: #428f4b;
    border: #428f4b;
}

/* Sidebar contact */

.sidebar{
    z-index: 1000;;
}

a:hover{
    color: #54b860;
}

/* Cool Image hover effect */


a.effect-sarah {
    background: #54b860;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}

a.effect-sarah 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: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.effect-sarah div {
    text-align: left;
}

a.effect-sarah div.test{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

a.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

a.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	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.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

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

.detail_header_sticky{
    background: #464646;
    color: #fff;
}

.detail_taber .nav-link.active, .detail_taber .nav-link:hover{
    background: #54b860 !important;
}


.home_cont_alertes{
    background: #464646;
}

.cont_coordonnees{
    background: #fff;
    color: #000;
}

footer{
    background-color: #464646;
}

.nos_bien_img{
    max-height: 275px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}