p {
    margin-bottom: 0 !important;
}

/*
Header
*/
.bg-fullscreen {
    min-height: 55vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover-content {
    display: none;
}

.header-region {
    color: #fff;
}

.header-region h1 {
    font-size: 3.5rem;
}

.content-header-region {
    /*background-color: rgba(0, 0, 0, 0.56);*/
    /*border-radius: 20px;*/
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
}

.booking-field {
    width: auto;
    max-width: 100%;
    min-width: 200px;
}

.desc-header-region {
    font-weight: bold;
}

.overlay {
    height: 100%;
    z-index: inherit;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.56) 70%, rgba(0, 0, 0, .7) 70%);
}

.btn-blanc {
    background-color: transparent;
    font-weight: bold !important;
    border: 2px #fff solid !important;
    transition: all .3s ease-out !important;
    white-space: normal !important;
    color: #fff !important;
}

.btn-blanc:hover {
    background-color: #09538a;
    transform: translate(0, -5px);
    color: #fff;
}

/*prémoteur résa*/
.regionForm-title {
    color: #fff;
    width: 100%;
    display: none;
}

.regionForm-title svg {
    display: block;
    margin: .5em auto 0;
    color: #f45038;
}

.booking {
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
}

.booking-field--select {
    text-transform: inherit;
}

.booking-submit.btn {
    background-color: #09538a;
    color: #fff;
}

.booking-submit.btn:hover {
    background-color: #0a6fbd;
}

@media screen and (min-width:1320px) {
    /*.booking {
        flex-direction: column;
    }*/
}

@media screen and (max-width:768px) {
    .header-region .col-8 {
        max-width: 100%;
    }

    .booking {
        padding: 0 10px;
    }

    .booking-submit.btn {
        max-width: 100%;
        white-space: normal;
    }
}

@media screen and (max-width:520px) {
    .booking--compact .booking-field:not(.disabled, .booking-additional) {
        display: inherit !important;
    }
}


/**
Card
*/
#carouselOffreBtxDesktop {
    width: 100%;
}

#carouselOffreBtxMobile {
    display: none;
}

.mobile {
    display: none !important;
}

.classic {
    background-color: #09538a;
}

.premium {
    background-color: #e94e55;
}

.electric {
    background-color: #49B48E;
}

.access {
    background-color: #a2c3df;
}

.cosy {
    background-color: #d35699;
}

.simply {
    background-color: #E8AC19;
}
.prix {
	background-color: #f45038;
	padding: 0 3px;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
}
/*.carousel-inner .carousel-item .row{
    justify-content: center;
}*/
@media screen and (max-width:768px) {
    #carouselOffreBtxDesktop {
        display: none;
    }

    #carouselOffreBtxMobile {
        display: block;
    }

    .mobile {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }
}

.col-12.offres-incr {
    padding: 15px 5% 15px 5%;
    background-color: #f3f5f6;
}

.heading {
    margin-top: 0;
    margin-bottom: 3%;
}

.col-12.card-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    text-align: left;
}

.card-img img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    max-width: 30px;
}

.card-img .range {
	align-items: center;
	color: #fff;
	display: inline-flex;
	padding: 3px 10px;
	border-radius: 100px;
	margin-top: 5px;
	font-size: 12px;
}

.little {
    color: #09538a;
    font-size: 0.9em;
    font-weight: 600;
}

.card {
    color: #3c3c3c;
    text-align: initial;
}

.card a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content-price {
    margin: 10px 0 10px 0 !important;
}

.offres-prix-wrapper a:not(.btn) {
    color: inherit;
}

.offres-prix-wrapper a.btn:last-of-type:hover {
    color: #fff;
}

.btn-orange {
    white-space: initial !important;
}

.btn-orange:hover {
    color: #fff;
}

.card-content-pictos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.btn-canalous {
    background-color: #09538a;
}

.btn-canalous:hover {
    background-color: #0c69af;
    color: #fff;
}

.picto-offre svg {
    width: 22px;
    height: 22px;
    color: #f45038;
    position: relative;
    bottom: -5px;
}

