header{
	border-bottom: 2px solid #e15556;
}
/*////////////////////////////////////////BATEAU VISUEL//////////////////////////////////////////////*/
.bateau-visuel{
	height:620px;
	overflow:hidden
}
.bateau-visuel img{
	visibility: hidden;
	min-height: 100%;
    min-width: 100%;
}
/*////////////////////////////////////////BATEAU CONTENT//////////////////////////////////////////////*/
.bateau-content{}
.bateau-content .left,
.bateau-content .right{
	width:50%;
	float:left;
}
.bateau-content .right{
	overflow:hidden;
}
.bateau-content .right img{
	visibility: hidden;
	min-height: 100%;
    min-width: 100%;
}
.bateau-content .left .left-inner{
	width:600px;
	float:right;
	padding: 40px 40px 30px 24px;
	position:relative;
}
.bateau-content .left .left-inner b{
	font-weight:500;
}
.bateau-content .left .left-inner .top-title{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -102px;
    left: 0;
    color: #ffffff;
    padding: 20px 0 12px 25px;
    height: 102px;
}
.bateau-content .left .left-inner .top-title h1{
	font-family:"Oswald", Helvetica, Arial, sans-serif;
  	font-weight: 500;
  	font-size:35px;
	  margin-bottom:15px;
	  text-transform: uppercase;
}
.bateau-content .left .left-inner .top-title h2{
	text-transform:uppercase;
	font-size:20px;
	position:relative;
	padding:0 0 0 20px;
}
.bateau-content .left .left-inner .top-title h2:before{
	content:"";
	display:block;
	width:4px;
	height:46px;
	background:url("../img/picto-accordion-hover.jpg") no-repeat center center;
	position:absolute;
	top: 5px;
    left: 1px;
}
.bateau-content .left .left-inner h3{
	font-size:16px;
	margin-bottom:25px;
	font-weight:500;
}
.bateau-content .left .left-inner p{
	font-size:15px;
	line-height:1.2;
	margin-bottom:15px;
}
/*////////////////////////////////////////BATEAU GAMME//////////////////////////////////////////////*/
.bateau-gamme{
	text-align:center;
	padding:35px 0 0 0;
	background:#f0f0f0;
	margin-bottom: 5px;
}
.bateau-gamme h2{
	font-family:"Oswald", Helvetica, Arial, sans-serif;
	font-weight:500;
	color:#989898;
	font-size:25px;
	text-transform:uppercase;
}
.bateau-gamme span{
	display: inline-block;
	color:#3c3d48;
	font-size:35px;
	margin-top: 10px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  	font-weight:300;
}
.bateau-gamme span:after{
	content:"";
	display:block;
	width:100px;
	height:4px;
	background:#d20001;
	margin: 15px auto;
}
.bateau-gamme .bateau-gamme-visuels{
	display:table;
}
.bateau-gamme .bateau-gamme-block{
	display:table-cell;
	position:relative;
	vertical-align:top;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	z-index: 2;
}

.bateau-gamme .bateau-gamme-block:hover{
	opacity: 1;
}
.bateau-gamme .bateau-gamme-block.width_1_7{
	width:14.7%;
}
.bateau-gamme .bateau-gamme-block.width_1_6{
	width:16.66%;
}
.bateau-gamme .bateau-gamme-block.width_1_4{
	width:25%;
}
.bateau-gamme .bateau-gamme-block.width_1_3{
	width:33.33%;
}
.bateau-gamme .bateau-gamme-block.width_1_2{
	width:50%;
}
.bateau-gamme .bateau-gamme-block img{
	width:100%;
	display:block;
	visibility:hidden;
}

.wrapper.hors-bord,
.wrapper.in-bord,
.wrapper.voilier,
.wrapper.prestige,
.wrapper.catamaran,
.wrapper.semi-rigide {
	width: 100%;
}

.bateau-gamme .bateau-gamme-block .txt{
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width:100%;
    background: rgba(0,0,0,0.3);
    padding:35px 10px;
    color:#ffffff;
    font-size:30px;
    font-family:"Oswald", Helvetica, Arial, sans-serif;
	font-weight:500;
	line-height:1.2;
	/*transition: all 0.4s linear;*/
}
.Edge .bateau-gamme .bateau-gamme-block .txt{
	transition: none;
}
.bateau-gamme .bateau-gamme-block .txt:before{
	content:"";
	display:block;
	width:4px;
	height:46px;
	background:url("../img/picto-accordion-hover.jpg") no-repeat center center;
	position:absolute;
	top: -26px;
    left: 50%;
    margin-left:-2px;
}
.bateau-gamme .bateau-gamme-block .txt .bigtxt{
	display: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 25px;
    padding: 0 40px;
	/*transition: all 0.8s ease;*/
}
/*.Edge .bateau-gamme .bateau-gamme-block .txt .bigtxt{
	transition: none;
}
.IE .bateau-gamme .bateau-gamme-block .txt .bigtxt{
	transition: none;
}*/
.bateau-gamme .bateau-gamme-block:hover .txt{
	transform: translate(0,0);
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	color:#000000;
	z-index: 10;
	border: 1px solid #e1e1e1;
	min-height: 100%;
}
.bateau-gamme .bateau-gamme-block:hover .txt .bigtxt{
	display: block;
	display: block;
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    padding-bottom: 25px;
}
.bateau-gamme .bateau-gamme-block .bigtxtresp{
	display:none;
}
/*////////////////////////////////////////BATEAU LOGO//////////////////////////////////////////////*/
.bateau-logo{
	margin:30px 0;
	text-align:center;
}
.bateau-logo img{
	height:80px;
	margin: 0 10px;
}


