/*
You can set styles for different pages
Examples:

body.products-index {
	background:url('../images/stok.jpg');
	background-size:cover;
}

body.products-view {
	background:url('../images/stok.jpg');
	background-size:cover;
}

body.products-index, body.products-view, body.products-view, body.products-edit {
	background:#fafafa;
	color:red;
}

body.index-index {

}

body.home-index {

}

body.index-register {
	
}
*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.ajax-progress-bar {
    display: none;
}

.ajax-page-load-indicator {
    position: absolute;
    z-index: 9999;
    display: none;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

.ajax-page-load-indicator .load-indicator {
    margin: 20% auto;
    width: 150px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.page-content.loading,
table.loading {
    overflow: hidden;
    position: relative;
}

#page-content {
    min-height: 75vh;
}

.password-strength-msg .chip {
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: x-small;
    padding: 1px 3px;
    border-radius: 3px;

}

td,
th {
    position: relative;
}

td .is-editable {
    border-bottom: none;
    border-bottom: 1px dashed #ccc;
}

td .is-editable:hover {
    border-bottom: 1px dashed rgba(40, 120, 50, 0.081);
}

.editable-error-block {
    color: red;
}

td .inline-edit-btn {
    position: absolute;
    right: 10px;
    display: none;
    top: 5px;
}

td:hover .inline-edit-btn {
    display: block;
}

.search-input {
    position: relative;
}

.search-input .holder {
    position: absolute;
    z-index: 1000;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: none;
}

.search-input .search-result {
    max-height: 300px;
    overflow-y: auto;
}

.search-input .search-result .search-link {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.search-input .search-result .search-link:hover {
    background-color: rgba(40, 120, 50, 0.081);
}

.selectize-control {
    min-width: 150px;
}

.was-validated .dropzone.required.dz-started {
    border-color: #55cc55 !important;
}

.was-validated .selectize-input.full {
    border-color: #55cc55 !important;
}

.was-validated .selectize-input.invalid {
    border-color: red !important;
}

.export-link-btn img {
    width: 24px;
    height: 24px;
}

.dropzone-input {
    opacity: 0;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    display: none;
}

.sm-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.sm-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.md-gutters {
    margin-right: -20px;
    margin-left: -20px;
}

.md-gutters>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.lg-gutters {
    margin-right: -35px;
    margin-left: -35px;
}

.lg-gutters>[class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
}

.pagination .material-icons {
    font-size: 15px;
}

.nav-tabs.flex-column {
    border-bottom: none !important;
}


.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.star-rating .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #ccc;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 12px;
}

.star-rating .star:before,
.star-rating .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #ccc;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star-rating .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.star-rating .star.active {
    border-bottom-color: #fc0;
}

.star-rating .star.active:before,
.star-rating .star.active:after {
    border-bottom-color: #fc0;
}

.td-check-button {
    font-size: 28px;
    color: #999;
}

.td-check-button.checked {
    color: #55cc55;
}

.filter-chip {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 5px;
}


.filter-chip .close-btn {
    text-decoration: none;
}

.accordion-group .accordion-header {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.accordion-group .accordion-header:hover {
    background: rgba(0, 0, 0, 0.05);
}

.accordion-group .accordion-header .expand {
    position: absolute;
    right: 10px;
    top: 5px;
}

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

.dropdown-toggle.inverse:after {
    transform: rotate(180deg);
}

.dropdown-toggle:after {
    transition: 0.5s;
}

.sortedby {
    background: rgba(0, 0, 0, 0.06);
}

.sortedby .sort-icon {
    color: #55cc55;
}

.th-sort-link {
    display: block;
    text-decoration: none !important;
    position: relative;
    color: inherit;
}

.sort-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.data-select .load-indicator {
    position: absolute;
    right: 30px;
    top: 7px;
}

.data-select {
    position: relative;
}

.page-footer {
    padding: 10px 0;
}

.page-header {
    padding: 10px 0;
}

.fixed-sticky {
    position: fixed;
}

hr.sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.popover.inline-page .popover-header {
    padding: 0;
    background: none;
    border: none;
    position: relative;
}

.popover.inline-page .popover-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    float: none;
    text-align: center;
    z-index: 3000;
}

.close {
    cursor: pointer;
}

.inline-page.popover {
    max-width: 100%;
}

.inline-page .popover-body {
    padding: 0px !important;
}

/* Reset any container in side a column to take the size of the column  */

.comp-grid .container-fluid,
.comp-grid .container {
    padding: 0 !important;
    width: auto !important;
}

