/***** General *****/
body {
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #41413f;
    background: #fff;
}


.button-large{
	text-transform: uppercase;
	background: #ee1a3b;
	line-height: 17px;
	font-size: 14px;
	padding: 13px 29px;
	color: #ffffff;
	margin-top:10px;
}

.button-large:hover{
	color: #ffffff;
}

a.button {
    display: block;
    padding: 10px 0;
    background-color: #e80400;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

a.button .halflings-menu-right {
    margin-left: 10px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.button:hover .halflings-menu-right {
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media(min-width: 768px) {
.w100 { width: 100%; }	
}



/*** Modifiers ***/
.text--semi-bold {
    font-weight: 500;
}

.text--bold {
    font-weight: 700;
}

.text--red {
    color: #e80400;
}

.text--orange {
    color: #f55e2a;
}

.text--small {
    font-size: 11px;
}

/*** Titres ***/
h2 {
    position: relative;
    margin: 45px 0 40px;
    font-size: 30px;
    font-weight: 500;
}

h2:before {
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    width: 205px;
    height: 32px;
    top: 0;
    left: -135px;
    background-color: #e5e5e5;
}


ul.puce li:before {
    content: "+";
    margin-right: 10px;
}


/***** Header *****/
header {
    margin: 0;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.be-sticky .logo img {
       width: 180px;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}



.be-sticky .navbar > .logo {
    margin-bottom: 0;
}

.be-sticky .navbar-default .navbar-nav > li > a {
    font-size: 14px;
}

.navbar > .logo {
    z-index: 2;
    margin-bottom: 20px;
    padding-top: 35px
}

.be-sticky .navbar > .logo {
	    padding-top: 0;
	    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}

.logo a { 
	display: block; 
	width:150px;
	margin-bottom:-40px;
	margin-top:-35px;
}

.logo img {
    width: 100%;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}

@media(min-width: 992px) {
    .navbar {
        display: flex;
        justify-content: space-between;
            padding: 5px 0 0;
    }

    .sticky-top:not(.be-sticky) .navbar {align-items: end;}

    .navbar-default {display: block!important;}
}

.navbar-default .navbar-nav > li > a {
    margin: 30px 20px 20px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #41413f;
    text-transform: uppercase;
}

@media(max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        margin: 30px 15px 20px;
    }
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #e80400;
}

.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:active, .navbar-default .navbar-nav .active > a:focus {
    background: none;
    border-bottom: 4px solid #e80400;
    color: #e80400;
}

.navbar-toggler {float: right;}

.navbar-toggler span {
    display: block;
    background-color: #e80400;
    height: 3px;
    width: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

@media(max-width: 991px) {
    .navbar-default {
        width: 100%;
        margin-top: 40px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 20px 0;
        display: block;
        margin: 0;
        border-bottom: 1px solid #eee!important;
    }
}


.secondary-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.secondary-menu a {
    background: #e80400;
    color: #fff;
    padding: 2px 10px;
    text-transform: capitalize;
}

.secondary-menu a:hover {
    background-color: #CF0400;
}

@media(max-width: 767px) {
	.be-sticky .secondary-menu {display: none;}
}

@media(min-width: 992px) {
    .sticky-top:not(.be-sticky) .navbar-nav {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .sticky-top.be-sticky .navbar-nav {
        margin-top: 30px;
        margin-bottom: 16px;
    }
}



/***** Slider *****/
#slider h1 {
    margin: 0;
    padding-top: 70px;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.63);
    text-align: center;
}

#slider h1 > .subtitle {
    display: block;
    font-size: 30px;
    font-weight: 400;
}

@media(max-width: 575px) {
	#slider h1 { font-size: 40px;}
	#slider h1 > .subtitle { font-size: 20px;line-height: 20px; }
}


.swiper-container {width: 100%;}

.swiper-container .parallax-bg {position: relative;}

@media (max-width: 991px) {
    .search-container .parallax-bg {
        height: 680px;
        background-position: center center;
        background-size: cover;
    }

    .details-swiper .parallax-bg {height:400px;    background-position: center;}

    .details-swiper {height:400px; margin-bottom: 40px;}
}

@media (max-width: 991px) {
    .details-swiper .parallax-bg {height:300px;}

    .details-swiper {height:300px;}
}

@media (min-width: 992px) {
    .details-swiper .parallax-bg {
        height: 540px; 
        background-position: center center;
        background-size: cover;
    }

    .search-container, .home .parallax-bg {
        height: 400px;
        background-position: center center;
        background-size: cover;
    }
}


/*** Search system ***/
.search-container {
    width: 100%;
    position: relative;
}

.search-row {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .search-row {width: 540px; margin-left: -270px;left: 50%;}    
}

@media (min-width: 768px) {
    .search-row {width: 720px; margin-left: -360px;left: 50%;}    
}

@media (min-width: 992px) {
    .search-row {width: 960px; margin-left: -480px;left: 50%;}    
}

@media (min-width: 1200px) {
    .search-row {width: 1140px; margin-left: -570px;left: 50%;}    
}

/* Tabs nav */
.search {
    margin-top: 60px;
} 
.search .nav {
    padding-left: 15px;
    top: -20px;
    z-index: 1;
    position: absolute;
    border: 0;
}


.search .nav > a {
    margin-right: 2px;
    border-radius: 0;
    padding: 10px 20px;
    display: block;
    background-color: #808080;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

@media(max-width: 575px) {
	.search .nav > a {
	    padding: 10px 15px;
	    font-size: 14px;
	}
}

.search .nav a:hover {
    background-color: #5d5d5d;
}

.search .nav > a.active {
    background-color: #1e1e1e;
}

/* Tabs content */
.search .tab-content {
    box-sizing: border-box;
    padding: 30px 15px 10px;
    background-color: #e5e5e5;
    color: #1e1e1e;
}

.search .tab-content .tab-pane form {
    display: flex;
}

.search .tab-content label {
    margin: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 3px;
}

.search .tab-content label:first-child {
    margin-left: 0;
}

.search .tab-content label:right-child {
    margin-right: 0;
}


.search .tab-content label.search-distance {
    width: 50%;
}

.search .tab-content select {
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    width: 100%;
}

.search .tab-content .budget-max {
    margin: 0 15px 0 5px;
    width: 100%;
}

.row-invest {width: 100%; margin:0;}

.slider-wrapper-inv {width: 100%;}

@media (min-width: 768px) {
	.slider-wrapper-inv {display: flex;    align-items: center;}
}

.slider-investis {width: 100%;}


/* Submit button */
.search .tab-content button {
    display: inline-block;
    height: 55px;
    border: 0;
    padding: 0;
    background: #e80400 url("../img/search.png") no-repeat center center;
    color: #fff;
    text-indent: -9999px;
}

.search .tab-content button {width: 100%; margin:20px 0;}	

@media(min-width: 768px) {
	.search .tab-content button:not(.invest) {width: 25%;}

	.search .tab-content button.invest {margin-left: 15px;    width: 55px;}	
}





.search .tab-content button:hover,
a.button:hover {
    background-color: #CF0400;
}



@media(max-width: 991px) {
    .search .tab-content .tab-pane form {
        flex-wrap: wrap;
    }

    .search .tab-content .budget-max,
    .search .tab-content label {
        width:100%!important;
        margin:0 0 10px!important;
    }

    .search .tab-content button {
    width: 100%;
    background-image: none;
    text-indent: initial!important;
    font-size: 20px;
    text-transform: uppercase;
    }
}



/***** Programmes *****/
.programmes {
    padding-bottom: 55px;
}

@media(min-width: 768px) {
	a.button.top {
	    margin-top: 40px;
	}
}

@media(max-width: 767px) {
	h2.col-12 {
    margin-bottom: 10px;
	}

	a.button.top {
	    margin-bottom: 40px;
	}
}

.programmes .programme-card { margin-bottom: 25px;}

.programme-card {
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

@media(min-width: 768px) {
	.programme-card {
	    padding-left: 25px;
	}
}

@media(max-width: 767px) {
	.programme-card .programme-text {padding-left: 15px;}
}

.programme-card h3 {
    font-size: 26px;
    font-weight: 500;
    color: #e80400;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.programme-card h3 a {
    color: #e80400;
}

.programme-card h3 a:hover {
    color: #CF0400;
}

.programme-card h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.programme-card ul {
    padding: 0;
}

.programme-card ul li {
    list-style: none;
}

.programme-card .show-price {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f55e2a;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
}

.programme-card .show-price .price {
    font-size: 20px;
}

.programme-card .text--small {
    display: block;
}

.programme-card a.button {
    display: inline-block;
    width: 120px;
    bottom: -6px;
    float: right;
    margin-top: 0 !important;
    margin-right: 0;
    text-align: center;
}

.programme-card .programme-img {
    background-size: cover;
    background-position: center center;
}

@media(max-width: 767px) {
	.programme-card .programme-img {height: 300px;}
}

.programme-card .notice {
    display: block;
    position: absolute;
    top: 0;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.programme-card .notice.notice--red {
    top: 20px;
    padding-right: 20px;
    background-color: #e80400;
}

.programme-card .notice.notice--orange {
    top: 62px;
    padding-right: 40px;
    background-color: #f55e2a;
}

.programme-card .pins {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.programme-card .pins img {
    margin-right: 5px;
}



.global-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

/***** Rubriques *****/
#rubriques {
    height: 350px;
    background: url("../img/bg-pourquoi.jpg") center center no-repeat;
    color: #fff;
}

@media(max-width: 991px) {
   #rubriques { background-position: left center;}
}

#rubriques h3 {
    padding: 30px 0 40px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

#rubriques h3 span {
    display: block;
}

#rubriques .raisons {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

#rubriques .raisons img {
    display: block;
    margin: 0 auto 25px;
}

#rubriques .raisons a {color: #fff; font-weight: 400;}

#rubriques .raisons a:hover {color: #fff; font-weight: 500;}

/***** Appartements *****/
@media(max-width: 767px) {
	.appartement-card {margin-bottom: 25px;}
}


.appartement-card a.button.top {
    margin-top: 40px;
}

.appartement-card .appartement-img {
    background-size: cover;
    background-position: center center;
    height: 235px;
        border-bottom: 1px solid #e5e5e5;
}

@media(max-width: 767px) {
	.appartement-card .appartement-img {
		    background-size: contain;
	    background-repeat: no-repeat;
	}
}

.appartement-card {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid #f55e2a;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
}

.appartement-card .pins {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.appartement-card .pins img {
    width: 40px;
    margin-top: 5px;
}

.appartement-card:hover a.details {
    opacity: 1;
    transition: all ease 0.1s;
}

.appartement-card h3 a { color: #131313; }


.appartement-card h3 a:hover { color: #41413f; }

.appartement-card a.details {
    opacity: 0;
    display: block;
    position: absolute;
    width:100%;
    height: 235px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 235px;
    color: #222222;
}

.appartement-card a.details:hover span{
    margin-left: 20px;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.appartement-card a.details span {
    margin-left: 10px;
    font-size: 14px;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.appartement-card img {
    width: 100%;
    height: auto;
}

.appartement-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 15px;
}

.appartement-card h3 span {
    font-size: 14px;
    font-weight: 400;
}

.appartement-card p.text--semi-bold {
    margin: 0 15px;
}

.appartement-card p.price {
    margin: 10px 15px 0;
    font-size: 20px;
    font-weight: 500;
    color: #f55e2a;
}

.appartement-card p.loyer {
    margin: 0 15px;
}

.appartement-card p.loyer span.text--small {
    display: block;
}

/***** Lotissements *****/
#lotissements {
    position: relative;
     padding-bottom: 25px; 
}

#lotissements:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
    bottom: 0;
    left: -20px;
    background-color: #e5e5e5;
}

#lotissements h2:before {
    background-color: #fff;
}

#lotissements .programme-card {
    background-color: #fff;
}


/***** Contact *****/
#contact {
    height: 400px;
    border-top: 10px solid #e80400;
    background: url("../img/bg-contact.jpg") no-repeat center center;
}

@media(max-width: 991px) {
   #contact { background-position: right center;}
}

#contact .container {
    height: 390px;
    display: flex;
    align-items: center;
}

#contact address {
    color: #fff;
    text-align: center;
}

