@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
    color: #306695;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #003366;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 400;
    color: #306695;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

.bleuClair {
color: #00BFFF;
}

.jauneVert {
color: #E7F00D;
}
.bleuFonce {
color: #306695;
}

.btn {
font-weight: 400 !important;
}
.btnAction {
background: #00BFFF;
border: 0;
font-size: 2rem;
font-weight: 400;
}

/* ------- Navigation ------------ */
#navigation {
    position: relative;
	/*background: #306695;*/
background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(48,182,255,1) 30%, rgba(48,182,255,1) 30%, rgba(48,182,255,1) 70%, rgba(48,102,149,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(48,182,255,1) 30%,rgba(48,182,255,1) 30%,rgba(48,182,255,1) 70%,rgba(48,102,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(48,182,255,1) 30%,rgba(48,182,255,1) 30%,rgba(48,182,255,1) 70%,rgba(48,102,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	z-index: 9999 !important;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}



/*.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}*/

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
    margin: 10px 0;
}
.navbar-custom ul.nav li {
	float: left;
	display: block;
	text-align: left;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
    padding: 15px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
    outline: 0;
    color: #F0F012;
    background: none;
}




.navbar-toggle {
    padding: 4px 6px;
    font-size: 30px;
    color: #fff;
}

.navbar-toggle li:focus a,
.navbar-toggle li:active a {
    outline: 0;
    color: #000;
}


.nav li a:hover {
background: none;
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- About
============================ */
#about .title {
color: #fff;
font-size: 3.5rem;
}

#about h2 {
color: #00BFFF;
font-size: 2.5rem;
}

#about p {
color: #fff;
font-size: 1.5rem;
}

#about .intro {
    display: block;
	width:100%;
	position:relative;	
	background: url(../img/bateau.jpg) no-repeat center center;
	background-size: cover;
    height: 400px;
}

.intro .slogan {
text-align: center;
display: block;
padding: 80px 0 0 0;
position: relative;
z-index: 1000;

}

.intro .slogan .logo {
max-width: 220px;

}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

.wave {
display: none;
position: absolute; 
bottom: -100px; 
left: 50%; 
transform: translateX(-50%); 
max-width: 60%; 
opacity: 0.9;
}

/* ==========================
--- Location
============================= */
#location .intro {
    display: block;
	width:100%;
	position:relative;	
	background: url(../img/location.jpg) no-repeat center center;
	background-size: cover;
    height: 400px;
}

#location .title {
color: #fff;
font-size: 3rem;
}

#location .title:after {
content: '';
display: block;
width: 80px;
height: 2px;
background: #00BFFF;
margin: 10px auto;
}

#location .blocInfos {
display: block;
padding: 10px;
color: #fff;
margin: 0 0 20px 0;
border-radius: 10px;
min-height: 300px;
}

#location .blocInfosUn {
background: #306695;
}


#location .blocInfos .permis {
display: block;
margin: 50px 0 20px 0;
}

#location .blocInfos .permis:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f2bb";
  visibility: visible;
  font-weight: 900;
font-size: 4rem;
margin: 0 5px 0 0;
color: #00BFFF;
}

#location .blocInfosDeux {
background: #00BFFF;
}


#location .blocInfos .carburant {
display: block;
margin: 50px 0 20px 0;
}

#location .blocInfos .carburant:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f13d";
  visibility: visible;
  font-weight: 900;
font-size: 4rem;
margin: 0 5px 0 0;
color: #306695;
}

#location .blocInfosTrois {
background: #306695;
}


#location .blocInfos .tarif {
display: block;
margin: 50px 0 20px 0;
}

#location .blocInfos .tarif:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f073";
  visibility: visible;
  font-weight: 900;
font-size: 4rem;
margin: 0 5px 0 0;
color: #00BFFF;
}

#location .blocInfosQuatre {
background: #ffffff;
color: #306695;
}


#location .blocInfos .contact{
display: block;
margin: 50px 0 20px 0;
}

#location .blocInfos .contact:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  visibility: visible;
  font-weight: 900;
font-size: 4rem;
margin: 0 5px 0 0;
color: #00BFFF;
}




#location .blocBoat {
display: block;
position: relative;
overflow: hidden;
border: 1px #306695 solid;
border-radius: 10px;
background: #fff;
margin: 0 0 20px 0;
padding: 5px;
}

#location .blocBoat .zoneImg {
display: block;
position: relative;
overflow: hidden;
max-height: 232px;
border-radius: 10px;
}