/*////////////////////////////////////////TEMOIGNAGES//////////////////////////////////////////////*/
#flexslider-temoignage .flex-viewport img {
	width: 100%;
}

#flexslider-temoignage .flex-direction-nav .flex-prev {
	left: 0 !important;
}

#flexslider-temoignage .flex-direction-nav a {
    opacity: 1 !important;
}

#flexslider-temoignage{
	position: relative !important;
}


#flexslider-temoignage .flex-direction-nav .flex-next {
	right: 0 !important;
}
#flexslider-temoignage .flex-direction-nav {
	height: 20px;
}

#flexslider-temoignage .flex-direction-nav a:before{
	color: rgba(255, 255, 255, 0.8);
}

#flexslider-temoignage .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
	z-index: 2 !important;
}



/*////////////////////////////////////////MEDIA QUERIES//////////////////////////////////////////////*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1220px) {
	.bateau-content .left .left-inner{
		width:450px;
	}
	.bateau-gamme .bateau-gamme-block .txt{
		font-size: 20px;
		padding-top:15px;
	}
	.bateau-gamme .bateau-gamme-block .txt .bigtxt{
		font-size: 12px;
		padding:0;
		margin-top: 5px;
	}

	.bateau-gamme {
		display: block;
	}

	.wrapper.hors-bord{
		width: 900px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.wrapper.hors-bord .bateau-gamme-block {
		display: initial;
		width: 33.33%;
		margin: 20px 0;
		height: auto;
	}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.bateau-gamme{
		margin-bottom: 130px;
	}
	.bateau-content .left .left-inner{
		width:375px;
	}
	.bateau-visuel img{
		height: 100%;
		max-width:unset;
	}

	.wrapper.hors-bord {
		width: 750px;
	}

	.wrapper.hors-bord .bateau-gamme-block {
		width: 50%;
	}

	.wrapper.in-bord, .wrapper.voilier, .wrapper.prestige, .wrapper.semi-rigide {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.wrapper.in-bord .bateau-gamme-block,
	.wrapper.voilier .bateau-gamme-block,
	.wrapper.prestige .bateau-gamme-block,
	.wrapper.semi-rigide .bateau-gamme-block {
		display: initial;
		width: 50%;
		margin: 20px 0;
		height: auto;
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.bateau-visuel{
		height:auto;
	}
	.bateau-visuel img{
		height:auto;
		max-width:100%;
	}
	.bateau-content .left,
	.bateau-content .right{
		width:100%;
		float:none;
	}
	.bateau-content .left .left-inner{
		width:100%;
		padding:30px;
	}
	.bateau-content .right img{
		max-width:100%;
	}
	.bateau-gamme .bateau-gamme-block{
		float:none;
	}
	.bateau-gamme .bateau-gamme-block.width_1_6,
	.bateau-gamme .bateau-gamme-block.width_1_4,
	.bateau-gamme .bateau-gamme-block.width_1_3,
	.bateau-gamme .bateau-gamme-block.width_1_2{
		width:100%;
	}
	.bateau-gamme .bateau-gamme-block:hover .txt{
		left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    z-index: 10;
	    width: 100%;
	    background: rgba(0,0,0,0.3);
	    color: #ffffff;
	    right: auto;
    	bottom: auto;
	}
	.bateau-gamme .bateau-gamme-block:hover .txt .bigtxt{
		display:none;
	}
	.bateau-gamme .bateau-gamme-block .txt{
		font-size: 30px;
	    padding: 35px 10px;
	    top: 0;
	    transform: translate(-50%,0);
	}
	.bateau-gamme .bateau-gamme-block:hover .txt{
		top: 0;
	    transform: translate(-50%,0);
	}
	.bateau-gamme .bateau-gamme-block .bigtxtresp{
		display: block;
	    padding: 20px 20px 20px 20px;
	    font-size: 13px;
		line-height: 1.34;
		background-color: white;
	}

	.wrapper.hors-bord,
	.wrapper.in-bord,
	.wrapper.voilier,
	.wrapper.prestige,
	.wrapper.catamaran,
	.wrapper.semi-rigide {
		width: 550px;
	}
	
	.wrapper.catamaran {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	.wrapper.in-bord .bateau-gamme-block,
	.wrapper.voilier .bateau-gamme-block,
	.wrapper.prestige .bateau-gamme-block,
	.wrapper.catamaran .bateau-gamme-block,
	.wrapper.semi-rigide .bateau-gamme-block {
		display: initial;
		width: 100%;
		margin: 20px 0;
		height: auto;
	}
	

	.wrapper.hors-bord .bateau-gamme-block {
		width: 100%;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 550px) {
	.wrapper.hors-bord,
	.wrapper.in-bord,
	.wrapper.voilier,
	.wrapper.prestige,
	.wrapper.catamaran,
	.wrapper.semi-rigide {
		width: 100%;
	}

	.wrapper.hors-bord .bateau-gamme-block,
	.wrapper.in-bord .bateau-gamme-block,
	.wrapper.voilier .bateau-gamme-block,
	.wrapper.prestige .bateau-gamme-block,
	.wrapper.catamaran .bateau-gamme-block,
	.wrapper.semi-rigide .bateau-gamme-block {
		background: none !important;
		height: auto;
	}

	.wrapper.hors-bord .bateau-gamme-block img,
	.wrapper.in-bord .bateau-gamme-block img,
	.wrapper.voilier .bateau-gamme-block img,
	.wrapper.prestige .bateau-gamme-block img,
	.wrapper.catamaran .bateau-gamme-block img,
	.wrapper.semi-rigide .bateau-gamme-block img {
		visibility: visible;
	}

}