.card .btn {
    font-size: 0.8rem !important;
}
.col-12.card-content {
	margin-top: 5px;
}
.nom-btx {
    font-size: 1.2rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

/*
Contenu
*/
.regionSingle-description {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0 5%;
}

.regionSingle-description h3 {
    font-size: 1.2rem;
}

.regionSingle-description h2 {
    font-size: 1.3rem;
}

.regionSingle-description-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/*
FAQ
*/
.pageFAQ-summary {
    margin-top: 15px;
}

.pageFAQ-category:not(:last-child) {
    margin-bottom: 15px;
}

.pageFAQ-summary {
    display: none;
}

/*
Moteur de résa
*/
.regionSingle-booking {
    margin-bottom: inherit !important;
    text-align: center;
}

.regionSingle-booking h3 {
    background-color: rgba(0, 0, 0, .356);
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
}

select[disabled] {
    opacity: 0.6;
    /* Reduced opacity to indicate disabled state */
    cursor: not-allowed;
    /* Change cursor to indicate unavailability */
    /* You can add additional styles here to match your design */
    display: none;
}

/*
Bloc pret a naviguer
*/
.bloc-cta {
    background: linear-gradient(to bottom right, #09538a, #1e66be);
    padding: 15px;
    margin-top: 3%;
    color: #fff;
    border-radius: 20px;
    min-height: 300px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.overlay-bloc-cta {
    background-color: #ffffff12;
    height: 100%;
    width: 100%;
    content: "ddzdz";
    position: absolute;
    z-index: 0;
    left: 30%;
    clip-path: ellipse(40% 100% at 40% 70%);
}

.overlay-bloc-cta:nth-child(2) {
    background-color: #fff3;
    left: 60%;
    clip-path: ellipse(40% 100% at 60% 100%);
}

.bloc-cta h3 {
    font-weight: bold;
}

.round-btn {
    border: 2px solid #fff;
    border-radius: .25rem;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.round-btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.orange-canalous {
    background-color: #f45038;
}

.orange-canalous:hover {
    color: #f45038;
}

.btn-info {
    background-color: #09538a !important;
    border-color: #09538a !important;
}

.btn-info:hover {
    background-color: #0a5e9e !important;
    border-color: #0a5e9e !important;
}
/*
Carte
*/
.regionSingle-map{
    z-index: 1;
}

/*
Base liées
*/
.regionSingle-container.container {
    max-width: 90%;
}

.regionSingle-other {
    margin-bottom: 5vh;
}

.baseItem:hover{
    text-decoration: none !important;
}
/*
Activites liees
*/
.activityItem {
    flex-direction: column;
}

.activityItem-img {
    width: 100%;
}

.activityItem-img img {
    position: inherit;
}

.activityItem-content {
    width: 100%;
    padding: 15px 0;
}

/*
Responsive mobile
*/
@media screen and (max-width : 768px) {
    .bg-fullscreen {
        min-height: 25vh;
    }

    .content-header-region {
        margin: 2vh 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .boatsForm {
        margin-bottom: 20px;
    }

    .header-region h1 {
        font-size: 1.5rem;
    }

    /*
    offres incr
    */
    .col-lg-4.col-12.offres-prix-wrapper {
        margin-bottom: 15px;
    }

    .offres-prix-wrapper .btn {
        font-size: 0.75em;
    }

    /*
    Contenu
    */
    .regionSingle-description .row {
        flex-direction: column-reverse;
        margin: 5vh 0;
    }

    .regionSingle-description-img {
        margin-bottom: 15px;
    }

    /*
    Moteur résa
    */
    .regionSingle-booking {
        margin-bottom: 3vh !important;
    }

    /*
    bloc de fin
    */
    .wrapper-bloc-cta {
        margin: 5vh 0;
    }

    .bloc-cta h3 {
        text-align: center;
    }

    .round-btn {
        border-radius: 20px;
        padding: 10px;
        text-align: center;
    }

    /*
    bases liees
    */
    .regionSingle-other .heading {
        font-size: 1.75em;
    }

    .regionSingle-other .destinations {
        margin-bottom: 20px;
    }

    .basesList {
        margin: 5vh auto 5vh;
    }
}