@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: middle;
}
audio:not([controls]),
[hidden],
template {
  display: none;
}
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after,
*:before {
  box-sizing: inherit;
}
::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}
:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
a {
  background-color: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
iframe,
img,
svg {
  vertical-align: middle;
}
iframe,
embed,
object {
  max-width: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
pre {
  font-family: 'courier new', monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}
nav ul,
nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset,
legend {
  border: 0;
}
legend {
  white-space: normal;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
select {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  font: inherit;
  background: none;
  border-radius: 0;
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=number] {
  width: auto;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}
button,
input:not([type=checkbox]):not([type=radio]) {
  -moz-appearance: none;
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input:not([type=checkbox]):not([type=radio])::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
@font-face {
  font-family: 'CamphorW01-Regular';
  src: url('fonts/Camphor/Camphor-W01-Regular.eot');
  src: url('../fonts/Camphor/Camphor-W01-Regular.woff') format('woff'), url('../fonts/Camphor/Camphor-W01-Regular.ttf') format('truetype'), url('../fonts/Camphor/Camphor-W01-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CamphorW01-Bold';
  src: url('fonts/Camphor/Camphor-W01-Bold.eot');
  src: url('../fonts/Camphor/Camphor-W01-Bold.woff') format('woff'), url('../fonts/Camphor/Camphor-W01-Bold.ttf') format('truetype'), url('../fonts/Camphor/Camphor-W01-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('fonts/Gotham/Gotham-Bold.eot');
  src: url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dolphin Sans';
  src: url('fonts/Dolphin/Dolphin-Sans-Regular.eot');
  src: url('../fonts/Dolphin/Dolphin-Sans-Regular.woff') format('woff'), url('../fonts/Dolphin/Dolphin-Sans-Regular.ttf') format('truetype'), url('../fonts/Dolphin/Dolphin-Sans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******* GÉNÉRAL *******/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  padding: 0;
  margin: 0;
}
body {
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 16px */
  position: relative;
  background: #f5f9fc;
  font-family: CamphorW01-Regular;
}
h1 {
  font-size: 3em;
  margin: .67em 0;
}
h2 {
  font-size: 2.5em;
  margin: .83em 0;
}
h3 {
  font-size: 2.5rem;
  color: #1d4274;
  font-family: CamphorW01-Bold;
  text-transform: uppercase;
}
h4 {
  font-size: 1.7em;
  margin: 1.33em 0;
}
h5 {
  font-size: 1.3em;
  margin: 1.67em 0;
}
h6 {
  font-size: 1.1em;
  margin: 2.33em 0;
}
p {
  margin: 0;
}
blockquote {
  margin: 1em 40px;
}
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
/******* LIENS / BOUTONS *******/
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:focus {
  outline: 0;
}
/******* FORMULAIRES *******/
::-webkit-input-placeholder {
  color: #8b8b8b;
}
::-moz-placeholder {
  color: #8b8b8b;
}
:-ms-input-placeholder {
  color: #8b8b8b;
}
input,
textarea,
select,
button {
  transition: 0.3s ease-in-out;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
/******* CLASSES GENERALES  *******/
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.txt-bold {
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.mauto {
  margin: auto;
}
/******* MODULES *******/
.container {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
/******* HEADER *******/
nav {
  background-color: #1d4274;
  height: 65px;
  position: fixed;
  width: 100vw;
  z-index: 10;
}
nav a {
  color: #ffffff;
}
nav .nav-top {
  width: 90%;
  max-height: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  margin: auto;
  display: table;
  height: 65px;
}
nav .nav-top ul {
  margin: 0;
}

nav .nav-top .burger{
  display: none;
  width:25px;
  height:25px;
  fill: white;
  cursor:pointer;
}


nav .nav-top .right.active{
  display:block;
}





nav .nav-top ul li {
  display: inline-block;
  line-height: 65px;
}
nav .nav-top .left {
  text-align: left;
  font-size: 2rem;
  font-family: Gotham Bold;
  text-transform: uppercase;
  display: table-cell;
  line-height: 65px;
}
nav .nav-top .right {
  text-align: right;
  display: table-cell;
  font-size: 1.7rem;
  font-family: CamphorW01-Regular;
}
nav .nav-top .right li {
  margin-left: 40px;
  position: relative;
}
nav .nav-top .right a {
  padding: 20px 0;
}
nav .nav-top .right a:before {
  position: absolute;
  bottom: 0;
  content: ' ';
  width: 100%;
  height: 3px;
  background: #ff3e39;
  opacity: 0;
  transition: all 0.3s ease-in;
}
nav .nav-top .right a:hover:before {
  opacity: 0.5;
}
nav .nav-top .right .active:before {
  opacity: 1;
}
#visuel {
  display: block;
  height: 800px;
  width: 100%;
  background: url('../img/visu.png') no-repeat;
  background-size: cover;
}
#visuel .infos-visuel {
  position: absolute;
  top: 180px;
  color: #ffffff;
  max-width: 358px;
  right: 50px;
}
#visuel .infos-visuel h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: CamphorW01-Bold;
  margin: 0 0 5px 0;
  line-height: 4rem;
}
#visuel .infos-visuel h2 .big-title {
  font-size: 5.5rem;
}
#visuel .infos-visuel .accroche {
  color: #ff3e39;
  font-size: 2rem;
  margin: 0 0 20px 0;
  font-family: CamphorW01-Bold;
  letter-spacing: 2.3px;
}
#visuel .infos-visuel p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#travels {
  width: 90%;
  display: table;
  margin: auto;
  margin-top: -100px;
}
#travels li {
  width: 30%;
  padding: 0 2%;
  display: table-cell;
  margin: 0 auto;
  text-align: center;
}
#travels li img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.1);
  -moz-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.1);
  box-shadow: 0px 0px 40px rgba(29, 66, 116, 0.1);
}
#travels li img:hover {
  transform: scale(1.05);
}
#travels li h3 {
  padding: 30px 0 15px;
}
#travels li p {
  color: #6b7c93;
  padding: 0 50px;
}
#boat {
  padding-top: 100px;
}
#boat h2 {
  color: #918783;
  text-align: center;
  font-family: Dolphin Sans;
  font-size: 7rem;
  line-height: 5rem;
  font-weight: lighter;
  margin: 0;
}
#boat h3 {
  padding-bottom: 15px;
}
#boat h3:before {
  content: ' ';
  display: block;
  width: 20px;
  height: 4px;
  background: #ff3e39;
  margin-bottom: 20px;
}
#boat .sub-title {
  font-weight: light;
  color: #6b7c93;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 40px;
}
#boat p {
  font-weight: light;
  color: #6b7c93;
  font-size: 2rem;
  width: 25vw;
}
#boat img {
  transition: all 0.3s ease-in-out;
}
#boat img:hover {
  transform: scale(1.04);
}
#boat .img-txt-left {
  display: table;
  padding: 50px 0;
}
#boat .img-txt-left img {
  display: table-cell;
  width: 48vw;
  -webkit-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.3);
  -moz-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.3);
  box-shadow: 0px 0px 40px rgba(29, 66, 116, 0.3);
}
#boat .img-txt-left .txt {
  display: table-cell;
  vertical-align: middle;
  width: 52vw;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding-left: 12vw;
}
#boat .img-txt-right {
  display: table;
  padding: 50px 0;
}
#boat .img-txt-right img {
  display: table-cell;
  padding: 0;
  width: 48vw;
  -webkit-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.3);
  -moz-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.3);
  box-shadow: 0px 0px 40px rgba(29, 66, 116, 0.3);
}
#boat .img-txt-right .txt {
  display: table-cell;
  vertical-align: middle;
  width: 52vw;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding-left: 12vw;
}
#boat .spacer {
  width: 80%;
  height: 2px;
  background: #91add3;
  display: block;
  opacity: 0.2;
  margin: 50px auto 100px;
}
#boat .spacer2 {
  width: 80%;
  height: 2px;
  background: #91add3;
  display: block;
  opacity: 0.2;
  margin: 100px auto 0px;
}
#boat .plan {
  width: 80%;
  margin: 0 auto;
  display: table;
}
#boat .plan img {
  -webkit-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.2);
  box-shadow: 0px 0px 40px rgba(29, 66, 116, 0.2);
  display: table-cell;
  margin: 0;
  width: 40vw;
}
#boat .caracteristiques {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #6b7c93;
  padding-left: 10vh;
}
#boat .caracteristiques ul li {
  list-style: none;
}
#boat .caracteristiques .txt-bold {
  color: #1d4274;
}
/******* BODY *******/
#contact {
  width: 100vw;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 85px;
}
#contact .block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
#contact h2 {
  font-size: 5rem;
  font-family: CamphorW01-Bold;
  color: #1d4274;
  margin-bottom: 0;
}
#contact p {
  width: 80%;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #6b7c93;
}
#contact .errors-form {
  margin-top: 30px;
  background: #ff3e39;
  padding: 20px;
  border-radius: 10px;
  font-family: CamphorW01-Bold;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