#contact address img {width:100px;}

@media(min-width: 768px) {
	#contact address {
	    border-right: 1px solid #fff;
	}
}

#contact address span {
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

#contact .contact-links {
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 767px) {
	#contact .contact-links {
	    justify-content: center;
	}
}

#contact .contact-links a {
    display: inline-block;
    margin-left: 15px;
    padding: 25px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 17px;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

@media(min-width: 768px) {
	#contact .contact-links a {
		width: 130px;
		padding: 25px 0;
		height: 130px;
	}
}

@media(max-width: 767px) {
	#contact .contact-links a:first-child {margin:0;}
}

#contact .contact-links a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease 0.1s;

}

#contact .contact-links a:first-child img {
    margin-bottom: 28px;
}

#contact .contact-links a img {
    display: block;
    margin: auto auto 10px;
}

#contact .contact-links a img {
    display: block;
    margin: auto auto 20px;
}

/***** Articles *****/
#articles {
    background-color: #1e1e1e;
}

#articles article {
	margin: 30px 0 0;
    padding: 25px 20px 30px;
    background-color: #333333;
    color: #cccccc;
}

@media(min-width: 768px) {
	#articles article {
	    margin: 85px 0 105px;
	}	
}

#articles article h3 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

@media(max-width: 991px) {
	#articles article h3 {
		font-size: 20px;
    	line-height: 22px;
	}
}

