body {
    overflow-x: hidden;
    background-color: #000;
    color: #d1d1d1;
    font-family: 'Roboto', sans-serif;
}

:root {
    --color-grey: #3d3d3d;
    --base-color: #eb1c07;
    --color-gold: #d4af37;
}


@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');


/* LAODING SITE */
#loading_site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: block;
}
#loading_haut {  position: absolute;  width: 50vw;  height: 100vh;  top: 0;  left: 0;  z-index: 2;  background-color: #fff;  transition: 1.2s ease-out;}
#loading_haut img {  display:block; position: absolute;  width: 250px;  transition: 1.2s; left: 50%; transform: translateX(-50%); top: 100px; }
#loading_bas {  position: absolute;  width: 50vw;  height: 100vh;  top: 0;  right: 0;  z-index: 2;  background-color:#fff;  transition: 1.2s ease-out; }
#loading_logo {  position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  text-align: center;  z-index: 5;}
#loading_haut.invisible {  opacity: 0;}
#loading_bas.invisible {  opacity: 0;}
#loading_logo.invisible img {  opacity: 0;}

.spinner {
    border-width: 6px;
    border-style: solid;
    border-color: var(--base-color) var(--base-color) var(--base-color) transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: spin 5s infinite;
    position: relative;
    margin: 30px auto;
  }
.spinner:before,
.spinner :after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
}
  .spinner :before {
    top: 3px;
}
  .spinner :after {
    bottom: 3px;
}
@keyframes spin {
    100% {
      transform: rotate(360deg);
    }
}

.text-link-white-2, .text-link-white-2 i, .text-link-white-2, .text-link-white-2 i {
    color:#fff;
}
.text-link-white-2:hover, .text-link-white-2:hover i, .text-link-white-2:focus, .text-link-white-2:focus i {
    color:#eb1c07;
}

a {
    white-space: normal !important;
}

.cursive {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    /* font-style: italic; */
}

h1, h2, h3, h4, H5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

@media (max-width: 992px) {
    .hero-home h1 {
        font-size: 21px;
        font-weight: 400;
        line-height: 23px;
    }    
}

@media (max-width: 1199px) {
    .text-extra-large {
        font-size: 26px;
        line-height: 32px;
    }
}

.br-16{
    border-radius: 16px;
}
.br-t-16{
    border-radius: 16px 16px 0 0;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}
.bg-gold {
    background-color: var(--color-gold) !important;
}
.bg-beige {
    background-color: #faf8f5 !important;
}

.bg-base-color {
    background-color: var(--base-color) !important;
}

.color-grey {
    color: var(--color-grey) !important;
}
.text-gold {
    color: var(--color-gold) !important;
}

.br-32 {
    border-radius: 32px;
}


.dark-filter {
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, .624), transparent) 0 0 no-repeat padding-box;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}

.mt-m400{
    margin-top: 20px;
}

.mt-m150{
    margin-top: 0;
}

.mt-m80{
    margin-top: 0;
}

.md-mx-auto{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 576px) and (max-width:768px){

    .mt-m80{
        margin-top: -30px;
    }

}

@media screen and (min-width:768px){

    .mt-m80{
        margin-top: -45px;
    }

}