#contact .success-form {
  margin-top: 30px;
  background: #49bb61;
  padding: 20px;
  border-radius: 10px;
  font-family: CamphorW01-Bold;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
#contact form {
  width: 80%;
  margin-top: 80px;
}
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel] {
  margin-bottom: 20px;
  color: #6b7c93;
  font-weight: bold;
  border: none;
  background-color: #f5f9fc;
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
  max-width: 80vw;
}
#contact form input[type=text]::placeholder,
#contact form input[type=email]::placeholder,
#contact form input[type=tel]::placeholder {
  color: #6b7c93;
  font-weight: lighter;
}
#contact form input[type=text] {
  width: 350px;
}
#contact form input[type=email] {
  width: 450px;
}
#contact form input[type=tel] {
  width: 280px;
}
#contact form select {
  width: 280px;
  height: 45px;
  border: none;
  background-color: #f5f9fc;
  padding-left: 20px;
  color: #6b7c93;
  border-radius: 0;
  margin-bottom: 20px;
  max-width: 80vw;
}
#contact form textarea {
  color: #6b7c93;
  font-weight: bold;
  border: none;
  background-color: #f5f9fc;
  padding: 20px;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
}
#contact form button {
  background: #ff3e39;
  border: none;
  border-radius: 45px;
  color: #ffffff;
  position: relative;
  padding: 10px 60px 10px 30px;
  z-index: 1;
  border: 2px solid #ff3e39;
  transition: 0.3s ease-in-out;
}
#contact form button:hover {
  background: #ffffff;
  color: #ff3e39;
}
#contact form button:hover:after {
  background-image: url('../img/paperplane_color.svg');
}
#contact form button:after {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 22px;
  display: block;
  background-image: url('../img/paperplane.svg');
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  background-size: 100%;
  top: 10px;
  right: 25px;
}
#equipement {
  padding-top: 60px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#equipement h2 {
  color: #1d4274;
  font-family: CamphorW01-Bold;
  margin: 0;
  padding-bottom: 40px;
}
#equipement select {
  width: 400px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 50px;
}
#equipement .mes_divs {
  background: #ffffff;
  padding: 40px;
  text-align: left;
}
#equipement .mes_divs h4 {
  color: #1d4274;
  font-family: CamphorW01-Bold;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.options{
  color:#ff3e39;
  font-size: 14px;
  font-weight:bold;
}
#price {
  margin-top: 50px;
  background: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
