@import url(../css/font.css);



*{
	margin: 0;
	padding: 0;
	font-family: 'FUTURASTDHEAVY', sans-serif;

}

html {
  scroll-behavior: smooth;
}

body
{
	padding-top: 191px;
}

header
{
	height: 150px;
	padding-top: 21px;
	padding-bottom: 21px;
	z-index: 10;
	width: 100%;
	top: 0px;
	background-color: white;
	position: fixed;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
	transition: all ease 0.4s;
}

#logo
{
	width:300px;
	height: 100%;
	margin-left: 21px;
	display: inline-block;
	float: left;
	background-image: url(../img/logo.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

header nav
{
	float: left;
	width: calc(100% - 342px);
	height:100%; 
}
header ul 
{
	list-style-type: none;
	height:100%; 
}
header ul li
{
	float: left;
	/*padding-left: 21px;*/
	/*padding-right: 21px;*/
	box-sizing: border-box;
	text-transform: uppercase;
	width: calc(100% / 8);
	margin-left: calc((100% / 8) / 4);
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 50px;
	color: #191B34;
}

#reserver
{
	height: initial;
	padding: 0px;
	line-height: 44px;
	height: 44px;
	background-color: rgba(224, 39, 75, 0.86);
	color: white;
	margin-top: 50px;
	border-radius : 5px;
}

.reserver
{
	height: initial;
	padding: 0px;
	line-height: 44px;
	height: 44px;
	background-color: rgba(224, 39, 75, 0.86);
	color: white;
	margin-top: 50px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: block;
	width: 130px;
	text-align: center;
	margin-left: calc(50% - 65px);

}


main #section
{
	height: calc(85vh - 150px);
	width: 100%;
	overflow:hidden;
	position: relative;
	clear: left;
	margin-bottom: calc(15vh - 42px);
}


main #section #sectionImg1, main #section #sectionImg2, main #section #sectionImg3
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
}

main #section #sectionImg1,{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

 main #section #sectionImg2, main #section #sectionImg3
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 100vw;
}

main #section img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}

main #section #buttonSection1
{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: white;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 5px);
	cursor: pointer;
}

main #section #buttonSection2
{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: white;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 75px);
	border : 5px solid black;
	cursor: pointer;
}

main #section #buttonSection3
{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: white;
	position: absolute;
	bottom: 70px;
	left: calc(50% + 55px);
	cursor: pointer;
}




.firsttext
{
	width: 550px;
	position: absolute;
	bottom: 5vw;
	right: 5vw;
}

.firstCarr
{
	font-size: 36px;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-family: 'FUTURASTDBOLD', sans-serif;
}

#section a
{
	padding: 20px;
	width: 250px;
	text-transform: uppercase;
	color: #191B34;
	background-color: white;
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	margin-left : 125px;
	margin-top: 21px;
	text-align: center;
	font-size: 18px;
}

.titre

hr
{

}

h1, h2
{
	text-align: center;
	padding-top: 34px;
	font-size: 36px;
	margin-bottom: 34px;

}

.content p
{
	float: left;
	display: inline-block;
  	font-size: 22px;

  	width: 32.5vw;
  	 font-family: 'FUTURASTDMEDIUM';
}
.firstp
{
	margin-left: 15vw;
	text-align: right;
}
.secondp
{
	margin-left: 5vw;
	text-align: left;
	margin-bottom: 55px;
}

.carte
{
	width: 70vw;
	margin-left: 15vw;
	clear: left;

	margin-bottom: 101px;
}

.carte img
{
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
}

.carteCircle
{
	border-radius: 100%;
	background-color: #191B34;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 21px;
}


.carte .carteCirclefirst
{
	margin-left: 12.5%;
}

.carte .titreCarte
{
	width: 25%;
	text-align: center;
	display: block;
	float: left;
	font-size: 18px;
	font-family: 'FUTURASTDMEDIUM';
	margin-top: 21px;
}

.carte hr
{
	width: 20%;
	float: left;
	margin-top: 29px;
	margin-left: 1.25%;
	margin-right: 1.25%;
	opacity: 0.5;
}