#articles article .article-img {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
}

#articles article .article-img img {
    width: 100%;
    height: auto;
}

#articles article p.abstract {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

#articles article a {
    font-size: 16px;
    font-weight: 500;
    color: #ff794c;
    line-height: 18px;
}

#articles article a:hover {
    color: #E56D44;
}

#articles article a span {
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#articles article a:hover span {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/***** Footer *****/
footer .presentation h3 {
    margin: 50px 0 15px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

footer .presentation p {
    margin-bottom: 35px;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 35px;
    font-family: "Roboto Condensed", sans-serif;
}

footer h4 {
    font-size: 18px;
    font-weight: 500;
    color: #131313;
    line-height: 20px;
    margin-bottom: 25px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer li a {
    font-family: "Roboto Condensed", sans-serif;
    color: #131313;
    line-height: 22px;
}

footer li a:hover { color: #e80400;}

footer li a:before {
    content: ">";
    padding-right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    color: #131313;
    line-height: 22px;
}

footer .copyrights {
    margin: 40px 0 35px;
    text-align: center;
}

footer .copyrights a {
    color: #666666;
}




/* LISTES */
.breadcrumb-wrapper {
    background-color: #f5f5f5;
}

.breadcrumb-wrapper .breadcrumb {
    background: 0;
    border-radius: 0;
    padding: 25px 15px;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    color: #aaa;
}

.breadcrumb .breadcrumb-item a {
    color: #333;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #131313;
    font-weight: 500;
    letter-spacing: 0.05em;
}



.header-page {
    padding-bottom: 40px;
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover;
}

.header-page h1 {
    margin: 0;
    padding-top: 70px;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.63);
    text-align: center;
}


.liste {padding-bottom: 40px;}


.liste .programme-card,
.liste .appartement-card {
    margin-bottom: 25px;
}




.modal .close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #131313;
    border-radius: 50%;
    padding: 2px 10px 0;
    opacity: 1;
    z-index: 1;
}

.modal .close:hover {background: #e80400;}

.modal .close span {font-size: 40px;color: #fff;}

.modal-content {
    border:0;
    border-radius: 0;
}




/* actus */
.actus-single {
    margin-bottom: 25px;
}

.actus-single > div {
    background-size: cover;
    background-position: center center;
}

.actus-single .text-actu {
   border: 1px solid #eee; 
}

.actus-single h3 a {
    color: #131313;
}

.actus-single h3 a:hover { color: #41413f;}

.actus-single .link {
    font-size: 16px;
    font-weight: 500;
    color: #ff794c;
    line-height: 18px;
}

.actus-single .link:hover {
    color: #E56D44;
}

.actus-single .link span {
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-single .link:hover span {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






.btn-normal {
    background-color: #41413f!important;
    color: #fff!important;
}

.btn-normal:hover,
.btn-normal:focus,
.btn-normal:active {
    background: #e80400!important;
    color: #fff!important;
}





/* details */

.details-swiper .swiper-button-next, .details-swiper .swiper-button-prev {
    width: 36px;
    height: 60px;
    margin-top: -80px;
    background-size: 36px 60px;
}

/* slider thumbnails */
    .gallery-top {
        width: 100%;
    }

    @media (max-width: 991px) {
        .gallery-top>.swiper-wrapper {height: 400px;}
        .gallery-thumbs { display: none!important; }
        .gallery-top {  height: 400px;   }
    }
    

    .gallery-thumbs {
        height: 88px;
        box-sizing: border-box;
        padding: 0;
    }

    .gallery-thumbs .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px)!important;
    }
    .gallery-thumbs .swiper-slide {
        width: 12%!important;
        height: 100%;
        margin:10px;
        margin-left:0!important;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        opacity: 0.5;
    }

    .gallery-thumbs .swiper-slide.swiper-slide-active { opacity: 1; }

    .gallery-thumbs .swiper-slide:hover { cursor:pointer!important; }


.details-prog {
    background: #f5f5f5;
    padding: 15px;
}

.details-prog .titre-ville:before {
    display: none;
}

.details-prog .titre-ville {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.details-prog h3 {font-size:18px; color: #41413f;}

.details-prog .titre3 {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.details-prog .tel-contact {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.details-prog .mail-contact a {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.details-prog .mail-contact a:hover  {
    background-color: rgba(0, 0, 0, 0.6);
}

.tableau .row {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.tableau .row > div:nth-child(2n) {
    font-weight: 500;
}

.details-prog .prix {font-size: 18px; margin-top: 10px;margin-bottom: 5px;}
.details-prog .prix .chiffre {font-weight: 700;}

.details-prog p {font-size: 16px; margin-bottom: 0;}

.details-prog .mentions {
    display: block; 
    font-size: 12px;
    color: #aaa;
}

.details-prog .label {
    margin-top: 15px;
}

.details-prog .label img {
    margin-right: 5px;
}

.bouton-prog {display: flex; margin-top: 30px;}

.bouton-prog a {
    width: 100%;
/*    height: 70px;*/    
    padding: 15px 0 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

.bouton-prog a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: ease 0.1s;
}

.bouton-prog a:first-child {margin-left: 0;}

.bouton-prog a:last-child {margin-right: 0;}

.bouton-prog a:first-child img {
    margin-bottom: 18px;
}

.bouton-prog a img {
    display: block;
    margin: auto auto 10px;
}




/* progress bar */
#progressbar {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left:0;
}
#progressbar li {
    list-style-type: none;
    list-style-image: none;
    color: #131313;
    text-transform: uppercase;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li span {
    display: block;
    width: 50%;
    margin: 40px auto 0;
}

@media (max-width:450px){
    #progressbar li span {
        font-size:10px;
        line-height: 12px;
    }
}

#progressbar li:after {
    content:"";
    width: 30px;
    height:30px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    background: #e5e5e5;
    border:0;
    border-radius: 100%;
    margin: 0 auto 5px auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    z-index: 1000;
}
/*progressbar connectors*/
#progressbar li:before {
    content: '';
    width: 100%;
    height: 23px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 3px;
    border: 1px solid #ddd;
}
#progressbar li:first-child:before {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:after{
    background: #e80400;
    border:2px solid #fff;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

#progressbar li.active:before {
    background: #e80400;
    border: 1px solid #e80400;
}


.descr {
    font-size: 16px; 
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: justify;
}

.big-list {
    padding: 0;
}

.big-list li {
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.big-list li:before {
    content: "+";
    margin-right: 15px;
    font-size: 20px;
    font-weight: 600;
    background: #e80400;
    color: #fff;
    padding: 2px 12px 0;
    border-radius: 50%;
    line-height: 0px;
}

@media(max-width: 600px) {
	.tableau-descr {
	    overflow-x: auto;
	}

	.tableau-descr>div { width: 600px;}
}

.tableau-descr .row {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.tableau-descr .row.thead {
    font-weight: 500;
    background-color: #e5e5e5;
    font-size: 16px;
}

.tableau-descr .row > div:nth-child(6) {
    font-weight: 500;
    font-size: 16px;
}

.tableau-descr .row.tbody {
    position: relative;
}

.tableau-descr .row div {
    padding: 8px 15px;
}

.tableau-descr .row div.download {
    text-align: center;
    font-size: 30px;
    background: #e5e5e5;
    border-right: #e5e5e5 1px solid;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tableau-descr .row:hover div.download {
    background-color: #e80400;
    border-right: #e80400 1px solid;
    color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tableau-descr .row:hover:not(.thead){
    background-color: #f5f5f5;
}




/* SIDEBAR */
.sidebar-block {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
}

.sidebar-block .estim-range {
    margin-bottom: 20px;
    margin-top: 5px;
}

.btn {
    background: #131313;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border:1px solid transparent;
}

.btn:hover,
.btn:focus {
    background: 0;
    border:1px solid #131313;
    color: #131313;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.sidebar-block .estim-label {
    font-weight: 600;
    font-size: 15px;
}

.result-estimation {
    display: flex;
    flex-direction: column;
}

.result-estimation-label {
    background: #131313;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 13px 30px 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 23px;
}

.modal-body {background: #fff;}

.result-estimation .form-control {
    display: inline;
    width: auto;
    margin: 0 10px;
}
