.accordion .card-header .card-title {
	font-size: 0.9rem;
}

/* Maj du 12/09/2024 */

.cw-prix-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
}

.bloc-prix {
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 0;
	background: linear-gradient(270deg, rgb(255 255 255 / 50%) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255) 100%), 
	url('/sites/2989bc0224/files/bg-img-prix.jpg') no-repeat center center fixed;
    background-size: cover;
	height: 560px;
}

.cw-prix-payment-sections {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 992px) {
    .cw-prix-payment-sections {
		display: grid;
		justify-content: center;

	}

	.bloc-prix {
	
		height: 960px;
	}
}

.cw-prix-payment-methods, .cw-prix-deposit-methods {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 18px;
	box-shadow: 2px 6px 5px 5px rgba(0, 0, 0, 0.15);	
}

.cw-prix-methods {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 63px;
}

.cw-prix-method {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cw-prix-method img {
    width: 50px;
    height: auto;
}

.cw-prix-method p {
    font-size: 16px;
    color: #34495e;
}


/* MAJ DU 15/09/2024 */
@media (min-width: 1200px) and (max-width: 1450px) {
    #navbar-main {
       
        width: 100vw;
    }
    .cw-navbar {
        width: 100vw;
    }
    .bloc-partenaire .view-content {
        width: 100vw;
        
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: contents;
        
    }
}

.video-foreground {
   
    height: calc(145vw / 16* 9 + 20vw);
    width: calc(126vw + 20vw);
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .jumbotron-bloc-principal:after {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.45) -15%);
    }
}

.jumbotron-bloc-principal:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.45) -15%);
}


/* maj du 09/10 changement des couleurs */
body,.bloc-partenaire,.region-footer-second,.bloc-actualites,.block-system-breadcrumb-block{
background-color:#c0dee6 ;
}
.cw-cards-section .title-h2, .block-soref-queries .title-h2, .soref-section-activities-xxl .title-h2{
color: black;
}

.not-front .jumbotron-bloc-principal:after {
    background-image: linear-gradient(0deg, rgba(63, 119, 187, 0) 0, rgba(63, 119, 187, 0) 90%);
}

/* MAJ du 09/04/25 */

#hostaway-booking-widget {
	display: flex !important;
	justify-content: center;
}

/* MAJ du 11/08/25 */

#hostaway-calendar-widget .styled__WidgetContainer-sc-vhlqs-0 {
	background-color: white !important;
	border-radius: 0.5rem !important;
	padding: 0 0 2rem 0 !important;
}

#hostaway-calendar-widget .styled__Wrapper-sc-vhlqs-1 {
	display: flex !important;
    margin: auto !important;
	justify-content: center !important;
}