.comp-grid .py-2,
.comp-grid .border-bottom {
    padding: 0 !important;
    border: none !important;
}

.reset-grids .container .comp-grid,
.reset-grids .container-fluid .comp-grid {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#main-page-modal .card-body {
    padding: 0 !Important;
}

.modal .modal-body.p-0 form {
    padding: 1.4rem;
}

.modal .container,
.modal .container-fluid {
    width: auto;
    padding: 0;
    margin: 0;
}

.page-modal .modal-header {
    display: none;
}

.page-modal .modal-footer {
    display: none;
}

.fixed-alert {
    position: fixed;
    z-index: 2000;
}

.fixed-alert.bottom-left {
    bottom: 10px;
    left: 10px;
}


input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .collapse.collapse-lg {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.menu-profile {
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
}

.menu-profile a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-fixed-left .navbar-nav>li.menu-profile>a.avatar {
    padding: 0 !important;
}

.menu-profile .user-name {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.menu-profile .avatar-icon .material-icons {
    font-size: 64px;
}

.menu-profile img.user-photo {
    height: 60px;
    width: 60px;
    display: block;
}

.menu-profile .menu-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
}

.flex-column.nav a.nav-link .badge {
    position: absolute;
    right: 5px;
    top: 30%;
}

.nav a.nav-link {
    position: relative;
}

.jumbotron.mini {
    padding: 20px;
    margin-bottom: 0;
}

.jumbotron.sm {
    padding: 15px;
    margin-bottom: 0;
}

.jumbotron.xs {
    padding: 8px;
    margin-bottom: 0;
}




section.page .page-title {
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flash-msg-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

.section-title {
    padding: 5px 0;
}

.table tr td {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold;
}

.custom-list {
    position: relative;
}

.custom-list .menu-controls-holder {
    position: absolute;
    right: 10px;
    top: 10px;
}

.detail-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-list .title {
    font-weight: bold;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-btn {
    margin: 1px 0 1px;
}

.detail-list .value {
    font-weight: bold;
}

.btn.btn-flat {
    background: none;
}

.btn-group,
.btn-group-vertical {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.page-list-record-detail input {
    padding: 5px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
}

.page-list-record-detail .info {
    padding: 5px 5px;
    background: #eee;
    display: inline-block;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.pager {
    margin: 0;
}

.footer {
    margin-top: 30px;
    padding: 20px 0;
}

.footer .copyright {
    text-transform: capitalize;
}

.footer .footer-links a {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.radius-5 {
    border-radius: 5px;
}

.pad-10 {
    padding: 10px;
}

.center-block {
    float: none;
}

.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20>[class^="col-"],
.gutter-20>[class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10>[class^="col-"],
.gutter-10>[class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-5.row {
    margin-right: -3px;
    margin-left: -3px;
}

.gutter-5>[class^="col-"],
.gutter-5>[class^=" col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.gutter-1.row {
    margin-right: -1px;
    margin-left: -1px;
}

.gutter-1>[class^="col-"],
.gutter-1>[class^=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th.td-btn {
    white-space: nowrap;
    width: 1%;
}

table.table tr th.td-sno {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

table.table tr th.td-checkbox {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

.export-container {
    padding: 10px 0;
}

.form-inline .control-label {
    display: block;
}

.profile {
    padding: 20px;
}

a.avatar {
    padding: 0 !Important;
}

.profile .avatar img {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    ;
}

.profile .title {
    text-transform: capitalize;
    color: #fff;
}

.record-count {
    display: block;
    padding: 10px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-count .material-icons {
    font-size: 32px !important;
}

.record-count.alert .material-icons {
    opacity: 0.3;
}

.record-count:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-count .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.record-count .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-count .desc {
    display: block;
    margin-top: 4px;
}

.record-count .progress {
    height: 10px;
    margin: 0 0;
    margin-top: 5px;
    border-radius: 0;
}

.record-count .progress-bar {
    line-height: 10px !important;
}

.record-count .progress-label {
    font-size: 8px;
}

.record-progress {
    display: block;
    padding: 10px 15px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-progress .icon {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.5;
}

.record-progress .icon .material-icons {
    font-size: 36px !important;
}

.record-progress:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-progress .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.record-progress .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-progress .desc {
    display: block;
    margin-top: 4px;
}

.record-progress .progress {
    height: 15px;
    margin: 5px 0;
    border-radius: 0;
}

.record-progress .progress-bar {
    line-height: 15px !important;
}

.record-progress .progress-label {
    font-weight: bold;
    font-size: 10px;
}

td.page-list-action {
    width: 50px;
}

td.page-list-action .dropdown-menu {
    min-width: auto !Important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.load-indicator {
    text-align: center;
}

.load-indicator.parallax {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.fullpage-parallax {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.dark {
    background: rgba(0, 0, 0, 0.2);
}

.load-indicator.white {
    background: rgba(255, 255, 255, 0.9);
}

.load-indicator .loading-text {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    vertical-align: middle;
}

.load-indicator .animator {
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.btn .load-indicator {
    display: inline-block !important;
    margin: 5px;
}

.range-slider {
    position: relative;
}

.range-slider .value {
    position: absolute;
    right: -30px;
    top: 20%;
    padding: 2px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #888;
    text-align: center;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.5px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(36, 0, 0, 0.11);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
    background: rgba(10, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    height: 7px;
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(10, 0, 0, 0.11);
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(36, 0, 0, 0.11);
}

.radial-progress-container {
    position: relative;
    margin: 0 auto;
}

.radial-progress-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-list {
    margin-bottom: 10px;
    padding: 5px;
}

.file-uploads {
    overflow: visible !important;
    margin-bottom: 0 !important;
}

label {
    margin-bottom: 0 !important;
}

.ajax-loader {
    color: #808080;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.inline-page form {
    position: relative !important;
}

.form-ajax-status {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.lds-dual-ring {
    display: block;
    width: 64px;
    height: 64px;
    margin: auto auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #aaa;
    border-color: #aaa transparent #aaa transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.loader {
    position: relative;
    border-top: 0.3em solid rgba(0, 0, 128, 0.2);
    border-right: 0.3em solid rgba(0, 0, 128, 0.2);
    border-bottom: 0.3em solid rgba(0, 0, 128, 0.2);
    border-left: 0.3em solid #999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#sidebar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: 4px solid transparent;
    background-clip: content-box;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
    background: #555555;
}

.passtrengthMeter {
    position: relative;
    width: 100%;
}

.passtrengthMeter>input {
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.passtrengthMeter>input:focus {
    outline-width: 0;
}

.passtrengthMeter::after {
    content: '';
    height: 3px;
    overflow: hidden;
    width: 0%;
    transition: width .5s;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.passtrengthMeter.weak::after {
    background-color: #EC644B;
    width: 25%;
}

.passtrengthMeter.medium::after {
    content: '';
    background-color: #E87E04;
    width: 50%;
}

.passtrengthMeter.strong::after {
    content: '';
    background-color: #EFBF17;
    width: 75%;
}

.passtrengthMeter.very-strong::after {
    content: '';
    background-color: #42A72A;
    width: 100%;
}

.passtrengthMeter .showPassword {
    position: absolute;
    width: 20px;
    top: calc(50% - 10px);
    right: 10px;
}

.passtrengthMeter .showPassword.active {
    opacity: .5;
}

.passtrengthMeter .showPassword img {
    display: block;
    width: 100%;
    height: auto;
}

.passtrengthMeter .showPassword:hover {
    cursor: pointer;
}

.passtrengthMeter .tooltip {
    background: #000000;
    top: 100%;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    display: block;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    min-width: 70px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.passtrengthMeter.weak .tooltip {
    background-color: #EC644B;
}

.passtrengthMeter.weak .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #EC644B 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.medium .tooltip {
    background-color: #E87E04;
}

.passtrengthMeter.medium .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #E87E04 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.strong .tooltip {
    background-color: #EFBF17;
}

.passtrengthMeter.strong .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #EFBF17 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.very-strong .tooltip {
    background-color: #42A72A;
}

.passtrengthMeter.very-strong .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #42A72A 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.weak .tooltip:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.passtrengthMeter .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #000000 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.passtrengthMeter:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.lte8 .passtrengthMeter .tooltip {
    display: none;
}

.lte8 .passtrengthMeter:hover .tooltip {
    display: block;
}

body {
    padding-top: 50px;
}

.navbar-brand {
    min-width: 15%;
}

.navbar-brand img {
    display: inline;
    max-height: 30px;
}















.card-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.col-image {
    flex: 0 0 330px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;
}

.btn-view {
    background-color: #310f70;
    color: rgb(250, 249, 253);
    padding: 8px 14px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-view:hover {
    background-color: #020005;
    color: white;
}

.col-content {
    flex: 1;
    padding-left: 20px;
    color: #333;
}

.hotel-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.hotel-location,
.hotel-price,
.hotel-links,
.hotel-contact,
.equipements {
    font-size: 15px;
    margin-bottom: 12px;
    color: #555;
    width: 100%;
}

.hotel-links a,
.hotel-contact a {
    color: #3498db;
    text-decoration: none;
}

.hotel-links a:hover,
.hotel-contact a:hover {
    text-decoration: underline;
}

.equipements {
    background: #f8f8f8;
    padding: 12px 16px;
    border-radius: 8px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .col-image,
    .col-content {
        flex: 1 1 auto;
        padding-left: 0;
    }

    .col-image {
        margin-bottom: 5px;
    }
}

.hotel-book {
    margin-top: 10px;
}

.btn-book {
    display: inline-block;
    background-color: #e67e22;
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
    left: 50%;
}

.btn-book:hover {
    background-color: #faf9f9;
    color: #87450b;
    ;
}


/* Responsivité : petits écrans */
@media (max-width: 600px) {
    .btn-book {
        width: 100%;
        font-size: 18px;
        padding: 14px;
    }
}














.stay-card {
    max-width: 900px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 30px auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cover-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-body {
    padding: 20px 30px;
}

.stay-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rating {
    background: #003580;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
}

.location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.badges {
    margin-bottom: 15px;
}

.badge {
    display: inline-block;
    background: #e6f0ff;
    color: #003580;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    margin: 4px 6px 4px 0;
    font-size: 0.95rem;
}

.price {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.description {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.gallery {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.gallery img {
    border-radius: 6px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

.btn-book {
    display: inline-block;
    background: #ffc107;
    color: rgb(4, 0, 0);
    font-weight: 700;
    padding: 12px 16px;
    font-size: 1.1rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.btn-book:hover {
    background: #bc8f08;
    color: #000408;
    font-weight: 700;
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

@media (max-width: 600px) {
    .stay-card {
        margin: 15px;
    }

    .gallery img {
        width: 80px;
        height: 80px;
    }

    .stay-title {
        flex-direction: column;
        align-items: flex-start;
    }
}



.gallery {
    display: flex;
    gap: 10px;
    margin: 15px 30px 0 30px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.gallery img {
    border-radius: 6px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.gallery img:hover {
    transform: scale(1.05);
}

.actions {
    display: flex;
    justify-content: center;
    /* centre horizontalement */
    gap: 20px;
    /* espace égal entre boutons */
    flex-wrap: wrap;
    margin-top: 20px;
}

.actions .btn {
    flex: 1 1 150px;
    /* même largeur minimum (150px) et peuvent s’adapter */
    max-width: 180px;
    /* limite la largeur max pour éviter trop large */
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}










.background-slider {
    position: relative;
    overflow: hidden;
    /* Pour que le texte reste lisible */
    color: white;
    /* Tu peux ajuster la hauteur comme tu veux */
    min-height: 500px;
}

/* L’animation avec plusieurs images en background */
@keyframes backgroundFade {
    0% {
        background-image: url('/assets/images/ban2.jpg');
    }

    25% {
        background-image: url('/assets/images/ban3.jpg');
    }

    50% {
        background-image: url('/assets/images/ban4.jpg');
    }

    75% {
        background-image: url('/assets/images/ban5.jpg');
    }

    100% {
        background-image: url('/assets/images/ban3.jpg');
    }
}

.background-slider {
    background-size: cover;
    background-position: center center;
    animation: backgroundFade 10s infinite;
    transition: background-image 10s ease-in-out;
}

/* Pour s’assurer que le contenu est bien visible au-dessus */
.background-slider>.container {
    position: relative;
    z-index: 2;
}

/* Optionnel : un léger overlay sombre pour plus de contraste */
.background-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(254, 251, 251, 0.35);
    z-index: 1;
}



















.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.carousel-slide {
    display: flex;
    width: 300%;
    /* Pour 3 images */
    animation: slide 15s infinite;
    transition: transform 1s ease-in-out;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    /* Hauteur automatique selon l’image */
    object-fit: cover;
    flex-shrink: 0;
}

/* Animation fluide */
@keyframes slide {

    0%,
    20% {
        transform: translateX(0);
    }

    25%,
    45% {
        transform: translateX(-100%);
    }

    50%,
    70% {
        transform: translateX(-200%);
    }

    75%,
    100% {
        transform: translateX(0);
    }
}

/* Search bar */
.search-bar {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.search-bar h2 {
    flex-basis: 100%;
    text-align: center;
}

.search-bar input,
.search-bar button {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    flex: 1 1 150px;
    min-width: 120px;
}

.search-bar button {
    background: #ff6b00;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    flex: 0 0 120px;
    transition: background 0.3s;
}

.search-bar button:hover {
    background: #e65a00;
}

/* Slider villes */
.slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.slider::-webkit-scrollbar {
    height: 8px;
}

.slider::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.slider div {
    flex: 0 0 auto;
    width: 200px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s;
}

.slider div:hover {
    transform: scale(1.05);
}

.slider img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.slider p {
    margin: 10px 0;
    font-weight: bold;
    color: #003580;
    font-size: 18px;
}

/* Cards (coups de coeur & destinations) */
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.cards div {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: calc(25% - 20px);
    transition: transform 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cards div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.cards img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cards h3 {
    margin: 5px 0;
    color: #003580;
}

.cards p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

/* Testimonials & blog */
.testimonials,
.blog {
    background: white;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials p {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

.blog article {
    margin-bottom: 25px;
}

.blog article h3 {
    margin-bottom: 8px;
    color: #003580;
    font-weight: bold;
    font-size: 20px;
}

.blog article p {
    font-size: 15px;
    color: #555;
}

/* Banner (Pourquoi choisir Yeksil) */
.banner {
    background: #003580;
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto 50px auto;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.banner h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

.banner ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.banner ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6b00;
    font-weight: bold;
    font-size: 20px;
    top: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cards div {
        width: calc(33.33% - 20px);
    }

    .slider div {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .cards div {
        width: calc(50% - 20px);
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar button {
        flex: 1 1 auto;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .cards div {
        width: 100%;
    }

    .slider div {
        width: 140px;
    }

    .carousel-slide img {
        height: 250px;
    }
}





/* Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    margin-bottom: 40px;
}

.carousel-slide {
    display: flex;
    width: 200%;
    animation: slide 10s infinite ease-in-out;
}

.carousel-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    95% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Search bar */
.search-bar {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.search-bar h2 {
    flex-basis: 100%;
    text-align: center;
}

.search-bar input,
.search-bar button {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    flex: 1 1 150px;
    min-width: 120px;
}

.search-bar button {
    background: #ff6b00;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    flex: 0 0 120px;
    transition: background 0.3s;
}

.search-bar button:hover {
    background: #e65a00;
}

/* Slider villes */
.slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.slider::-webkit-scrollbar {
    height: 8px;
}

.slider::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.slider div {
    flex: 0 0 auto;
    width: 200px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s;
}

.slider div:hover {
    transform: scale(1.05);
}

.slider img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.slider p {
    margin: 10px 0;
    font-weight: bold;
    color: #003580;
    font-size: 18px;
}

/* Cards (3 par ligne) */
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.cards div {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: calc(33.333% - 20px);
    /* 3 par ligne */
    transition: transform 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cards div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.cards img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cards h3 {
    margin: 5px 0;
    color: #003580;
}

.cards p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

/* Testimonials & blog */
.testimonials,
.blog {
    background: white;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials p {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

.blog article {
    margin-bottom: 25px;
}

.blog article h3 {
    margin-bottom: 8px;
    color: #003580;
    font-weight: bold;
    font-size: 20px;
}

.blog article p {
    font-size: 15px;
    color: #555;
}

/* Banner (Pourquoi choisir Yeksil) */
.banner {
    background: #003580;
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto 50px auto;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.banner h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

.banner ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.banner ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6b00;
    font-weight: bold;
    font-size: 20px;
    top: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cards div {
        width: calc(50% - 20px);
        /* 2 par ligne */
    }

    .slider div {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .cards div {
        width: 100%;
        /* 1 par ligne */
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar button {
        flex: 1 1 auto;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .cards div {
        width: 100%;
    }

    .slider div {
        width: 140px;
    }

    .carousel-slide img {
        height: 250px;
    }
}



/* Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    margin-bottom: 40px;
}

.carousel-slide {
    display: flex;
    width: 200%;
    animation: slide 10s infinite ease-in-out;
}

.carousel-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    95% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Search bar */
.search-bar {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.search-bar h2 {
    flex-basis: 100%;
    text-align: center;
}

.search-bar input,
.search-bar button {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    flex: 1 1 150px;
    min-width: 120px;
}

.search-bar button {
    background: #ff6b00;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    flex: 0 0 120px;
    transition: background 0.3s;
}

.search-bar button:hover {
    background: #e65a00;
}

/* Slider villes */
.slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.slider::-webkit-scrollbar {
    height: 8px;
}

.slider::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.slider div {
    flex: 0 0 auto;
    width: 200px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s;
}

.slider div:hover {
    transform: scale(1.05);
}

.slider img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.slider p {
    margin: 10px 0;
    font-weight: bold;
    color: #003580;
    font-size: 18px;
}

/* Cards (3 par ligne avec images plus grandes) */
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.cards div {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: calc(33.333% - 20px);
    /* 3 par ligne */
    transition: transform 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cards div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.cards img {
    width: 100%;
    height: 220px;
    /* Image plus grande */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cards h3 {
    margin: 5px 0;
    color: #003580;
}

.cards p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

/* Testimonials & blog */
.testimonials,
.blog {
    background: white;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials p {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

.blog article {
    margin-bottom: 25px;
}

.blog article h3 {
    margin-bottom: 8px;
    color: #003580;
    font-weight: bold;
    font-size: 20px;
}

.blog article p {
    font-size: 15px;
    color: #555;
}

/* Banner (Pourquoi choisir Yeksil) */
.banner {
    background: #003580;
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto 50px auto;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.banner h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

.banner ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.banner ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6b00;
    font-weight: bold;
    font-size: 20px;
    top: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cards div {
        width: calc(50% - 20px);
        /* 2 par ligne */
    }

    .slider div {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .cards div {
        width: 100%;
        /* 1 par ligne */
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar button {
        flex: 1 1 auto;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .cards div {
        width: 100%;
    }

    .slider div {
        width: 140px;
    }

    .carousel-slide img {
        height: 250px;
    }
}


.custom-banner {
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.header-title {
    font-size: 2.5rem;
    line-height: 1.4;
}

.primary-color {
    color: #FF5722;
    /* orange vif, modifiable selon ta charte */
}

.banner-wrapper img {
    max-height: 350px;
    object-fit: cover;
    border-radius: 12px;
}


.trip-gallery-section {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.trip-cta-box {
    margin-bottom: 30px;
}

.trip-cta-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.trip-cta-box p {
    font-size: 16px;
    color: #666;
}

.trip-cta-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.trip-cta-button:hover {
    background-color: #0056b3;
}

.trip-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.trip-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.trip-card:hover {
    transform: scale(1.03);
}

.trip-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

@media (max-width: 600px) {
    .trip-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }
}

.trip-username {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #555;
    background: #f0f0f0;
}

/* Responsive : 3 cartes par ligne sur tablette */
@media (max-width: 992px) {
    .trip-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive : 2 cartes par ligne sur petit écran */
@media (max-width: 768px) {
    .trip-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive : 1 carte par ligne sur mobile */
@media (max-width: 480px) {
    .trip-gallery-grid {
        grid-template-columns: 1fr;
    }
}


.trip-gallery-section {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.trip-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.trip-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: calc(25% - 20px);
    /* 4 par ligne */
    min-width: 250px;
    transition: transform 0.3s;
}

.trip-card:hover {
    transform: translateY(-5px);
}

.trip-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.trip-info {
    padding: 15px;
    text-align: left;
}

.trip-info h4 {
    font-size: 18px;
    margin: 0 0 8px;
    color: #2c3e50;
}

.trip-info p {
    margin: 4px 0;
    color: #555;
    font-size: 14px;
}

.trip-cta-box {
    margin-top: 30px;
    text-align: center;
}

.trip-cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s;
}

.trip-cta-button:hover {
    background-color: #0056b3;
}




.banner-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.carousel-track {
    width: 400%;
    animation: scrollBanner 20s linear infinite;
    display: flex;
}

.carousel-slide img {
    width: 100vw;
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
}

@keyframes scrollBanner {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0%);
    }
}

.banner-carousel {
    width: 100%;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
}

.carousel-track {
    display: flex;
    width: 400%;
    /* 4 images */
    animation: slideOneByOne 20s infinite;
}

.carousel-slide {
    display: flex;
    width: 100%;
}

.carousel-slide img {
    width: 100vw;
    /* une seule image visible */
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.5s ease;
}

@keyframes slideOneByOne {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0%);
    }
}

.connect-with-travellers-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cwt-section-content {
    display: flex;
    max-width: 1100px;
    width: 100%;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.cwt-section-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    flex: 0 0 504px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.text-content {
    flex: 1;
    min-width: 300px;
}

.text-preheader {
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.text-preheader span {
    color: #ffc107;
    /* jaune */
    font-weight: 700;
}

.text-header {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 30px;
}

.text-header span {
    color: #ffc107;
}

.cta {
    background-color: #222;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #ffc107;
    color: #222;
}

.cta.yellow {
    background-color: #ffc107;
    color: #222;
}

.cta.yellow:hover {
    background-color: #e0a800;
}

.icon-container svg {
    stroke: currentColor;
    stroke-width: 2;
    width: 16px;
    height: 16px;
}




.date-range-container {
    max-width: 300px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}


@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

.typewriter-container {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 20px;
    border-radius: 12px;
}

.typewriter-text {
    font-family: 'Shadows Into Light', cursive;
    font-size: 22px;
    color: rgb(247, 254, 228);
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid rgb(247, 254, 228);
    animation: typing 7s steps(80, end), blink 0.7s infinite;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink {

    0%,
    100% {
        border-color: transparent
    }

    50% {
        border-color: rgb(247, 254, 228)
    }
}



.note-bars {
    margin-top: 15px;
    max-width: 500px;
}

.note-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.note-label {
    width: 140px;
    font-size: 0.95em;
    color: #444;
}

.note-track {
    flex-grow: 1;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
}

.note-fill {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 5px;
    transition: width 0.4s ease-in-out;
}

.note-value {
    font-size: 0.9em;
    color: #111;
    font-weight: bold;
    min-width: 30px;
    text-align: right;
}


.fake-map-link {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    text-decoration: none;
    position: relative;
}

.fake-map {
    background-image: url('/assets/images/maps.jpg');
    background-size: cover;
    background-position: center;
    height: 220px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.fake-map:hover {
    transform: scale(1.01);
}

.map-pin {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    background: white;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.map-label {
    position: absolute;
    bottom: 12px;
    left: 15px;
    background: rgba(255, 255, 255, 0.85);
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    font-size: 0.95em;
}


.testimonial-carousel {
    position: relative;
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px 40px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.testimonial-carousel h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
    color: #222;
}

.testimonial-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.testimonial-card {
    flex: 0 0 300px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
    min-height: 70px;
}

.testimonial-card strong {
    display: block;
    color: #111;
    font-weight: 700;
    font-size: 0.9em;
    text-align: right;
}

/* Flèches */

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #4caf50;
    border: none;
    color: white;
    font-size: 2em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    user-select: none;
    z-index: 10;
}

.carousel-btn:hover {
    opacity: 1;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}




.bon-a-savoir {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px 15px;
    font-family: Arial, sans-serif;
}

.bon-a-savoir h2 {
    font-size: 2em;
    margin-bottom: 25px;
    color: #222;
    text-align: center;
}

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

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.1);
}

.info-icon {
    font-size: 2.5em;
    line-height: 1;
    color: #4caf50;
    flex-shrink: 0;
}

.info-item h3 {
    margin: 0 0 6px;
    font-size: 1.15em;
    color: #333;
}

.info-item p {
    margin: 0;
    font-size: 0.95em;
    color: #555;
    line-height: 1.3;
}


section {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    /* optionnel pour un peu de marge intérieure */
    box-sizing: border-box;
}

section h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.8em;
}

section iframe {
    width: 100% !important;
    height: 450px;
    max-height: 80vh;
    /* hauteur max à 80% de la hauteur de l'écran */
    border: 0;
    display: block;
    border-radius: 8px;
}





.partenaires-section {
    max-width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.partenaires-section h2 {
    font-size: 2em;
    margin-bottom: 25px;
    color: #333;
}

.partenaires-track {
    display: flex;
    gap: 40px;
    animation: defileLogos 25s linear infinite;
    align-items: center;
}

.partenaire-logo {
    flex: 0 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
}

.partenaire-logo img {
    max-height: 200%;
    max-width: 220px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partenaire-logo img:hover {
    filter: grayscale(0%);
}

@keyframes defileLogos {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}






.champ_recherche {
    height: 52px;
    font-size: 25px;
    border: px solid;
    border-radius: 8px;
    border-color: #ffc107;

}

/* Style général du champ */
.champ_recherche2 {
    width: 100%;
    max-width: 700px;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #130101;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

/* Effet focus */
.champ_recherche2:focus {
    border-color: #022d5b;
    outline: none;
}


/* STYLE DU CALENDRIER - flatpickr ou autre */
.flatpickr-calendar {
    width: 380px !important;
    /* largeur personnalisée */
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
}

/* Titre du mois */
.flatpickr-months {
    background-color: #bdc9ce;
    color: #070000;
    border-radius: 10px 10px 0 0;
}

/* Jours de la semaine */
.flatpickr-weekday {
    color: #022141;
    font-weight: bold;
}

/* Jours normaux */
.flatpickr-day {
    padding: 10px;
    border-radius: 6px;
    transition: background 0.3s ease;
}

/* Jours survolés */
.flatpickr-day:hover {
    background-color: #e0f0ff;
}

/* Jour sélectionné */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background-color: #022a54;
    color: white;
    font-weight: bold;
}

/* Intervalle entre les dates */
.flatpickr-day.inRange {
    background-color: #8cc0f9;
    color: #000;
}




.responsive-text {
    color: rgb(247, 254, 228);
    font-size: 56px;
    /* taille initiale desktop */
    line-height: 1.2;
    /* réduit l’espace entre les lignes */
}

@media (max-width: 600px) {
    .responsive-text {
        font-size: 30px;
        /* plus petit sur mobile */
    }
}





.joli-bouton {
    background-color: #060563;
    /* vert agréable */
    color: white;
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px #060563;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.joli-bouton:hover {
    background-color: #c3391d;
    color: white;
    /* vert un peu plus foncé au survol */
    box-shadow: 0 6px 8px rgba(33, 136, 56, 0.6);
}

@media (max-width: 600px) {
    .joli-bouton {
        background-color: #060563;
        /* vert agréable */
        color: white;
        padding: 10px 22px;
        border: none;
        border-radius: 6px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 4px 6px #060563;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }
}














.input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.input-group .form-control {
    flex: 1 1 auto;
    min-width: 200px;
}

/* Sur les petits écrans (ex. <768px), on empile les éléments */
@media (max-width: 768px) {
    .input-group {
        flex-direction: column;
        align-items: stretch;
    }

    .input-group .form-control,
    .input-group .input-group-append,
    .input-group .btn {
        width: 100%;
    }

    .input-group .btn i {
        display: inline-block;
        margin-right: 5px;
    }
}





/* Style de la note avec fond violet et texte blanc */
.note {
    background-color: #343a40;
    color: white;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Style du prix avec prix barré en plus petit juste après */
.prix {
    font-size: 1.1rem;
    position: relative;
}

.prix::after {
    content: "  " attr(data-old-price);
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
    margin-left: 8px;
}




/* Bouton "Donner un avis" */
.btn-avis {
    background-color: #6200ea;
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
}

.btn-avis:hover {
    background-color: #4b00b2;
}

/* Fond de la popup */
#popup-avis {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Contenu de la popup */
#popup-avis>div {
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bouton de fermeture (X) */
#popup-avis span[onclick="fermerPopup()"] {
    position: absolute;
    top: 10px;
    left: 80%;
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

/* Style du formulaire */
#avis-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
    margin-top: 10px;
}

#avis-form button[type="submit"] {
    margin-top: 15px;
    background-color: #00b894;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#avis-form button[type="submit"]:hover {
    background-color: #009f7a;
}

#confirmation {
    margin-top: 10px;
    font-size: 14px;
}



.popup-avis {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.popup-avis-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.popup-avis-content h4 {
    margin-top: 0;
}

.popup-avis-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.nb-avis {
    color: #555;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}


.liste-avis {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.liste-avis li {
    margin-bottom: 8px;
    padding: 8px 12px;
    background: #f7f7f7;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
}




.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #003580;
    /* bleu foncé Hotels.com */
    padding: 10px 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.logo img {
    height: 40px;
}

.search-bar {
    flex-grow: 1;
    margin: 0 20px;
    display: flex;
}

.search-bar input {
    flex-grow: 1;
    padding: 8px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
}

.search-bar button {
    padding: 8px 15px;
    border: none;
    background-color: #0071c2;
    color: white;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.user-icons a {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
}


.btn-whatsapp {
    display: inline-block;
    background: #25d366;
    color: white;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    margin-top: 12px;
    text-decoration: none;
    user-select: none;
    transition: background-color 0.3s ease;

}

.btn-whatsapp:hover,
.contact a.btn-whatsapp:focus {
    background: #0e883fff;
    color: white;
    outline: none;
}







/* Style desktop (par défaut) */
.search-top {
    display: flex;
    align-items: center;
    gap: 10px;
}




.dropzone .dz-preview .dz-image {
    width: 300px;
    /* Largeur des miniatures */
    height: 300px;
    /* Hauteur des miniatures */
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}