@charset "UTF-8";

/*-------------------------------------------------
    deals.html
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #3d3d3d;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, input:focus {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
}

input {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

/*-------------------------------------------------
    padding 
*/

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30-none {
  margin-bottom: -30px;
}

/*-------------------------------------------------
    
*/

.text--base {
  color: #dcbb87 !important;
}

.section--bg {
  background-color: #19232d !important;
}

/*-------------------------------------------------
    bar de scroll
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #f5f3f1;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
  background-color: #dcbb87;
}

*::-webkit-scrollbar-thumb {
  background-color: #dcbb87;
}

/*-------------------------------------------------
    bouton pour faire défiler
*/

/*-------------------------------------------------
   slider
*/

.slider-next, .slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #dcbb87;
  border-radius: 50%;
  color: #dcbb87;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #dcbb87;
  color: white;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    header
*/
h1, h2, h3, h4 {
  clear: both;
  line-height: 1.3em;
  color: #19232d;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h3 a {
  color: inherit;
  text-decoration: none;
}

h3 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .sub-title {
  color: #19232d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  margin-top: -4px;
}
@media only screen and (max-width: 991px) {
  .section-header .sub-title {
    font-size: 13px;
  }
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}

/*-------------------------------------------------
  bouton
*/

button {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*-------------------------------------------------

*/

.btn--base {
  position: relative;
  background: #dcbb87;
  border: 1px solid #dcbb87;
  color: #19232d;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 20px;
}
.btn--base:focus, .btn--base:hover {
  color: #dcbb87;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/*-------------------------------------------------

*/
/* Filter Menu Styling */
.filter-menu {
  display: none;
  background-color: #333;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  width: 250px;
  text-align: center;
  margin: 0 auto; /* Center the menu */
}

.filter-menu-item {
  margin-bottom: 10px;
  text-align:center; /* Align the text to the left */
}

.filter-menu label {
  display: block;
  color: #dcbb87;
  margin-bottom: 5px;
}

.filter-menu input[type="number"],
.filter-menu select {
  width: 100%;
  padding: 5px;
  text-align:center;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 3px; /* Add some space between input/select fields */
}

.filter-menu button {
  background-color: #dcbb87;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.filter-menu button:hover {
  background-color: black;
}


.filter-button {
  text-align: center;
}

.filter-button .btn--base {
}







input {
  padding: 12px 20px;
}

input {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #19232d;
}

/*-------------------------------------------------

*/

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #dcbb87;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}


/*-------------------------------------------------
    Chargement au debut
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #19232d;
}

.svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #dcbb87;
}

.loader__path {
  stroke: white;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
.row > * {
  position: relative;
}

section {
  overflow: hidden;
}

::selection {
  background-color: #dcbb87;
  color: white;
}

/*-------------------------------------------------
    header
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header-bottom-area {
  position: relative;
  padding: 15px 100px 0 100px;
}
@media only screen and (max-width: 1317px) {
  .header-bottom-area {
    padding: 15px 30px 0 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 15px 0 0 0 !important;
  }
}
.header-bottom-area .header-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-bottom-area .header-menu-content .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-section-one .header-bottom-area .header-menu-content {
  display: block;
}

.navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #1F2E3C !important;
    padding: 15px !important;
  }

  .navbar-collapse .main-menu {
    padding: 0;
  }
}

.navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse .main-menu li {
    padding-right: 25px;
  }
}
.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.navbar-collapse .main-menu li:last-child a::after {
  display: none;
}

.navbar-collapse .main-menu li a {
  position: relative;
  padding: 18px 0 18px 0;
  font-weight: 700;
  align-items: center;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  display: inline-block;
  font-size: 30px;
  transition: all 0.3s;
  z-index: 9;
}
@media only screen and (max-width: 1399px) {
  .navbar-collapse .main-menu li a {
    font-size: 24px;
    padding: 12px 0 12px 0;
  }
}

.header-section-one .navbar-collapse .main-menu li a {
  color: white;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

.site-logo {
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 100px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-action-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action-area {
    display: flex;
  }
}
.header-action-area .action-btn {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background-color: #dcbb87;
  border-radius: 5px;
  color: #19232d;
  display: none;
  margin-left: 5px;
}
.header-action-area .action-btn.two {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area .action-btn {
    display: block;
  }
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 1299px) {
  .header-action {
    margin: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action {
    position: absolute;
    width: 210px;
    left: auto;
    right: 0;
    top: 100%;
    background: #27323c;
    padding: 20px;
    z-index: 9;
    display: none;
  }
}
.header-action a {
  padding: 12px 30px;
  font-weight: 800;
  font-size: 16px;
  margin: 5px;
  display: flex;
  justify-content: center;
}
.header-action a i {
  font-size: 22px;
  margin-right: 8px;
  transition: all 0.5s;
}
.header-action a:hover i {
  transform: rotate(40deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
    Bannière
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 295px;
  padding-bottom: 235px;
  padding-left: 200px;
  padding-right: 200px;
  background-color: #19232d;
  overflow: hidden;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .banner-section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1317px) {
  .banner-section {
    padding-top: 165px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 368px) {
  .banner-section {
    padding-bottom: 95px;
  }
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  margin-bottom: 25px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    line-height: 40px;
  }
}

.inner-banner-section {
  padding-top: 208px;
  padding-bottom: 113px;
}
.inner-banner-section .banner-content .title {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    margin-top: -9px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #19232d;
  font-family: "Mulish", sans-serif;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: white;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 14px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #dcbb87;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 14px;
  }
}

.breadcrumb-item.active::before {
  content: ">";
  font-weight: 600;
  color: white;
  font-size: 20px;
  left: 0;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active::before {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer-section .footer-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element {
    display: none;
  }
}

.footer-top-area {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  margin: 0;
}

.footer-widget .title {
  color: white;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer-widget .title::before {
  border: 1px solid #dcbb87;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
  right: 0;
}
.footer-widget .widget-title {
  color: #dcbb87;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-widget p {
  color: white;
}

.footer-bottom-area {
  border: 1px solid #dcbb87;
  border-radius: 20px;
  background-color: #19232d;
  position: relative;
  z-index: 9;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px;
  }
}

/*-------------------------------------------------
    des offres 
*/
.charter-section {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .charter-section .slider-nav-area {
    display: none;
  }
}

.charter-slider {
  overflow: hidden;
}

.charter-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.charter-thumb img {
  width: 100%;
}

.charter-content {
  padding: 20px;
}
.charter-content .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 4px;
}
.charter-content .title a {
  transition: all 0.5s;
}
.charter-content .title a:hover {
  color: #dcbb87;
}
.charter-content .sub-title {
  color: #979797;
  font-size: 14px;
}

.charter-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #C9C9C9;
  margin-top: 15px;
  padding-bottom: 10px;
}
.charter-meta span {
  color: #19232D;
  font-weight: 600;
  font-size: 14px;
}

.charter-btn {
  margin-top: 20px;
}
.charter-btn a {
  color: #19232d;
  font-weight: 800;
  transition: all 0.5s;
}
.charter-btn a i {
  color: #dcbb87;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s;
}
.charter-btn a:hover {
  color: #dcbb87;
}
.charter-btn a:hover i {
  padding-right: 5px;
}

/*-------------------------------------------------
   
*/

.ratings-form .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked) > label {
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}

.ratings-form .rating:not(:checked) > label:before {
  content: '★';
  border: none;
}

.ratings-form .rating:not(:checked) > label:hover,
.ratings-form .rating:not(:checked) > label:hover ~ label {
  color: gold;
}


