/***** General *****/
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background: #fff;
}

@media screen and (min-width: 1200px){
	.container {
		max-width: 1600px;
	}
}

img {
	width: 100%;
	height: auto;
}

a { color: #333; }
a:hover, a:focus, a:active {
	color: #f9b233;
	transition: all 0.2s ease-in-out;
}

.button, button {
	display: block;
	border: 0;
	padding: 20px 30px;
	background-color: #f9b233;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.button:hover, .button:active, .button:focus,
button:hover, button:active, button:focus {
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.button-border {
	border: 1px solid #fff;
	padding: 20px 0;
	font-size: 20px;
	text-transform: uppercase;
}

/***** ICONS *****/
.right-arrow {
	display: inline-block;
	width: 32px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

.orange-arrow {
	background-image: url('../img/icon/orange-arrow.png');
}

.black-arrow {
	background-image: url('../img/icon/black-arrow.png');
}

.white-arrow {
	background-image: url('../img/icon/white-arrow.png');
}

.icon {
	display: inline-block;
	width: 38px;
	height: 32px;
	text-indent: -9999px;
	background: no-repeat center center;
	background-size: contain;
}

.fb {
	background-image: url('../img/icon/facebook.png');
}

.twitter {
	background-image: url('../img/icon/twitter.png');
}

.linkedin {
	background-image: url('../img/icon/linkedin.png');
}


/*** Modifiers ***/
.text--bold {
	font-weight: 700;
}

.text--small {
	font-size: 11px;
}

.text--orange {
	color: #f9b233;
}

.text--white {
	color: #fff;
}


/*** Titres ***/
.title-container {
	display: flex;
	justify-content: center;
}

h2 {
	position: relative;
	display: inline-block;
	margin: 45px 0 40px;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.title-container h2:before, .titre2:before {
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 35px;
	height: 50px;
	background-color: #f9b233;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.titre3 {
	margin: 0;
	padding-bottom: 30px;
	font-size: 40px;
}

.titre3:after {
	content: "";
	display: block;
	width: 120px;
	height: 30px;
	border-bottom: 2px solid #f9b233;
}

ul.puce li:before {
	content: "+";
	margin-right: 10px;
}

@media (max-width: 767px) {
	h2, .titre2 {
		margin: 20px 0;
		font-size: 25px;
		letter-spacing: 0;
	}

	.title-container h2:before, .titre2:before { 
		left: -10px;
		height: 45px;
		height: 32px;
		width: 23px;
	}

	.titre3 {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.titre3:after { height: 20px; }
}


/***** Header *****/
header {
	margin: 0;
	border: 0;
	background-color: #fff;
}

.be-sticky .logo img {
	width: 50px;
	transition: width 0.2s ease-in-out;
}

.be-sticky .navbar > .logo {
	margin-bottom: 0;
}

.be-sticky .navbar-default .navbar-nav > li > a {
	padding: 10px 0 0 40px;
	font-size: 14px;
}

.be-sticky .navbar-default .navbar-nav > li.active > a:after {
	margin: 15px auto 0;
}

.navbar > .logo {
	z-index: 2;
}

.logo a { display: block; width: 100%;}

.logo img {
	width: 100%;
	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: center;}

	.navbar-default {display: block!important;}
}

.navbar-default .navbar-nav > li > a {
	display: block;
	padding: 60px 20px 20px;
	font-size: 20px;
	text-transform: uppercase;
}

@media(max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		margin: 30px 15px 20px;
	}
}

.navbar-default .navbar-nav .active > a {
	background: none;
	color: #f9b233 !important;
}

.navbar-default .navbar-nav .active > a:after {
	content: '';
	display: block;
	width: 40px;
	margin: 20px auto 0;
	border-bottom: 4px solid #f9b233;
}

.navbar-toggler {float: right;}

.navbar-toggler span {
	display: block;
	background-color: #f9b233;
	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, .be-sticky .navbar-default .navbar-nav > li > a {
		padding: 20px 0;
		display: block;
		margin: 0;
		border-bottom: 1px solid #eee!important;
		font-size: 20px;
	}
	.navbar-default .navbar-nav .active > a:after {
		display: none;
	}
	.logo img, .be-sticky .logo img {
		width: 100px;
	}
}


/***** Slider *****/

#slider {
	position: relative;
	max-height: calc(100vh - 63px);
	overflow: hidden;
}

#slider h1 {
	position: absolute;
	z-index: 2;
	top: 210px;
	max-width: 950px;
	margin: 0;
	padding: 30px 5px 30px 50px;
	background-color: #fff; 
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

#slider h1 > .subtitle {
	display: block;
	margin-top: 27px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
}

#slider h1:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -75px;
	border-style: solid;
	border-width: 180px 0 0 75px;
	border-color: transparent transparent transparent #ffffff;
}

.swiper-container {width: 100%;}
.swiper-container .parallax-bg {position: relative;}

@media (min-width: 992px) {
	.details-swiper .parallax-bg {
		height: 540px; 
		background-position: center center;
		background-size: cover;
	}

	.home .parallax-bg {
		height: 80vh;
		background-position: center center;
		background-size: cover;
	}
}

@media (max-width: 991px) {
	.home .parallax-bg {
		height: 50vh;
		background-position: center center;
		background-size: cover;
	}
	#slider h1 {
		top: calc(30vh - 120px);
		text-align: center;
	}
	.details-swiper .parallax-bg {
		height:400px;
		background-position: center;
	}
	.details-swiper {
		height:400px;
		margin-bottom: 40px;
	}
	.details-swiper .parallax-bg { height:300px; }
	.details-swiper { height:300px; }
}

