@font-face {
    font-family: Fleur;
    src: url('FleurDeLeah-Regular.ttf');
    font-style: normal;
}


@font-face {
    font-family: Titilium;
    src: url('TitilliumWeb-Regular.ttf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Lora;
    src: url('Lora-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: Novacut;
    src: url('NovaCut-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: Lato;
    src: url('Lato-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Crimson;
        src: url('static/CrimsonPro-Medium.ttf');
	font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Texgyre;
        src: url('texgyrechorus-mediumitalic.otf');
	font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: Crimson;
    src: url('static/CrimsonPro-LightItalic.ttf');

    font-style: italic;
    font-weight: normal;
}


@font-face {
    font-family: Didot;
    src: url('didot/didot-std-headline.otf');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: Michroma;
    src: url('Michroma-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Julius;
    src: url('JuliusSansOne-Regular.ttf');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: Merienda;
    src: url('Merienda-Regular.ttf');
    font-style: normal;

}


@font-face {
    font-family: Raleway;
    src: url('Raleway-Medium.ttf');
    font-style: normal;

}

@font-face {
    font-family: Playfair;
    src: url('PlayfairDisplay-Medium.ttf');
    font-style: normal;

}


@font-face {
    font-family: Orbitron;
    src: url('Orbitron-VariableFont_wght.ttf');
    font-style: normal;

}


@font-face {
    font-family: Fantasque;
    src: url('TTF/FantasqueSansMono-Regular.ttf');
    font-style: normal;

}

@font-face {
    font-family: Fantasque;
    src: url('TTF/FantasqueSansMono-Italic.ttf');
    font-style: italic;

}

:root {
    --body-bg-old: #212525;
    //    --body-bg: #121212;
    --body-bg: rgb(19, 19, 27);

    --body-text: #fffff7;
    --bg-text: #fffff7;
    --backroom-color:#515f52;
    --back-content-color: rgba(141,155,142,0.4);
    --subtitle-font: Merienda,"Gotham SSm A", "Gotham SSm B",sans-serif;
    --nav-font:"Titilium" ,"Gotham SSm A", "Gotham SSm B",sans-serif;
    --default-font: "Titilium","Fantasque","Gotham SSm A","Gotham SSm B",sans-serif;
    --title-font: "Julius","Gotham SSm A", "Gotham SSm B",sans-serif, uppercase;
   --bd-red: #F74238;
   --bd-red-dark: #d12e26;


    --block-bg-color:#8d9b8e;
    --link-hover-color:#8d9b8e;
    --link-active-color:#2d7a3d;
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    --body-grey-text: #2E2E2E;
}

.container-fluid {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font: 1rem var(--default-font);
    line-height: 1.5em;
    background : var(--body-bg);
    color: var(--body-text);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

#number_of_days  {
    background : var(--body-bg);
    color: var(--body-text);
    font-size : 1.5em;
}
.card-body { color: white;}
.small {
    width: 33.33%;
}
.blockgrid {
    display: block;
     background: var(--block-bg-color);
}
.roomgrid {
    display: inline-block;
    width: 33.33%;
    float: left;
    background: var(--backroom-color);
    color: white;

}
.pricegrid {
    width: 100%;
    bottom: .3rem;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 85%;
    text-align:center;
    font-size: 130%;
    color:white;

}
.pricebox-old {
    border-radius: 2rem;

    padding: 0.5em 2em;
    margin: 0.5em;
    color: white;
    background: rgba(68,68,68,.7);
}

.typeroombox {
    background: rgba(68,68,68,.9);
}

.navbar-brand {
    text-align:center;
    font-size:35px;
        text-decoration: none;

    font-family:'Fleur';
}

.full-brand {
    text-align:center;
    font-size:45px;
        text-decoration: none;
	line-height:1.1;
	font-family:'Fleur';
	color:white;
}

img.ebrand {
    width: 90px;
    border-style: double;
    border-color: var(--link-active-color);
//     -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
//     clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
     //    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
//  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);

    margin-right:10px;
}
.picto {

    width: 30%;
}
.roomcontainer {
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

.roomimage {
    width: 100%;
    height: 70%;
    position: relative;
}
.booknow {
      position: relative;
      

}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

h2 {
    margin: 2rem 4rem 2rem 4rem;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    padding-top: 30px;
    font: 1.7rem var(--title-font);
}

.title-text  {
    font: 1.7rem var(--title-font);
}

a {
    color: white;
}

a.clickbox {
    padding-bottom: 9px;
    color: white;
    text-decoration: none ;
}

.nav-link {

    font: 1.2em var(--nav-font);
    color: var(--bg-text);
}
.text-muted {
    color: var(--backroom-color) !important;
}

.navbar-expand-lg  {
    justify-content:center!important;
    background: var(--body-bg);
}


ul {
    line-height: 1.7em;
list-style: none outside none;
}

.thumbnail {
 border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
}
.thumb img {
    border-radius: 1rem;
}
.thumb {
    position:relative;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
    text-align: center;
}


 .light-background {
    background: var(--back-content-color);
    color: white;
}

 
 h3 {
     font-family:var(--subtitle-font);
     font-size: 1.3em;
     margin: 2rem 4rem 2rem 4rem
     ;
 }

 h3.card-title
 {
     font-family:var(--subtitle-font);
     font-size: 1.2em;
     margin: 0rem;
 }

 
.block-text h1,.block-text h2,.block-text h3 {
 font-size:1.3em;
 font-weight:300;
 line-height:1.35em;
 letter-spacing:0.2em;
 color: #fff;
 font-family:var(--subtitle-font);
 text-align: center;
 padding-left:0.5em;
 padding-right:0.5em
}
.block-text h1+p {
    margin-top:-1.71429em;
    border: 1px;
		 
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font: 32px var(--title-font);
  transform: translate(-50%, -50%);
}



    /* Styles pour le caption des images de chambres */
    .thumb {
      position: relative;
      overflow: hidden;
    }

    .caption.typeroombox {
      position: absolute;
      top: 90%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 12px 24px;
      border-radius: 1rem;
      font-size: 1.1rem;
      font-weight: bold;
      font-family: var(--title-font);
      text-align: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(3px);
      border: 2px solid rgba(255, 255, 255, 0.4);
      min-width: 150px;
      width: 40%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }


    .pricebox {
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(40, 40, 40, 0.85));
      color: white;
      padding: 16px 24px;
      margin: 12px 0;
      border-radius: 1rem;
      font-size: 1.1rem;
      font-weight: 600;
      text-align: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(3px);
      border: 2px solid rgba(255, 255, 255, 0.4);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .pricebox:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
      border-color: rgba(255, 255, 255, 0.6);
    }

    .pricebox .price-amount {
      font-size: 1.4rem;
      font-weight: bold;
      color: #4CAF50;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
      margin: 0 4px;
    }

    .pricebox .price-label {
      font-size: 0.9rem;
      opacity: 0.9;
      margin-top: 4px;
    }

    .pricebox .btn {
      margin-top: 12px;
      border-radius: 0.75rem;
      padding: 8px 20px;
      font-weight: 600;
      transition: all 0.3s ease;
    }



.gradient-background {
    position: absolute;
    top: 0;
    content:'';
    left: 0;
    height:100%;
    width: 100%;
    background: linear-gradient( to right , transparent,transparent, transparent, transparent, transparent,transparent,var(--body-bg) 100%),
	    linear-gradient( to left , transparent,transparent, transparent,transparent,transparent,transparent,var(--body-bg) 100%),
	    linear-gradient( to top , transparent, transparent,  transparent,transparent,transparent,transparent,transparent,transparent, var(--body-bg) 100%),
	    linear-gradient( to bottom , transparent,transparent, transparent,transparent,transparent,transparent,var(--body-bg) 100%);

}

.content{

    background:var(--back-content-color);
}

.read-more {
    border-bottom: 2px double rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);

}

.modal-content {
    color : var(--body-bg);
}
/* Grid responsive pour les offres de chambres */
.room-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
/*.room-card {
    background: var(--block-bg-color);
    border-radius: 0.75rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}*/

/* Styles pour chaque offre de chambre - Style filluser inspiré */
.room-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: white;
}

.room-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border-color: var(--link-active-color);
    background: rgba(255, 255, 255, 0.08);
}

.room-title-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.75rem;
}

.room-title-header {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--subtitle-font);
    text-align: center;
}