#price h2 {
  color: #1d4274;
  font-family: CamphorW01-Bold;
  padding-top: 80px;
  margin: 0;
}
#price p {
  color: #6b8ab4;
  margin: 0 0 150px 0;
}
#price .cabines {
  color: #1d4274;
  font-family: CamphorW01-Bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
#price #choice {
  width: 80%;
  height: 480px;
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto;
}
#price .price-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#price .price-item h5 {
  line-height: 70px;
  border: 1px #f5f9fc solid;
}
#price .price-item .onglet {
  border: none;
  color: #7c8ba5;
  font-size: 2rem;
  width: 100%;
}
#price .price-item:nth-child(2) h5 {
  margin-left: 33.333%;
}
#price .price-item:nth-child(3) h5 {
  margin-left: 66.666%;
}
#price .price-item.active {
  z-index: 1;
}
#price .price-item.active .price-block {
  opacity: 1;
}
#price .price-item.active h5 {
  background-color: #f5f9fc;
}
#price .price-item.active .onglet {
  pointer-events: none;
  cursor: auto;
  color: #1d4274;
  font-family: CamphorW01-Bold;
}
#price h5 {
  width: 33.333%;
  background-color: #ffffff;
  height: 70px;
  margin: -70px 0 0;
}
#price h5 a {
  color: #1d4274;
  font-size: 2rem;
  opacity: 0.5;
  width: 100%;
}
#price .price-block {
  display: block;
  background-color: #f5f9fc;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 15px;
}
#price .price-block .price-block-interior {
  background: #ffffff;
  height: 100%;
  padding: 40px;
  display: table;
  position: relative;
  width: 100%;
}
#price .price-block .price-block-interior .price-img {
  -webkit-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.1);
  -moz-box-shadow: 10px 10px 10px rgba(29, 66, 116, 0.1);
  box-shadow: 0px 0px 40px rgba(29, 66, 116, 0.1);
  display: table-cell;
  width: 40%;
  height: auto;
}
#price .price-block .price-block-interior .price-img img {
  width: 100%;
  height: auto;
}
#price .price-block .price-block-interior .price-infos {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
}
#price .price-block .price-block-interior .price-infos .select-date {
  display: table;
  margin-bottom: 60px;
  width: 100%;
}
#price .price-block .price-block-interior .price-infos .select-date li {
  display: table-cell;
  text-align: center;
}
#price .price-block .price-block-interior .price-infos .select-date li button {
  border-radius: 45px;
  padding: 10px 25px;
  font-family: CamphorW01-Bold;
  color: #1d4274;
  border: 2px solid #1d4274;
}
#price .price-block .price-block-interior .price-infos .select-date li button.active {
  color: #ff3e39;
  border: 2px solid #ff3e39;
  opacity: 1;
}
#price .price-block .price-block-interior .price-infos .select-date li button:hover {
  color: #6b8ab4;
  border: 2px solid #6b8ab4;
}
#price .price-block .price-block-interior .price-infos .select-price {
  width: 100%;
  display: table;
  text-align: center;
  display: none;
}
#price .price-block .price-block-interior .price-infos .select-price .price-infos-block {
  text-align: center;
  background-color: #f5f9fc;
  padding: 20px 15px;
  width: 26%;
  display: table-cell;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#price .price-block .price-block-interior .price-infos .select-price .price-infos-block .price {
  font-family: CamphorW01-Bold;
  color: #ff3e39;
  font-size: 2rem;
}
#price .price-block .price-block-interior .price-infos .select-price .price-infos-block .date {
  color: #7c8ba5;
  font-family: CamphorW01-Regular;
  font-size: 1.5rem;
}
#price .price-block .price-block-interior .price-infos .select-price .price-infos-block p {
  padding: 0;
  margin-bottom: 20px;
}
#price .price-block .price-block-interior .price-infos .select-price.active {
  display: block;
}
#price .price-block .infos {
  display: table-caption;
  caption-side: bottom;
  background: #ffffff;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 40px;
  color: #6b8ab4;
  height: 58px;
  font-size: 1.4rem;
}
#price .btn-cta {
  background: #ff3e39;
  border: none;
  border-radius: 45px;
  color: #ffffff;
  position: relative;
  padding: 10px 60px 10px 30px;
  z-index: 1;
  border: 2px solid #ff3e39;
  transition: 0.3s ease-in-out;
  top: 60px;
}
#price .btn-cta:hover {
  background: #ffffff;
  color: #ff3e39;
}
#price .btn-cta:hover:after {
  background-image: url('../img/flash_color.svg');
}
#price .btn-cta:after {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 22px;
  display: block;
  background-image: url('../img/flash.svg');
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  background-size: 100%;
  top: 10px;
  right: 25px;
}
#skipper {
  width: 100%;
  background: #ffffff;
  padding-bottom: 60px;
}
#skipper .skippertop {
  display: block;
  width: 100%;
  height: 180px;
}
#skipper .block {
  width: 100%;
  position: relative;
}
#skipper .block img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#skipper .block .txt {
  position: relative;
  background: #1d4274;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 100px;
  padding-left: 35%;
}
#skipper .block .txt h2 {
  position: absolute;
  font-size: 12rem;
  font-weight: bold;
  color: #bec8d5;
  font-family: CamphorW01-Bold;
  margin-bottom: 30px;
  top: -187px;
}
#skipper .block .txt p {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
  width: 70%;
}
#skipper .block .txt p .txt-bold {
  font-family: CamphorW01-Bold;
}
/******* FOOTER *******/
footer {
  width: 100%;
  height: 65px;
  background: #1d4274;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 65px;
}
footer .container-footer {
  width: 90%;
  margin: 0 auto;
  display: table;
}
footer a {
  color: #ffffff;
}
footer .left {
  display: table-cell;
}
footer ul {
  display: table-cell;
  list-style: none;
  text-align: right;
}
footer ul li {
  display: inline-block;
  margin-left: 90px;
}
footer ul li a {
  text-decoration: underline;
}
footer ul .tel {
  position: relative;
  padding-left: 35px;
}
footer ul .tel:before {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 22px;
  display: block;
  background: url('../img/phone.svg') no-repeat;
  background-size: 100%;
  top: 22px;
  left: 0;
}
footer ul .email {
  position: relative;
  padding-left: 35px;
}
footer ul .email:before {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 22px;
  display: block;
  background: url('../img/mail.svg') no-repeat;
  background-size: 100%;
  top: 22px;
  left: 0;
}
.mentions {
  padding: 150px 5vw 100px 5vw;
  width: 90vw;
  margin: 0 auto;
}
.mentions h1 {
  padding: 0;
  margin: 0 0 50px 0;
  font-family: CamphorW01-Bold;
  color: #1d4274;
}
.mentions h2 {
  font-family: CamphorW01-Bold;
  color: #1d4274;
  font-size: 2rem;
}
.mentions a {
  color: #1d4274;
  font-family: CamphorW01-Bold;
  text-decoration: underline;
}
/******* RESPONSIVE *******/