@media (max-width: 950px) {
	#slider h1 {
		width: 100%;
		background-color: rgba(255,255,255,0.8);
	}
	#slider h1:after {
		display: none;
	}
}

@media (max-width: 767px) {
	#slider h1 {
		padding: 50px 20px;
		font-size: 40px;
	}
	#slider h1 > .subtitle {
		margin-top: 20px;
		font-size: 20px;
	}
}

@media (max-width: 444px) {
	#slider h1 { 
		padding: 30px 20px;
		font-size: 30px;
	}

	#slider h1 > .subtitle {
		margin-top: 15px;
		font-size: 16px;
	}
}


/***** Expertise *****/
.block-dark {
	position: relative;
	margin-bottom: 130px;
	padding: 60px 40px 80px;
	background-color: #2e3934;
	color: #fff;
}

.block-dark:after {
	content: '';
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -110px;
	left: 0;
	background: url(../img/rubriques-banner.jpg) center bottom;
}

.block-dark .service {
	padding: 0 20px 50px;
	text-align: center;
}

.block-dark .service img {
	max-height: 80px;
	width: auto;
}

.block-dark .service hr {
	margin: 40px auto;
	width: 120px;
	border-top: 2px solid #fff;
}

.block-dark .service h3 {
	font-size: 20px;
	color: #f9b233;
	text-transform: uppercase;
}

.block-dark .service p {
	font-size: 16px;
	line-height: 1.2em;
}

.block-dark .quote {
	align-self: center;
	padding: 0 34px;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 2px;
}

.block-dark .quote span {
	margin: 0;
	font-family: "ABeeZee", sans-serif;
	font-size: 60px;
}

.block-dark .long-quote {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 767px) {
	.block-dark .service hr { margin: 30px auto; }

	.block-dark .quote {
		padding: 0 0 30px;
		font-size: 20px;
		line-height: 1.5em;
	}

	.block-dark .quote span { font-size: 40px; }

	.block-dark .long-quote {
		font-size: 16px;
		line-height: 1.5em;
	}
}


/***** Articles *****/
#articles {
	padding-bottom: 15px;
}

#articles .col-12 {
	display: flex;
	flex-direction: row;
}

#articles article {
	display: flex;
	flex-direction: column;
	width: 33%;
	margin: 0 20px;
	border: 1px solid #eee;
}

article .article-img {
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	background: center center no-repeat;
	background-size: cover;
}

article .article-img > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

article h3 {
	min-height: 80px;
	margin: 0 20px 30px;
	font-size: 24px;
	line-height: 1.2em;
}

