/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
/*	max-width:1280px;
	width:95%; */
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* 404 */
.error404>.wrapper {
	height: 100%;
}
.error404>.wrapper>.footer {
	margin-top: -70px;
}
#post-404 {
	padding: 50px;
}

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
	display: none!important;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    CUSTOM Jake front page
\*------------------------------------*/
body, html {
    height: 100%;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif!important;
}

#bandeau {
    background: rgba(255,255,255,0.5);
    /*padding: 25px 50px;*/
	padding: 25px 14px;
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
	z-index: 99998;
}
.force_white {
	Background-color: white!important;
}
.nextend-arrow-previous {
	z-index: 99999;
}
#slogan {
    color: #555;
    float: right;
    font-size: 21px !important;
    font-style: italic;
    text-align: right;
	display: none;
	padding-right: 20px;
}
#slogan span {
	color: #8fc73e;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
}
/*#frontpage>h1 {
	padding-top: 150px;
}*/
#boite {
	/*background: rgba(0, 0, 0, 0) url(/lp/images/bg_box.png) no-repeat scroll 0 0 / 100% 100%; */
	padding-top: 150px;
    margin: 0 auto 100px;
    max-width: 1247px;
    min-height: 1000px;
    position: relative;
    width: 85%;
    z-index: 999;
}
#boite>h1 {
    color: #fff;
    font-weight: 500;
    padding: 45px 69px 25px;
    text-transform: uppercase;
    margin: 0;
}
.boite-in {
    padding: 40px 75px;
    background: rgba(255,255,255,0.95);
    /*border: 8px solid rgba(211,211,211,0.95);*/
    border-top: 0px;
}
.citation {
    border-left: 5px solid #8fc73e;
    padding: 25px;
    text-align: justify;
    font-size: 15px;
}
.sidebar {
	display: none;
}
.footer {
    clear: both;
    position: relative;
}
.footer>p {
    color: #555;
    background-color: #EFEFEF;
    border-top: 1px solid #ccc;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    margin: 0;
}
.projet {
	position:relative;
}
.projet>a>img {
	width: 100%;
    height: auto;
    border: 4px solid #d7d7d6;
	/*padding-bottom: 30px;*/
}
.projet>a:hover>img {
	border: 4px solid #3c98b6;
}
.projet>a>h2 {
	background: rgba(255,255,255,0.5);
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 48px;
	color: #181818;
    font-size: 22px;
    font-weight: 600;
	text-transform: uppercase;
}
.projet>a>h2>span {
	font-size: 18px;
}
.projet>a:hover>h2 {
	display: block;
}
.projet p {
    background: #d7d7d6 none repeat scroll 0 0;
    color: #3c98b6;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: bolder;
    margin: 5px 0 24px;
    padding: 8px 0 8px 8px;
    width: 100%;
	position: relative;
}
.projet p a.phone {
    color: #fff!important;
    display: block;
    float: right;
    margin: -8px 0;
    padding: 8px 7% 8px 17%;
    text-decoration: none;
    font-style: normal;
}
.plus-info>a {
	text-decoration: none;
	color:#3c98b6;
}
.plus-info>a:hover {
	text-decoration: none;
	color:#999;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
#infoSupp {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 95px;
	width: 100%;
}
.logoP {
    max-width: 200px;
    height: auto;
    min-height: inherit;
}
#info-in {
	width: 68%;
}
#info-in a, #info-in p, .logoP {
    color: #5d5d5d;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    min-height: 58px;
    padding: 0 10px;
    vertical-align: middle;
}
.prix {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400 !important;
    padding: 20px 20px 0 !important;
    text-transform: uppercase;
    text-align: right;
}
.prix span {
    font-size: 24px;
    font-weight: bold;
}
.etage i, .chambre i, .sdb i {
    display: inline-block;
    width: 67px;
    height: 67px;
    vertical-align: middle;
    margin-right: 10px;
}
.telephone3 {
	display: none;
}

.telephone, .telephone2, .telephone3 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
/*	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; */
    color: #333;