@media screen and (min-width: 992px) {

    .mt-m400{
        margin-top: -300px;
    }        

    .mt-m150{
        margin-top: -150px;
    }

    .mt-m80{
        margin-top: -63px;
    }

    .md-mx-auto{
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (min-width: 1199px) {

    .mt-m80{
        margin-top: -79px;
    }
    
    .lg-w-85 {
        width: 85%;
    }

}



.br50{
    border-radius:50%;
}


/* BUTTONS */
.btn.btn-dark-gray {
    background: var(--color-grey);
    border-color: var(--color-grey);
}

.btn.btn-deep-pink:hover,
.btn.btn-deep-pink:focus,
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:focus {
    background-color: #fff;
}

/* HEADER */

header nav {
    background: #1c1c1c;
    border-radius: 32px !important;
    width: 92%;
    margin: auto;
    margin-top: 20px;
}

.simple-dropdown .dropdown-menu {
    background: rgb(255, 255, 255);
    top:76px !important;
}
.simple-dropdown .dropdown-menu > li a {
    color: var(--base-color);
    font-weight: 600;
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover {
    color: #45798d;
}


/* cfa772 */

.mr-3 {
    margin-right: 1rem !important;
}

.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
    background-color: white !important;
}

.mobile-toggle:hover,
.white-link .mobile-toggle:hover {
    background-color: var(--base-color) !important;
}


/* HEADER */

header.sticky nav.header-dark-transparent .logo .logo-dark,
header.sticky nav.header-dark .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/* 
.navbar-default .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
    background: #fff;
} */

header.header-appear
    nav.bootsnav.header-light-transparent
    .navbar-nav
    > li.dropdown.on
    > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a,
header nav.navbar .navbar-nav > li.dropdown.on > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #9d9d9d;
}

.dropdown-style-1 .dropdown-menu > li > a:hover,
.dropdown-style-1 .dropdown-menu > li > a:focus {
    background: #1c1c1c;
}

header a.logo img {
    max-height: 78px;
}

@media screen and (min-width: 991px) and (max-width: 1150px) {

    header a.logo img {
        max-height: 75px !important;
    }

}

header nav .navbar-nav > li > a {
    text-transform: none;
}

header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 30px;
}

.header-top-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {

    .header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
    .sticky.header-with-topbar.fixed-topbar
    nav.navbar.bootsnav.navbar-fixed-top,
    .sticky.header-with-topbar.header-appear.fixed-topbar
    nav.navbar.bootsnav.navbar-top {
        top: 34px;
    }

    .header-top-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width: 400px) {

    .header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
    .sticky.header-with-topbar.fixed-topbar
    nav.navbar.bootsnav.navbar-fixed-top,
    .sticky.header-with-topbar.header-appear.fixed-topbar
        nav.navbar.bootsnav.navbar-top {
        top: 34px;
    }

}

@media screen and (max-width: 991px) {

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 70vh;
    }

    header .btn.btn-deep-pink {
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding-left: 15px !important;
        text-transform: none;
    }

    header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
        color: #ffffff !important;
    }

}


#contenu{
    padding-top:0;
}

@media screen and (min-width: 992px) {

    header .btn.btn-deep-pink {
        margin-left: 21px;
    }

    header nav .navbar-nav > li > a {
        margin: 0 8px;
        font-size: 14px;
    }

}

@media screen and (min-width: 1200px) {

    header nav .navbar-nav > li > a {
        margin: 0 16px;
    }

    #contenu{
        padding-top:0;
    }

}

@media (min-width: 991px) {

    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 36px;
        line-height: 72px;
    }

}

/*legende slider images*/

.bg-linear-dark {
    background: linear-gradient(rgba(61, 61, 61, 0), rgb(61, 61, 61));
}

.legende {
    margin: -200px 50px 0 50px;
    position: relative;
}

.titre_legende {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.desc_legende {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
}


/* FOOTER */
.footer-logo {
    max-height: none;
    width: 80%;
    max-width: 200px;
}

footer a, footer a:active, footer a:focus {
    color: #cdcdcd;
    text-decoration: none;
}


/* ACCUEIL */
.hero-home {
    padding: 0;
    height: 50vh;
    display: flex;
    align-items: end;
}


@media screen and (max-width: 992px) {
    .hero-home {
        height: 65vh;
    }
}


.swiper-slide p {
    font-size: 1rem !important;
}


/* POP UP */
.mfp-close {
    font-size: 24px;
}

@media (max-width: 767px) {
    .extra-small-screen {
        height: 350px;
    }
}


/* CIRCUITS */

.circuits-carousel .swiper-slide {
    height: auto;
    padding: 16px;
}

.circuits-carousel .swiper-portfolio-prev,
.circuits-carousel .swiper-portfolio-next {
    top: 25%;
    transform: none;
}


.circuits-carousel .blog-post {
    /* border-bottom: 2px solid #fff;  */
    transition: border 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 8px #2e2e2e;
    border-radius: 16px;
    overflow: hidden;
}

.circuits-carousel .blog-post-style5 .blog-post .blog-post-images {
    height: auto;
    background-color: var(--color-grey);
}

.circuits-carousel .blog-post-style5 .blog-post .blog-post-images img {
    transition: all 0.4s ease;
}

.circuits-carousel .blog-post-style5 .blog-post .blog-post-images img:hover {
    opacity: 0.5;
    transform: scale(1.05);
}

.circuits-carousel .blog-post:hover {
    border-bottom: 2px solid var(--base-color);
}

.circuits-carousel .post-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-post-style5 .blog-post .blog-categories {
    z-index: 4;
}


#calendrier {
    position: sticky;
    z-index: 100;
}