article a.button {
	font-size: 24px;
	color: #fff;
}

article a span {
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}

article a:hover span {
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
}

.more-actus {
	display: flex;
	flex-direction: row-reverse !important;
	margin: 20px 0;
}

.more-actus > a {
	padding: 20px;
	font-size: 24px;
	color: #f9b233;
}

.more-actus > a > span {
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}

.more-actus > a:hover > span {
	margin-left: 30px;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	#articles .col-12 {
		flex-wrap: wrap;
		flex-direction: column
	}

	#articles article {
		width: 100%;
		min-height: 1px;
		margin: auto;
	}

	#articles article:not(:last-child) { margin-bottom: 50px; }

	article h3 { font-size: 25px; }
	article a.button { font-size: 18px; }
}


/***** Dernières offres *****/
#dernieres-offres {
	padding: 30px 0 75px;
	background: url('../img/dernieres-offres-cover.png') top left no-repeat;
	background-size: cover;
}

#dernieres-offres .content {
	padding: 20px 40px 0;
	background: url('../img/oneappt-cover.png') top left no-repeat #cdcdcd;
	background-size: contain;
}

#dernieres-offres .more-actus > a {
	padding-right: 0;
	color: #333;
}

@media (max-width: 991px) {
	#dernieres-offres {
		background-size: contain;
	}

	#dernieres-offres .content {
		background-position: bottom center;
		background-size: cover;
	}
}

/*** Search ***/
.search {
	display: flex;
	margin-bottom: 50px;
}

.search h3 {
	margin-right: 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.search h3 span {
	display: block;
	font-weight: 400;
	text-transform: lowercase;
}

.search form {
	display: flex;
	width: 100%;    
}

.search label {
	margin-right: 3px;
	margin-bottom: 0;
	width: 25%
}

.search .form-control {
	height: 70px !important;
	margin-right: 3px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.search button {
	width: 25%;
	height: 70px !important;
	border: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.search { flex-direction: column; }
	.search h3 span { display: inline-block; margin-bottom: 20px; }
	.search form {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.search label {
		margin-bottom: 3px;
		margin-right: 0;
		width: 100%;
	}
	.search button { width: 100%; }
}

@media (max-width: 767px) {
	.search h3 { font-size: 20px; }
	.search h3 span { margin-bottom: 10px; }
	.search .form-control { height: 50px !important; }
	.search button { height: 50px !important; padding: 10px 0; }
}


/*** One prog ***/
.prog-card {
	display: flex;
	position: relative;
	background-color: #fff;
}

.prog-card .prog-img, .prog-card .prog-container {
	overflow: hidden;
	width: 50%;
}

.prog-card .prog-img {
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.prog-card .plus-details {
	width: 80px;
	height: 110px;
	position: absolute;
	top: calc(50% - 55px);
	left: calc(50% - 40px);
	padding: 40px 0;
}

.prog-card .plus-details span {
	width: 38px;
	height: 28px;
}

.prog-card .plus-details:hover {
	padding-right: 10px;
}

.prog-card .prog-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	max-width: 340px;
}

.prog-card .prog-container h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.prog-card .prog-container p {
	margin: 10px 0;
	font-size: 30px;
	line-height: 1.2em;
}

.prog-card .prog-container p.price {
	color: #f9b233;
}

@media (max-width: 991px) {
	.prog-card { flex-direction: column; }
	.prog-card .prog-img,
	.prog-card .prog-container {
		width: 100% !important;
	}
	.prog-card .prog-img { height: 250px; }
	.prog-card a.button.plus-details { 
		width: 100%;
		height: 50px;
		position: relative;
		left: 0;
		padding: 10px 0;
	}
	.prog-card .prog-container { padding: 20px; }
}

@media (max-width: 767px) {
	.prog-card .prog-container h3,
	.prog-card .prog-container p { font-size: 20px; }
}


/***** Présentation *****/
#jmh {
	padding: 50px 0;
	background: url(../img/presentation-cover.png) right center no-repeat #fff;
	background-size: contain;
}

.presentation {
	justify-content: center;
	align-content: center;
	display: flex;
	flex-direction: column;
}

.presentation p  {
	font-size: 20px;
	line-height: 1.2em;
}

@media (max-width: 991px) {
	#jmh { padding: 0; }
	.presentation { margin: 20px auto; }
}

@media (min-width: 768px) {
	.presentation .img-desktop { display: block; }
	.presentation .img-tablet { display: none; }
}

@media (max-width: 767px) {
	.presentation p { font-size: 16px; }
	.presentation .img-desktop { display: none; }
	.presentation .img-tablet { display: block; }
}


/***** Partenaires *****/
#partenaires .list {
	padding: 35px 0;
}

@media (max-width: 767px) {
	#partenaires .list {
		flex-wrap: nowrap;
		justify-content: flex-start !important;
		overflow-x: scroll;
	}
}

