/* ==========================================================================
 *  Introduction
 *  ==========================================================================
 * 
 * Table of content
 * 1. Layout
 * 2. Navigation
 * 3. Blocks
 * 4. Forms
 * 5. Fonts
 * 
 * Build on Bootstrap v2.3.1
 * 
 */

/* 1. Layout
   ========================================================================== */

/* Sticky footer styles */
html,
body {
	height: 100%;
	background:#fff url(../img/fond-site.png) repeat-x;
	color:#707070;
	/* The html and body elements cannot have any padding or margin. */
}

.logos{text-align:right;}

#wrap {
	/* Wrapper for page content to push down footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -30px;
}

.container { padding-bottom:20px; }
.navbarcontainer { padding-bottom:10px; }

#footer {
background-color:#e3e3e3;
	height: 180px;
	padding-top:10px;
	width:100%;
	bottom:0;
	color:#626262;
	font-size:12px;
}

/* Default */
#wrap > .container {

}


.logo{padding:0px;margin:0px;overflow: hidden;min-height:58px;}
.logo a{font-family: 'Roboto', sans-serif;font-weight:500;color:#9c9c9c;font-size:30px;text-transform:uppercase;}
.logo a:hover{text-decoration:none;color:#00a3e0;}
.logo span{color:#00a3e0;font-size:30px;font-family: 'Roboto', sans-serif;font-weight:300;text-transform:uppercase;}
.logo p {
	font-size: 15px;
	color: #a9a9a9;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 3px;
	margin-top: 3px;
}
.navbar-inverse{background:#fff;border:none; }
.navbar-inverse .navbar-brand:hover{color:#ccc;}

/*
.actus{background-color:#01487c;margin:-50px 0px 0px -10px;height:398px;}
*/
.actus h2{color:#fff;font-size:20px;font-weight:500;text-transform:uppercase;}



.contenu{padding-left:0px;padding-right:0px;}
.affmois{padding-left:0px;}
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}


.builderlink {
	display: block;
	font-size: larger;
	padding-top:15px;
}

/* 3. Blocks
   ========================================================================== */
/*actus*/
.actudatephoto{width:150px;float:left;margin:0px 3px 2px 0px;max-height:80px;}
.actudate{text-align:center;width:60px;float:left;font-family: 'Roboto', sans-serif;font-weight:500;font-size:27px;line-height:1em;}
.actudate span{font-size:12px;line-height:1em;}
.actuphoto{width:80px;float:left;}
.actuphoto img{border:3px solid #fff;}
.block-actus h2{margin-top:15px;}
.actubloctout{width:100%;float:left;color:#fff;max-height:280px;overflow-y:auto;}
.actubloctitre{color:#00b8ff;font-family: 'Roboto', sans-serif;font-weight:500;font-size:14px;}
#carousel-actus .carousel-inner{min-height:290px;}
#carousel-actus{margin-top:25px;}

.carousel-indicators {
	bottom:-40px;
	left:0;
	width:100%;
	/*background:#ccc;*/
	padding: 6px 0px;
	margin-left:0;
	
	position:static;
}
.carousel-indicators li {
	width:12px;
	height:12px;	
	background:#ccc;
	border-color:#ccc;
	margin-left:2px;

}
.carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}

.rightcol, .leftcol{border-radius:6px;background-color:#94a2b0;padding:10px;color:#fff;}
.leftcol ul, .rightcol ul{margin:0px;padding:0px;list-style:none;}
.leftcol li a, .rightcol li a{color:#fff;display:block;padding:3px;}
.leftcol li a:hover, .rightcol li a:hover{color:#00487c;text-decoration:none;background-color:#c1d7da;}
#node-4 .thumbnail{min-height:340px;}
#node-14 .jumbotron p{font-size:14px;}
.jumbotron p{font-size:16px;}
.promos{padding-top:100px;position:absolute;z-index:2000;margin:0px 0px 0px 70px; background-color: rgba(0,  0,  0,  0.5);
background: rgba(0,  0,  0,  0.5);
color: rgba(0,  0,  0,  0.5);
}
.promos a{display:block;color:#fff;font-family: 'Roboto', sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase;padding:5px;background-color:#000;margin:0px;}
.promos a:hover{color:#fff;background-color:#428bca;text-decoration:none;}
.vignettes{margin-top:15px;}
.search{text-align:center;margin:10px 0px 10px 0px;border-top:1px solid #ddd;padding-top:10px;}
#node-13 .btn{margin-bottom:3px;}
#carousel-affaires .carousel-control.right, #carousel-affaires .carousel-control.left,
#viewboatslider .carousel-control.right, #viewboatslider .carousel-control.left{background:none;}
#carousel-affaires{margin-bottom:10px;}
.affairedescription, .promotiondescription{padding-top:10px;}
.promotion{margin-bottom:10px;}

/* 4. Forms
   ========================================================================== */
.contact-form .form-control { width:95%; }
form { margin: 10px 0px 0px 0px; }
#FormCommentaires{width:300px;}
.contact-form label { display: block; float:left;width:120px;font-family: 'Roboto', sans-serif;font-weight:normal;font-size:12px;}
form .input { margin: 0px 0px 10px 0px; }
form .text input,
form .password input,
form .tel input,
form .textarea textarea,
form input[type=email]{ /*width: 200px;*/ -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;border: 1px solid #ccc;}
form .error-message { color: #ee4b33; }
form input[type=submit] {
	background-color:#51acd4;
	color:#fff;	
	border:none;
	cursor:pointer;
	
	padding:4px;
	width:77px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

form input[type=submit]:hover{
	background-color:#ccc;
	color:#fff;
}

.contact-form .submit{text-align:left;}

.required > label:after, .radio-label.required:after {
    content: "*";
   color:red;
}

.reqtxt:before {
    content: "*";
    color:red;
}
.reqtxt {
    display: block;
    font-style: italic;
    padding-bottom: 12px;
    
}

#flashmessage, .form-success {padding:5px;background-color:#dcff8e;border:1px dotted #4e8d00;}
.error, .notice, .success, .message, .form-success { padding: .8em; margin: 1em auto 1em auto; border: 3px solid #00A7D0; width:500px; }
.error { background: #e95f73; }
.notice, .message { background: #FFF6BF; color: #817134; }
.success { background: #CDDF86; color: #529214; }
.error a { color: #D12F19; }
.notice a, .message a { color: #817134; }
.success a { color: #529214; }

/* 5. Fonts
   ========================================================================== */
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;}
h2{color:#00ace5;font-size:22px;font-weight:500;text-transform:uppercase;}
h1{color:#00ace1;font-size:24px;}
h4{color:#00487c;}
h3, h2{margin-top:0px;}
.jumbotron h1{color:#9c9c9c;}
.affairetitre, .promostitre{background-color:#e3e3e3;padding:8px;}
.affaireprix{color:#346ab2;}


/* 6. Surcharges
 ========================================================================== */
.navbar-inverse .navbar-nav > li > a:hover{color:#00ace1;}
.col-centered { float:none; margin: 0 auto; }
.navbar-toggle{background-color:#00a3e0;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #00a3e0;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #707070;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #00a3e0;
    color: #fff;
}
#carousel-affaires .btn-info{width:90px;text-align:center;}
#carousel-affaires  .carousel-control{opacity:1;top:150px;height:60px;}
#viewboatslider  .carousel-control{opacity:1;}
.virtualtour { height:680px; border:none; }

/* Phones to tablets */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body{background-image:none;}
	.navbar-brand{height:70px;}
	.logo a{font-size:18px;}
	.navbar-brand span{font-size:18px;}
	.navbar-brand p{font-size:10px;letter-spacing:0px;}
	.navbar-header{border-bottom:1px solid #00a3e0;}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border: none;
	}
	.promos{margin:0px;padding-top:0px;position:static;}
	.navbar{margin-bottom:0px;}
	.actus{height:normal;}
	.affmois h2{font-size:14px;}
	.affairetitre{font-size:12px;}
	.affaireprix{font-size:12px;}
	.logos{text-align:left;}
	/* jmn : pose un problème pour la galerie */
	
	#carousel-affaires  .carousel-control{top:40px;height:60px;}
	/*.carousel-control{opacity:1;top:-250px;}*/
	#topcarousel  .carousel-control{top:-10px;}
	.affmois{margin-bottom:70px;}

	.promosmobile a{display:block;margin:0 auto;width:120px;padding:5px;background-color:#000;text-align:center;-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;color:#fff;font-family: 'Roboto', sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase;}
	
	.promosmobile a:hover{text-decoration:none;background-color:#00a3e0;}
	.navbar-toggle .icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #333;
	}
	.leftcol h3{float:left;}
	.virtualtour { min-height:520px; border:none; }
	.actudatephoto{width:120px;float:left;margin:0px 3px 2px 0px;max-height:80px;}
	.actudate{width:40px;font-size:18px;}
	.actudate span{font-size:10px;}
	.actuphoto{width:60px}
	.actuphoto img{border:1px solid #fff;}
	.contenu{padding-left:15px;padding-right:15px;}
	.affmois{padding-left:15px;}
}