.room-content-layout {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.room-image-container {
    flex-shrink: 0;
}

.room-thumbnail {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.room-card:hover .room-thumbnail {
    border-color: var(--link-active-color);
    transform: scale(1.05);
}

.room-info-price {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90px;
}

.room-details {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.room-price {
    text-align: right;
    margin-top: auto;
}

.offer-name {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-style: italic;
    text-align: right;
}

.price-total-amount {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4CAF50;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.price-total-label {
    font-size: 0.8rem;
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.9);
}

.room-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

/* Titre principal de la chambre */
.room-main-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: var(--subtitle-font);
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.75rem;
}

.room-details {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    gap: 0.5rem;
}

.nights-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Prix total dans la section prix */
.price-total-amount {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4CAF50;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.price-total-label {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.original-price {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.discount-info {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

/* Badge d'économie en overlay */
.discount-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border-radius: 12px;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.9);
    z-index: 10;
    min-width: 50px;
    animation: pulse-discount 2s infinite;
}

.discount-amount {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.125rem;
}

.discount-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.9;
    line-height: 1;
}

@keyframes pulse-discount {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(231, 76, 60, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    }
}

/* Section services - style filluser */
.room-services {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-family: var(--subtitle-font);
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.service-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.service-details {
    flex: 1;
}

.service-name {
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

/* Section conditions d'annulation - style filluser */
.cancellation-section {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.cancellation-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.cancellation-info.free-cancellation {
    border-left: 4px solid #4CAF50;
}

.cancellation-info.non-refundable {
    border-left: 4px solid #f44336;
}

.cancellation-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cancellation-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cancellation-details {
    flex: 1;
}

.cancellation-status {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.cancellation-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    line-height: 1.3;
}

/* Section extras disponibles - style filluser */
.room-extras {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.extras-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: var(--subtitle-font);
}

.extras-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.extra-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.25rem;
    padding: 0.5rem;
    border-left: 2px solid #ffc107;
}

.extra-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.extra-details {
    flex: 1;
}

.extra-name {
    color: white;
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 0.125rem;
}

.extra-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    line-height: 1.2;
}

/* Styles pour les extras dépliables sur mobile */
.mobile-extras-toggle {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.mobile-extras-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
}

.mobile-extras-toggle .toggle-icon {
    transition: transform 0.3s ease;
    font-size: 0.7rem;
}

.mobile-extras-toggle.expanded .toggle-icon {
    transform: rotate(180deg);
}

.mobile-extras-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Responsive pour les extras */
@media (max-width: 768px) {
         #smartwizard .nav {
	 display: none;
     }

    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: flex;
    }
    
    .mobile-extras-content {
        max-height: 0;
    }
    
    .mobile-extras-content.expanded {
        max-height: 300px;
    }
    
    .room-extras {
        padding: 0.5rem;
        margin-top: 0.5rem;
    }
    
    .room-extras .extra-item {
        padding: 0.5rem !important;
        margin-bottom: 0.375rem !important;
    }
    
    .room-extras .form-check {
        gap: 0.375rem !important;
    }
    
    .room-extras .form-check-input {
        width: 16px !important;
        height: 16px !important;
    }
    
    .room-extras .extra-content {
        gap: 0.375rem !important;
    }
    
    .room-extras .extra-name {
        font-size: 0.8rem !important;
        margin-bottom: 0 !important;
    }
    
    .room-extras .extra-price {
        font-size: 0.7rem !important;
        margin-bottom: 0 !important;
    }
    
    /* Badge d'économie plus petit sur mobile */
    .discount-badge {
        top: -6px;
        right: -6px;
        padding: 0.2rem 0.4rem;
        min-width: 40px;
    }
    
    .discount-amount {
        font-size: 0.65rem;
    }
    
    .discount-label {
        font-size: 0.55rem;
    }
    
    /* Responsive pour les room-cards sur mobile */
    .room-content-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .room-info-price {
        width: 100%;
        text-align: center;
        min-height: auto;
    }
    
    .room-thumbnail {
        width: 150px;
        height: 110px;
    }
    
    .room-price {
        text-align: center;
        margin-top: 1rem;
    }
    
    .room-details {
        justify-content: center;
        margin-bottom: 1rem;
    }

    /* Layout compact pour l'occupation des chambres sur mobile */
    .room-occupation {
        padding: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    .occupation-title {
        font-size: 0.85rem !important;
        margin-bottom: 0.5rem !important;
    }

    .room-occupation .row {
        flex-direction: column !important;
        gap: 0.25rem !important;
    }

    .room-occupation .col-md-4 {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 6px !important;
        padding: 0.5rem 0.75rem !important;
        margin-bottom: 0 !important;
    }

    .room-occupation .col-form-label {
        font-size: 0.8rem !important;
        margin-bottom: 0 !important;
        color: white !important;
        font-weight: 600 !important;
        order: 2 !important;
        flex: 1 !important;
        text-align: left !important;
        margin-left: 0.75rem !important;
    }

    .room-occupation .col-auto {
        order: 1 !important;
        flex-shrink: 0 !important;
    }

    .room-occupation .handle-counter {
        margin: 0 !important;
        width: 120px !important;
    }
}

/* Section prix par jour - style booking engine moderne */
.price-per-day-section {
    background: rgba(45, 45, 50, 0.9);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.price-per-day-display {
    display:none;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.price-per-day-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #96A596;
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.price-per-day-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
}

.total-nights-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.nights-count {
    font-weight: 600;
}

.total-separator {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
}

.night-price {
    font-weight: 600;
    color: #4CAF50;
}

/* Badge d'offre discret */
.offer-tag .badge {
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.offer-special-badge {
    background: #1a202c !important;
    color: #e2e8f0 !important;
    border: 1px solid #4a5568 !important;
}

/* Section action de réservation - style filluser */
.reservation-action {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.min-stay-warning {
    font-weight: 500;
}

.min-stay-warning .alert {
    background: rgba(255, 193, 7, 0.15) !important;
    border: 1px solid rgba(255, 193, 7, 0.4) !important;
    color: #ffc107 !important;
}

.min-stay-warning small {
    font-size: 0.9rem;
    font-weight: 600;
}

/* Styles pour le compteur non éditable */
.counter-display-value {
    color: var(--body-text) !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem !important;
}

/* Responsive breakpoints pour ajuster la taille minimale */
@media (max-width: 576px) {

    .room-offers-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .room-offer {
        padding: 12px;
    }
    
    /* Éviter les débordements sur mobile */
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .mx-md-4 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    
    .row {
	--bs-gutter-x: 0.3rem !important;

        margin-left: 0;
        margin-right: 0;
    }
    
    .col-md-4, .col-custom-md {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    
    /* Ajuster la largeur des images */
    .thumb img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    /* Ajuster le formulaire de réservation */
    .form {
        padding: 1rem 0.5rem !important;
    }
    
    .form .row {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .form .col-auto {
        width: 100%;
    }
    
    .form-control {
        width: 100%;
    }
    
    /* Ajuster la navigation */
    .navbar-brand {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .full-brand {
        font-size: 2rem;
        line-height: 1.1;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .room-offers-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .room-offers-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

@media (min-width: 1201px) {
    .room-offers-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }
}

/* Ancienne classe pour compatibilité */
[class*="col-custom-md"] {
    padding: 16px;
    margin-bottom: 20px;
    border: 2px solid var(--body-bg);
    background: var(--block-bg-color);
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.centertext {
    height: 100%;
    line-height: 1.5;
    display: block;
    vertical-align: middle;
}





.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color:var(--body-grey-text);
}
.danger-text {
    color: #ff3547; }
.default-text {
    color: #2BBBAD; 
}
.info-text {
    color: #33b5e5; 
}
.form-white .md-form label {
  color: #fff; 
}
.form-white input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password], .form-white input[type=text] {
    border-bottom: 1px solid #fff; 
}
.form-white .form-control:focus {
    color: #fff;
}

form input:focus {
    color: #fff;
}

input {
    color: black;
}

.form-control {
    background-color: var(--body-text);
}
.form-white textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff; 
}
.form-white textarea.md-textarea  {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly])+label {
    color: #fff;
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}




.handle-counter {overflow:hidden; }

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float:left;
  text-align:center;
}

 
.handle-counter .counter-minus,  .handle-counter .counter-plus {text-align:center; }
 
.handle-counter input {
  width:50px;
  border-width:1px;
  border-left:none;
  border-right:none;
}

.counter-minus, .counter-plus {
  padding:6px 12px;
  border:1px solid transparent;
  color:#fff;
}

span.special  {
    border-width:3px solid #fff;
    border-color:white;
}
.btn:disabled, .btn:disabled:hover {
  background-color: darkgrey;
  cursor: not-allowed;

}
.btn {
//    font-size:1.4em;
    color:var(--block-bg-color);

}
.btn-primary, .btn-info {background: var(--block-bg-color)!important;
	         color:#fff;}

.btn-secondary {background: white!important;
	         color:var(--body-bg);}


.btn-danger {background: #B22222!important;
	         color:var(--body-bg);}


.btn-primary:hover, .btn-primary:focus { background: var(--block-bg-color); }



.carousel-item {
  height: 80vh;
  min-height: 350px;


  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.decaled-right {
    margin-right:-200px;
    z-index:10;
}



.decaled-left {
    margin-left:-10%;
    z-index:10;
    margin-up: -10%;
}



.barre {
    font-size:smaller;

}
.total-price {
    font-size:larger;
}
#mapid { height: 380px; }

label {
    /* margin-top:7px!important; */
}


 @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.3, 1.3);
  }
  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .carousel-item > img {

  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}


.card  {
    width: 20rem;
    margin-right: 5px;
    padding: 0px;
}


span.icon-commons  {
    margin-left:1em;
    
}
span.icon::after{
    content: '';

    background-size: contain;
    display: inline-block;
    height: 1rem;
    width:  1rem;


    vertical-align: -11.5%;

}

span.tea-icon::after {
    background-image: url('/assets/bouilloire.png');
}


span.air-icon::after {
    background-image: url('/assets/seche-cheveux.png');
}


span.soap-icon::after {
    background-image: url('/assets/soap.png');
}
span.qbed-icon::after, span.elec-qbed-icon::after{
    background-image: url('/assets/queen-size-bed.png');
}


.square-icon::after,.square23-icon::after,.square30-icon::after, .square-classique-icon::after {
    background-image: url('/assets/surface.png');
}
span.jacuzzi-icon::after, span.jacuzzi-square-icon::after {
    background-image: url('/assets/bubble-bath.png');
}



li.active a{
    color: var(--link-active-color);
}
.nav-link:hover , a:hover{
    color: var(--link-hover-color);
}

table td,th  {
          border-width:1px!important;
}
table  {

        color: var(--link-hover-color)!important;
	background-color : black;
}

/* Styles pour les boutons de filtrage */
.filter-buttons {
    padding: 20px 0;
}

.filter-buttons .btn-group {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
}

.filter-buttons .btn {
    padding: 6px 24px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
}

.filter-buttons .btn:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.filter-buttons .btn:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.filter-buttons .btn-primary {
    background: var(--block-bg-color) !important;
    color: white !important;
}

.filter-buttons .btn-outline-primary {
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--body-text) !important;
    border: 1px solid var(--block-bg-color) !important;
}

.filter-buttons .btn-outline-primary:hover {
    background: var(--block-bg-color) !important;
    color: white !important;
    transform: translateY(-2px);
}

/* Animation pour les offres filtrées */
.room-offer {
    transition: all 0.3s ease;
}

.room-offer[style*="display: none"] {
    opacity: 0;
    transform: scale(0.95);
}

/* Styles pour le formulaire filluser */
.reservation-summary-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-family: var(--title-font);
    color: var(--body-text);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.subsection-title {
    font-family: var(--subtitle-font);
    color: var(--body-text);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    border-bottom: 2px solid var(--block-bg-color);
    padding-bottom: 0.5rem;
}

.stay-info-card {
    background: var(--block-bg-color);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.date-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
}

.nights-info {
    text-align: center;
    color: white;
}

.guests-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
}

.rooms-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
}


.room-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.room-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.room-details {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.room-price {
    text-align: right;
    color: white;
}

.price-amount {
    font-size: 1.4rem;
    font-weight: bold;
    color:black

}

.price-label {
    font-size: 0.85rem;
    opacity: 0.8;
}

.options-title {
    color: white;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}

.option-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.option-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.option-item.selected {
    background: rgba(0, 0, 0, 0.6);
    border-color: var(--block-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.option-item.selected:hover {
    background: rgba(0, 0, 0, 0.7);
}

.option-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.option-details {
    flex: 1;
}

.option-name {
    color: white;
    font-weight: 500;
    font-size: 0.95rem;
}

.option-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.form-check-input:checked {
    background-color: var(--block-bg-color);
    border-color: var(--block-bg-color);
}

.form-check-label {
    cursor: pointer;
    width: 100%;
}

.additional-options {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
}

.option-card {
    background: var(--block-bg-color);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.global-options-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
}

.price-summary {
    background: var(--block-bg-color);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    position: sticky;
    top: 20px;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-summary table {
    margin-bottom: 0;
}

.price-summary .table {
    background: transparent;
    color: white;
}

.price-summary .table td,
.price-summary .table th {
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    vertical-align: middle;
}

.price-summary .table tbody tr:hover {
    background: rgba(255, 255, 255, 0.1);
}

.breakfast-quantity-input {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--body-grey-text) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0.375rem !important;
    font-weight: 600 !important;
}

.breakfast-quantity-input:focus {
    background: white !important;
    border-color: var(--block-bg-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(141, 155, 142, 0.25) !important;
}

/* Styles pour les détails de petit-déjeuner dans les chambres */
.breakfast-details {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
}

.breakfast-room-summary h6 {
    color: white;
    font-family: var(--subtitle-font);
    margin-bottom: 1rem;
}

.breakfast-days-list {
    max-height: 200px;
    overflow-y: auto;
}

.breakfast-day-item {
    transition: all 0.3s ease;
}

.breakfast-day-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.breakfast-room-total {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 1rem;
    padding-top: 1rem;
}

.breakfast-quantity-input {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--body-grey-text) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0.25rem !important;
    font-weight: 600 !important;
    text-align: center !important;
}

/* Styles pour le bouton de suppression des lignes de petit-déjeuner */
.breakfast-delete-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.breakfast-delete-btn:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    transform: scale(1.1);
}

.breakfast-delete-btn i {
    font-size: 0.75rem;
}

/* Masquer les lignes détaillées de petit-déjeuner */
.breakfast-line {
    display: none;
}

/* Styles pour les lignes de résumé petit-déjeuner */
.breakfast-summary-line {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #ffc107;
}

.breakfast-summary-line td {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.room-occupation {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 1rem;
    border: 2px solid var(--block-bg-color);
}

.occupation-section {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    margin-top: 1rem;
}

.occupation-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: center;
}

.occupation-section .handle-counter {
    margin-bottom: 0.5rem;
    justify-content: center;
}

.occupation-section .col-form-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.25rem;
    text-align: center;
}

.occupation-section .mynumber {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    width: 50px;
    text-align: center;
}

.occupation-section .counter-minus,
.occupation-section .counter-plus {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

/* Styles pour l'affichage horizontal des occupations */
.room-occupation .row {
    justify-content: center;
    align-items: flex-start;
}

.room-occupation .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

.room-occupation .handle-counter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.room-occupation .input-group {
    max-width: 150px;
    margin: 0 auto;
}

/* Styles pour les boutons du wizard */
.btn-validate-reservation {
    background: linear-gradient(135deg, #10B981, #059669) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3) !important;
    transition: all 0.3s ease !important;
    min-height: 56px !important;
    min-width: 200px !important;
}

.btn-validate-reservation:hover {
    background: linear-gradient(135deg, #059669, #047857) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4) !important;
}

.btn-validate-reservation:disabled {
    background: #6B7280 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.btn-cancel-reservation {
    background: linear-gradient(135deg, #EF4444, #DC2626) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3) !important;
    transition: all 0.3s ease !important;
    min-height: 56px !important;
    min-width: 150px !important;
    text-decoration: none !important;
}

.btn-cancel-reservation:hover {
    background: linear-gradient(135deg, #DC2626, #B91C1C) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

/* Styles pour les boutons de navigation du wizard */
.sw-btn-next, .sw-btn-prev {
    background: var(--block-bg-color) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 24px !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    min-height: 48px !important;
    min-width: 120px !important;
}

.sw-btn-next:hover, .sw-btn-prev:hover {
    background: var(--link-hover-color) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.sw-toolbar {
    padding: 20px 0 !important;
    text-align: center !important;
}

.sw-toolbar .btn {
    margin: 0 8px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
        .reservation-action {
    padding-top: 0rem;
    border: none !important;
}

    .options-grid {
        grid-template-columns: 1fr;
    }
    
    .stay-info-card .row {
        text-align: center;
    }
    
    .stay-info-card .col-md-4 {
        margin-bottom: 1rem;
    }
    
    /* Garder l'affichage horizontal même sur mobile pour les occupations */
    .room-occupation .row {
        flex-direction: row;
        justify-content: space-around;
    }
    
    .room-occupation .col-md-4 {
        flex: 1;
        min-width: 0;
        margin-bottom: 0.75rem;
    }
    
    .room-occupation .handle-counter {
        margin-bottom: 0.25rem;
    }
    
    .room-occupation .input-group {
        max-width: 120px;
    }
    
    .room-occupation .col-form-label {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    /* Boutons plus grands sur mobile */
    .btn-validate-reservation,
    .btn-cancel-reservation {
        width: 100% !important;
        margin-bottom: 12px !important;
        padding: 18px 24px !important;
        font-size: 1.2rem !important;
    }
    
    .sw-btn-next, .sw-btn-prev {
        width: 100% !important;
        margin-bottom: 8px !important;
        padding: 14px 20px !important;
        font-size: 1.1rem !important;
    }
    
    .sw-toolbar {
        padding: 16px !important;
    }
    
    .sw-toolbar .btn {
        margin: 4px 0 !important;
    }
}

@media (max-width: 480px) {
    .btn-validate-reservation,
    .btn-cancel-reservation {
        padding: 20px 16px !important;
        font-size: 1.3rem !important;
        min-height: 60px !important;
    }
    
    .sw-btn-next, .sw-btn-prev {
        padding: 16px 20px !important;
        font-size: 1.2rem !important;
        min-height: 52px !important;
    }
    
    /* Réduire encore plus les marges sur très petits écrans */
    .container-fluid {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    
    .mx-md-4 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    
    /* Ajuster les boutons pour qu'ils ne débordent pas */
    .btn-hand {
        font-size: 1.2rem;
        padding: 0.4rem 0.4rem;
        margin: 0 0.5rem;
        white-space: nowrap;
    }
    
    /* Ajuster le texte de la marque */
    .navbar-brand {
        font-size: 1.4rem;
    }
    
    .full-brand {
        font-size: 1.8rem;
    }
    
    /* S'assurer que les éléments ne débordent pas */
    .pricebox {
        margin: 8px 0;
        padding: 12px 16px;
    }
    
    .caption.typeroombox {
        font-size: 0.9rem;
        padding: 8px 16px;
        min-width: 120px;
        width: 35%;
    }
}

/* Styles pour la page de confirmation */
.confirmation-container {
    background: var(--block-bg-color);
    border-radius: 2rem;
    padding: 3rem 2rem;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.success-icon-container {
    margin-bottom: 2rem;
}

.success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
//    background: linear-gradient(135deg, var(--block-bg-color), black);
//    background: linear-gradient(135deg, var(--block-bg-color), #059669);
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    animation: pulse-success 2s infinite;
}

@keyframes pulse-success {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(16, 185, 129, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    }
}

.confirmation-title {
    font-family: var(--title-font);
    font-size: 2.2rem;
    color: white;
    margin-bottom: 2rem;
    font-weight: 600;
}

.confirmation-message {
    margin-bottom: 2.5rem;
}

.message-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.message-icon {
    color: #10B981;
    margin-right: 1rem;
    flex-shrink: 0;
}

.message-content {
    flex: 1;
}

.message-subtitle {
    font-family: var(--subtitle-font);
    font-size: 1.3rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
}

.message-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.contact-section {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-title {
    font-family: var(--subtitle-font);
    font-size: 1.2rem;
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.contact-icon {
    color: var(--link-hover-color);
    margin-right: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.contact-details {
    flex: 1;
}

.contact-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.contact-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: var(--link-hover-color);
    text-decoration: none;
}

.contact-hours {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.action-section {
    margin-top: 2rem;
}

.action-section .btn {
    border-radius: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.action-section .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive pour la page de confirmation */
@media (max-width: 768px) {
    .confirmation-container {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
    }
    
    .confirmation-title {
        font-size: 1.8rem;
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
    }
    
    .contact-info {
        gap: 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .action-section .btn {
        width: 100%;
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .confirmation-container {
        padding: 1.5rem 1rem;
    }
    
    .confirmation-title {
        font-size: 1.5rem;
    }
    
    .message-card {
        padding: 1rem;
    }
    
    .contact-section {
        padding: 1rem;
    }
}

/* Styles pour les étapes de confirmation */
.next-steps-section {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    border-left: 4px solid #10B981;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #10B981;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.step-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Actions avec plusieurs boutons */
.action-section .btn {
    margin-bottom: 0.5rem;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

/* Responsive pour les étapes */
@media (max-width: 768px) {
    .steps-list {
        gap: 0.75rem;
    }
    
    .step-item {
        padding: 0.75rem;
    }
    
    .step-number {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .action-section .btn {
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

/* Styles pour la page confirmed */
.email-header {
    text-align: center;
    padding: 1.5rem 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.email-icon {
    color: var(--link-hover-color);
}

.email-title {
    font-family: var(--subtitle-font);
    color: white;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.email-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 0;
}

.email-content-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
    color: var(--body-grey-text);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.email-content-card h1,
.email-content-card h2,
.email-content-card h3 {
    color: var(--body-grey-text);
    font-family: var(--subtitle-font);
}

.email-content-card p {
    color: var(--body-grey-text);
    line-height: 1.6;
}

.email-content-card table {
    background: white;
    color: var(--body-grey-text);
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.email-content-card table th {
    background: var(--block-bg-color);
    color: white;
    font-weight: 600;
    padding: 1rem;
}

.email-content-card table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.confirmation-email-content {
    margin: 2rem 0;
}

/* Panier flottant compact et accessible */
.cart-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--block-bg-color);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    animation: slideInCartBottom 0.4s ease-out;
}

@keyframes slideInCartBottom {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes slideInCartTop {
    from {
        transform: translateY(-100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.cart-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: transparent;
    gap: 1rem;
}

.cart-summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    flex: 1;
}

.cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--link-active-color);
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.cart-price-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.cart-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.125rem;
    font-family: var(--subtitle-font);
}

.cart-items {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-weight: 500;
}

.cart-toggle-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    padding: 0.625rem 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.8rem;
    flex-shrink: 0;
    min-height: 44px;
}

.cart-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.cart-reserve-btn {
    background: var(--backroom-color);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 0.625rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    flex-shrink: 0;
    min-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.cart-reserve-btn:hover {
    background: var(--link-hover-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 122, 61, 0.3);
    color: white;
    text-decoration: none;
}

.cart-reserve-btn:focus {
    outline: 2px solid var(--link-active-color);
    outline-offset: 2px;
}

.cart-toggle-btn:focus {
    outline: 2px solid var(--link-hover-color);
    outline-offset: 2px;
}

.cart-details {
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 60vh;
    overflow-y: auto;
    border-radius: 0 0 12px 12px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
}

.cart-header h5 {
    margin: 0;
    color: var(--body-grey-text);
    font-family: var(--subtitle-font);
    font-size: 1.1rem;
    font-weight: 600;
}

.cart-close-btn {
    background: none;
    border: 1px solid #dc3545;
    color: #dc3545;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
}

.cart-close-btn:hover {
    background: #dc3545;
    color: white;
}

.cart-close-btn:focus {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

.cart-body {
    padding: 1rem 1.5rem;
    color: var(--body-grey-text);
    line-height: 1.5;
    background: white;
    font-size: 0.9rem;
}

.cart-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.cart-footer .btn-reserve-simple {
    background: var(--link-active-color);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 160px;
    text-decoration: none;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-footer .btn-reserve-simple:hover {
    background: var(--link-hover-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 122, 61, 0.3);
    color: white;
    text-decoration: none;
}

.cart-footer .btn-reserve-simple:focus {
    outline: 2px solid var(--link-active-color);
    outline-offset: 2px;
}

.cart-footer .btn-secondary {
    background: #6c757d;
    border: none;
    border-radius: 8px;
    color: black;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 120px;
    text-decoration: none;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-footer .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
    color: white;
    text-decoration: none;
}

.cart-footer .btn-secondary:focus {
    outline: 2px solid #6c757d;
    outline-offset: 2px;
}

/* Bouton de suppression de chambre */
.room-delete-btn {
    background: rgba(220, 53, 69, 0.1) !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
    color: #dc3545 !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    transition: all 0.3s ease !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.room-delete-btn:hover {
    background: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
    transform: scale(1.05) !important;
}

.room-delete-btn:focus {
    outline: 2px solid #dc3545 !important;
    outline-offset: 2px !important;
}

.room-delete-btn i {
    font-size: 0.9rem !important;
}

/* Styles pour les extras d'offre */
.room-extras .extra-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.room-extras .extra-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.room-extras .extra-item.selected {
    background: rgba(45, 122, 61, 0.2);
    border-color: var(--link-active-color);
    box-shadow: 0 2px 8px rgba(45, 122, 61, 0.3);
}

.room-extras .form-check {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.room-extras .form-check-input {
    margin-right: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.room-extras .form-check-input:checked {
    background-color: var(--link-active-color);
    border-color: var(--link-active-color);
}

.room-extras .form-check-label {
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.room-extras .extra-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.room-extras .extra-details {
    flex: 1;
}

.room-extras .extra-name {
    color: white;
    font-weight: 500;
    font-size: 0.85rem;
    margin-bottom: 0.125rem;
}

.room-extras .extra-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    margin-bottom: 0;
}

/* Styles pour les options sélectionnées dans filluser */
.selected-options-section {
    background: rgba(76, 175, 80, 0.15);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.selected-options-title {
    color: #4CAF50;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-family: var(--subtitle-font);
}

.selected-options-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.selected-option-item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.9rem;
}

.selected-option-item i {
    color: #4CAF50;
}

.option-text {
    font-weight: 500;
}

/* Styles pour la page manoir */
.manoir-hero {
    margin-bottom: 3rem;
}

.hero-image-container {
    position: relative;
    height: 60vh;
    min-height: 400px;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-image-container:hover .hero-image {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 600px;
}

.hero-title {
    font-family: var(--title-font);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.hero-subtitle {
    font-family: var(--subtitle-font);
    font-size: 1.4rem;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

/* Galerie des espaces */
.manoir-gallery .section-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.gallery-card {
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: var(--link-active-color);
}

.gallery-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 1.5rem;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-title {
    font-family: var(--subtitle-font);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    color: white;
}

.gallery-description {
    font-size: 1rem;
    opacity: 0.9;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
}

/* Section Histoire */
.history-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.history-content {
    padding: 2rem;
}

.history-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid var(--link-active-color);
    padding-bottom: 1rem;
}

.history-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}

.history-text p {
    margin-bottom: 1.5rem;
}

/* Section Baron */
.baron-section {
    padding: 2rem;
}

.baron-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 1.5rem;
    padding: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.baron-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.baron-icon {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.baron-title {
    font-family: var(--title-font);
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.baron-dates {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
}

.baron-timeline {
    margin-bottom: 2rem;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    border-left: 4px solid var(--link-active-color);
    transition: all 0.3s ease;
}

.timeline-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.timeline-item.highlight {
    background: rgba(255, 215, 0, 0.15);
    border-left-color: #FFD700;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}

.timeline-year {
    font-weight: 700;
    color: #FFD700;
    font-size: 1rem;
    min-width: 80px;
    text-align: center;
    background: rgba(255, 215, 0, 0.1);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 1rem;
}

.timeline-content {
    color: white;
    font-size: 0.95rem;
    line-height: 1.4;
    flex: 1;
}

.baron-achievements {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.achievements-title {
    font-family: var(--subtitle-font);
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.achievements-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.4;
}

.achievements-list li i {
    color: var(--link-active-color);
    margin-right: 1rem;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .manoir-hero {
        margin-bottom: 2rem;
    }

    .hero-image-container {
        height: 50vh;
        min-height: 350px;
        border-radius: 1rem;
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .gallery-image-container {
        height: 200px;
    }

    .gallery-title {
        font-size: 1.3rem;
    }

    .gallery-description {
        font-size: 0.9rem;
    }

    .history-section {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
        border-radius: 1.5rem;
    }

    .history-content,
    .baron-section {
        padding: 1rem;
    }

    .history-title {
        font-size: 1.8rem;
    }

    .history-text {
        font-size: 1rem;
        text-align: left;
    }

    .baron-card {
        padding: 1.5rem;
        border-radius: 1rem;
    }

    .baron-title {
        font-size: 1.5rem;
    }

    .baron-icon {
        font-size: 2.5rem;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .timeline-year {
        margin-right: 0;
        margin-bottom: 0.5rem;
        min-width: auto;
    }

    .achievements-list li {
        flex-direction: column;
        text-align: center;
        padding: 0.5rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .achievements-list li i {
        margin-right: 0;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-image-container {
        height: 40vh;
        min-height: 300px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .history-section {
        padding: 1.5rem 1rem;
    }

    .baron-card {
        padding: 1rem;
    }

    .gallery-image-container {
        height: 180px;
    }
}

/* Section Parc */
.parc-section .section-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

/* Styles pour la page tourism */
.tourism-hero {
    margin-bottom: 3rem;
}

.tourism-intro {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.intro-content {
    padding: 2rem;
}

.intro-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid var(--link-active-color);
    padding-bottom: 1rem;
}

.intro-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}

.intro-text p {
    margin-bottom: 1.5rem;
}

.intro-text a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.intro-text a:hover {
    color: #66BB6A;
    text-decoration: underline;
}

.location-map {
    padding: 2rem;
}

.map-placeholder {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.map-placeholder i {
    font-size: 4rem;
    color: var(--link-active-color);
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.map-placeholder h4 {
    font-family: var(--subtitle-font);
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.map-placeholder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    margin-bottom: 0;
}

/* Section Activités */
.activities-section {
    margin-bottom: 3rem;
}

.activities-section .section-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.activity-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: var(--link-active-color);
    background: rgba(255, 255, 255, 0.08);
}

.activity-icon {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.activity-card:hover .activity-icon {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.activity-svg {
    width: 60px;
    height: 60px;
    filter: brightness(0) invert(1);
}

.activity-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.activity-title {
    font-family: var(--subtitle-font);
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.activity-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.activity-link {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.activity-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.activity-link i {
    transition: transform 0.3s ease;
}

.activity-link:hover i {
    transform: translateX(3px);
}

/* Responsive pour tourism */
@media (max-width: 768px) {
    .tourism-hero {
        margin-bottom: 2rem;
    }

    .tourism-intro {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
        border-radius: 1.5rem;
    }

    .intro-content,
    .location-map {
        padding: 1rem;
    }

    .intro-title {
        font-size: 1.8rem;
    }

    .intro-text {
        font-size: 1rem;
        text-align: left;
    }

    .map-placeholder {
        padding: 2rem 1.5rem;
        border-radius: 1rem;
    }

    .map-placeholder i {
        font-size: 3rem;
    }

    .map-placeholder h4 {
        font-size: 1.5rem;
    }

    .map-placeholder p {
        font-size: 1rem;
    }

    .activities-section .section-title {
        font-size: 2rem;
    }

    .activity-card {
        padding: 1.5rem;
        border-radius: 1rem;
    }

    .activity-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem;
    }

    .activity-svg {
        width: 50px;
        height: 50px;
    }

    .activity-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .activity-links {
        gap: 0.5rem;
    }

    .activity-link {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .tourism-intro {
        padding: 1.5rem 1rem;
    }

    .intro-title {
        font-size: 1.5rem;
    }

    .activity-card {
        padding: 1rem;
    }

    .activity-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }

    .activity-svg {
        width: 40px;
        height: 40px;
    }

    .activity-title {
        font-size: 1.1rem;
    }
}

/* Animation d'entrée */
.manoir-hero,
.manoir-gallery,
.history-section,
.parc-section,
.tourism-hero,
.tourism-intro,
.activities-section {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Styles pour la redirection parc */
.redirect-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 3rem 2rem;
}

.redirect-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}

.redirect-title {
    font-family: var(--title-font);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.redirect-message {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.redirect-content .btn {
    background: linear-gradient(135deg, var(--link-active-color), var(--link-hover-color));
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(45, 122, 61, 0.3);
}

.redirect-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(45, 122, 61, 0.4);
}

/* Effet parallaxe léger sur desktop */
@media (min-width: 769px) {
    .hero-image,
    .gallery-image {
        background-attachment: fixed;
    }
}

/* Carousel Hero Moderne */
.modern-hero-carousel {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: var(--body-bg);
}

.hero-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Swipe tactile sur mobile */
@media (max-width: 768px) {
    .modern-hero-carousel {
        touch-action: pan-x;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .hero-slides-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
    }
    
    .hero-slide.active {
        opacity: 1;
        transform: translateX(0);
    }
    
    .hero-slide.prev {
        transform: translateX(-100%);
    }
    
    .hero-slide.next {
        transform: translateX(100%);
    }
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 3;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 4;
    width: 90%;
    max-width: 800px;
}

.hero-text {
    animation: slideInUp 1s ease-out 0.5s both;
}

.hero-title {
    font-family: var(--title-font);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
    letter-spacing: 1px;
}

.hero-subtitle {
    font-family: var(--subtitle-font);
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.4;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}

.hero-btn:hover {
    transform: translateY(-3px) scale(1.05);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.hero-btn i {
    transition: transform 0.3s ease;
}

.hero-btn:hover i {
    transform: translateX(5px);
}

/* Navigation */
.hero-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 5;
    pointer-events: none;
}

.hero-nav-btn {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Masquer les flèches sur mobile */
@media (max-width: 768px) {
    .hero-navigation {
        display: none;
    }
}

/* Indicateurs */
.hero-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 5;
}

.hero-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.hero-indicator.active {
    background: white;
    border-color: white;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.hero-indicator:hover {
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

/* Barre de progression */
.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 5;
}

.hero-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--link-active-color), var(--link-hover-color));
    transition: width 0.3s ease;
}

@keyframes heroProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .modern-hero-carousel {
        height: 70vh;
        min-height: 500px;
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .hero-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
        gap: 0.75rem;
    }

    .hero-navigation {
        padding: 0 1rem;
    }

    .hero-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .hero-indicators {
        bottom: 1.5rem;
        gap: 0.75rem;
    }

    .hero-indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 769px) {
    .modern-hero-carousel {
        height: 60vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }

    .hero-content {
        width: 95%;
    }

    .hero-navigation {
        padding: 0 0.5rem;
    }

    .hero-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
}

/* Effets de parallaxe léger */
@media (min-width: 769px) {
    .hero-slide {
        background-attachment: fixed;
    }
}

/* Animation d'entrée pour les éléments */
.hero-slide.active .hero-text {
    animation: slideInUp 1s ease-out 0.3s both;
}

/* Amélioration de l'accessibilité */
.hero-nav-btn:focus,
.hero-indicator:focus,
.hero-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* Préchargement des images */
.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.hero-slide.preload::before {
    opacity: 1;
}

/* Simplification avec Bootstrap */
.form-control:focus {
    border-color: var(--link-active-color);
    box-shadow: 0 0 0 0.25rem rgba(45, 122, 61, 0.25);
}

.form-select:focus {
    border-color: var(--link-active-color);
    box-shadow: 0 0 0 0.25rem rgba(45, 122, 61, 0.25);
}

/* Responsive pour les formulaires modernes */

/* Styles pour le descriptif de chambre */
.room-description-section {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
}

.room-description-toggle {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.room-description-toggle:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.room-description-toggle .toggle-icon {
    transition: transform 0.3s ease;
}

.room-description-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.room-description-details {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.description-title {
    color: white;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-family: var(--subtitle-font);
}

.room-amenities {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.room-amenities .icon {
    margin-right: 0.5rem;
    color: var(--link-active-color);
}

/* Desktop - Panier compact en haut à droite */
@media (min-width: 769px) {
    .cart-floating {
        top: 20px;
        right: 20px;
        bottom: auto;
        left: auto;
        width: auto;
        max-width: 450px;
        min-width: 380px;
    }
    
    .cart-content {
        padding: 1rem 1.5rem;
        gap: 0.75rem;
    }
    
    .cart-summary {
        gap: 0.75rem;
        flex: 1;
    }
    
    .cart-reserve-btn {
        padding: 0.75rem 1rem;
        font-size: 0.8rem;
    }
    
    .cart-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .cart-price {
        font-size: 1.3rem;
    }
    
    .cart-items {
        font-size: 0.8rem;
    }
    
    .cart-toggle-btn {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }
    
    .cart-details {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 50vh;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 12px 12px;
    }
    
    .cart-header {
        padding: 1rem 1.5rem;
    }
    
    .cart-body {
        padding: 1rem 1.5rem;
        max-height: 40vh;
        font-size: 0.9rem;
    }
    
    .cart-footer {
        padding: 1rem 1.5rem;
        flex-direction: row;
        gap: 0.75rem;
    }
    
    .cart-footer .btn-reserve-simple {
        max-width: 150px;
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }
    
    .cart-footer .btn-secondary {
        max-width: 120px;
        padding: 0.75rem 0.875rem;
        font-size: 0.85rem;
    }
}

/* Mobile - Panier en bas de page */
@media (max-width: 768px) {
    .cart-floating {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        max-width: none !important;
        min-width: auto !important;
        border-radius: 16px 16px 0 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
        animation: slideInCartBottom 0.4s ease-out !important;
    }
    
    .cart-content {
        padding: 1rem 1.5rem !important;
        gap: 0.75rem !important;
    }
    
    .cart-summary {
        gap: 0.75rem !important;
        flex: 1 !important;
    }
    
    .cart-reserve-btn {
        padding: 0.75rem 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .cart-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.9rem !important;
    }
    
    .cart-price {
        font-size: 1.3rem !important;
    }
    
    .cart-toggle-btn {
        padding: 0.75rem 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .cart-header,
    .cart-body,
    .cart-footer {
        padding: 1rem 1.5rem !important;
    }
    
    .cart-footer {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    
    .cart-footer .btn-reserve-simple,
    .cart-footer .btn-secondary {
        max-width: none !important;
        width: 100% !important;
        padding: 1rem !important;
        font-size: 1rem !important;
    }
}

/* Responsive pour la page confirmed */
@media (max-width: 768px) {
    .email-content-card {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
 .room-card {
    padding: 0rem;

 }
 .reservation-summary-container{
     padding: 0px;
 }
 .rooms-section {
          padding: 0px;
 }
 [class*="col-custom-md"] {
    padding: 0px;
 }
 .room-main-title{
     font-size: 1rem;
     margin-bottom: 0.3rem;
              margin-top: 0.3rem;
    font-family: var(--subtitle-font);
    border-bottom: none;
    padding-bottom: 0rem;

 }
 .price-per-day-display    {
     display:none
 }
    .email-header {
        padding: 1rem 0;
    }
    
    .email-title {
        font-size: 1.2rem;
    }
    
    .action-section .row {
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .email-content-card {
        padding: 1rem;
    }
    
    .email-content-card table {
        font-size: 0.9rem;
    }
    
    .email-content-card table th,
    .email-content-card table td {
        padding: 0.5rem;
    }
}

/* Styles d'impression */
@media print {
    .confirmation-container {
        box-shadow: none;
        border: none;
        background: white;
        color: black;
    }
    
    .success-icon-container,
    .action-section {
        display: none;
    }
    
    .email-content-card {
        background: white;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .confirmation-title {
        color: black;
    }
    
    .email-title {
        color: black;
    }
}

/* Styles pour uniformiser la hauteur de tous les éléments du formulaire */
.form-control,
.btn,
#handleCounternumber_of_days {
  height: 42px !important;
}

/* Styles pour rendre le compteur de nuits plus petit */
#handleCounternumber_of_days {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#handleCounternumber_of_days input {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  height: 42px !important;
  text-align: center;
  border-radius: 0;
  border-left: none;
  border-right: none;
  flex: 1;
  order: 2;
}

#handleCounternumber_of_days .counter-minus,
#handleCounternumber_of_days .counter-plus {
  font-size: 0.75rem;
  padding: 0;
  height: 42px !important;
  width: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  cursor: pointer;
}

#handleCounternumber_of_days .counter-minus {
  border-radius: 0.375rem 0 0 0.375rem;
  border-right: none;
  order: 1;
}

#handleCounternumber_of_days .counter-plus {
  border-radius: 0 0.375rem 0.375rem 0;
  border-left: none;
  order: 3;
}

#handleCounternumber_of_days .counter-minus:hover,
#handleCounternumber_of_days .counter-plus:hover {
  background-color: #e9ecef;
}

/* Alignement parfait des éléments du formulaire */
.row.align-items-end .col-auto {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.form-label {
  margin-bottom: 0.5rem;
}

.btn-hand-section {
    display:flex;
    flex-direction:row;
    justify-content:center;
    min-height:100%;
    margin-bottom:1rem;
    flex-shrink: 0;
}

.btn-hand-section:hover{
    box-shadow:2px 8px 4px -6px hsla(0,0%,0%,.3);
}

.btn-hand {
   align-self:center;
   background:transparent;
 	font-family: var(--subtitle-font) ;

      padding:0.3rem 0.5rem;
      margin:0 1rem;
      transition:all .5s ease;
      color: white;
      font-size:1.3rem;
      letter-spacing:1px;  
      border:solid 2px var(--block-bg-color);
      outline:none;
      box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
      border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

/* Styles pour améliorer le bouton "Voir les disponibilités" */
.btn-check-availability {
  background: var(--block-bg-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 24px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-check-availability:hover {
  background: rgba(141, 155, 142, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-check-availability:focus {
  box-shadow: 0 0 0 3px rgba(141, 155, 142, 0.3);
  outline: none;
}

.btn-check-availability:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Styles pour les messages flash */
.flash-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  animation: slideInDown 0.5s ease-out;
}

.flash-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.flash-content i {
  font-size: 1.2rem;
}

.flash-close {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  opacity: 0.7;
}

.flash-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.flash-info {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.flash-success {
  background: linear-gradient(135deg, var(--block-bg-color), #27ae60);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.flash-error {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
    .btn-reserve-compact {
      background: var(--link-active-color);
      border: none;
      border-radius: 8px;
      padding: 14px 24px;
      color: white;
      font-size: 1rem;
      font-weight: 700;
      transition: all 0.2s ease;
      cursor: pointer;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 4px rgba(45, 122, 61, 0.2);
      font-family: var(--default-font);
      width: 100%;
      text-align: center;
    }

    .btn-reserve-compact:hover {
      background: #1f5f2a;
      transform: translateY(-1px);
      box-shadow: 0 4px 8px rgba(45, 122, 61, 0.3);
      color: white;
    }

    .btn-reserve-compact:active {
      transform: translateY(0);
      box-shadow: 0 2px 4px rgba(45, 122, 61, 0.2);
    }

        .btn-reserve-simple:hover {
      background: linear-gradient(135deg, var(--link-hover-color), var(--link-active-color));
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(141, 155, 142, 0.4);
      color: white;
    }

    .btn-reserve-simple:active {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(141, 155, 142, 0.3);
    }

    .btn-reserve-simple {
      background: linear-gradient(135deg, var(--block-bg-color), var(--link-hover-color));
            border-style: solid;
      border-radius: 12px;
      padding: 0.5em;
      color: white;
      font-size: 1.1rem;
      font-weight: 600;
      transition: all 0.3s ease;
      cursor: pointer;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 12px rgba(141, 155, 142, 0.3);
      font-family: var(--default-font);
      width: 100%;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .btn-reserve-simple::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s ease;
    }

    .btn-reserve-simple:hover::before {
      left: 100%;
    }

/* Formulaire horizontal sous le menu */
.form-horizontal-booking {
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}

.horizontal-date-picker-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Sélecteur de dates style hôtel moderne horizontal */
.hotel-date-picker {
  position: relative;
  flex: 1;
 // max-width: 500px;
}

.date-picker-input {
  background: transparent;
//  border: solid 2px var(--block-bg-color);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
  color: white;
}

.date-picker-input:hover {
  box-shadow: 2px 8px 4px -6px hsla(0,0%,0%,.3);
  transform: translateY(-1px);
}

.date-range-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.check-in, .check-out {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.25rem;
}

.date-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.date-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  font-family: var(--subtitle-font);
}

.date-divider {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6), transparent);
  margin: 0 1rem;
  border-radius: 1px;
}

/* Bouton de recherche avec le design original */
.btn-search-horizontal {
  align-self: center;
  background: transparent;
  padding: 0.5rem 0.5rem;
  margin: 0 1rem;
  transition: all .5s ease;
  color: white;
  font-size: 1.5rem;
  letter-spacing: 1px;
  border: solid 2px var(--block-bg-color);
  outline: none;
  box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 180px;
}

.btn-search-horizontal:hover {
  box-shadow: 2px 8px 4px -6px hsla(0,0%,0%,.3);
  color: white;
  text-decoration: none;
}

.btn-search-horizontal:active {
  transform: translateY(1px);
}

.date-range-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  backdrop-filter: blur(5px);
}

.date-range-modal {
  background: white;
  border-radius: 1.5rem;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  background: linear-gradient(135deg, var(--block-bg-color), var(--link-hover-color));
  color: white;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h5 {
  margin: 0;
  font-family: var(--subtitle-font);
  font-size: 1.3rem;
  font-weight: 600;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.modal-body {
  padding: 2rem;
}

/* Calendrier personnalisé */
.calendar-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.calendar-nav-btn {
  background: var(--block-bg-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.2s ease;
}

.calendar-nav-btn:hover {
  background: var(--link-hover-color);
  transform: scale(1.1);
}

.calendar-month-year {
  margin: 0;
  font-family: var(--subtitle-font);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--body-grey-text);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  background: #f0f0f0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.calendar-day-header {
  background: var(--block-bg-color);
  color: white;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.calendar-day {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  color: var(--body-grey-text);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-day:hover {
  background: rgba(141, 155, 142, 0.1);
  border-color: var(--block-bg-color);
  transform: scale(1.05);
}

.calendar-day.other-month {
  color: #ccc;
  background: #f8f8f8;
}

.calendar-day.disabled {
  color: #ddd;
  background: #f5f5f5;
  cursor: not-allowed;
}

.calendar-day.disabled:hover {
  transform: none;
  background: #f5f5f5;
  border-color: #e0e0e0;
}

.calendar-day.today {
  background: rgba(141, 155, 142, 0.2);
  border-color: var(--block-bg-color);
  font-weight: 700;
}

.calendar-day.checkin {
  background: var(--block-bg-color);
  color: white;
  border-color: var(--block-bg-color);
  font-weight: 700;
}

.calendar-day.checkout {
  background: var(--link-active-color);
  color: white;
  border-color: var(--link-active-color);
  font-weight: 700;
}

.calendar-day.in-range {
  background: rgba(141, 155, 142, 0.3);
  border-color: rgba(141, 155, 142, 0.5);
  color: var(--body-grey-text);
}

.calendar-legend {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--body-grey-text);
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.legend-color.checkin {
  background: var(--block-bg-color);
}

.legend-color.checkout {
  background: var(--link-active-color);
}

.legend-color.range {
  background: rgba(141, 155, 142, 0.3);
}

.date-inputs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.date-field {
  display: flex;
  flex-direction: column;
}

.date-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--body-grey-text);
  margin-bottom: 0.75rem;
  font-family: var(--subtitle-font);
}

.date-input {
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: var(--body-grey-text);
  font-weight: 600;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.date-input:focus {
  border-color: var(--block-bg-color);
  box-shadow: 0 0 0 4px rgba(141, 155, 142, 0.15);
  outline: none;
  background: white;
  transform: translateY(-1px);
}


.modal-footer {
  background: #1d1d1f;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn-cancel {
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 0.875rem 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
}

.btn-cancel:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

.btn-apply {
  background: #10B981;
  color: black;
  border: none;
  border-radius: 0.75rem;
  padding: 0.875rem 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-apply:hover {
  background: #059669;
  color: black;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

/* Responsive pour le sélecteur de dates horizontal */
@media (max-width: 768px) {
  .form-horizontal-booking {
//    padding: 0.75rem 1rem;
  }

.date-picker-input {
  background: transparent;
  border: none;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 0rem 0rem;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
  color: white;
}

  
  .horizontal-date-picker-container {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
  
  .btn-hand-section {
    width: 100%;
    justify-content: center;
  }
  
  .hotel-date-picker {
    max-width: 100%;
  }
  
  .date-range-display {
//    flex-direction: column;
    gap: 0.75rem;
  }
  
  .date-divider {
    width: 40px;
    height: 2px;
    transform: rotate(90deg);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
  }
  
  .btn-hand-section {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .btn-hand {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    margin: 0;
  }
  
  .calendar-container {
    max-width: 100%;
  }
  
  .calendar-grid {
    gap: 1px;
    padding: 0.25rem;
  }
  
  .calendar-day {
    padding: 0.5rem 0.25rem;
    font-size: 0.9rem;
    min-height: 35px;
  }
  
  .calendar-legend {
      display:none;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  
  .date-range-modal {
    margin: 1rem;
    max-width: none;
    width: calc(100% - 2rem);
  }
  
  .modal-header {
    padding: 1rem 1.5rem;
  }
  
  .modal-body {
    padding: 1.5rem;
  }
  
  .modal-footer {
    padding: 1rem 1.5rem;
    flex-direction: column;
  }
  
  .btn-cancel, .btn-apply {
    width: 100%;
    margin: 0.25rem 0;
  }
  
}


  .mycalendar .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: var(--subtitle-font);
  }