#location .blocBoat .infos {
text-align: left;
padding: 10px;
font-size: 1.8rem;
}

#location .blocBoat .infos h3 {
font-size: 2.2rem;
margin: 5px 0 5px 0;
}

#location .blocBoat .infos p.engine {
margin: 0;
}

#location .blocBoat .infos p.number {
margin: 0;
}

#location .blocBoat .infos p.engine:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f013";
  visibility: visible;
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 5px 0 0;
}

#location .blocBoat .infos p.number:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  visibility: visible;
  font-weight: 900;
    font-size: 1.5rem;
      margin: 0 5px 0 0;
}

#location .blocBoat .infos ul {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}

#location .blocBoat .infos ul li {
display: inline-block;
width: 46%;
}

#location .blocBoat .infos ul li:first-child {
margin: 0 10px 0 0;
}

#location .blocBoat .infos ul li.bs {
display: inline-block;
padding: 2px 10px;
background: #306695;
border-radius: 5px;
color: #fff;
font-size: 1.6rem;
}

#location .blocBoat .infos ul li.hs {
display: inline-block;
padding: 2px 10px;
background: #00BFFF;
border-radius: 5px;
color: #fff;
font-size: 1.6rem;
}

.corner-ribbon{
  width: 200px;
  background: #E7F00D;
  position: absolute;
  top: 25px;
  left: -60px;
  text-align: center;
  line-height: 36px;
  color: #306695;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-weight: 700;
}



.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -60px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* ==========================
--- Occasions
============================= */
#occasions .blocBateau h2 {
background: #003366 !important;
}

#occasions .intro .slogan {
text-align: center;
display: block;
padding: 80px 0 !important;
position: relative;
z-index: 1000;

}

/* ===========================
--- Contact
============================ */

#contact .intro {
    display: block;
	width:100%;
	position:relative;	
	background: url(../img/contact.jpg) no-repeat center center;
	background-size: cover;
    height: 400px;
}



#contact h3 {
font-size: 2.5rem;
margin: 0 0 10px 0;
color: #fff;
}
#contact p {
color: #fff;
}

.obligatoire {
display: block;
font-size: 12px;
float: right;
margin: 0 0 10px 0;
}


.form-wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #306695;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 10px;
	background: #fefefe;
	color: #888;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 10px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/* ===========================
--- Legals
============================ */
#legals {
color: #fff;
}
#legals h4 {
color: #fff;
}








/* ===========================
--- Footer
============================ */

footer ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

footer ul li {
display: inline-block;
margin: 0 auto;
font-size: 1rem;
}

footer {
	text-align: center;
	padding: 50px 0 30px;
	
}

footer p {
    margin: 0;
	color: #f8f8f8;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}
.credits {
    color: #fff;
}

/* ==========================
Parallax
============================= */

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}



/* ------ Section Occasion ----- */

#location img {
border-radius: 0;
}


#location .blocBateau {
    position: relative;
    border: 1px #999 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    height: 575px; /*430px*/
    margin: 0 0 10px 0;
}

#location .blocBateau h2 {
    color: #fff;
    background: #000;
    font-size: 17px;
    padding: 8px;
    margin: 0;
}

#location .blocBateau p {
    line-height: normal;
    font-weight: normal;
    margin: 0 0 3px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px #eaeaea solid;
}

#location .blocBateau ul {
    border-bottom: 1px #eaeaea solid;
    margin: 0 0 3px 0;
    padding: 0 0 2px 0;
}

#location .blocBateau p.annee {
font-weight: bold;
}

#location .blocBateau p.prix {
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    background: none;
}

#location .blocBateau p.moteur {
margin: 8px 0;
}

div.img {
  width: 328px;
  height: 219px;
  background-position: center;
  background-size: cover;
}

div.blocBateau ul li {
    display: inline-block;
    width: 50%;
    text-align: left;
}


/* Media queries */
@media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,0);
    }

    .nav.navbar-nav li {
        display: block;
        width: 100%;
    }

    .navbar-custom ul.nav li a {
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 5px;
    }
    
    
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    
    .page-scroll a {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        font-size: 20px;
    }
    
}

@media (max-width:768px) {
	.navbar-header .fa {
		color: #fff;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (min-width:768px) {
    .navbar-custom ul.nav li {
        float: none;
        display: inline-block;
        text-align: center;
    }
        .wave {
    display: block;
    position: absolute; 
    bottom: -100px; 
    left: 50%; 
    transform: translateX(-50%); 
    max-width: 60%; 
    opacity: 0.9;
    }
}