/*	color: #d6d6d6; */
    display: block;
    font-size: 18px;
    font-weight: bolder;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans Condensed",sans-serif;
	margin-top: -320px;
	position: relative;
    z-index: 555;
	width: 408px;
}
.telephone>a,.telephone2>a,.telephone3>a {
	color: #333;
/*	color:#fff; */
}
.telephone>a:hover, .telephone2>a:hover, .telephone3>a:hover {
	color:#3da3c4;
	text-decoration: none;
}
#formulaireM, .mysticky-block-content {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #999;
    margin-bottom: 208px;
    margin-right: -60px;
    margin-top: 0px;
    max-width: 408px;
    padding: 0 22px 15px;
    position: relative;
    z-index: 555;
}
#formulaireM h1, .mysticky-block-content h3 {
    color: #333;
    font-size: 27px!important;
    font-style: italic;
	padding-bottom: 5px;
}
#formulaireM h1 span, .mysticky-block-content h3 span{
    font-size: 16px!important;
    display: block;
}
#formulaireM>p, .mysticky-block-content>p {
    color: #3da3c4;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
#formulaireM input, #formulaireM textarea, .mysticky-block-content input, .mysticky-block-content textarea {
    border: 2px solid #ccc;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 10px 0;
    padding: 2%;
    width: 96%;
}
#formulaireM>div>form>p>label, .mysticky-block-content>div>form>p>label{
	font-size: 13px;
	width: 100%;
}
#formulaireM>div>form>p, .mysticky-block-content>div>form>p {
	margin-bottom: 0;
	
}
#formulaireM>div, .mysticky-block-content>div {
	padding-bottom: 0;
}
div.wpcf7 { 
	background-color: #fff;
	border: 1px solid #ccc;
	padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background:#fff;
	color:#000;
	font-family:lora, sans-serif; 
	font-style:italic;
	width: 100%;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
	background-color:#fff;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}
.main-content {
	padding-top: 50px;
	padding-bottom: 200px;
}
.main-carousel {
	min-height: 250px;
	/*margin-top: -200px*/
}
.carousel-cell {
	height: auto;
	width: 33%;
	padding: 10px;
}
.carousel-cell .carousel-title {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	padding: 5px 10px;
	position: relative;
	margin-top: -60px;
	height: 60px;
	/*margin-bottom: 0;*/
	color: white;
}

.carousel-cell a:hover {
	text-decoration: none;
}
.carousel-cell>a:hover>div {
	color: #3da3c4;
}

.wpcf7-form {
	width: 100%;
	overflow: hidden;
}
.captcha-jake>div {
	margin:0 auto;
	/*width: 280px;*/
}
.attachment-post-thumbnail {
	width: 100%;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    NAVBAR
\*------------------------------------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.main-content {
		padding-bottom: 20px;
	}
	#infoSupp {
		background: #efefef none repeat scroll 0 0;
		border-bottom: 1px solid #ccc;
		padding: 15px 15px;
		width: 100%;
		text-align: center;
	}
	.logoP {
		max-width: 200px;
		height: auto;
		min-height: inherit;
		display: block;
		margin: 5px auto;
	}
	#info-in {
		width: 100%;
		display: block;
	}
	#info-in a, #info-in p {
		color: #5d5d5d;
		display: block;
		font-weight: 600;
		margin: 0;
		min-height: 58px;
		padding: 10px;
		vertical-align: middle;
	}
	.prix {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: none;
		border-left: none;
		font-size: 15px;
		font-weight: 400 !important;
		padding: 20px 20px 10px !important;
		text-transform: uppercase;
		text-align: center;
	}
	.prix span {
		font-size: 24px;
		font-weight: bold;
	}
	.etage i, .chambre i, .sdb i {
		display: inline-block;
		width: 67px;
		height: 67px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.carousel-cell {
		min-height: 250px;
		width: 80%;
		padding: 10px;
	}
	.carousel-title {
		height: 250px;
		padding: 10px;		
	}
	.logo-img {
    	/*width: 50%;*/
	}
	.plus-info{
		font-size: 11px!important;
	}
	#boite>h1 {
		font-size: 18px;
	}
	.citation {
		border-left: 5px solid #8fc73e;
		padding: 5px;
		text-align: justify;
		font-size: 12px;
	}
	.boite-in {
		padding: 40px 10px;
		background: rgba(255,255,255,0.95);
		/*border: 4px solid rgba(211,211,211,0.95);*/
		border-top: 0px;
	}
	.telephone2 {
		display: none;
	}
	.telephone, .telephone2, .telephone3 {
		background: rgba(0, 0, 0, 1) none repeat scroll 0 0; 
		color: #d6d6d6;
		margin-top: 0;
		position: relative;
		width: 100%;
	}
	.telephone>a, .telephone2>a, .telephone3>a {
		color: #FFF;
	}
	.telephone2 {
		margin-top:-30px;
	}
	.telephone3 {
		background: rgba(0, 0, 0, 1) none repeat scroll 0 0; 
		color: #d6d6d6;
		margin-top: 0;
		position: relative;
		width: 100%;
	}
	.telephone3>a {
		color: #FFF;
	}
	.telephone3 { 
		margin-top:0px;
		font-size: 24px;
	}
	.phone_number {
		font-size: 32px;
	}
	
	#formulaireM {
		margin-top: 0px;
		max-width: 100%;
		padding: 0 22px 15px;
		position: relative;
		z-index: 555;
	}
	.single-post>div>header {
		top: -150px!important;
	}
	.n2-ss-align {
		margin-top: 130px!important;
	}
	.logo>.float-right {
		text-align:center!important;
		float:none!important;
	}
	#bandeau {
		padding: 5px 14px;
		/*background: rgba(255,255,255,0);*/
	}
	#boite>h1 {
		font-size: 15px;
		padding: 10px 30px;
	}
	.projet > a > h2 {
		font-size: 12px;
	}
	.projet > a > h2 > span {
	    font-size: 10px;
	}
	.flickity-button {
		display: none;
	}
}