#demande-resa {
    position: sticky;
    z-index: 100;
}

@media screen and (min-width: 992px) {

    #calendrier {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
        max-height: calc(calc(100vh - var(--header-height)) - 48px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px;
    }

    #demande-resa {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
    }

}


/* FLOTTE */
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: revert;
}


/* Card hover */
.blog-post .overflow-hidden img {
    transition: transform 0.6s ease, filter 0.6s ease;
}
.blog-post .overflow-hidden:hover img {
    transform: scale(1.08);
}

/* Overlay s'assombrit */
.blog-post .opacity-extra-medium {
    transition: opacity 0.5s ease;
}
.blog-post .overflow-hidden:hover .opacity-extra-medium {
    opacity: 0.6;
}

/* Texte remonte */
.blog-post .overflow-hidden > a:last-child {
    transform: translateY(15px);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.85;
}
.blog-post .overflow-hidden:hover > a:last-child {
    transform: translateY(0);
    opacity: 1;
}

/* Tableaux Location (bateau, jet) tarifs */

.table_tarif {
    width: 90% !important;
    height: auto !important;
    border-width: 0;
}

.table_tarif tr {
    width: 100% !important;
    height: auto !important;
}

.table_tarif tr {
    background-color: rgb(102, 184, 190);
}

.table_tarif tr:nth-child(2n) {
    background-color: rgba(102, 184, 190, 0.75);
}

.table_tarif td {
    box-sizing: border-box;
    padding: 14px;
    font-size: 1rem;
    height: auto !important;
    color:white;
    border: 1px solid white;
}

.prices {
    display: grid;
    gap: 3rem;
    border: none;
}

.prices__list p {
    margin-bottom: 8px;
}

.prices__item {
    padding-bottom: 1rem;
    border-bottom: 8px solid rgba(102, 184, 190, 0.75);
    margin-bottom: 3rem;
}

.prices__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.prices__label {
    font-size: 1.125rem;
}

.prices__price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.875rem;
    font-weight: 300;
}

.prices__from {
    text-transform: uppercase;
    letter-spacing: 1px;
}



@media (min-width: 991px) {
    .prices__item,
    .prices__item:last-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 4rem;
        border-bottom: 0;
        margin-bottom: 0;
        background-color: rgb(102, 184, 190);
    }

    .prices__item:nth-child(2n) {
        background-color: rgb(102, 184, 190, 0.75);
    }

    .table_tarif td {
        display: table-cell;
        box-sizing: content-box;
        width: 36% !important;
        padding: 4rem;
        padding: 12px;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .table_tarif tr {
        background-color: rgb(102, 184, 190);
    }

    .table_tarif tr:nth-child(2n) {
        background-color: rgb(102, 184, 190, 0.75);
    }

}



/* carte cadeau */

#etape1 {
    width: 100%;
}

.section-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
}

.section-content__aside {
    position: static;
    height: 150px;
    z-index: 11;
}

@media (min-width: 991px) {

    .section-content {
        flex-direction: row;
        align-items: start;
    }

    .section-content__aside {
        position: sticky;
        /* display: block; */
        top: 120px;
        height: 100px;
    }

}

/* PAGE LIEN DE PAIEMENT */

.card {
    margin-bottom: 20px;
    border: 0px;
}