#partenaires a img {
	transform: scale(0.8);
	transition: all 0.2s ease-in-out;
	border: 1px solid #eee;
}

#partenaires a:hover img {
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}


/***** Contact *****/
#contact {
	margin: 95px auto 70px;
	padding: 50px 40px;
	background: #f9b233;
	color: #fff;
	text-transform: uppercase;
}

#contact h3 {
	font-size: 30px;
}

#contact h3 > span {
	display: block;
}

#contact .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#contact .tel {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
}

#contact .address {
	margin: 0;
	font-size: 20px;
	line-height: 1.2em;
}

#contact a.button {
	width: 100%;
	margin-top: 20px;
}

.reseaux { margin: auto 0; }
.reseaux a { margin: 0 100px; }

.reseaux a span {
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}

.reseaux a:hover span {
	transform: scale(1.3);
	transition: all 0.2s ease-in-out;
}

@media (max-width: 1199px) {
	#contact .content { margin-bottom: 40px; text-align: center; }
}

@media (max-width: 991px) {
	#contact .content { margin-bottom: 50px}
	#contact a.button { margin: 10px auto 0; }
}

@media (max-width: 767px) {
	#contact h3, #contact .tel { font-size: 25px; }
	.reseaux a span { margin-top: 20px; }
}


/***** Footer *****/

footer h4 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

footer h4:after {
	content: '';
	display: block;
	width: 70px;
	height: 20px;
	border-bottom: 4px solid #f9b233;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer li a {
	line-height: 1.2em;
}

footer .copyrights {
	margin: 50px auto 40px;
	font-size: 16px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	footer h4 {
		margin-bottom: 20px;
		font-size: 20px; 
	}

	footer h4:after { width: 50px; }
}

@media (max-width: 575px) {
	footer .liste { margin: 10px auto; }
}


/***** HEADER PAGE *****/
.header-page {
	background-size: cover !important;
	background: url(../img/slider2.jpg) center center no-repeat;
}

.header-page > .container-fluid {
	background-color: rgba(255,255,255,0.5);
}

.header-page h1 {
	padding: 5rem 0 !important;
	font-size: 40px;
	line-height: 1em;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 767px) {
	.header-page h1 {
		font-size: 30px;
		padding: 3rem 0 !important;
	}
}


/***** ARIANE *****/
.breadcrumb {
	display: block;
	flex-wrap: nowrap;
}

