html {
    width: 100vw;
}
body {
    /* padding-top: 82px; */
    overflow-x: hidden;
    width: 100vw;
}
:root {
    --color-grey: #3d3c3b;
    --base-color: #e11283;
    /* --base-color: #1db6b8; */
}
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
a.text-link-white-2:hover, a.text-link-white-2:hover i, a.text-link-white-2:focus, a.text-link-white-2:focus i {
    color:#8a0b51;
}
.br-16 {
    border-radius: 16px;
}
.br-32 {
    border-radius: 32px;
}
.object-fit-contain {
    object-fit:contain;
}
.object-fit-cover {
    object-fit:cover;
}
/* 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);
    }
  }
  
.bg-grey {
    background-color: var(--color-grey) !important;
}
.bg-base-color {
    background-color: var(--base-color) !important;
}
.bg-dark-pink {
    background-color: #5f1c76;
}
.color-grey {
    color: var(--color-grey) !important;
}
h1, h2, h3, h4 {
    font-family: "Glory", sans-serif !important;
    text-transform: uppercase!important;
    font-weight: 800!important;
    font-style: italic!important;
    /* letter-spacing: 4px; */
}
.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;
    }
}

.page-title-large h1 {
    text-shadow: 2px 2px 8px #0000009e;
}
@media (max-width: 767px) {
    .page-title-large h1 {
        font-size: 24px;
        line-height: 28px;
    }
}

/* 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 */
.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 */
nav.navbar.navbar-default ul.nav > li > a {
    text-transform: uppercase;
}
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: #000;
}
.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:100px;
}
@media screen and (min-width: 992px) {
    header .btn.btn-deep-pink {
        margin-left: 21px;
    }
    header nav .navbar-nav > li > a {
        margin: 0 6px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    header nav .navbar-nav > li > a {
        margin: 0 10px;
    }
}
@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)); */
    background: linear-gradient(165deg, rgb(4 7 24) 0%, rgba(23, 36, 81, 1) 100%);
}

.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 {
    overflow-x: hidden;
}
.footer-logo {
    max-height: none;
    width: 80%;
    max-width: 200px;
}
footer a, footer a:active, footer a:focus {
    color: #d7d7d7;
    text-decoration: none;
} 

/* ACCUEIL */
.home__hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.home__hero::after, 
.hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C150,100 350,0 600,50 C850,100 1050,0 1200,50 L1200,120 L0,120 Z' fill='white'/%3E%3C/svg%3E");
    background-size: 125vw;
    background-repeat: no-repeat;
    z-index: 2;
}

.footer::after {
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 150px;
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C150,100 350,0 600,50 C850,100 1050,0 1200,50 L1200,120 L0,120 Z' fill='white'/%3E%3C/svg%3E");
    background-size: 200vw;
    background-repeat: no-repeat;
    z-index: 2;
}

@media (max-width: 768px) {
    .home__hero::after,
    .hero::after {
        height: 80px;
    }
}

/* POP UP */
.mfp-close {
    font-size: 24px;
}

.wave-underline {
  display: block;
  width: 150px;
  height: 12px;
  margin-bottom: 10px;
}
.wave-title {
    position: relative;
    display: inline-block;
}
.wave-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 10px;
  background: radial-gradient(circle at 10% 50%, #E5027D 20%, transparent 20%) repeat-x;
  background-size: 20px 10px;
}
@media screen and (max-width: 992px) {
    .wave-underline {
    margin: auto;
    }
}


/* CIRCUITS */
.circuits-carousel .swiper-slide {
    height: auto;
}
.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;
}
.post-title {
    font-family: 'Glory', sans-serif !important;
    font-weight: 800 !important;
    font-size: 26px;
    line-height: normal;
    
}
.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);
    }
}

/* DETAIL PAGE   */
.detail-page-contenu {
    position: relative;
    z-index: 1;
    overflow: visible;
}
@media screen and (max-width: 992px) {
    .detail-page-contenu {
        background-color: white;
        border-radius: 32px 32px 0 0;
        margin-top: -30px;
    }
}

/* FLOTTE */
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: revert;
}

/* 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%;
  }