.card-body {
    display: block !important;
    background-color: #eee;
}

.card-body h5 {

    letter-spacing: 1px;
    color: var(--base-color);
    font-size: 22px;
    font-style: italic;
}

.card-body h5 a {
    color: var(--base-color);
}

.card-body h5 i {
    background-color: var(--base-color);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

.card-body h5::after {
    display: block;
    height: 1px;
    width: 50px;
    margin: 7px 0px;
    background-color: var(--base-color);
    content: "";
}

.btn-arrow {

    display: block;

    clear: both;

    padding: 10px;

    text-align: center;

    width: 100%;

    box-sizing: border-box;

    margin: 0px auto;

    border-radius: 5px;

}

.title {

    margin-bottom: 0px;

}

.title::after {

    display: block;

    height: 1px;

    width: 150px;

    margin: 10px auto;

    background-color: var(--base-color);

    content: "";

}

.subtitle {

    font-size: 20px;

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

}

#btn-reservation-bottom {

    display: none;

}

@media screen and (max-width: 992px) {

    #btn-reservation-bottom {

        display: block;

        position: fixed;

        bottom: 0 !important;

        width: 100%;

        z-index: 9999;

    }

}

.section-img-decalees {
    padding-top:20px;
    padding-bottom:300px;
}
.container-img-decalees{
    position: relative;
}
.div-img2{
    position: absolute;
    bottom: -150px;
    right:50px;
}
.container-img-decalees div .img1{
    box-shadow: var(--base-color) 35px 35px 0px; 
    margin-top:30px;
}
.container-img-decalees div .img2{
    margin-bottom:-80px; 
    box-shadow: var(--base-color) -35px 35px 0px; 
}



@media screen and (max-width: 1199px) {

    .container-img-decalees div .img1{
        box-shadow: none;
        height: 400px !important;
    }
    .container-img-decalees div .img2{
        box-shadow: none;
        border: 15px solid white;
        height:250px !important;
    }

    .section-img-decalees {
        padding-top:0;
        padding-bottom:30px;
    }
    .div-img2 {
        position: relative;
        margin-top: -30px;
        top: 0;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

@media screen and (max-width: 768px) {

    .container-img-decalees div .img2{
        box-shadow: none;
        border: 15px solid white;
        height:180px !important;
    }

}

.mask1 {
    -webkit-mask-image: url(/images/mask.png);
    mask-image: url(/images/mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
  }

  
/* Tableaux de tarifs */
.uk-table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  font-size: 0.95rem;
}

.uk-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* En-tête (première ligne) */
.uk-table tr:first-child {
  background-color: var(--base-color, #c0392b);
}

.uk-table tr:first-child td {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-bottom: none;
}

/* Lignes alternées (striped) */
.uk-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.uk-table tr:nth-child(odd):not(:first-child) {
  background-color: transparent;
}

/* Hover */
.uk-table-hover tr:hover:not(:first-child) {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}

/* Prix (colonnes 2 et 3) */
.uk-table td:not(:first-child) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* Dernière ligne (jour supplémentaire) */
.uk-table tr:last-child {
  border-top: 1px solid var(--base-color, #c0392b);
}

.uk-table tr:last-child td {
  font-style: italic;
  opacity: 0.85;
}

@media screen and (max-width: 992px) {
    
    .uk-table tr:first-child td {
        font-size: 0.75rem;
    }

    .uk-table {
        font-size: 0.8rem;
    }

    .uk-table td {
        padding: 12px 4px;
        line-height: normal;
    }

}

.card-hover img {
    transition: transform 0.5s ease;
}
.card-hover:hover img {
    transform: scale(1.08);
}
.card-hover .card-overlay {
    transition: opacity 0.4s ease;
}
.card-hover:hover .card-overlay {
    opacity: 0.6 !important;
}
.card-hover .card-title-text {
    transition: transform 0.4s ease;
    transform: translateY(5px);
}
.card-hover:hover .card-title-text {
    transform: translateY(0);
}

.Toastify {
    padding: 0!important;
}