@media (max-width: 1300px) {
  nav .nav-top .right .light {
    display:none;
  }
}
@media (max-width: 1024px) {
  nav .nav-top .right li {
    margin-left: 20px;
  }
  nav .nav-top .right a:hover:before {
    opacity: 1;
  }
  #price #choice .price-item .price-block .price-block-interior .price-img {
    height: inherit;
    padding: 0;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos li button:hover {
    color: #ff3e39;
    border: 2px solid #ff3e39;
  }
  footer {
    margin: 0 auto;
    height: auto;
  }
  footer .container-footer {
    display: block;
    width: inherit;
  }
  footer .container-footer .left {
    display: block;
    text-align: center;
    width: 100%;
    background: #6887b3;
  }
  footer .container-footer ul {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  footer .container-footer ul li {
    margin: 0 30px;
  }
}
@media (max-width: 880px) {
  nav {
    position: relative;
  }
  .compris-ou-non{
    flex-direction:column;
  }
  .non-compris{
    margin-top:30px;
  }
}

@media (max-width: 650px) {
  nav .nav-top .right {
    display: none;
    text-align:left !important;
    position:absolute;
    right:-100vw;
    transition: all 0.4s ease-in-out;
  }
  nav .nav-top .right.active {
    right:0vw;
    width: 100vw;
  }
  nav .nav-top .right a{
    padding: 40px 35vw 0 0;
  }
  

  nav .nav-top .burger {
    display: block;
    position: absolute;
    top:18px;
    right:10%;
  }
  nav .nav-top{
    display: block;
    padding:0;
    width:100%;
  }
  nav .nav-top ul li {
    display: block;
    line-height: 90px;
    background:rgba(29, 66, 116, 1);
    margin:2px 0 0 0 !important;
    padding-left:40px;
    border-top: black 1px solid;
  }
  nav .nav-top ul li:first-child {
   display:none;
  }
  nav .nav-top ul li:last-child {
   
    border-bottom: black 1px solid;
  }
  nav .nav-top .right a:before {
    display:none;
  }
  .filter-burger{
    width: 100vw;
    height: 100vh;
    background:rgba(29, 66, 116, 1);
    display:none;
    position: absolute;
    z-index: 1;
  }
  .filter-burger.active{
    display:block;
  }
  nav .nav-top .left{
    padding-left: 40px !important;
  }

}


@media (max-width: 768px) {
  nav {
    position: relative;
  }
  #visuel {
    height: 80vh;
  }
  #visuel .infos-visuel {
    top: 110px;
    left: 50px;
  }
  #travels li p {
    padding: 0 20px;
  }
  #boat .img-txt-left img {
    display: block;
    width: 100vw;
    margin: 0 auto;
  }
  #boat .img-txt-left .txt {
    display: block;
    margin: 50px auto 0 auto;
    padding: 0;
    width: 80vw;
  }
  #boat .img-txt-left .txt p {
    width: inherit;
    margin: 0;
    padding: 0;
  }
  #boat .img-txt-right img {
    display: block;
    width: 100vw;
    margin: 0 auto;
  }
  #boat .img-txt-right .txt {
    display: block;
    margin: 0 auto 50px auto;
    padding: 0;
    width: 80vw;
  }
  #boat .img-txt-right .txt p {
    width: inherit;
    margin: 0;
    padding: 0;
  }
  #boat .plan img {
    display: block;
    width: 100vw;
  }
  #boat .plan .caracteristiques {
    display: block;
    margin-top: 50px;
    padding: 0;
  }
  #equipement {
    width: 80vw;
  }
  #equipement select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #price #choice .price-item .price-block .price-block-interior {
    display: block;
  }
  #price #choice .price-item .price-block .price-block-interior .price-img {
    display: block;
    width: 70%;
    margin: 0 auto 60px auto;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos {
    display: block;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos li button:hover {
    color: #ff3e39;
    border: 2px solid #ff3e39;
  }
  #price #choice .price-item .price-block .infos {
    display: block;
  }
  #skipper .block h2 {
    width: 80vw;
    left: calc(10%);
    font-size: 10vw;
    text-align: center;
  }
  #skipper .block img {
    display: none;
  }
  #skipper .block .txt {
    width: 100vw;
    padding: 100px 50px 50px 50px;
  }
  #skipper .block .txt p {
    width: 100%;
  }
  #contact .block form {
    width: 100%;
  }
}
@media (max-width: 480px) {

  #visuel .infos-visuel h2 {
    font-size: 2.6rem;
  }
  #visuel .infos-visuel h2 .big-title {
    font-size: 3.6rem;
    line-height: 2rem;
  }
  #visuel .infos-visuel .accrche {
    font-size: 1.8rem;
  }
  #visuel .infos-visuel p {
    font-size: 1.8rem;
  }
  #travels ul li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #boat h2 {
    font-size: 2.6em;
  }
  #price #choice {
    width: 100%;
  }
  #price #choice .price-item .price-block .price-block-interior {
    padding: 15px;
  }
  #price #choice .price-item .price-block .price-block-interior .price-img {
    width: 100%;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos {
    padding: 0;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos .select-date li button {
    padding: 10px 20px;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos .select-price .price-infos-block {
    padding: 20px 10px;
  }
  #skipper .block .txt h2 {
    width: 80vw;
    left: calc(10%);
    font-size: 20vw;
    text-align: center;
    top: -117px;
  }
  #contact form input[type=text],
  #contact form input[type=email],
  #contact form input[type=tel],
  #contact form select,
  #contact form textarea {
    width: 75vw;
  }
  .compris-ou-non {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  #price #choice .price-item .price-block .infos {
    height: auto;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  #visuel .infos-visuel {
    top: 80px;
  }
  #visuel .infos-visuel h2 {
    font-size: 2.4rem;
    line-height: 2rem;
  }
  #visuel .infos-visuel h2 .big-title {
    font-size: 3.2rem;
    line-height: 3rem;
  }
  #visuel .infos-visuel .accroche {
    margin: 0 0 5px 0;
  }
  #price #choice .price-item .price-block .infos {
    height: auto;
  }
  #price #choice .price-item .price-block .price-block-interior {
    padding: 5px;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos .select-price .price-infos-block {
    padding: 20px 10px;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos .select-price .price-infos-block .price {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  #price #choice .price-item .price-block .price-block-interior .price-infos .select-date li button {
    padding: 10px;
  }
  #skipper .block .txt h2 {
    top: -100px;
  }
}
/******* RETINA *******/
/******* PRINT *******/
@media print {
  * {
    color: #000 !important;
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  a[href^="#"]:after {
    content: '';
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
iframe,
embed,
object{
  width: 100%;
  height: calc(100vh - 65px);
}





.compris-ou-non{
  display: flex;
  width: 80%;
  margin: auto;
  text-align: left;
  background:#f5f9fc;
  padding: 60px 90px;
}
.compris{
  margin-right:50px;
}
.compris, .non-compris{
  flex:1;
  padding:0;
  list-style:none;
  color: #6b7c93;
  position:relative;
}
.compris li, .non-compris li{
  padding: 2px 0;
}

.compris li:before{
  position: absolute;
  content:'•';
  width:10px;
  height:10px;
  color: red;
  left:-15px;
}

.non-compris li:before{
  position: absolute;
  content:'•';
  width:10px;
  height:10px;
  color: red;
  left:-15px;
}

.compris-liste, .non-compris-liste{
  list-style: none;
  margin: 0.5em;
}

.sub-title{
  color: #1d4274 !important;
  font-family: CamphorW01-Bold;
  font-size: 2rem;
  margin-bottom: 5px;
  margin:0 !important;
}