.local

{
	display: block;
	width: 200px;
	text-align: center;
	border-radius: 10px;
	padding: 21px;
	background-color: #D1E4EA;
	text-decoration: none;
	color: black;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 101px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	

}



.imgFirst
{
	width: 25%;

	float: left;
	margin-left: calc(25% / 6);
	margin-right: calc(25% / 6);
}

.imgFirst img
{ 
	height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.imgFirst span
{ 
	text-align: center;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	margin-top: 21px;
}

.imgFirst a
{ 
	text-align: center;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	width: 70%;
	margin-left: 15%;
	border-radius: 10px;
	margin-top: 21px;
	color: white;
	padding-top: 13px;
	padding-bottom: 13px;
	text-decoration: none;

}


.bleu
{
	background-color: #191B34;
}

.rose
{
	background-color: #E0274B;
}

.jaune
{
	background-color: #FFA829;
	margin-bottom: 101px;
}





.arrowAvis
{
	width: 20%;
	float: left;
	height: 200px;
}

.avisLeft
{
	height: 50px;
	vertical-align: middle;
	margin-top: 75px;
	float: right;
	margin-right: 34px;
}

.avisRight
{
	height: 50px;
	vertical-align: middle;
	margin-top: 75px;
	float: left;
	margin-left: 34px;
}

.sectionAvis
{
	width: 60%;
	float: left;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	height: 200px;
	margin-bottom: 101px;
}

.imgAvis
{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: pink;
	margin-left: 25px;
	margin-top: 25px;
	float: left;
	background-image: url('../img/avis.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.commentAvis
{
	float: left;
	vertical-align: top;
	font-size: 30px;
	width: calc(80% - 150px);
	margin-left: 46px;
	margin-top: 34px;
	font-family: 'FUTURASTDMEDIUM';
}

.etoileAvis
{
	float: left;
	height: 40px;
	margin-left: 46px;
	margin-top: 9px;

}
.etoileAvis img
{
	height: 100%;
}


.logoCat
{
	width: 89px;
	position: absolute;
	top: 89px;
	right: 89px;

}

/*CALENDRIER*/


table {
	
	width:100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}




.case {

	text-align: center;
	width: 13%;
	height: 50px;
	cursor: pointer;
	margin-top: 3px;

}

.occuper {
	text-align: center;
	width: 35px;
	height: 35px;
	background-color: #E0274B;
	color: white;
	cursor: no-drop;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 10%, #E0274B 10%, #E0274B 80%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);

}

#content {

	margin-left: auto;
	margin-right: auto;
}


/*foooter*/



footer
{
	clear: both;
	background-color: #D1E4EA;
	box-sizing: border-box;
	padding: 55px;
	padding-right: 101px;
}

footer ul 
{
	width: 20%;
	margin-left: 5%;
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 18px;
	
}
footer ul li
{
	font-family: 'FUTURASTDMEDIUM';
	text-align: center;
	box-sizing: border-box;
	padding: 8px;

}

footer img
{
	height: 40px;
	width: 40px;
	margin-left: 13px;
	margin-right: 13px;
	float: right;
	margin-top: 55px;
}

.clear
{
	clear: both;
}


/* experience brigantine */

.cadre
{
	height: 90%;
	background-color: lightgrey;
	margin-top: 34px;
	width: 60%;
	float: right;
	position: relative;
}

main #section .cadre img
{
	width: 90%;
	height: 80%;
	margin-top: 55px;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	left: -50%;
}

main #section .cadre h1
{
	color: #191B34;
	text-transform: uppercase;
	font-size: 50px;
	position: relative;
	z-index: 2;
	font-family: 'FUTURASTDBOLD';
	margin-top: 76px;
	left: 0px;
	text-align: left;
	padding-left: 20%;
}

main #section .cadre .autre
{
	
	padding-left: 45%;
}

main #section .cadre p
{
	color: #191B34;
	font-size: 24px;
	position: relative;
	z-index: 2;
	font-family: 'FUTURASTDMEDIUM';
	padding-left: 45%;
	padding-right: 5%;
	max-width: 400px;
	
}

.sectionArticle
{
	position: relative;
	height: 90vh;
	margin-bottom: 55px;
	width: 100%;
	
}

.sectionArticle img
{
	height: 100%;
	width: 30%;
	object-position: center center;
	object-fit: contain;
	display: inline-block;
	left: 15%;
	position: absolute;
	opacity: 0.5;


}

.sectionArticle .expVoile
{
	height: 90%;
	max-height: 90vh;
	margin-top: 21px;
	background-color: lightblue;
	width: 30%;
	display: inline-block;
	background-image: url('../img/expVoile.jpg');
	background-repeat: no-repeat;
	background-position: 33%;
	background-size: cover;
	vertical-align: top;
	position: absolute;
	left: 35%;
}

.sectionArticle .expskip
{
	background-image: url('../img/expSkip.jpg');
}

.sectionArticle .explocal
{
	background-image: url('../img/local.jpg');
}

.sectionArticle .corde
{
	object-position: left;

}

.sectionArticle .expTextVoile
{
	width: 30vw;
	max-width: 400px;
	display: inline-block;
	background-color: lightblue;
	padding: 34px;
	vertical-align: top;
	position: absolute;
	left: 55%;
	top: 25vh;

}

 h3
{
	font-size: 48px;
	padding: 8px;
	font-family: 'FUTURASTDLIGHT';
	font-weight: normal;
}

.sectionArticle .expTextVoile p
{
	font-size: 20px;
	font-family: 'FUTURASTDMEDIUM';
	min-height: 250px;
}



/* Votre Croisière */


.divSectionCroisiere
{
	width: 100%;
	height: 70vh;
	box-sizing: border-box;
	
}

.imgSectionCroisiere
{
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	background-color: red;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.2s ease;
}

.imgSectionCroisiere1
{
	background-image: url(../img/croisiere_1.jpg);
}
.imgSectionCroisiere2
{
	background-image: url(../img/croisiere_2.jpg);
}
.imgSectionCroisiere3
{
	background-image: url(../img/croisiere_3.jpg);
}
.imgSectionCroisiere4
{
	background-image: url(../img/croisiere_4.jpg);
}

.imgSectionCroisiere span, .imgSectiongourmande span
{
	width: 50%;
	margin: 0 auto;
	background-color: #FFA829;
	color: white;
	padding: 21px;
	font-size: 18px;
	display: block;
	vertical-align: bottom;
	position: relative;
	top: 50%;
	text-align: center;
	opacity: 0;
	transition: 0.2s ease;
	border-radius: 5px;
}

.imgSectionCroisiere:hover span, .imgSectiongourmande:hover span
{
	opacity: 1;
}

.imgSectionCroisiere:hover, .imgSectiongourmande:hover 
{
	cursor: pointer;
}


.imgSectiongourmande
{
	width: 25%;
	margin-left: 4%;
	margin-right: 4%;
	float: left;
	background-color: red;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.2s ease;
}

.imgSectiongourmande1
{
	background-image: url(../img/gourmande_1.jpg);
}
.imgSectiongourmande2
{
	background-image: url(../img/gourmande_2.jpg);
}
.imgSectiongourmande3
{
	background-image: url(../img/gourmande_3.jpg);
}

.divSectionInformationCroisiere
{
	width: 100%;
	background-color: #F7F7F7;
	padding: 89px;
	box-sizing: border-box;
	margin-top: -52px;
	margin-bottom: 34px;
	position: relative;

}

#buttonTable
{
	position: absolute;
	top: 21px;
	right: 21px;
	padding: 13px;
	width: 170px;
	height: 70px;
	background: #191B34;
	color: white;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 101;
	font-size: 16px;

}

.divSectionInformationinfo
{
	width: 100%;
	background-color: #D1E4EA;
	padding: 89px;
	box-sizing: border-box;
	margin-top: -52px;
	margin-bottom: 34px;
}

.demi .deuxiemeDemiAve {
    font-size: 18px;
    font-family: 'FUTURASTDLIGHT';
    padding: 13px;
    color: #E0274B;
}

.demi
{
	width: 50%;
	float: left;
	box-sizing: border-box;
	color:#191B34;

}

.demi:first-child
{
	border-right: 1px solid black;
	padding-right: 34px;
}

.demiborder
{
	border-right: 1px solid black;
	padding-right: 34px;
}

.demi:nth-child(3)
{

	padding-left: 34px;

}

.demideux
{
	padding-left: 34px;
}

.demi .premierDemi
{
	font-size: 18px;
    font-family: 'FUTURASTDLIGHT';

    padding: 13px;
}

.demi .deuxiemeDemi
{
	font-size: 18px;
    font-family: 'FUTURASTDLIGHT';
    padding: 34px;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.deuxiemeDemi span
{
	font-family: 'FUTURASTDLIGHT';
	list-style: circle;
	display: list-item;
	margin-left: 34px;
}

.deuxiemeDemi .lastlist
{
	
	margin-left:111px;
	list-style: none;
}

.demi .deuxiemeDemiAve
{
	font-size: 24px;
    font-family: 'FUTURASTDLIGHT';
    padding: 13px;
    color: #E0274B;
  	max-width: 500px;
}


b
{
	font-family: 'FUTURASTDMEDIUM';
}


main #reserver
{

	
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: block;
	width: 130px;
	text-align: center;
	margin-top: 13px;
}



#popUpCroisiere
{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(25, 27, 52, 0.5);
	top: 0;
	left: 0;
	z-index: 100;
	display: none;

}
#close
{
	position: absolute;
	top: 55px;
	right: 55px;
	font-size: 24px;
	cursor: pointer;
}

.popUpBlanc
{
	background-color: white;
	width: 70%;
	margin-left: 15%;
	margin-top: 89px;
	padding-bottom: 55px;
	position: relative;
	
}

.popUpBlanc table
{
	margin: 55px;
	margin-bottom: 0px;

}

.popUpBlanc table th 
{
	background-color: #191B34;
	color: white;
    font-family: 'FUTURASTDMEDIUM';
    padding-top: 5px;
    padding-bottom: 5px;

}

.popUpBlanc table td 
{
	background-color: white;
	color: #191B34;
    font-family: 'FUTURASTDMEDIUM';
    padding-top: 5px;
    padding-bottom: 5px;

}


.txt1belle
{
	width: 30%;
	box-sizing: border-box;
	padding: 34px;
	margin-top: 34px;
	float: left;
	text-align: right;
	margin-left: calc((40% - 250px) / 2);
	font-family: 'FUTURASTDMEDIUM';
	margin-bottom: 55px;
	font-size: 20px;

}

.txt2belle
{
	width: 30%;
	box-sizing: border-box;
	padding: 34px;
	margin-top: 34px;
	float: left;
	text-align: left;
	font-family: 'FUTURASTDMEDIUM';
	margin-bottom: 55px;
	font-size: 20px;
}

.boussoleex
{
	float: left;
	width: 250px;
	object-fit: contain;
	opacity: 0.5;
	margin-bottom: 55px;

}





/* Carrousel */


.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 66%;
  height: 60vh;
  margin-right: 10px;
  counter-increment: carousel-cell;
  position: relative;
  overflow : hidden;
}

.carousel-cell img{
position: relative;
object-position: top;
object-fit: cover;
width: 100%;
}


/* cell number */
.carousel-cell:before {
  display: none;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          margin-bottom: 34px;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* hover */

header ul li:hover
{
	color :rgba(25, 27, 52, 0.2);

}



@media (max-width: 1000px) {
  
  #logo
  {
  	width: 180px;
  }

  header nav {
    float: left;
    width: calc(100% - 210px);
    height: 100%;

	}
	header ul li {
    
    font-size: 14px;

	}

	.sectionAvis {
		height: 250px;
		}

		.imgSectionCroisiere {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 34px;
	}
	.imgSectionCroisiere span, .imgSectiongourmande span
	{
		opacity: 1;
	}

	.popUpBlanc {
    width: 90%;
    margin-left: 5%;
  
	}
    
}