.breadcrumb-wrapper .breadcrumb {
	background: 0;
	border-radius: 0;
	padding: 20px 0;
	margin: 0 0 20px;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item + .breadcrumb-item::before {
	display: inline;
	color: #aaa;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
}


/***** LISTES *****/
.liste { padding-bottom: 40px; }

.liste .programme-card,
.liste .prog-card {
	margin-bottom: 25px;
	border: 1px solid #eee;
}

/***** ONE APPT *****/
.appartement-card {
	margin-bottom: 25px;
	border: 1px solid #eee;
}

.appartement-card .appartement-img {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.appartement-card h3 {
	margin: 20px 30px 10px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.appartement-card .text-tall {
	margin: 10px 30px 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.appartement-card .price {
	margin: 20px 30px 10px;
	font-size: 30px;
	line-height: 1.2em;
}

.appartement-card .loyer {
	margin: 10px 30px 20px;
}

.appartement-card .button {
	margin-top: 40px;
	font-size: 24px;
}

.appartement-card .button:hover,
.appartement-card .button:focus,
.appartement-card .button:active {
	letter-spacing: 0;
}

.appartement-card .button > span {
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}

.appartement-card .button:hover > span,
.appartement-card .button:focus > span,
.appartement-card .button:active > span {
	margin-left: 30px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.appartement-card h3,
	.appartement-card .price { font-size: 20px; margin-top: 10px; }
	.appartement-card .button { font-size: 18px; }
	.appartement-card .button span { height: 20px; }
}


/* MODAL */
.modal-dialog { top: calc(50% - 130px); }

.modal .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	background: #131313;
	border-radius: 50%;
	padding: 0 10px;
	opacity: 1;
	z-index: 1;
}

.modal .close:hover {background: #f9b233;}

.modal .close span {font-size: 30px; color: #fff;}

.modal-content {
	border:0;
	border-radius: 0;
}


/***** ACTUS *****/
.actus-single {
	margin: 0 0 30px;
	border: 1px solid #eee;
}

.actus-single > a .img-actu {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.actus-single .text-actu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	padding: 20px 30px;
}

.actus-single .text-actu:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -95px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 300px 0 0 80px;
	border-color: transparent transparent transparent #fff;
}

.actus-single h3 {
	flex-grow: 0;
	margin-left: 0px;
	margin-bottom: 20px;
	min-height: 30px;
}

.actus-single h3 a {
	font-size: 30px;
	line-height: 1.2em;
}

.actus-single p.abstract {
	font-size: 16px;
	line-height: 1.2em;
}

.actus-single .link {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #F9B233;
	text-transform: uppercase;
}

.actus-single .link span {
	height: 20px;
	margin-left: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.actus-single .link:hover span {
	margin-left: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
	.actus-single .text-actu:after { display: none; }
}

@media (max-width: 767px) {
	.actus-single > a { 
		order: -1;
		height: 200px;
		padding: 0;
	}
}


/***** 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 {
	padding: 15px;
	background: #CDCDCD;
}

.details-prog .titre-ville:before {
	display: none;
}

.details-prog .titre-ville {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	letter-spacing: 0;
}

.details-prog h3 {
	margin-bottom: 30px;
	font-size:18px; 
	color: #666;
}

.details-prog .titre3 {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #b1b1b1;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.tableau .row {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #b1b1b1;
}

.tableau .row > div:nth-child(2n) {
	font-weight: 700;
}

.details-prog .prix {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.details-prog p {
	font-size: 16px;
	margin-bottom: 0;
}

.details-prog .mentions {
	display: block; 
	font-size: 12px;
	color: #666;
}

.details-prog .label {
	margin-top: 15px;
}

.details-prog .label img {
	margin-right: 5px;
}

.details-prog .button { margin: 30px auto 10px; }

@media (min-width: 1200px) {
	.details-prog .button { width: 50%; }
}


/***** 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: #f9b233;
	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: #f9b233;
	border: 1px solid #f9b233;
}


.descr {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.descr-img {
	max-height: 400px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.descr-btn { max-width: 300px; }
}

.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: #f9b233;
	color: #fff;
	padding: 2px 10px;
	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: #f9b233;
	border-right: #f9b233 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: #cdcdcd;
}




/***** SIDEBAR *****/
.sidebar-block {
	background: #cdcdcd;
	padding: 15px;
	margin-bottom: 30px;
}

.sidebar-block .estim-range {
	margin-bottom: 20px;
	margin-top: 5px;
}

.sidebar-block .estim-label {
	font-weight: 600;
	font-size: 15px;
}

.sidebar-block button {
	width: 120px;
	padding: 10px 10px;
}

.result-estimation {
	display: flex;
	flex-direction: column;
}

.result-estimation-label {
	background: #F9B233;
	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;
}

@media (max-width: 767px) {
	.sidebar-block { margin-top: 50px; }
}


/***** CONTACT *****/
.dark-wrapper {
	max-height: 600px;
	background: url('../img/oneappt-cover.png') top left no-repeat #cdcdcd;
	background-size: contain;
}

.dark-wrapper h2 {
	margin-top: 0;
}