@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Light.woff2') format('woff2'),
        url('fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Italic.woff2') format('woff2'),
        url('fonts/DMSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marcellus';
    src: url('fonts/Marcellus-Regular.woff2') format('woff2'),
        url('fonts/Marcellus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'themify';
    src: url('fonts/themify.woff2') format('woff2'),
        url('fonts/themify.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --ff-body : "DM Sans", sans-serif;
    --ff-heading : "Marcellus", serif;
    --color-primary: #071426;
    --color-secondary: #0d2b45;
    --color-accent: #16506a;
    --color-accent-variant: #1e7a8c;
    --color-accent-light: #9ec6d6;
    --color-accent-prem: #d4af37;
    --color-gray: #a7b0b8;
    --color-white: #f2f6f8;
}
::selection {
    background-color: var(--color-accent);
    color: var(--color-white);
}

 *,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    font-family: var(--ff-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 30.08px;
    letter-spacing: 1.6px;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

section {
  padding: 100px 0;
}
@media(max-width: 991px) {
  section {
    padding: 30px 0;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: var(--ff-heading);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#mail, #mail2 { display:none; }
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-end {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-6,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


ul { 
    padding-left: 0; 
    margin: 0;
}
ul, li { list-style: none; }
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

/* fonts themify */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-mobile:before {
  content: "\e621";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-close:before {
  content: "\e646";
}
.ti-email:before {
  content: "\e75a";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-user:before {
  content: "\e602";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-time:before {
  content: "\e72b";
}
.ti-check:before {
  content: "\e64c";
}


/* Header */
#header {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 90;
}
.header-container,
.header-actions-area {
  padding-left: 15px;
  padding-right: 15px;
}
@media(min-width: 992px) {
  .header-container,
  .header-actions-area {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.top-header-info {
  background-color: var(--color-primary);
  background-image: url(../images/p/bg-riviera-jet-ski-06.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  padding: 10px 0;
}
.header-tel-inner {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}
@media(max-width: 991px) {
  .header-tel-inner {
    justify-content: center;
  }
}

.header-row {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  justify-content: space-between;
}

.brand-logo-img {
  object-fit: contain;
} 
@media(max-width: 1199px) {
  .brand-logo-img{
    max-width: 180px;
  }
}
@media(max-width: 767px) {
  .brand-logo-img{
    max-width: 150px;
  }
}

/* == menu == */
.header-nav-list {
    display: flex;
    justify-content: center;
}
.menu-item {
  position: relative;
}
.menu-item a {
    margin: 25px 0;
    display: inline-block;
    padding: 10px 22px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
    font-weight: 600;
    line-height: 130%;
}
.menu-item.current-menu-item > a {
  color: var(--color-accent-prem);
}
@media(max-width: 1399px) {
  .menu-item a {
    letter-spacing: 0;
  }
}
.menu-item a:hover {
    color: var(--color-accent-prem);
}
.sub-menu .menu-item a {
    margin: 5px 0;
}
.menu-item.menu-item-has-children > a::after {
    content: "";
    width: 5px;
    height: 5px;
    position: relative;
    right: 0;
    bottom: 2px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--color-accent);
    display: inline-block;
    margin-left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub-menu {
    margin: 0;
    opacity: 0;
    padding: 0 0 10px 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    padding: 0 0px;
    top: 100%;
    text-align: left;
    z-index: 10;
    margin-top: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-top: 4px solid var(--color-accent);
    background-color: var(--color-white);
    width: 280px
}
.menu-item-has-children:hover > ul {
    margin-top: 0;
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.header-hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    margin-left: auto;
}

.hamburger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header-hamburger.active .hamburger-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header-hamburger.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active .hamburger-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.menu-overlay.active {
  display: block;
}
.header-col-menu {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1200px) {
  .header-hamburger {
      display: none !important;
  }
  .menu-overlay {
      display: none !important;
  }
  .header-col-menu {
      display: block !important;
      transform: translateX(0) !important;
  }
}
@media (max-width: 1199px) {
  .header-hamburger {
      display: flex;
  }
  .header-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .header-col-logo {
      flex: 0 0 auto;
  }
  .header-col-menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 320px;
      max-width: 85%;
      height: 100vh;
      background: white;
      z-index: 60;
      transform: translateX(100%);
      overflow-y: auto;
      padding: 20px;
      padding-top: 9rem;
      box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header-col-menu.active {
      transform: translateX(0);
  }
  .header-nav-list {
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      margin: 0;
      width: 100%;
  }
  .header-nav-list .menu-item {
      display: block;
      width: 100%;
  }
  .header-nav-list .menu-item a {
      display: block;
      margin: 0;
      padding: 12px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      font-size: 16px;
  }
  .header-nav-list .sub-menu {
      position: static;
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      width: 100%;
      margin-top: 0;
      padding: 0 0 0 15px;
      border-top: none;
      background: transparent;
      max-height: none;
      overflow: visible;
  }
  .menu-item.menu-item-has-children > a {
      position: relative;
      padding-right: 40px;
  }
  .menu-item.menu-item-has-children > a::after {
      display: none;
  }
}

.header-tel-item svg {
    width: 12px;
    fill: white;
}
.header-tel-item {
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    color: white;
}
.header-tel-item:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 34%);
    padding-right: 15px;
    margin-right: 15px;
}

.btn {
    border: none;
    display: inline-flex;
    align-items: stretch;
    font-size: 1em;
    letter-spacing: 0;
    line-height: normal;
    padding: 16px 36px;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 0;
    text-decoration: none;
    text-transform: none;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.btn-default {
  background-color: var(--color-accent-variant);
  color: white;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 2px;
}
.btn::before,
.btn::after {
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
}
.btn::after {
  width: 2200px;
  height: 126px;
  bottom: 0;
  top: auto;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198 133.3' style='enable-background:new 0 0 198 133.3;' xml:space='preserve'%3E%3Cpath d='M198,16C159.5,16,147.3,0,97.6,0C48.1,0,35.8,16,0,16v117.3l198-0.3C198,132.9,198,22.8,198,16z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198 133.3' style='enable-background:new 0 0 198 133.3;' xml:space='preserve'%3E%3Cpath d='M198,16C159.5,16,147.3,0,97.6,0C48.1,0,35.8,16,0,16v117.3l198-0.3C198,132.9,198,22.8,198,16z'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
  transition: inherit;
  -webkit-transition: inherit;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  background: inherit;
  background-color: var(--color-primary);
  color: rgb(255 255 255 / 5%);
}
.btn:hover::after {
    transform: translateY(35%);
    transition: inherit;
    -webkit-transition: inherit;
    animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
    -webkit-animation: qodef-wave 7.5s cubic-bezier(.36, .45, .63, .53) infinite;
    top: auto;
    bottom: 0;
    height: 126px;
}
.btn:hover {
  color: white;
}
@keyframes qodef-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes qodef-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hero section  */
.hero {
    padding: 0;
    position: relative;
}
.hero::before {
    content: "";
    background: var(--color-primary);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-img-wrapper {
    min-height: 800px;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}
.banner-interne .hero-img-wrapper {
  min-height: 300px;
  height: 600px;
}

.livraison-jet-ski-bateau .banner-interne .hero-img-wrapper,
.location-longue-duree-jet-ski .banner-interne .hero-img-wrapper,
.tarifs-location-jet-ski .banner-interne .hero-img-wrapper,
.realisations .banner-interne .hero-img-wrapper,
.contact .banner-interne .hero-img-wrapper {
  height: 400px;
}
.hero-video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    will-change: transform;
}
.hero-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.location-jet-ski-antibes .hero-img-wrapper img {
  object-position: center bottom;
}
.hero-caption-inner {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.banner-interne .hero-caption-inner {
  top: 50%;
}
.hastitle {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.hastitle img {
    width: 350px;
    height: 244px;
    object-fit: contain;
    opacity: .7;
}
.hastitle .h1 {
    margin-bottom: 46px;
    margin-top: 46px;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
}
.hastitle .h1 span {
    display: block;
    font-size: 36px;
    letter-spacing: 9px;
}
@media(max-width: 991px) {
  .hero-img-wrapper {
    min-height: 1px;
    height: calc(80vh - 100px);
  }
}
@media(max-width: 767px) {
  .hero-img-wrapper {
    height: calc(70vh - 100px);
  }
  .hastitle img {
    width: 210px;
    height: 152px;
  }
  .hastitle .h1 {
    font-size: 36px;
  }
  .hastitle .h1 span {
    font-size: 16px;
  }
}


/* Section contenu */
.heading-title {
    margin-bottom: 34px;
}
.heading-title h1 {
    color: var(--color-accent);
    font-size: 34px;
    letter-spacing: 3px;
}
.contenu-item h2 {
    color: var(--color-secondary);
    font-size: 28px;
    margin-bottom: 24px;
    letter-spacing: 3px;
}
.images-inner-block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    height: 100%;
}
@media(max-width: 991px) {
  .heading-title {
    text-align: left;
    padding: 0 !important;
  }
}
.image-item {
    flex: 1;
    height: 100%;
    background-color: var(--color-white);
    overflow: hidden;
}

@media(max-width: 991px) {
  .location-longue-duree-jet-ski .image-item {
    height: 350px;
    margin-bottom: 34px;
  }
}

.primary-section-inner {
    max-width: 1300px;
    margin: 0 auto;
}
.primary-section-inner:not(:last-child) {
    margin-bottom: 36px;
}
.primary-section-inner .image-item.cover {
    height: 350px;
    margin-bottom: 36px;
}

.text-content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.text-content-wrapper.open {
    max-height: 800px;
}

.read-more-btn {
    margin-top: 20px;
}

.read-more-btn .btn-text {
    position: relative;
    display: inline-block;
}

.read-more-btn .btn-text::after {
    content: " +";
    transition: transform 0.3s ease;
}

.read-more-btn.open .btn-text::after {
    content: " −";
}

@media(max-width: 767px) {
  .heading-title h1 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .images-inner-block {
    height: auto;
    flex-direction: column;
  }
  .contenu-item h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .image-item {
    flex: inherit;
    height: 250px;
  }
}

.secondary-section,
.third-section {
  background-color: var(--color-primary);
  color: var(--color-white);
  position: relative;
}

.pattern-overlay {
  background-image: url(../images/p/pattern.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(min-width: 768px) {  
  .contenu-center {
    text-align: center;
  }
}
.secondary-section h2,
.third-item h2,
.fifth-section .contenu-item h2,
.sixth-section h2,
.seventh-item h2 {
    color: #78d9ec;
    margin-bottom: 24px;
}

.secondary-section h2,
.secondary-section p,
.seventh-section p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.secondary-section:has(.pattern-overlay) p,
.seventh-section:has(.pattern-overlay) p {
  max-width: 1170px;
}
.secondary-section .contenu-center ul,
.seventh-section .contenu-center ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 36px 0;
    gap: 30px;
}
.secondary-section .contenu-center ul li,
.seventh-section .contenu-center ul li {
    text-transform: uppercase;
    font-family: var(--ff-heading);
    padding: 16px 20px;
    background-color: rgb(199 222 255 / 37%);
    color: #d9e9ff;
    font-size: 24px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    position: relative;
}
@media(max-width: 767px) {
  .secondary-section,
  .fifth-section {
    border-bottom: 15px solid var(--color-white);
  }
  .secondary-section .contenu-center ul,
  .seventh-section .contenu-center ul {
      justify-content: start;
      gap: 12px;
  }
  .secondary-section .contenu-center ul li,
  .seventh-section .contenu-center ul li {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.secondary-section .contenu-center ul li:hover {
    background-color: white;
    color: var(--color-primary);
}

.secondary-section .contenu-center ul li::after,
.seventh-section .contenu-center ul li::after {
    content: "";
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    width: 260px;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: 10;
}
.secondary-section .contenu-center ul li:hover::after,
.seventh-section .contenu-center ul li:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.secondary-section .contenu-center ul li:nth-child(1)::after {
    background-image: url('../images/p/cannes-baie.webp');
}

.secondary-section .contenu-center ul li:nth-child(2)::after,
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(4)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(5)::after {
    background-image: url('../images/p/iles-lerins.webp');
}

.secondary-section .contenu-center ul li:nth-child(3)::after {
    background-image: url('../images/p/theoule-sur-mer.webp');
}

.secondary-section .contenu-center ul li:nth-child(4)::after,
.location-jet-ski-theoule-sur-mer .secondary-section .contenu-center ul li:nth-child(1)::after {
    background-image: url('../images/p/esterel-roches-rouges.webp');
}

.secondary-section .contenu-center ul li:nth-child(5)::after,
.location-jet-ski-mandelieu .secondary-section .contenu-center ul li:nth-child(6)::after,
.location-jet-ski-antibes .secondary-section .contenu-center ul li:nth-child(1)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(4)::after {
    background-image: url('../images/p/cap-antibes.webp');
}

.secondary-section .contenu-center ul li:nth-child(6)::after,
.location-jet-ski-mandelieu .secondary-section .contenu-center ul li:nth-child(7)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(2)::after {
    background-image: url('../images/p/golfe-juan.webp');
}

.location-jet-ski-mandelieu .secondary-section .contenu-center ul li:nth-child(5)::after {
    background-image: url('../images/p/cirque-sauvages.webp');
}

/* location-jet-ski-cannes  */
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(1)::after {
    background-image: url('../images/p/celebre-croisette.webp');
}
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(2)::after {
    background-image: url('../images/p/palais-festivals.webp');
}
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(3)::after {
    background-image: url('../images/p/plages-des-cannes.webp');
}
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(5)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(6)::after {
    background-image: url('../images/p/eaux-turquoise-de-la-baie.webp');
}
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(6)::after,
.location-jet-ski-antibes .secondary-section .contenu-center ul li:nth-child(6)::after {
    background-image: url('../images/p/yachts-de-prestige.webp');
}
.location-jet-ski-cannes .secondary-section .contenu-center ul li:nth-child(7)::after,
.location-jet-ski-antibes .secondary-section .contenu-center ul li:nth-child(7)::after {
    background-image: url('../images/p/villas-du-littoral.webp');
}

/* location-jet-ski-theoule-sur-mer */
.location-jet-ski-theoule-sur-mer .secondary-section .contenu-center ul li:nth-child(2)::after {
    background-image: url('../images/p/criques-accessibles-par-bateau.webp');
}
.location-jet-ski-theoule-sur-mer .secondary-section .contenu-center ul li:nth-child(3)::after,
.location-jet-ski-antibes .secondary-section .contenu-center ul li:nth-child(5)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(7)::after {
    background-image: url('../images/p/eaux-turquoise-de-la-mediterranee.webp');
}
.location-jet-ski-theoule-sur-mer .secondary-section .contenu-center ul li:nth-child(4)::after {
    background-image: url('../images/p/petites-plages-sauvages.webp');
}
.location-jet-ski-theoule-sur-mer .secondary-section .contenu-center ul li:nth-child(5)::after {
    background-image: url('../images/p/reliefs-volcaniques-du-massif.webp');
}

/* location-jet-ski-antibes */
.location-jet-ski-antibes .secondary-section .contenu-center ul li:nth-child(2)::after,
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(3)::after {
    background-image: url('../images/p/plages-de-Juan-les-Pins.webp');
}

/* location-jet-ski-golfe-juan  */
.location-jet-ski-golfe-juan .secondary-section .contenu-center ul li:nth-child(1)::after {
    background-image: url('../images/p/port-Camille-Rayon.webp');
}


@media (max-width: 768px) {
    .secondary-section .contenu-center ul li::after,
    .seventh-section .contenu-center ul li::after {
        width: 200px;
        height: 130px;
        bottom: calc(100% + 10px);
    }
}

@media (max-width: 480px) {
    .secondary-section .contenu-center ul li::after,
    .seventh-section .contenu-center ul li::after {
        width: 160px;
        height: 100px;
        bottom: calc(100% + 8px);
    }
}
.bg-position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.third-section {
  position: relative;
}
.third-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width: 1419px) {
  .third-img-bg {
    background-position: 60% center !important;
  }
}
@media(max-width: 991px) {
  .third-section {
    padding-top: 0;
  }
  .third-img-bg {
    background-position: 34% center !important;
    position: static;
    height: 250px;
    margin-bottom: 25px;
    background-size: auto 600px;
  }
  .primary-section .contenu-item,
  .primary-section .images-inner-block,
  .secondary-section .contenu-item,
  .fourth-items,
  .heading-title,
  .body-footer,
  .third-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.third-item ul,
.fifth-section-wrapper ul {
    margin-bottom: 15px;
}
@media(min-width: 992px) {
  .third-item ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media(max-width: 991px) {
  .primary-section-inner .contenu-item {
    margin-bottom: 34px;
  }
}
.third-item ul li,
.fifth-section-wrapper ul li,
.text-content-wrapper ul li,
.tarif-location-item ul li,
.tarifs-location-jet-ski .primary-section ul li  {
    position: relative;
    padding-left: 25px;
    color: var(--color-accent-prem);
}
.third-item ul li::before,
.fifth-section-wrapper ul li::before,
.text-content-wrapper ul li::before,
.tarif-location-item ul li::before,
.tarifs-location-jet-ski .primary-section ul li::before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  font-size: 16px;
}

.text-content-wrapper ul,
.tarif-location-item ul,
.tarifs-location-jet-ski .primary-section ul {
  margin-bottom: 24px;
}
.text-content-wrapper ul li,
.tarifs-location-jet-ski .primary-section ul li {
  color: var(--color-primary);
}

.fourth-section {
  background-color: var(--color-white);
}
.fourth-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media(max-width: 991px) {  
  .location-longue-duree-jet-ski .fourth-items {
   column-gap: 40px;
   margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.fourth-item {
  flex: 0 0 calc(33.333% - 20px);
  background-color: white;
  padding: 30px;
}
.location-longue-duree-jet-ski .fourth-item {
  flex: 0 0 calc(50% - 20px);
}
.fourth-item.tarif-location-item:not(:last-child) {
    margin-bottom: 34px;
  }
@media(min-width: 768px) {
  .col-lg-6 .fourth-item.tarif-location-item ul {
    column-count: 2;
  }
}

.fourth-item h3,
.fifth-section .contenu-item h3 {
    font-size: 24px;
}

.heading-title h2 {
    font-size: 28px;
    letter-spacing: 3px;
}

.fourth-item:last-child {
    flex: 0 0 100%;
}
.location-longue-duree-jet-ski .fourth-item:last-child {
    flex: 0 0 calc(50% - 20px);
}
@media(max-width: 767px) {
  .location-longue-duree-jet-ski .fourth-item,
  .location-longue-duree-jet-ski .fourth-item:last-child {
    flex: 0 0 100%; !important
  }
}
.fourth-item:not(.tarif-location-item) ul li {
    display: inline-block;
    margin-right: 15px;
    background-color: var(--color-accent-prem);
    padding: 5px 15px;
    color: var(--color-primary);
    font-family: var(--ff-heading);
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media(max-width: 1199px) {
  .fourth-item ul li {
    margin-bottom: 15px;
  }
}
.body-footer {
  margin-top: 46px;
  font-weight: 600;
  font-size: 18px;
  max-width: 1000px;
}
@media (max-width: 991px) {
    .fourth-item,
    .fourth-item:last-child {
        flex: 0 0 100%;
    }
    .body-footer {
      text-align: left;
    }
}

.duree-personnalise {
    position: relative;
    text-align: center;
    background-color: var(--color-primary);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}
.duree-personnalise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/p/location-duree-personnalise.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3;
}
.duree-personnalise > div {
    position: relative;
    color: var(--color-white);
}
.duree-personnalise > div p {
    font-size: 22px;
}
.duree-personnalise > div h3 {
    color: var(--color-accent-prem);
}

.fifth-section {
  padding: 0;
}
.fifth-section-wrapper,
.sixth-section {
  position: relative;
  background-color: var(--color-primary);
}
.img-overlay-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-secondary);
}
.img-overlay-item-right {
  left: inherit;
  right: 0;
}
@media(max-width: 991px) {
  .img-overlay-item {
    position: static;
    height: 350px;
    width: 100%;
  }
}
@media(max-width: 767px) {
  .img-overlay-item {
    position: static;
    height: 250px;
  }
}
.fifth-section .contenu-item {
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--color-white);
}

@media(min-width: 992px) {  
  .fifth-section .contenu-item {
    padding-left: 5rem
  }
  .fifth-section-wrapper:has(.img-overlay-item-right) .contenu-item {
    padding-right: 5rem;
    padding-left: 0
  }
}
@media(max-width: 991px) {
  .fifth-section .contenu-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media(max-width: 767px) {
  .fifth-section .contenu-item {
    padding: 30px 15px;
  }
  .seventh-section .contenu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fifth-section .contenu-item h3 {
  color: var(--color-accent-prem);
  margin-bottom: 24px;
}
.fifth-section-wrapper ul li,
.sixth-section {
  color: var(--color-white);
}
.fifth-section-wrapper:has(.img-overlay-item-right) ul li {
  color: var(--color-accent-prem);
}

.sixth-section {
  text-align: center;
}
.sixth-section .body-footer {
  margin-left: auto;
  margin-right: auto;
}
.sixth-inner ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media(max-width: 767px) {
  .sixth-inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sixth-inner ul li {
    position: relative;
    background-color: var(--color-secondary);
    height: 250px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sixth-inner ul li strong {
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--ff-heading);
  padding-bottom: 40px;
  text-transform: uppercase;
}
.sixth-inner ul li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sixth-inner ul li:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sixth-inner ul li:nth-child(1)::before {
    background-image: url('../images/p/image-les-iles-de-lerins.webp');
}
.sixth-inner ul li:nth-child(2)::before {
    background-image: url('../images/p/image-la-baie-de-cannes.webp');
}
.sixth-inner ul li:nth-child(3)::before {
    background-image: url('../images/p/image-le-massif-de-l-esterel.webp');
}
.sixth-inner ul li:nth-child(4)::before {
    background-image: url('../images/p/image-theoule-sur-Mer.webp');
}
.sixth-inner ul li:nth-child(5)::before {
    background-image: url('../images/p/image-les-criques-sauvages.webp');
}
.sixth-inner ul li:nth-child(6)::before {
    background-image: url('../images/p/image-le-Cap-d-Antibes.webp');
}
.sixth-inner ul li:nth-child(7)::before {
    background-image: url('../images/p/image-golfe-juan.webp');
}
.sixth-inner ul li:nth-child(8)::before {
    background-image: url('../images/p/image-Juan-les-Pins.webp');
}

.sixth-inner ul li::after {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 1;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(2 21 38 / 0%) 50%, rgb(2 21 38) 100%);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sixth-inner ul li:hover::after {
    opacity: 1;
    padding-top: 0;
    width: 100%;
    background-size: 100% 200%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.seventh-section {
  position: relative;
}
.seventh-section .pattern-overlay {
  opacity: .2;
}

.seventh-section .contenu-center ul li {
    background-color: var(--color-secondary);
    color: var(--color-white);
}
.seventh-section .contenu-center ul li:hover {
    background-color: var(--color-accent);
    color: var(--color-white);
}

.seventh-section2 {
    margin-top: 100px;
    position: relative;
    background-color: var(--color-secondary);
}
.seventh-img-bg {
    background-size: cover;
    background-position: right 75%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 991px) {
  .seventh-img-bg {
    position: static;
    height: 250px;
  }
  .seventh-section2 {
    margin-top: 40px;
  }
}
.seventh-item {
    max-width: 700px;
    color: white;
    background-color: rgb(2 36 60 / 13%);
    backdrop-filter: blur(11px);
    padding: 40px;
    position: relative;
}
@media(max-width: 767px) {
  .seventh-item {
    padding: 40px 30px;
  }
}

.seventh-item p {
    max-width: inherit;
}
.btn-contenu {
  margin-top: 46px;
}
.btn-contenu .btn {
    border: 1px solid var(--color-accent-variant);
}

.seventh-section .contenu-center ul li:nth-child(1)::after {
    background-image: url('../images/p/hotels.webp');
}

.seventh-section .contenu-center ul li:nth-child(2)::after {
    background-image: url('../images/p/villa-de-luxe.webp');
}

.seventh-section .contenu-center ul li:nth-child(3)::after {
    background-image: url('../images/p/consiergerie.webp');
}

.seventh-section .contenu-center ul li:nth-child(4)::after {
    background-image: url('../images/p/evennement-prives.webp');
}

.seventh-section .contenu-center ul li:nth-child(5)::after {
    background-image: url('../images/p/tournages.webp');
}

.seventh-section .contenu-center ul li:nth-child(6)::after {
  background-image: url('../images/p/influenceurs.webp');
}
   
.seventh-section .contenu-center ul li:nth-child(7)::after {
    background-image: url('../images/p/entrerpise.webp');
}

.location-longue-duree-jet-ski .seventh-section {
    background-color: var(--color-white);
}


/* faq accordeon */
.faq-section {
  background-color: var(--color-primary);
  background-position: center;
}
.faq-section .contenu-item h2 {
  font-size: 40px;
  color: var(--color-white);
}
.faq-item {
    border: 1px solid rgb(255 255 255 / 18%);
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: rgb(255 255 255 / 7%);
    backdrop-filter: blur(3px);
}
.faq-item.active {
    background-color: rgb(255 255 255 / 89%);
    padding-bottom: 15px;
    backdrop-filter: blur(5px);
}
.faq-item h3 {
  margin: 0;
  padding: 18px 30px 18px 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
  user-select: none;
  color: var(--color-white);
}
.faq-item.active h3 {
  color: var(--color-primary);
}

.faq-item h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-item.active h3::after {
  content: "−";
  transform: translateY(-50%) rotate(0deg);
}
.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 20px 0;
}

.faq-item .faq-answer p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  opacity: 0.8;
}

.faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .faq-section .contenu-item,
  .faq-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(min-width: 992px) {
  .prix-inner {
    padding-left: 5rem;
  }
}
.prix-items h2 {
    margin-bottom: 15px;
}
.head-prix {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.head-duree {
    border: 1px solid;
    border-right: 1px solid;
    background-color: var(--color-accent);
    color: var(--color-white);
}
.head-tarif {
    background-color: var(--color-accent-prem);
    border: 1px solid;
}
.body-prix {
  border: 1px solid;
  border-top: 0;
}
.body-prix-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.head-prix span {
    padding: 10px;
}
.body-prix-item span {
    padding: 6px 10px;
}
.item-duree {
    border-right: 1px solid;
}

.body-prix-item span {
    border-bottom: 1px dashed;
}
.body-prix-item:last-child span.item-duree,
.body-prix-item:last-child span.item-tarif {
    border-bottom: none;
}


.mt-0 {
  margin-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-60 {
  padding-bottom: 60px;
}


/* Footer  */
#footer {
  position: relative;
  padding-top: 100px;
  background-color: var(--color-primary);
}
.footer-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-inner-top {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer-col-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333333% - 36px);
        flex: 0 0 calc(33.333333% - 36px);
        max-width: calc(33.333333% - 36px);
    }
    .footer-col-contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666667% - 36px);
        flex: 0 0 calc(66.666667% - 36px);
        max-width: calc(66.666667% - 36px);
    }
}
.footer-section-title {
  font-family: var(--ff-heading);
  color: var(--color-white);
  display: block;
  margin-bottom: 36px;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.footer-col-brand {
    padding-right: 4rem;
}
.footer-logo-wrapper {
    margin-bottom: 30px;
}
.footer-description,
.footer-links-list li a,
.footer-contact-text {
    color: var(--color-white);
}
.footer-links-list li a {
  transition: all .3s ease;
    display: inline-block;
    line-height: 130%;
}
.footer-links-list li:hover a,
.footer-links-list li.active a {
  color: var(--color-accent-prem);
  padding-left: 10px;
}
.footer-contact-list li,
.footer-contact-list li a {
    display: flex;
    gap: 15px;
}
.footer-links-list li:not(:last-child) {
  margin-bottom: 7px;
}
.footer-contact-list li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-contact-icon {
    flex: 0 0 20px;
    max-width: 20px;
    margin-top: 5px
}
.footer-contact-icon svg {
    fill: var(--color-accent-prem);
}
.footer-contact-icon i {
    color: var(--color-accent-prem);
    font-size: 20px;
}
.footer-section-wrapper {
  padding-left: 4rem;
}
.footer-inner-bottom {
    border-top: 1px solid rgb(255 255 255 / 29%);
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.footer-col-copyright p {
    font-size: 14px;
    color: var(--color-white);
    margin-bottom: 0;
}
.footer-col-copyright a {
    text-decoration: underline;
    font-weight: 600;
    color: var(--color-accent-prem);
    margin-left: 3px;
}

@media(max-width: 991px) {
  .footer-inner-top {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
  .footer-section-wrapper {
    padding-left: 0;
    border-top: 1px solid rgb(255 255 255 / 29%);
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-inner-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}


/*  Erreur 404 */
.error-page-wrapper {
    background-image: url(../images/p/page-404.webp);
    background-attachment: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(2, 21, 38, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.error-page-wrapper::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.error-page-wrapper .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.error-content-center {
    display: table;
    width: 100%;
    height: 100%;
}
.error-content-center .error-content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: var(--color-white);
}
 .error-number-inner h1 {
    font-size: 300px;
    font-weight: bold;
    display: inline-block;
    line-height: 300px;
    top: 20px;
    position: relative;
    margin-bottom: 26px;
    margin-top: 0;
    font-family: var(--ff-heading);
    color: var(--color-accent-prem);
}
 .error-number-inner h2 {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
    line-height: 1.4;
    color: var(--color-white);
    margin: 0 0 40px;
}
@media(max-width: 991px) {
  .error-number-inner h1 {
    font-size: 115px;
    line-height: 115px;
  }
  .error-number-inner h2 {
    font-size: 40px;
  }
}


/* Mentions  */
.section-mentions {
  position: relative;
}
.mentions-item {
    max-width: 1170px;
    margin: auto;
}
.section-mentions .pattern-overlay {
  background-attachment: fixed;
  background-color: var(--color-white);
}
.mentions-item {
  position: relative;
  background-color: white;
  padding: 60px;
  padding-left: 0;
}
@media(max-width: 767px) {
  .mentions-item {
    padding: 20px;
  }
  .mentions-item ol {
    padding-left: 0;
  }
}

/* Message */
#Messages {
    background: #8fe701;
    padding: 10px 0;
}
#Messages p {
    text-align: center;
    margin-bottom: 0;
}


/* Réalisations */
.titre-album {
    display: block;
    margin-bottom: 36px;
}
.swipebox {
    height: 350px;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.swipebox img {
    object-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.swipebox:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* Contact  */
.contact-card {
    display: flex;
    gap: 15px;
}
.contact-info-item:not(:last-child) {
    margin-bottom: 34px;
    border-bottom: 1px dashed;
    padding-bottom: 34px;
}
.form-inner {
  padding: 50px;
  background-color: var(--color-accent-light);
  height: 100%;
}
.form-inner .h2 {
  margin-bottom: 34px;
  display: block;
}
.form-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    background-color: transparent;
    border: 1px solid #4f798d;
    color: var(--color-primary);
    letter-spacing: 2px;
    font-weight: 600;
    transition: all .3s linear;
}
.form-input::placeholder {
    color: var(--color-secondary);
}
.form-input:focus {
    border-color: var(--color-white);
    outline: none;
    box-shadow: none;
}
textarea.form-input {
   resize: vertical;
   height: 150px;
   max-height: 180px;
}
.btn-submit {
  cursor: pointer;
  margin-top: 20px;
}
#Map {
  height: 400px;
  background-color: var(--color-white);
  z-index: 1;
}

@media(max-width: 991px) {
  .form-inner {
    margin-top: 30px;
    height: auto;
  }
}
@media(max-width: 767px) {
  .form-inner {
    padding: 20px;
  }
  #Map {
    height: 250px;
  }
}