body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
    font-weight: 400;
	line-height: 24px;
	color: #2b324a;

}

@media (min-width: 992px) {
	body {padding-top: 100px;}
}

@media (max-width: 767px) {
	.collapse {display: inherit!important;}
}

p{color: #2b324a;}
	
.titre1 {
	color:#2b324a;
    font-weight:400;
	text-transform: uppercase;	
}

@media (min-width: 992px) {
	.titre1 {font-size:30px;}
	.titre1 .subtitle {font-size:20px;}
	.titre2 {font-size:20px;}
    /*.list-rea {
    min-height: 620px;
}*/

}

@media (max-width: 991px) {
	.titre1 {font-size:24px;}
	.titre1 .subtitle {font-size:14px;}
	.titre2 {font-size:16px;}
}

.titre1 .subtitle {text-transform: uppercase; font-weight: 300;}

.titre1.white .subtitle {color:#fff;}


.titre2 { 
	text-transform: uppercase;
    font-weight: 400;
    color: #2b324a;
    font-size: 20px;
    position:relative;
    padding-left: 40px;
    margin:0;
    margin-bottom:30px;
}

.titre2:before {
	content: "";
    background: url('/img/icon-bien.png');
    width: 28px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
}

.titre2 span{font-weight: 400;}

@media (min-width:768px) {
	.titre-left { float:left;}
}

.titre3 { 
	text-transform: uppercase;
    font-weight: 400;
    color: #2b324a;
    font-size: 20px;
}

 .titre4 { 
    text-transform: uppercase;
    font-weight: 400;
    color: #2b324a;
    font-size: 16px;
}

.titre3.bleu, .titre4.bleu { 
    background:#2b324a;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

.subtitle {
    display: block;
    text-transform: initial;
    font-weight: 400;
    color: #2b324a;
    font-size: 20px;
}

.titre1.white, .titre2.white, .titre3.white, .titre4.white { color: #fff;}

.titre2.white:after {
	background:#fff;
}

.logo-mobile { display:none;}


header {
	font-size:18px;
	line-height: 24px;
	color: #2b324a;
    border-bottom: 1px solid #ccc;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;

}

@media (min-width: 992px) {
	header {    position: fixed;}
}

@media (max-width: 991px) {
/*	header {    position: absolute;}*/
}


/* navigation */
nav.navbar.navbar-default {
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar .nav>li.logo a {
    border-left: 0;
    background-color: transparent!important;
}

@media (max-width: 1199px) {
	.navbar .nav>li>a {
    padding: 0 15px;
    font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.navbar .nav>li>a {
     padding: 0 20px;
    font-size: 18px;
	}
}

.navbar .nav>li>a {
    border-left: 1px solid #ccc;
    text-align: center;
    color: #2b324a;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #ccc;
}

.navbar .nav>li:last-child>a {
    border-right: 1px solid #ccc;
}

.navbar .nav>li>a img {margin-right: 10px;}

.navbar .nav>li>a .caret {
    color: #f7a800;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #eee;
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
	.navbar-default .contact-header{ font-size: 19px;}
}

@media (min-width: 1200px) {
	.navbar-default .contact-header{ font-size: 22px;}
}

.navbar-default .contact-header{
    display: flex;
    padding: 21px 0;
}

.navbar-default .contact-header span{
    font-weight: 300px;
    font-size: 14px;
    display: block;
}

.contact-header img {margin-right: 10px;}

@media(min-width: 992px) {
    .navbar-default .contact-header {
        float: right;
    }
}

@media (max-width: 1199px) {
	.navbar .nav > li.logo a {padding: 0;}
}

.navbar-default .navbar-toggle {display: none!important;}

.navbar-default .navbar-toggle {
	border-radius:0;
	border-width: 2px;
	border-color: #ccc;
	padding: 11px 10px;
    margin-top: 25px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #ccc;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

/* navigation submenu */
.navbar-nav>li>.dropdown-menu {
    right: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    background: #eee;
}

.navbar-nav>li>.dropdown-menu>li {padding: 0;}

.navbar-nav>li>.dropdown-menu li a {
    text-align: center;
    color: #2b324a;
    font-size: 18px;
    padding: 30px 0;
    border-right: 1px solid #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
	.navbar-nav>li>.dropdown-menu li a {
    font-size: 14px;
    font-weight: 300;
	}
}

.navbar-nav>li>.dropdown-menu.biens li:nth-child(3n) a {
    border-right: 0;
}

.navbar-nav>li>.dropdown-menu.biens li:nth-child(n+3) a {
    border-top: 1px solid #ccc;
}

.navbar-nav>li>.dropdown-menu.infos li:nth-child(4n) a {
    border-right: 0;
}

.navbar-nav>li>.dropdown-menu.infos li:nth-child(n+4) a {
    border-top: 1px solid #ccc;
}

.navbar-nav>li>.dropdown-menu li a:hover,
.navbar-nav>li>.dropdown-menu li a:focus,
.navbar-nav>li>.dropdown-menu li a:active {
    background-color: #ddd;
}

.navbar .nav .dropdown-menu li a img {
    display: block;
    margin:0 auto 10px;}


@media (max-width: 991px) {
	.navbar-nav {display: flex; margin-top: 0!important;}
	.navbar-nav > li { width: 25%;}
	.navbar .nav > li > a {line-height: 40px; border:0!important; padding: 12px 15px;}
	.navbar .nav > li > a img {margin: auto; display: block;max-height: 36px;}
	.navbar-default .contact-header {display: none;}
	.navbar .nav > li > a .caret { display: none; }
	.navbar .nav .logo img {margin: 32px auto;}
}

@media (max-width: 450px) {
	.navbar .nav > li > a > span { display: none; }
	.navbar .nav .logo img {margin: 15px auto; width: 100%;}
	.navbar-nav .open .dropdown-menu { position: absolute; background: #fff; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {border: 1px solid #ccc;}
}

/* slider */
.header-home { position: relative;}

.rubrique-wrapper {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    top: 130px;
    padding: 0 12%;
}

@media (min-width: 992px) {
	.rubrique-wrapper {display: flex;}
}

@media (max-width: 991px) {
	.rubrique-wrapper {display: none;}
}

@media (max-width: 450px) {
	.rubrique-wrapper {text-align: center!important;}
	.rubrique {display: inline-block; margin-bottom: 15px!important; margin-right: 15px!important; text-align: center!important;}
}

.rubrique img { display: block; margin:auto; }

.rubrique {
    background-color: #fff;
    border-radius:100%;
    width:130px;
    height:130px;
    text-align:center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rubrique:hover {
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.6);
}

.rubrique a {padding: 34px 0;display:block;color:#2b324a;}

@media (min-width: 992px) {
	.swiper-home-container .parallax-bg {height: 500px; background-position: center center;}
}

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

@media (min-width: 1200px) {
	.swiper-details-container .parallax-bg {
        height: 500px; 
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1199px) {
	.swiper-details-container .parallax-bg {
	    height: 400px;
	    background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
	}
}


.swiper-container .content-slider {
    background: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 15px 30px 15px 15px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    line-height: 34px;
}

.swiper-container .content-slider .title {
	color:#2b324a;
	font-size:28px;
}

.swiper-container .content-slider .subtitle {
	color:#2b324a;
	font-size:28px;	
}

.swiper-container .content-slider .text {
	color:#2b324a;
	font-size:24px;	
}

.swiper-container .content-slider .text p {margin-bottom:0;}

/* 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: 85px;
        box-sizing: border-box;
        padding: 0;
    }

    .gallery-thumbs .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px)!important;
    }
    .gallery-thumbs .swiper-slide {
        width: 13% !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; }



/* search engine */
@media (max-width:991px) {
	.search { 
		margin-top: 30px;
	    width: 100%;
        position: absolute;
        z-index: 100;
	}
}

@media (min-width:992px) {
	.search { 
        margin-left: -485px;
        z-index:100;
        position: absolute;
        left: 50%;
        bottom: 0;
        color: #fff;
        font-weight: 300;
        font-size: 12px;
    }
}

@media (min-width:1200px) {
	.search { margin-left: -585px;}
}


@media (min-width:992px) {
	.search .critere-list {display: flex;}
}

.search .tab-content {background: #2b324a; padding: 20px 15px 30px;}

.search .nav { display: flex; }

.search .nav li {width:33.33%;}

.search .nav-tabs>li.active>a, 
.search .nav-tabs>li.active>a:focus, 
.search .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #2b324a;
/*    border: 1px solid #2b324a;
*/}

.search .nav>li.active>a {
    background: #2b324a!important;
}

.search .nav>li>a {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius:0; 
    text-transform: uppercase;
    text-align: center;
}

.search .nav>li:last-child>a{
    margin-right:0;
}

.search .nav>li>a:hover,
.search .nav>li>a:active,
.search .nav>li>a:focus {
    background: rgba(0, 0, 0, 0.5);
/*    border: 1px solid transparent;
*/}

.search .btn { border:1px solid #fff; color: #fff; background: transparent; }

.search .btn:active,
.search .btn:hover,
.search .btn:focus { border:1px solid #fff; color: #2b324a; background: #fff; }


@media (max-width:991px) {
	.search .budget-max {margin-top:10px;}
	.search .btn { width:100%;}
}

.search .form-control { 
	border-radius:0;
    border: transparent;
    text-transform: uppercase;
        font-size: 11px;
}

@media (min-width: 992px) {
.search .critere {  width: 50%;  margin-right:2px;}	
.search .budget-max {margin: 0 7px;margin-top: -17px!important;}
}

@media (max-width: 991px) {
.search .critere {  width: 100%;  margin-bottom:5px;}	
.search .budget-max {margin: 10px 0;}
}

.search .budget-max {
	text-transform:uppercase;
	font-size:14px;
	width: 100%;
        margin-right: 30px;
}

.search .textprice, .search .range-label { 
	display:inline-block;    
	margin-bottom: 4px;
}

.search .btn { border-radius: 0;padding: 10px 20px;}

@media (min-width: 992px) {
	.search .btn { margin-top: -10px;}
	.search-content { display: flex; }

}


.mention-search {    
    position: absolute;
    bottom: 0;
    right: 30px;
}

.btn {
    color: #2b324a;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    padding: 5px 10px;
    border: 1px solid #2b324a;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active {
	color:#fff;
    background: #2b324a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.btn-icon { border: 0; color: #fff;padding: 0;}

@media (max-width: 991px) {
	.btn.btn-icon { display: block; text-align: left; }
	.btn.btn-icon:hover {background: transparent;}
	.btn .btn-label, .btn.btn-label { width: 90%; }
}

.btn.btn-icon .glyphicons {
    color: #fff;
    background: #d99400;
    height: 36px;
    width: 42px;
    line-height: 26px;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}

.btn .btn-label,
.btn.btn-label {
    background: #f7a800;
    padding: 8px 20px;
    display: inline-block;
}

.btn:hover .btn-label,
.btn:focus .btn-label,
.btn:active .btn-label,
.btn-label:focus,
.btn-label:active,
.btn-label:hover {
    background: #d99400;
}

.btn.btn-bleu .btn-label {
    background: #414a66;
}

.btn.btn-bleu:hover .btn-label,
.btn.btn-bleu:focus .btn-label,
.btn.btn-bleu:active .btn-label,
.btn.btn-bleu .btn-label:focus,
.btn.btn-bleu .btn-label:active,
.btn.btn-bleu .btn-label:hover {
    background: #2b324a;
}

.btn.btn-bleu.btn-icon .glyphicons {
    background: #2b324a;
}

@media(min-width: 992px) {
    .btn.btn-large {
        width: 600px;
        margin: auto;
        display: block;
        color: #fff;
        border:0;
    }
}

@media(max-width: 991px) {
    .btn.btn-large {width: 100%;color: #fff;border:0;}
}

.btn-center {
	display: block;
	margin: auto;
}

.btn.btn-white {
    border-color: #fff;
    color: #fff;
    background:transparent;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
    border-color: #fff;
    color: #414a66;
    background:#fff;
}

.btn.pdf .glyphicons {
    font-size: 16px;
}

.btn.pdf {
    line-height: 28px;
}

/* SIDEBAR */

.sidebar-block {
    background: #414a66;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .sidebar-block {height: 100%;}
}

.sidebar-block .titre3, .sidebar-block .titre4, .sidebar-block p { color:#fff;}

.estim-range {
    margin: 5px 0 10px;
}

.budget-label {
    text-transform: uppercase;
    font-size: 15px;
}

.budget-label .estim-label {
    font-weight: 700;
    font-size: 18px;
    color: #CCCCCC;
}

.result-estimation {
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.result-estimation-label {
    font-weight: 700;
    font-size: 24px;
    padding: 10px 25px;
    background: #1b2c63;
    display: inline-block;
    margin-top: 10px;
    color:#fff!important;
}

.result-estimation-label span {
    font-weight: 400;
    font-size: 16px;
}

.sidebar-block .modal-body {
    color: #2b324a!important;
}

.sidebar-block .modal-body p {
    color: #2b324a;
}

.modal-body .titre2 { padding-left: 0; }
.modal-body .titre2:before {display: none;}

/* SERVICES WRAPPER */
.services-wrapper {
	background: #0f486e;
	padding: 30px 0 60px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	position: relative;
}

@media (min-width: 992px) {
	.services-wrapper:before {
		content: "";
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		background: url(images/background-services-wrapper.jpg) right center no-repeat;
		width:33%;
	}	
}


@media (min-width:768px) {
	.service-item-list {
		display: flex;
	}
	.service-item {width:100%; text-align:center;}
}

.services-wrapper .titre4 {margin: 0;}

.services-wrapper .titre4 a{
	color:#fff;
	text-align:center;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.services-wrapper .titre4 a{font-size:18px;}
}

@media (max-width: 1199px) {
	.services-wrapper .titre4 a{font-size:13px;}
}

.services-wrapper .icon {
    margin: 30px auto 10px;
    width: 70px;
    height: 70px;
    border-width:2px;
    border-radius: 100%;
}


/* LISTE PROGRAMMES */

.list-prog .bandeau {
	position:absolute;
	z-index:100;
	right:-10px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	font-size:12px;
	padding: 7px 10px;
	height:34px;
	line-height: 19px;
}

.list-prog .bandeauleft {
	position:absolute;
	z-index:100;
	left:-10px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	font-size:12px;
	padding: 7px 10px;
	height:34px;
	line-height: 19px;
}

.list-prog .bandeau.fonce {
    background: #2b324a;
    top: 20px;
}

.list-prog .bandeau.clair {
    background: #8aafd4;
    top:54px;
}

.list-prog .bandeauleft.topleft {
    background: #FD8A8A;
    top: 20px;
    color:#fff;
    font-weight:300;
}

.list-prog .bandeauleft.bottomleft {
    background: #85C88A;
    top:54px;
    color:#fff;
    font-weight:300;
}

.photo {
    display: none;
    position: absolute;
    z-index: 10;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    font-size: 30px;
    padding-top: 11px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-prog .list-prog-img .btn-icon,
.list-appt .list-appt-img .btn-icon {
    display: none;
    position: absolute;
    top: 50%;
    left:0;
    margin-top: -18px;
    right: 0;
    text-align: center;
    z-index: 10;
}

.photo-fond {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    background: rgba(255, 255, 255, 0);  
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}

@media (min-width: 1025px) {
    .list-prog:hover .photo,
    .list-appt:hover .photo,
    .list-prog:hover .list-prog-img .btn-icon,
    .list-appt:hover .list-appt-img .btn-icon {
        display: block;
        background: transparent;
    }

    .list-prog:hover .photo-fond,
    .list-appt:hover .photo-fond {
        background: rgba(255, 255, 255, 0.3); 
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .list-prog .photo:hover,
    .list-appt .photo:hover {
        background-color: #f7a800;
        border-color: #f7a800;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }    
}

@media(max-width: 1024px) {
    .list-prog .list-prog-img .btn-icon,
    .list-appt .list-appt-img .btn-icon {
        opacity: 0;
        display: block!important;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.list-prog .photo .number-photo,
.list-appt .photo .number-photo {
    background: #fff;
    color: #333!important;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
}

.list-prog {
    background: #fff;
    border:1px solid #ddd;
    margin:0;
    margin-bottom:30px;
}

.list-prog .list-prog-img {
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
	.list-prog .list-prog-img {height: 470px;background-size: 100%; }

	.list-prog:hover .list-prog-img,
	.list-prog:focus .list-prog-img,
	.list-prog:active .list-prog-img {
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	     background-size: 110%;
	}
}

@media (max-width: 1199px) {
	.list-prog .list-prog-img {height: 471px;background-size: cover; }
}

@media (max-width: 991px) {
    .list-prog .list-prog-img {height: 300px;background-size: cover; }
}

ul.label {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media(max-width: 991px) {
    ul.label{display: flex;}
}

ul.label a {
    display: flex;
}

ul.label li {
    background: #f7a800;
    height: 50px;
    width: 50px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 100%;
    padding: 15px 0;
    margin-left: 10px;
    margin-top: 3px;
    list-style-type: none;
    color: #fff;
    font-size: 11px;
}

ul.label li.ptz {
    padding: 20px 0;
}

.list-prog .list-text {
    padding:15px 20px;   
    position:relative;
}

.list-prog .titre-ville {margin:0;padding: 0}

.list-prog .titre-ville a {
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #f7a800;
    display: inline-block;
    padding: 10px 20px 10px 5px;
    margin-left: -35px;
    padding-left: 35px;}

.list-prog .titre-prog {
    font-size: 20px;
    text-transform: uppercase;
}

.piece {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
}

.list-prog ul.infos {

}

.list-prog ul.infos li {
    padding-left: 13px;
    position: relative;
    line-height: 20px;
}

.list-prog ul.infos li:before {
    content: "";
    background: url('images/list-style.png');
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 4px;
}

.prix-list { display: inline-block;}

@media (max-width: 991px) {
	.prix-list { margin-bottom: 20px;}
}

@media (min-width: 992px) {
	.prix-list { margin-bottom: 0;}
}

.prix-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prix-list .prix {
    font-weight: 700;
}

.mentions {font-size:12px;}

.btn-prog-list {margin-top: 3px; }

@media (min-width: 1200px) {
	.btn-prog-list {display: flex;margin-bottom: 0;}
	.btn-prog-list li{
    margin-right: 10px;
	}
}

@media (max-width: 1199px) {
	.btn-prog-list li {margin-bottom: 3px;}
}

@media (max-width: 991px) {
	.btn-prog-list li {margin-bottom: 10px;}
	.btn-prog-list {margin-top: 10px!important; }
}





/* LISTE APPARTEMENTS */

.list-appt .bandeau {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: -15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    /*width: 100px;*/
    margin-left: -50px;
    line-height: 27px;
    background: #f7a800;
    text-align: center;
}

.list-appt .list-appt-img {
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.list-appt .list-appt-img { height: 200px}
}

@media (max-width: 991px) {
	.list-appt .list-appt-img { height: 300px}
}

@media (min-width: 1200px) {
	.list-appt .list-appt-img{background-size: 100%; }

	.list-appt:hover .list-appt-img,
	.list-appt:active .list-appt-img,
	.list-appt:focus .list-appt-img {
	     background-size: 110%;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;   
	}
}

@media (max-width: 1199px) {
	.list-appt .list-appt-img{background-size: cover; }
}

.list-appt ul.label {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-appt {border:1px solid #eee; margin-bottom: 40px;}

.list-appt .list-text {
    padding:15px; 
    padding-bottom: 50px; 
    position:relative;
    background: #fff;
        min-height: 196px;
}

.list-appt .titre-ville {margin:0;padding: 0; margin-bottom: 10px;}

.list-appt .titre-ville a {
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    text-transform: uppercase;
    background: #f7a800;
    display: inline-block;
    padding: 5px 15px;
    }

.list-appt .titre-ville a>span{
    font-weight: 300;
}

.list-appt .piece {
    font-size: 14px;
    font-weight: 400;
}

.list-appt ul.infos li {
    padding-left: 0;
    line-height: 20px;
}

.icon {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.icon-surf {
    background-image: url(images/icon-surf.png);
}

.icon-balcon {
    background-image: url(images/icon-balcon.png);
}

.btn-appt-list {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: right;
}

.btn-appt-list .btn .btn-label {
    display: none;
    opacity: 0;
    padding: 7px 12px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-appt-list .btn:hover .btn-label,
.btn-appt-list .btn:active .btn-label,
.btn-appt-list .btn:focus .btn-label {
    display: inline-block; 
    background:#414a66; 
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.btn-appt-list .btn.btn-icon .glyphicons {
    height: 32px;
    width: 32px;
    line-height: 23px;
    font-size: 16px;
}

.price-wrapper {
    background: #2b324a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 15px;
    color: #fff;
}

.price-wrapper .prix {float: left; font-size: 10px;}

.price-wrapper .chiffre {font-size: 14px; font-weight: 600;}

.price-wrapper .link {
    float: right;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-wrapper:hover .link,
.price-wrapper:active .link,
.price-wrapper:focus .link {
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-wrapper .link:before {
    content: "\e224";
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.grey-wrapper {
    background: #e8e8e8;
    border-top: 6px solid #cdcdcd;
    padding: 50px 0;
}

.blue-wrapper {
    background: #414a66;
}



/* LIST MAP */
@media(min-width: 992px) {
    .list-map-wrapper { 
        display: flex;
    position: absolute;
    top: 101px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: #fff;}

    .map-wrapper { width: 50%; }

    .list-wrapper { width: 50%; overflow:auto;}    

    .list-map-wrapper .search .critere {
        width: 48%;
        margin-right: 1%;
        display: inline-block;
        margin-bottom: 1%;
    }

    .list-map-wrapper .search .budget-max {
        width: 96%;
        margin-bottom: 30px;
    }

    .list-map-wrapper .search .btn {
        margin: -10px auto 0;
        display: block;
    }
}

@media(max-width: 991px) {
    .map-wrapper, .post-absolute { display: none; } 
}


.list-map-wrapper .search { 
    margin-left: 0;
    position: inherit;
    left: 0;
    bottom: inherit;
    margin-bottom: 30px;
}

.list-map-wrapper .search  .search-content { display: block; }




/* LISTE REA */
.masonry {
 -moz-column-width: 20em;
 -webkit-column-width: 20em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
  
}

.masonry-brick {
 display: inline-block;
    margin: 7px;
 width:  100%; 
}

/* liste select */

.list-select {    margin: 0;
    border-bottom: #ddd 1px solid;
    padding: 0 0 10px;
    margin-bottom: 60px;}

.list-select .col-md-12 { padding: 0;
display: flex;
    align-items: left;
    justify-content: space-between;}

.list-select p {display: inline-block;}


.list-select .form-control {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
/*    float: right;
*/    width: initial;
    border: #ddd 1px solid;
    margin-right: 10px;
}


/* contact wrapper */
.contact-wrapper {
    background: url(images/contact-wrapper.jpg);
    position: relative;
    border-bottom: 6px solid #535e82;
    background-size: cover;
    background-position: center center;

    overflow-x: hidden;
}

@media (min-width: 992px) {
	.contact-wrapper {    height: 318px;}
}

.contact-title {
	    z-index: 100;
    position: absolute;
    top: -19px;
    left: 50%;
    margin:0;
    margin-left: -120px;
    line-height: 38px;
    background: #f7a800;
    display: inline-block;
    padding: 0 20px 0 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    width: 240px;
    text-align: center;
}


.contact-title:before {
    content: "";
    background: url(images/contact-title.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left:0;
}

.contact-wrapper .rubrique-wrapper {
    position: initial;
    padding: 91px 0;
}

.contact-text {
    background: #2b324a;
    color: #fff;
    height: 312px;
    text-align: center;
        padding: 75px 0;
}

.contact-name { text-transform: uppercase; margin: 0; }

.contact-text p {
    color: #fff;
}

@media (min-width: 992px) {
	.contact-text:after {
	    content: "";
	    background: #2b324a;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    left: 100%;
	    top: 0;
	}	
}


.social-list {display: block; margin: auto; text-align: center;}

.social-list li {display: inline-block;}

.social-list li a{
    width: 35px;
    height: 35px;
    margin:0 5px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid #fff;
    border-radius:100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-list li a:active,
.social-list li a:hover,
.social-list li a:focus {
    border:2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 10px; 
}

.social-list li a.facebook {
    background-image: url(images/icon-facebook.png);
}

.social-list li a.twitter {
    background-image: url(images/icon-twitter.png);
}

.social-list li a.google {
    background-image: url(images/icon-google.png);
}


/* liste articles home*/
.img-article { background-size: cover; background-position: center center;}

@media (max-width: 991px) {
	.img-article {height: 300px;}
	.article {margin-bottom: 30px;}
}

.article { background: #fff; padding: 50px 20px; border:1px solid #eee;}



/* footer */
footer {
	background: #1c2130;
	padding:30px 0 0;
    border-top: 6px solid #535e82;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

footer p {color: #fff; text-align: center;}

footer .col-md-3 {
    border-left: rgba(255, 255, 255, 0.3) solid 1px;
}

footer .col-md-3:first-child {
    border-left: 0;
}

footer .contact-name {font-size:12px; text-align: center;}

footer .logo {display: block; margin:auto; margin-bottom: 20px;}

footer a { color:#fff; font-size: 12px;}

footer a:hover,
footer a:active,
footer a:focus {
	color:#535e82;
}

footer .titre {
	text-transform:uppercase;
	font-size: 12px;
    font-weight: 300;
	margin-bottom:20px;
    position: relative;
    padding-left: 35px;
}

footer .titre:before {
    content: "";
    background: url('images/icon-footer.png');
    width: 28px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
    background-repeat: no-repeat;
}

footer ul { padding-left:30px; margin-left:20px;}

footer ul li {
	list-style-image: url(images/icon-arrow.png);
}

footer .partenaires {
    text-align: center;
    margin-bottom: 10px;
}

footer .partenaires img {
    margin: 0 5px;
}




.icon-contact {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2000;
}

.icon-contact a {color: #fff;}

.icon-contact .glyphicons {    line-height: 52px;}

@media(max-width: 767px) {
    .icon-contact {display: none;}
}

.icon-contact div {
    background: #414a66;
    margin-bottom: 2px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.icon-contact div:hover {
    background: #2b324a;
}





.contact-btn-list {display: flex;}

.contact-btn-list .btn {width: 100%; margin: 20px 10px 40px;}

.subfooter {margin-top:20px;}

.subfooter a { color:#ccc;}



.header-page {
/*	background:#2b324a;*/
	width: 100%;
	background-image: url('../img/header-page.jpg');
    position: relative;
}

@media (min-width: 1200px) {
		.header-page.details .search {
	}
}

@media (max-width: 1199px) {
		.header-page.details { margin-bottom: 0px; }
}

@media (min-width: 992px ) {
	.header-page {	height:300px; margin-bottom: 40px;}

	.header-page .search {
		bottom: -30px;
	}
}

@media (max-width: 991px ) {
    .header-page {  height:550px; }
}

@media (min-width: 992px ) {
    .header-page .titre1 {
    	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    	margin-top: 60px;
    }
}

@media (max-width: 991px ) {
    .header-page .titre1 {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        margin-top: 30px;
        margin-bottom: 0;
    }
}


@media (min-width: 992px) {
	.header-page.details .titre1 {
	margin: 120px 0;
	}	
    .breadcrumb-mobile {display: none;}
}

@media (max-width: 991px) {
	.header-page.details {
        display: none;
/*	margin: 70px 0 0;
*/	}	
	.header-page.details {
    height: 470px;
	}
	.header-page.details .titre1.white .subtitle {font-size: 14px;}
	#map {height: 400px!important;}

    .breadcrumb.details {display: none;}

     .breadcrumb-mobile {display: block; margin-top: 10px;}
}




/* breadcrumb */
.breadcrumb {
    color:#ccc;
    margin-top:10px;
    font-size:13px;
    text-transform: uppercase;
    background: transparent;
}

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

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

.breadcrumb .breadcrumb-item.active {color:#999;}


/* pagination */
.pagination>li>a, 
.pagination>li>span {
	border-radius: 0!important;
	border: 2px solid #2b324a;
	color: #2b324a;
	    margin-right: 10px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	color: #fff;
    background-color: #2b324a;
    border-color: #2b324a;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #fff;
    background-color: #2b324a;
    border-color: #2b324a;
}


/* details */
.border-title {
	background: url(../img/icon-bien.png);
	width: 28px;
	height: 40px;
	margin:auto;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}

.border-title:before,
.border-title:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 80px;
	height: 3px;
	background: #f7a800;
}

.border-title:before {right:200%;}

.border-title:after {left:200%;}

@media (max-width: 991px) {
	.details-page-title {margin-top: 30px;}
}
.details-prog {
	background: #ddd;
	color:#2b324a;
	padding: 15px;
    position: relative;
	font-size:16px;
}

@media (max-width: 991px) {
	.details-prog {margin-bottom: 30px;}
}

.details-prog .titre-ville {
    margin: auto;
    margin-top: -33px;
    line-height: 38px;
    background: #f7a800;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
    display: table;
}

.details-prog .titre-prog {font-size:20px;}

.details-prog .prix { margin-top: 20px; font-size: 14px; }

.details-prog .prix span {
    background: #2b324a;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
    font-size: 16px;
}

.mensu {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.details-prog .mentions {
    font-size: 11px;
    margin:0;
}

.details-prog .tableau {
    margin: 20px 15px;
    font-size: 14px;
}

.tableau+.tableau {
    margin-top: 40px;
}

.tableau .row {
	margin-bottom:2px;
	padding:5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tableau .row>div {
	padding:0;
        font-size: 14px;
}

.tableau .row .hono {
    font-size: 11px;
    line-height: 14px;
}

.tableau .row.thead,
.tableau .row.thead:active,
.tableau .row.thead:focus,
.tableau .row.thead:hover {
    background: #414a66!important;
    color: #fff;
    font-size: 13px; 
}

.tableau .col-xs-8, .tableau .col-xs-4, .tableau .col-xs-6 {
	padding: 0 5px;
}

@media (min-width:992px) {
	.tableau {
		margin: 0 30px;
	}
}

@media (max-width:991px) {
	.tableau {
		margin: 15px;
	}
}

@media (max-width:750px) {
	.content-details .tableau {
		overflow-x: auto;
		min-width: 600px;
		font-size: 12px;
		font-weight: 300;
		text-transform: capitalize!important;
		text-align: center;
	}

	.content-details {
		overflow-x: auto;
	}
}

.tab-prix {font-weight: 700;font-size:20px;}

.details-prog ul.bouton-prog {
    margin-top: 30px;
    text-align: right;
}

.details-prog .btn.btn-icon .glyphicons {
    height: 33px;
    width: 33px;
    line-height: 22px;
    font-size: 18px;
}

.details-prog .btn .btn-label, .btn.btn-label {
    padding: 8px 15px;
    font-size: 12px;
}

.details-prog ul.label {
     position: inherit; 
    padding: 0;
    margin: 10px 0 20px;
    display: flex;
}

.details-prog ul.label li:first-child {margin-left:0;}

.trombi-details .trombi-personne {display: inline-block; margin-right: 15px;}

.trombi-personne { margin-bottom: 10px; }

.trombi-personne img {
    max-width: 100px;
    margin-bottom: 5px;
}

.trombi-personne p {margin: 0; line-height: 18px; color: #414a66;}
.trombi-personne p a {color: #414a66;font-weight: 600;}

.trombi-personne .nom {font-weight: 400; text-transform: uppercase;color: #2b324a;}
.trombi-personne .titre {font-weight: 600; text-transform: uppercase; margin-bottom: 10px;color: #2b324a;}



.content-details {background: #eee; padding: 30px;}

@media (min-width: 992px) {
    .content-details {height: 100%;}
}

.content-details .tableau {margin: 0;}

.content-details .tableau .row.thead {
    margin: 0;
    padding: 0 10px;
}

.content-details .tableau .row { padding: 0; margin:0;}

.content-details .tableau .row div {padding: 5px;}

.content-details .tableau .row a {color: #2b324a; font-size: 13px;}

.tableau .download {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background: #bbb;
    color: #fff;
}

.tableau .download:hover,
.tableau .download:active, 
.tableau .download:focus {
    background: #999;
}

.content-details .tableau .row:hover,
.content-details .tableau .row:active,
.content-details .tableau .row:focus {
    background: #ddd;
}

.content-details  .budget-label .estim-label {
    color: #2b324a;
}

.content-details  .result-estimation {
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #2b324a;
    padding-top: 20px;
}


.contact-block {
    background: #2b324a;
    color: #fff!important;
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.contact-block img { margin-bottom: 15px; }

.contact-block p { color: #fff; }

.contact-block a { color: #ccc; }

.contact-img {
    background: url('../img/contact-img.jpg');
    width: 100%;
    background-size: cover;
    height: 356px;
}

.contact-block .contact-item-list {display: block;}

.contact-block .contact-item-list .contact-item {
	display:inline-block;
	width:49%;
	margin-bottom:30px;
	    vertical-align: top;
}


.rubrique-details  { 
	border:1px solid #ddd; 
	margin-top:30px;
	line-height: 18px;
}

.rubrique-details .row { margin: 0;}

.rubrique-details .text { padding: 15px 30px;}

.rubrique-details .titre3 {
	font-size: 16px;
	color: #FA8746;
}

.rubrique-details ul {
	padding-left:14px;
}

.rubrique-details ul li {
	list-style-image: url(images/list-style2.png);
}

.img-rubrique-details {
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}



@media (max-width:991px)  {
	.img-rubrique-details {
		height:300px;
	}
}

@media (min-width:992px)  {
	.row-height {
	  display: table;
	  table-layout: fixed;
	  height: 100%;
	  width: 100%;
	}
	.col-height {
	  display: table-cell;
	  float: none;
	  height: 100%;
	  vertical-align: top;
	}
}
.titre3.titre-bg {
	color:#fff;
	text-align: center;
	font-size:40px;
	margin:0;
	line-height: 50px;
}

.titre3.titre-bg span {
	display: block;
}

.big-list  {margin: 40px 0;}

.big-list li {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
    position: relative;
    font-weight: 300;
    padding-left: 40px;
    list-style-image: none!important;
}

.big-list li:before {
	content:'+';
	position: absolute;
	top:0;
	left:0;
	color:#f7a800;
	border: #f7a800 1px solid;
	border-radius: 100%;
	width:30px;
	height:30px;
	line-height: 26px;
	text-align: center;
}



.map {padding:0;}

.map-details {
	position: relative;
	background: #FA8746;
	color:#fff;
	padding: 30px;
}

@media (min-width:992px) {
	.map-details:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 20px 0;
		border-color: transparent #FA8746 transparent transparent;
		top:50%;
		margin-top:-20px;
		left:-20px;
		position: absolute;
	}
}

.map-details .titre3 {color:#fff;}

.map-details ul li {
    list-style-image: url(images/list-style.png);
}



/* 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: #666;
	text-transform: uppercase;
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}

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

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

#progressbar li:before {
	content:"";
	width: 30px;
	height:30px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	background: white;
	border:1px solid #FA8746;
	border-radius: 100%;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 23px;
    background: white;
    position: absolute;
    left: -50%;
    top: 3px;
    z-index: -1;
    border: 1px solid #fa8746;
}
#progressbar li:first-child:after {
	/*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:before{
	background: #FA8746;
	border:1px solid #fff;
}

#progressbar li.active:after {
    background: #FA8746;
    border: 1px solid #fa8746;
}


.video {
	margin: 30px 0;
}


/* rubrique details */
.content .rubrique .banner-rubrique {
	width:100%;
	color: #fff;
}

.content .rubrique .banner-rubrique .titre3 {
	color: #fff;
}

.content #R_outils .banner-rubrique {
	background: rgba(50, 101, 135, 0.8);
}

.content #R_investir .banner-rubrique {
	background: rgba(117, 206, 179, 0.9);
}

.content #R_pourquoi .banner-rubrique {
	background: rgba(132, 47, 80, 0.8);
}




.blog .titre-ville a {
	margin: 15px 0 15px!important;
	display: block;
}

.contact-details {
	background: #FA8746;
	color:#fff;
	padding: 4% 10%;
}

.contact-details a { color:#eee;}

.contact-details .titre3 { color:#fff;}

.row.maxi-margin { margin-top:40px;}



.details-table td {
    padding: 5px 10px;
}

.details-table .center {
    text-align: center;
}

.details-table .strong {
    font-weight: 600;
}



/* -------------- POP UP ----------------------- */
#black {
	background-color:#000; 
	z-index:100000; 
	opacity:0.85; 
	position:fixed; 
	top:0; 
	width: 100%;
	height: 100%;
	display:none;
}

.form-popup {
	display: none;
    border-collapse: collapse;
    text-align: center;
    top: 50px;
    position: fixed;
    z-index: 1000000;
    background-color: white;
    padding: 40px 30px 30px;
}

@media (min-width: 768px) {
	.form-popup {  width: 700px; left: 50%; margin-left: -350px;}	
}

@media (max-width: 767px) {
	.form-popup {  width: 100%; left:0;}	
}

.btn.close { 
    position: absolute;
    top: -60px;
    right: -30px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: #2b324a 0Px solid;
    opacity: 1;
    text-shadow: inherit;
    color: #fff;
    background-color: #2b324a;
    border-radius: 0;
    font-size: 24px;
}

.btn.close:hover, .btn.close:focus { 
    color: #fff;
	background-color: #2b324a;
	box-shadow: -1px 2px 15px 3px rgba(0, 0, 0, 0.2) inset;
}

.contact .input-group {margin-bottom:5px;    display: flex;}

.contact textarea {width:100%;margin-top:10px;} 

.contact .input-group-addon {
	background-color: #a0a0a0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    width: 145px;
    text-align: left;
        line-height: 20px;
}

.contact .form-control {
	background-color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0;
    box-shadow: none;
}

.ui-buttonset.contact-agence {
	margin: 10px 0;
    display: flex;
    border-radius:0;
}

.contact-agence .ui-widget {font-family: 'Roboto Condensed', sans-serif!important; color:#ccc;}

.contact-agence .ui-state-default.ui-state-active { 
	background-color: #0f486e !important; 
	background-image: none; 
	color: #fff !important; 
}

.contact-agence .ui-state-default {
	background: #ddd!important;
	color: #666!important;
	border:0px;
}



/* -------------- SEARCH ENGINE INPUT STYLE ------------*/

 #format { margin-top: 2em; }

.label-dist { width: 25%;}

.label-piece { width: 20%;}

.label-piece .ui-button-text-only, .label-piece .ui-button-text {
	padding: 7px 5px !important;
}

.label-dist .ui-button-text-only, .label-dist .ui-button-text {
	padding: 4px 5px !important;
}

.label-dist, .label-piece { 
	height: 34px; 
	border-radius: 0 !important; 
	border-width: 0 !important; 
	color: #666666 !important; 
	background-color: #fff !important; 
	background-image: none !important;
}

.label-dist:hover, .label-piece:hover,.label-dist:focus, .label-piece:focus  { 
	background: #e5e5e5 !important; 
	color: #666 !important;
}




.relative {position: relative;}

.double-buffer {margin-top:60px; margin-bottom:60px;}

.double-top-buffer {margin-top:60px;}

.double-bottom-buffer {margin-bottom:60px;}

.buffer {margin-top:30px; margin-bottom:30px;}

.top-buffer {margin-top:30px;}

.bottom-buffer {margin-bottom:30px;}

.center { text-align: center;}

.justify { text-align: justify;}

.clear {clear:both;}

.img-full {width:100%;}

a {
	font-size:14px;
	color: #0f486e;
}

ul.puce {    padding-left: 14px;}

ul.puce li {
	    list-style-image: url(images/list-style.png);
}


@media (min-width: 992px) {
	.display-desktop {display: none!important;}
}

@media (max-width: 991px) {
	.display-mobile {display: none!important;}
}

.glyphicons{
    font-size: 3rem;
}

a.downdoc{
    line-height: 43px;
}

.downdoc:hover{
    color:#bc2328;
}

@media print {
    .navbar-nav>li {
        display: none;
    }
    .navbar-nav>li.logo {
        display: block;
    }
    #searchengine {
        display: none;
    }
    .header-page.details {
        display: none;
    }
    header {
    position: initial!important;
    }

    .breadcrumb {margin-bottom: 20px;}

    .details-prog .titre-ville{
        background: 0;
        margin: 0;
        padding: 0;
            text-align: center;
    display: block;
    }
    .details-prog .prix span, ul.label li { background: 0; }

    .big-list li:before { color: #f7a800!important;}

    .tableau .row.thead, .tableau .row.thead:active, .tableau .row.thead:focus, .tableau .row.thead:hover {
        font-weight: bold; background: 0!important;
    }

    .btn, 
    .gallery-thumbs .swiper-wrapper, 
    .border-title, 
    .contact-wrapper, 
    footer, 
    .no-print, 
    .swiper-container,
    #map { display: none!important; }
    .gmnoprint{
      display:block!important;
    }
    .top-buffer, .double-top-buffer, .bottom-buffer, .double-bottom-buffer, .buffer, .double-buffer {margin:0!important;}
    .content-details, .details-prog, .titre2 {padding: 0;}
    .titre2:before {display: none;}
    .only-print {margin-bottom: 10px;}
}

@media screen {.only-print {display: none;} }