@media only screen and (min-width:480px) {
	.boite-in {
		padding: 40px 75px;
		background: rgba(255,255,255,0.95);
		/*border: 8px solid rgba(211,211,211,0.95);*/
		border-top: 0px;
	}
}
@media only screen and (min-width:768px) {

	.carousel-cell {
		height: 250px;
		width: 33%;
		padding: 10px;
	}
	.logo-img {
    	width: auto;
	}
	#boite > h1 {
		color: #fff;
		font-weight: 500;
		padding: 45px 69px 25px;
		text-transform: uppercase;
		margin: 0;
		font-size: 20px;
	}

	.citation {
		border-left: 5px solid #8fc73e;
		padding: 25px;
		text-align: justify;
		font-size: 15px;
	}
	.boite-in {
		padding: 40px 75px;
		background: rgba(255,255,255,0.95);
		/*border: 8px solid rgba(211,211,211,0.95);*/
		border-top: 0px;
	}
	.single-post>div>header {
		top: 0!important;
	}
	.n2-ss-align {
		margin-top: 0!important;
	}
	.logo>.float-right {
		text-align:none!important;
		float: right!important;
	}
	#bandeau {
		padding: 25px 50px;
		/*background: rgba(255,255,255,0.5);*/
	}
	.telephone2, .telephone3 {
		display:none;
	}
}
@media only screen and (min-width:1024px) {
	.flickity-button {
		display: block;
	}	
	#infoSupp {
		background: #efefef none repeat scroll 0 0;
		border-bottom: 1px solid #ccc;
		padding: 15px 95px;
		width: 100%;
	}
	.logoP {
		max-width: 200px;
		height: auto;
		min-height: inherit;
	}
	#info-in {
		width: 68%;
	}
	#info-in a, #info-in p, .logoP {
		color: #5d5d5d;
		display: inline-block;
		font-weight: 600;
		margin: 0;
	/*	min-height: 58px; */
		padding: 0 10px;
		vertical-align: middle;
	}
	.prix {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-top: none;
		border-bottom: none;
		font-size: 15px;
		font-weight: 400 !important;
		padding: 20px 20px 0 !important;
		text-transform: uppercase;
		text-align: right;
	}
	.prix span {
		font-size: 24px;
		font-weight: bold;
	}
	.etage i, .chambre i, .sdb i {
		display: inline-block;
		width: 67px;
		height: 67px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	
	.carousel-cell {
		height: 250px;
		width: 25%;
		padding: 10px;
	}
	#slogan {
		display: block;
	}
	.plus-info{
		font-size: 13px!important;
	}
	#boite>h1 {
		font-size: 24px;
	}
	.telephone {
	   	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    	color: #333;
		margin-top: -320px;
		position: relative;
		width: 100%;
	}
	.telephone>a {
		color: #333;
	}

	#formulaireM {
		background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px #999;
		margin-bottom: 208px;
		margin-right: -60px;
		margin-top: 0px;
		width: 100%;
		padding: 0 22px 15px;
		position: relative;
		z-index: 555;
	}
	.projet > a > h2 {
		font-size: 16px;
	}
	.projet > a > h2 > span {
	    font-size: 12px;
	}	
}
@media only screen and (min-width:1140px) {
	.plus-info{
		font-size: 14px!important;
	}
}
@media only screen and (min-width:1280px) {
	.plus-info{
		font-size: 17px!important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
