@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');

/* CSS CUSTOM HYBRIDE CONSEIL */

/* ACCUEIL */

.home .fastsocialshare_container {
	display: none;
}
.uk-navbar-center {
	margin-top: 30px;
}

a.uk-navbar-toggle {
    position: absolute;
    left: 0;
	margin-top: 30px;
	z-index: 1;
}

.uk-nav-default .uk-nav-sub a {
    color: #b4b5ba;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.mousey {
	width: 3px;
	padding: 10px 13px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}

/* SECTION 01 */

.section_01 {
	position: relative;
}

.section_01 .uk-container-small {
	max-width: 100%;
}

.section_01 .bouton_scroll {
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    text-align: center;
    right: 50%;
    left: 50%;
}

.section_01:before {
    background-image: linear-gradient(to top, #002b3c, transparent);
    content: '';
    height: 500px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.section_01:after {
    background-image: linear-gradient(to bottom, #002b3c, transparent);
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    top: 0;
}

/* SECTION 02 */

.section_02 {
	position: relative;
}

.section_02:after {
	content: '';
	background: transparent url('../images/barre-de-navigation2.png') no-repeat right center;
	width: 401px;
	height: 804px;
	position: absolute;
	right: 0;
	top: 0;
}

.voilier_accueil {
	position: relative;
	z-index: 2;
}

.voilier_accueil:before {
	content: '';
	width: 661px;
	height: 458px;
	background-color: #d7d1cc;
	position: absolute;
	left: 25%;
	top: -30px;
	z-index: -1;
}

.titre_voilier, .texte_voilier {
	z-index: 2;
	position: relative;
	margin-left: -50px;
}

h1.titre_voilier {
    letter-spacing: 13px;
    font-weight: 800;
}

.titre_voilier:after {
	content: '';
	width: 42px;
	height: 43px;
	background-size: 100%;
	background: transparent url('../images/boussole.svg') no-repeat center center;
	position: absolute;
	top: -87px;
	left: -65px;
}

.titre_voilier:before {
	content: '';
	width: 2px;
	height: 79px;
	background: #347e85;
	position: absolute;
	z-index: 1;
	top: -89px;
	left: -76px;
}

.titre_banniere {
	color: #ffffff;
	font-size: 70px;
	letter-spacing: 13px;
	font-weight: normal;
	border: 6px solid rgba(255, 255, 255, .7);
	max-width: 510px;
	padding: 50px;
	position: absolute;
	z-index: 1;
	left: 160px;
	top: 30%;
}

.titre_banniere strong {
	font-weight: bold;
}

.titre_banniere:after {
	content: '';
	background: rgba(0, 43, 60, .8);
	width: 666px;
	height: 378px;
	position: absolute;
	left: -209px;
	top: -107px;
	z-index: -1;
	-webkit-box-shadow: -15px 20px 93px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: -15px 20px 93px -26px rgba(0,0,0,0.75);
	box-shadow: -15px 20px 93px -26px rgba(0,0,0,0.75);
}

.texte_voilier.uk-margin {
    max-width: 200px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	color: #347e85;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
}

.lien_locations {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 320px;
	margin-top: -310px;
	letter-spacing: 1px;
	border-bottom: 2px solid #347e85;
}

.lien_locations .uk-icon {
	color: #ff6a13;
	font-weight: bold;
}

.lien_locations a {
	color: #fff;
	text-decoration: none;
	 transition: all 0.2s ease;
}

.lien_locations a:hover {
	color: #ff6a13;
}

/* SECTION 03 */

.section_03 .voilier_accueil:before {
	content: '';
	width: 661px;
	height: 458px;
	background-color: #d7d1cc;
	position: absolute;
	left: -53%;
	top: -30px;
	z-index: -1;
}

.section_03 .titre_voilier, .section_03 .texte_voilier {
	z-index: 9;
}

.section_03 .texte_voilier {
	margin-left: 325px;
}

.section_03 .lien_locations a {
	color: #928782;
	text-decoration: none;
	transition: all 0.2s ease;
}

.section_03 .lien_locations a:hover {
	color: #ff6a13;
}

.section_03 .lien_locations {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 290px;
	margin-top: -310px;
	letter-spacing: 1px;
	border-bottom: 2px solid #347e85;
	color: #928782;
	max-width: 820px;
	width: 100%;
}

.section_03 .titre_voilier:before {
	content: '';
	width: 42px;
	height: 43px;
	background-size: 100%;
	background: transparent url('../images/helice2.svg') no-repeat center center;
	position: absolute;
	top: -87px;
	left: 510px;
}

.section_03 .titre_voilier:after {
	content: '';
	width: 2px;
	height: 79px;
	background: #347e85;
	position: absolute;
	z-index: 1;
	top: -89px;
	left: 560px;
}

.section_03:before {
	content: '';
	background: transparent url('../images/helice.png') no-repeat left center;
	width: 420px;
	height: 715px;
	position: absolute;
	left: 0;
}

/* SECTION 04 */

.section_04 {
	background-color: #002b3c;
	position: relative;
}

.section_04 .titre_voilier:after {
	content: '';
	width: 42px;
	height: 43px;
	background-size: 100%;
	background: transparent url('../images/vague.svg') no-repeat center center;
	position: absolute;
	top: -87px;
	left: -65px;
}

.section_04:before {
	content: '';
	background: transparent url('../images/chapeau.png') no-repeat right top;
	width: 583px;
	height: 711px;
	position: absolute;
	right: 0;
	bottom: -234px;
	z-index: 1;
}

/* SECTION 05 */

.section_05:before {
	content: '';
	background: transparent url('../images/corde.jpg') no-repeat left center;
	width: 464px;
	height: 332px;
	position: absolute;
	left: 0;
	top: 0;
}

.section_05 {
	position: relative;
	color: #347e85;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
}

.section_05 a {
	color: #928782;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.section_05 a:hover {
	color: #ff6a13;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.section_05 a:before {
	content: '';
	background: transparent url('../images/corde.jpg') no-repeat left center;
}

.section_05 .bloc_nous_situer.uk-grid-margin.uk-grid {
	background-color: #d7d1cc;
	height: 233px;
	margin-top: -169px;
}

.section_05 .bloc_nous_situer strong {
	float: left;
	color: #928782;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
}

.section_05 .bloc_nous_situer img {
	margin-right: 30px;
	margin-left: 30px;
}

.section_05 .titre_voilier:before {
	content: '';
	width:0px;
}

.section_05 .titre_voilier:after {
	content: '';
	width: 62px;
	height: 62px;
	background: transparent url(../images/rosevent.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: -87px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.bloc_actualites.uk-panel {
    margin-top: 50px;
}

.bloc_actualites a h3 {
	color: #fff;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
}

.bloc_actualites li:first-child a h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}

.bloc_actualites li:first-child a .date {
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 60px;
	line-height: 70px;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	text-align: right;
}

.bloc_actualites li:first-child a .date:before {
	content: '';
	width: 33px;
	height: 2px;
	background-color: #347e85;
	position: relative;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.bloc_actualites li:first-child a .date .daydebite, .bloc_actualites a .date .daydebite {
	font-weight: bold;
}

.bloc_actualites a .date {
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}

.bloc_actualites a .date:before {
	content: '';
	width: 33px;
	height: 2px;
	background-color: #347e85;
	position: relative;
	display: block;
}

/* PAGES */ 

.section_page .uk-container.uk-container-expand {
    padding: 0;
}

.section_page .uk-margin {
	margin: 0 !important;
}

.section_page img, .section_page .uk-inline-clip {
	width: 100% !important;
}

.section_page .uk-inline-clip:after {
	content: '';
	background: rgba(0, 43, 60, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.section_page .uk-inline-clip {
	position: relative;
}


.section_page .uk-inline-clip .uk-position-center-left, .section_page .uk-inline-clip .uk-position-center-right {
	z-index: 999;
}

.section_page .uk-overlay-default {
    background: #d7d1cc;
}

.section_page .uk-overlay-default h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 70px;
	color: #928782;
	font-weight: bold;
	text-transform: uppercase;
}

.section_page .uk-overlay-default h3 {
	color: #928782;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}

.section_page .uk-overlay-default p {
	color: #347e85;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
}

.section_page .uk-overlay-default a {
    position: absolute;
    bottom: -100px;
    left: 200px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	 transition: all 0.2s ease;
}

.section_page .uk-overlay-default a:hover {
	color: #347e85;
	text-decoration: none;
}

.section_page .uk-overlay-default a:before {
	content: '';
	background: transparent url(../images/trait_lien.jpg) no-repeat center center;
	width: 822px;
	height: 2px;
	position: absolute;
	bottom: -19px;
	right: -20px;
}

.section_page .uk-overlay-default a.lien_02:before {
	content: '';
	background: transparent url(../images/trait_lien.jpg) no-repeat center center;
	width: 822px;
	height: 2px;
	position: absolute;
	bottom: -19px;
	left: -20px;
}

.section_page .uk-margin.uk-scrollspy-inview.uk-animation-fade {
	-webkit-box-shadow: 0px 0px 38px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 38px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 38px -7px rgba(0,0,0,0.75);
}

.section_page a {
	color: #fff;
	text-decoration: none;
}

.uk-breadcrumb {
    position: absolute;
    bottom: -200px;
    left: 0;
}

.uk-margin-remove-vertical.uk-position-relative.uk-position-z-index.leaflet-container.leaflet-touch.leaflet-retina.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag {
    filter: grayscale(1);
}

/* CROISIÈRES */

.section_croisiere {
	background: #002b3c;
}

.section_croisiere{
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.section_croisiere h3 {
	color: #fff;
	font-size: 48px;
}

.section_croisiere a {
	text-transform: uppercase;
	font-size: 16px;
}

.uk-breadcrumb a:hover {
	font-weight: bold;
}

.section_map .uk-container {
	padding: 0;
}

/* FOOTER */

.footer_texte.uk-margin.uk-text-center {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
    bottom: 50px;
}

.section_footer .titre_voilier:before {
	content: '';
	width: 0px;
}

.section_footer a {
	color: #fff;
	text-decoration: none;
}

.section_footer .titre_voilier:after {
	content: '';
	    width: 71px;
	    height: 40px;
	    background: transparent url(../images/jumelles.svg) no-repeat center center;
		background-size: 100%;
	    position: absolute;
	    top: -87px;
	    left: 0;
		right: 0;
		margin: 0 auto;
}

.footer_texte {
	color: #fff;
	font-size: 11px;
}

.back_to_top.uk-margin.uk-text-right {
    position: absolute;
	right: 5%;
	bottom: 1%;
}

.back_to_top.uk-margin.uk-text-right .uk-totop {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 40px;
	padding: 0;
	text-align: center;
}

.section_footer {
	position: relative;
}

.reservation_footer a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-left: 50px;
	margin-right: 50px;
}

.reservation_footer.first {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.reservation_footer {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

#modal-example li, #modal-example, #modal-example-01, #modal-example-02 {
    color: white;
}

input#location-type0, input#location-type1 {
    margin-right: 5px;
}

/*.reservation_footer.first:after {
	content: '';
	width: 100%;
	max-width: 100%;
	height: 2px;
	background-color: #347e85;
	position: absolute;
}*/



@media screen and (max-width: 768px) {
	.uk-logo {
		margin-top: 50px;
	}
	
	.uk-navbar-toggle {
		color: #fff;
	}
	
	.uk-nav-header, .uk-nav-default {
		letter-spacing: 0px;
		font-size: 16px;
	}
	
	.titre_voilier, .texte_voilier {
		margin-left: 0;
	}
	
	.lien_locations {
		margin-top: 0;
		margin-right: 0;
	}
	
	.texte_voilier.uk-margin {
		max-width: 100%;
	}
	
	.titre_voilier:before {
		background: none;
	}
	
	.section_03 .lien_locations {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.section_04:before, .section_03:before {
		background: none;
	}
	
	.section_03 .texte_voilier {
		margin-left: 0;
	}
	
	.section_05 .bloc_nous_situer.uk-grid-margin.uk-grid {
	    background-color: #d7d1cc;
	    height: auto;
	    margin-top: 0;
	    padding-top: 25px;
	}
}

@media screen and (max-width: 640px) {
	.uk-navbar-center {
		margin-top: 50px;
	}
	ul.uk-breadcrumb {
		display: none;
	}
	
	.section_croisiere h1 {
		font-size: 25px;
	}
	
	.section_croisiere {
		font-size: 14px;
	}
	.section_croisiere h3 {
	    font-size: 20px;
	}
	.reservation_footer a {
		display: block;
		font-size: 13px;
		margin: 0;
	}
	.reservation_footer {
		position: relative;
		width: 100%;
		max-width: 100%;
		top: 0;
		text-align: left !important;
	}
	.section_page .uk-inline-clip .uk-position-center-left, .section_page .uk-inline-clip .uk-position-center-right {
		z-index: 967;
		height: 100%;
		transition: none;
		top: 0;
		display: block;
		position: relative !important;
	}
	
	.section_05 .bloc_nous_situer img {
		display: none;
	}
	
	.titre_banniere:after, .section_05:before {
		display: none;
	}
	
	.section_05 .bloc_nous_situer strong {
		float: none;
		display: block;
	}
	
	.section_05 {
		font-size: 20px;
	}
	
	h1.titre_voilier {
		letter-spacing: 10px;
		font-size: 40px;
	}
	
	h2 {
		font-size: 35px;
		text-align: inherit !important;
	}
	.dc-inverser-colonnes-section .dc-inverser-colonnes-ligne {
	    display: -webkit-flex;
	    display: -ms-flex;
	    display: flex;
	    -webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	}
	
	
	.titre_banniere {
		font-size: 22px;
		left: 0;
		padding: 28px;
		right: 0;
		top: 50%;
	}
	
	.titre_banniere:after {
		 height: 178px;
	}
	
	a.uk-navbar-toggle {
	    position: absolute;
	    left: 0;
		margin-top: 50px;
		z-index: 1;
	}

	.bloc_actualites li:first-child a .date {
		position: initial;
	}

	.bloc_actualites li:first-child a h3 {
		position: initial;
		text-align: right;
	}

	.footer_texte.uk-margin.uk-text-center {
		position: initial;
	}

}