

@font-face {
  font-family: 'Switzer-black';
  src: url(../fonts/THE\ RETRO\ FONT\ \(DEMO\).otf),
}


@font-face {
  font-family: 'intro_regular';
  src: url(RedHatDisplayRegular.ttf),
}





/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #1b1b1b;
  --secondary-color:              #f3af24;
  --section-bg-color:             #F9F9F9;
  --dark-color:                   #1b1b1b;
  --title-color:                  #565758;
  --news-title-color:             #292828;
  --p-color:                      #717275;
  --border-color:                 #eaeaea;
  --border-radius-default:        0px;

  --body-font-family:             'Switzer-black', sans-serif;

  --h1-font-size:                 76px;
  --h2-font-size:                 56px;
  --h3-font-size:                 42px;
  --h4-font-size:                 28px;
  --h5-font-size:                 26px;
  --h6-font-size:                 22px;

  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --category-font-size:           14px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

html{
  overflow-x: hidden !important;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

main{
  overflow-x: hidden !important;
}

section{
  overflow-x: hidden !important;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p,
.list .list-item {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.4s;
}

.form-label {
  color: #fef1dd;
  font-weight: var(--font-weight-semibold);
  font-size: 18px;
} 

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover {
  color: #1b1b1b;
  transition: 0.4s;
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-padding1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-padding2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  CUSTOM BUTTON              
-----------------------------------------*/
.custom-btn {
  border: 0;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  padding: 10px 35px;
}

.nav1{
  background-color: transparent;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
 border-bottom-width: 0.01cqh;
}

.resa{
  display: flex;
  background-color: transparent;
  margin-left: auto;
  margin-right: 50px;
  align-items: center;
}

.resa-btn{
  display: flex;
  position: right !important;
  color: #1b1b1b;
  background-color: #fef1dd;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;

  border: 1px solid #fef1dd;
  border-radius: 0px;
}

.resa-btn:hover{
  color: #fef1dd;
  background-color: transparent;
  transition: 0.4s;
    border: 1px solid #fef1dd;
}

.resa-btn1{
  display:  inline-block;
  position: right !important;

}

.resa-btn2{
    display: flex;
  position: right !important;
  color: #fef1dd;
  background-color: transparent;
  border: 1px solid #fef1dd;
  border-radius: 0px;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.resa-btn2:hover{
  color: #1b1b1b;
  background-color: #fef1dd;
    border: 1px solid #fef1dd;
  transition: 0.4s;
}

.resa-btn4{
    display: flex;
  position: right !important;
  color: #1b1b1b;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #1b1b1b;
  border-radius: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

.resa-btn4:hover{
  color: #fef1dd;
  background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
  transition: 0.4s;
}

.resa-btn3{
    display: flex;
  position: right !important;
  color: #fef1dd;
  background-color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #1b1b1b;
  border-radius: 0px;
  margin-right: 15px;


}

.white{
  color: #fef1dd;
  font-size: 48px;
}

.resa-btn3:hover{
  color: #1b1b1b;
  background-color: #fef1dd;
  border: 1px solid #1b1b1b;
  transition: 0.4s;
}

.resa-btn5{
  display: flex;
  position: right !important;
  color: #fef1dd;
  background-color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #1b1b1b;
  border-radius: 0px;
}

.resa-btn5:hover{
  color: #1b1b1b;
  background-color: transparent;
  transition: 0.4s;
    border: 1px solid #1b1b1b;
}

.resa-btn6{
  display: flex;
  position: right !important;
  color: #fef1dd;
  background-color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fef1dd;
  border-radius: 0px;
}



.resa-btn6:hover{
  color: #1b1b1b;
  background-color: #fef1dd;
  transition: 0.4s;
    border: 1px solid #fef1dd;
}

.imglogo{
  width: 200px;
}

.btn-resa{
  display: flex;
}

.btn{
  color: #fef1dd;
    padding-left: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fef1dd;
}

.btn:hover{
  color: #1b1b1b !important;
  background-color: #fef1dd !important;
  transition: 0.4s;
}




/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
}

.site-header .container {
  position: relative;
  z-index: 2;
}

.site-news-detail-header {
  background: transparent;
  text-align: left;
   padding-top: 6rem;
  padding-bottom: 6rem;
}

.site-about-header {
  background-image: url('../images/header/briana-tozour-V_Nkf1E-vYA-unsplash.webp');
}

.site-menu-header {
  background-image: url('../images/header/luisa-brimble-aFzg83dvnAI-unsplash.webp');
}

.site-news-header {
  background-image: url('../images/header/priscilla-du-preez-W3SEyZODn8U-unsplash.webp');
}

.site-contact-header {
  background-image: url('../images/header/rod-long-I79Pgmhmy5M-unsplash.webp');
}




/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 22.542rem;
  padding-bottom: 22.542rem;
}

.faq-drawer {
  margin-bottom: 40px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
    color: #1b1b1b;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  margin-right: 5%;
  margin-left: 5%;
}

.faq-drawer__title {
  border-top: #1b1b1b 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.4s ease-out;
  margin-left: 5%;
  margin-right: 5%;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  color: #1b1b1b;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.4s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #1b1b1b  ;
}

.faq-drawer input[type="checkbox"] {
  display: none;
}


.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
}

.couleur{
  color: #fef1dd;
  margin-left: 10px;
}

.couleur1{
  color: #fef1dd;
}




@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.taille{
  padding-bottom: 40px;
}

.taille1{
  padding-bottom: 20px;
}


.contact{
  background: #1b1b1b;
}

.hero .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero1 {
  position: relative;
  overflow: hidden;
  padding-top: 20.542rem;
  padding-bottom: 16rem;
}



.hero1 .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero2 {
  position: relative;
  overflow: hidden;
  padding-top: 20.542rem;
  padding-bottom: 20.542rem;
}



.hero2 .container {
  position: absolute;
  z-index: 9;
  width: 100%;

}

.main-title1{
  font-size: 48px;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.main-title2{
  font-size: 48px;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}

.main-title3{
  font-size: 30px;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: start;
}

.site-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
}

.site-header .container {
  position: relative;
  z-index: 2;
}

.container1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: #fef1dd;  
  padding-top: 50px;
  padding-bottom: 50px;

}


.color{
  color: #1b1b1b;
}



.container1 h2{
    margin-left: 5%;
  margin-right: 5%;
    font-size: 48px;
}

.site-menu-header {
  background-image: url('../images/34-DSC04864.webp');
}


.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}


#img-background {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto; 
  height: auto;
  z-index: -100;
}

#image-background {
  position: fixed;
  top: 0;
  right: 0; 
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

#image-background1 {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
/*---------------------------------------
  HERO SLIDE               
-----------------------------------------*/
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-thumb {
  position: relative;
}

.carousel-caption {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
}

.hero-carousel .reviews-text,
.hero-text {
  color: var(--white-color);
}

.price-tag {
  background: var(--white-color);
  border-radius: 0px;
  color: var(--secondary-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-semibold);
  display: inline-block;
  width: 84px;
  height: 64px;
  line-height: 64px;
  text-align: center;  
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;

  
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  text-align: center;
}

.hero-carousel .carousel-control-prev {
  left: auto;
  right: 60px;
}

.hero-carousel .carousel-control-next {
  background: var(--primary-color);
  right: 0;
}

.hero-carousel .carousel-control-prev:hover, 
.hero-carousel .carousel-control-next:hover {
  background: var(--dark-color);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-image: none;
  width: inherit;
  height: inherit;
  line-height: 60px;
}

.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before {
  font-family: bootstrap-icons;
  display: block;
  margin: auto;
  font-size: var(--h5-font-size);
  color: var(--white-color);
}

.hero-carousel .carousel-control-prev-icon::before {
  content: "\f13f";
}

.hero-carousel .carousel-control-next-icon::before {
  content: "\f144";
}

.reviews-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  MENU               
-----------------------------------------*/
.menu,
.about,
.news,
.related-news,
.newsletter,
.comments {
  background-color: #fef1dd;
  background-repeat: no-repeat;
  background-size: cover;
}

.news1{
  background-image: url('../images/img-background-hotel.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news2{
  background-image: url('../images/img-background-burger.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news5{
  background-image: url('../img-croustillonback.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news3{
  background: #fef1dd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news4{
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.menu-thumb {
  position: relative;
  overflow: hidden;
}

.menu-info {
  padding: 20px 20px 30px 20px;
}

.form-control2{
  border: #fef1dd 1px solid;
}

.form-control2:hover{
  border: #1b1b1b 1px solid !important;
  background-color: #fef1dd !important;
  color: #1b1b1b !important;
}

.menu-image {
  display: block;
}

.menu-image-wrap {
  position: relative;
}

.menu-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.newsletter-image {
  border-radius: 0px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}


/*---------------------------------------
  NEWS               
-----------------------------------------*/
.news-thumb {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}

.news-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-out;
}

.news-thumb > a:hover {
  transform: scale(0.98);
}

.news-text-info {
  background: transparent;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all 0.4s ease-out;
}

.news-text-info1{
  position: relative;
  display: block;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all 0.4s ease-out;
}

.news-text-info strong{
  font-family: 'intro_regular';
    font-size: 12px;
    font-size: bold;
    margin-left: 8px;
    color: #1b1b1b;
}

.news-text-info1 strong{
  font-family: 'intro_regular';
  font-size: 12px;
  font-size: bold;
  color: #fef1dd;
}

.related-news .news-text-info {
  background: transparent;
}

.news-text-info-large {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.news-text-info-large .news-title-link {
  font-weight: bold;
   font-size: 22px;
   text-transform: uppercase;
  font-family: 'Switzer-black';
    color: #1b1b1b;
}

.news-title-link:hover {
    color: #1b1b1b;
}

.news-title-link {
  font-weight: bold;
   font-size: 16px;
   text-transform: uppercase;
  font-family: 'Switzer-black';
    color: #1b1b1b;
}

.news-image {
  display: block;
  width: 100%;
  transition: all 0.4s ease-out;
    border-radius: 0rem;
}

.news-image:hover {
  border-radius: 0rem;
}

.main-title{
  font-size: 48px;
  text-transform: uppercase;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.category-tag,
.menu-tag {
  background: #1b1b1b;
  border-radius: 0px;
  color: #fef1dd;
  display: inline-block;
  padding: 4px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.category-tag {
  margin-bottom: 5px;
  color: #fef1dd;
  background-color: #1b1b1b;
}

.category-tag1 {
  margin-bottom: 5px;
  color: #fef1dd;
  background-color: none;
  border-radius: 0px;
  display: inline-block;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.category-tag2 {
  margin-bottom: 5px;
  color: #1b1b1b;
  background-color: none;
  border-radius: 0px;
  display: inline-block;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.category-tag3 {
  margin-bottom: 5px;
  color: #fef1dd;
  background-color: #D6001C;
  border-radius: 0px;
  display: inline-block;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin-left: 12px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
}

.comment-form {
  margin-bottom: 60px;
}

.news-author {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.news-author:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-author-image {
  border-radius: 0px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}


/*---------------------------------------
  CUSTOM FORM            
-----------------------------------------*/
.custom-form .form-control {
  margin-bottom: 20px;
  padding: 14px 10px;
  transition: all 0.4s;
}

.custom-form button[type="submit"] {
  background: transparent;
  color: #fef1dd;
  text-transform: uppercase;
  border-color: 1px solid #fef1dd;
  border-radius: 0%;
}

.custom-form button[type="submit"]:hover {
  background: #fef1dd;
  border-color: 1px solid #fef1dd !important;
    color: #1b1b1b !important;
      border-radius: 0%;
}



/*---------------------------------------
  SUBSCRIBE FORM            
-----------------------------------------*/
.subscribe-form .form-control {
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-control1{
  background-color: transparent !important;
  border: 1px solid #fef1dd !important;
  border-radius: 0% !important;;
}





/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/
#BookingModal .modal-content {
  border: 0;
  overflow: hidden;
}

#BookingModal .modal-content::before {
  content: "";
  background-color: var(--white-color);
  background-image: url('../images/sincerely-media-HoEYgBL_Gcs-unsplash.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#BookingModal .modal-header {
  border-bottom: 0;
  position: relative;
  padding: 26px 32px 0 32px;
}

#BookingModal .modal-body {
  padding: 38px 32px;
  padding-right: 35%;
}

#BookingModal .modal-footer {
  border-top: 0;
  padding: 0;
}

.booking-form .form-control {
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  transition: all 0.4s;
}

.booking-form button[type="submit"] {
  background: transparent;
  border: 0;
  font-weight: var(--font-weight-semibold);
  color: #fef1dd;
  text-transform: uppercase;
  margin-bottom: 0;
}

.booking-form button[type="submit"]:hover {
  background: var(--primary-color);
}

.BgImage {
  background-image: url('../images/img-background3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 200px;
}

.text-resa{
  color: #fef1dd;
  font-family: 'intro_regular';
}



.site-footer {
  background-image: url('../images/img-back3.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.contact {
  background-image: url('../images/img-back3.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.contact1 {
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.contact::before {
  content: "";
  background: #1b1b1b;
  background: linear-gradient(180deg,rgba(26, 23, 23, 1) 0%, rgba(26, 23, 23, 0.71) 42%, rgba(26, 23, 23, 0) 100%);
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.site-footer::before {
  content: "";
  background: #1b1b1b;
  background: linear-gradient(180deg,rgba(26, 23, 23, 1) 0%, rgba(26, 23, 23, 0.71) 42%, rgba(26, 23, 23, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.site-footer .container {
  position: relative;
}

.copyright-text {
  font-size: var(--menu-font-size);
  margin-top: 24px;
    color: #fef1dd !important;
}

.copyright-text a {
  color: #fef1dd !important;
}


.tel-link{
  color: #fef1dd;
}

.tel-link:hover {
  color: #fef1dd;
}

.plus-footer:hover {
  color: #1b1b1b;
  background-color: #fef1dd;
  border: 1px solid #fef1dd !important;
  transition: 0.1s;
}

.plus-footer a {
  position: right !important;
  color: #1b1b1b;
  background-color: #fef1dd;
  border: 1px solid #fef1dd;
  border-radius: 0px;
}

.site-footer p {
  color: #fef1dd;
    font-family: 'intro_regular';
    font-size: 15px;
    font-size: bold;
}

.title-footer{
  color: #fef1dd;
  text-transform: uppercase;

}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}

.social-icon li:hover {
    color: #1b1b1b;
}

.social-icon-link {
  color: #fef1dd;
  font-size: 24px;
  display: inline-block;
  margin-right: 25px;
}

.social-icon-link:hover {
    color: #fef1dd;
}

.icon-menu{
  margin-left: 15px;

  margin-right: 12px;
}



.social-icon-link1 {
  color: #1b1b1b;
  font-size: 28px !important;
  display: inline-block;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icon-link1:hover{
  color: #1b1b1b !important;
    transition: 0.4s;
}


.icon-menu1{
  display: flex;
  margin-top: 20px;
  
}


.imgserveur{
  position: absolute;
  max-width: 180px;
  top: 45%;
  left: 54%;
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1170px) {
  h1 {
    font-size: 56px;
  }
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .icon-menu{
  display: none;
}

  .site-header,
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .resa{
  display: flex;
  background-color: transparent;
  margin-left: auto;
  margin-right: 5%;
  align-items: center;
}

.colu2 {
  background-color: none;

}

.plus-footer {

  margin-bottom: 30px;
}

.imglogo{
  width: 160px;
}

.BgImage {
  background-image: url('../images/PDN01007.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}


.main-title{
  font-size: 22px;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.main-title2{
  font-size: 18px;
  color: #fef1dd;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}

.section-padding2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-title{
  color: #fef1dd;
  font-family: 'Switzer-black';
  text-transform: uppercase;
  font-size: 30px !important;
}

.text-title1{
  color: #fef1dd;
  font-family: 'Switzer-black';
  text-transform: uppercase;
  font-size: 30px !important;
}

.titre-part2{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center;
    color: #1b1b1b;
}

.titre-part3{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center;
    color: #fef1dd;
}

.news-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 0px !important;
}

.titre-part5{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center;
    color: #1b1b1b;
            line-height: 0;
}

.colu5{
  margin-bottom: -10px;
}

.colu6{
  margin-bottom: -55px;
}

.colu7{
  margin-top: -60px;
}


.colu3{
  margin-top: -105px;
}

.colu4{
margin-top: 30px;
}

.text-dore3{
  color: #1b1b1b;
  text-align: justify !important;
    font-family: 'intro_regular';
}

.text-dore3{
  color: #1b1b1b;
  text-align: justify !important;
    font-family: 'intro_regular';
}



.text-dore3 span{
  display: none;
}

.titre-part7{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: right !important;
    color: #1b1b1b;
    line-height: normal;
}


#timeline {
  display: inline-flex !important;
  flex-direction: column !important;
  background-color: #1b1b1b;
  width: 100% !important;
}

#timeline:hover .tl-item {
  width: 100% !important;
}

.tl-item{
  width: 100% !important;
}






  #BookingModal .modal-content {
    padding-bottom: 200px;
  }

  #BookingModal .modal-content::before {
    background-image: url('../images/sincerely-media-HoEYgBL_Gcs-unsplash-mobile.webp');
    background-position: bottom;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
  }

  #BookingModal .modal-body {
    padding-top: 18px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-image {
    max-width: 310px;
    max-height: 310px;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}




ul { list-style: none; }
a { text-decoration: none; color: black;}

#menu-wrapper {

    max-width: 100%;
    cursor: pointer;
    margin-left: 15px;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: 50px;
    color: #fef1dd;
    background-color: #fef1dd;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    display: block;
    position: absolute;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: 265px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-color: #fef1dd;
    border-radius: 15px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
}

.title-contact{
  color: #fef1dd;
}

.title-contact1{
  color: #fef1dd;
  text-transform: uppercase;
}

#menu-container .menu-list a{
  margin-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  width: fit-content;
  display: flex;
}

#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}
@media (max-width: 1000px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card {
  list-style: none;
  position: relative;
  transition: all 0.5s ease-out;
  border-radius: 0rem;
  border: none;
}
.card__bg {
  position: relative;
  height: 50vh;
  min-width: 250px;
  background-size: cover;
  background-position: center center;
  border-radius: 0rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease-out;

}
.card__bg::after {
  content: "";
  background-image: linear-gradient(360deg, #1b1b1b, transparent);
  height: 150px;
  bottom: 0;
  width: 100%;
  position: absolute;

}
.card__content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;

}
.card__category {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fef1dd;
}

.card__heading{
  font-weight: bold;
   font-size: 22px;
   text-transform: uppercase;
  font-family: 'Switzer-black';
    color: #fef1dd;
}

.card:hover {
  transform: scale(1.02);
  filter: drop-shadow(0px 0px 100px black);
  transition: 0.4s;
  
}
.card-grid:hover > .card:not(:hover).card {
  filter: brightness(0.8) grayscale(0.6) contrast(1.2) blur(10px);

}

.titre-part{
  font-family: 'Switzer-black';
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 50px;
}

.titre-part span{
 border-bottom: 3px solid #1b1b1b;
}


.titre-part1{
  font-family: 'Switzer-black';
    color: #fef1dd;
    text-transform: uppercase;
    font-size: 50px;
}

.titre-part2{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    color: #1b1b1b;
}

.titre-part3{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    color: #fef1dd;
}

.titre-part4{
  font-family: 'intro_regular';
    font-size: 18px;
    text-align: center;
    color: #1b1b1b;
}

.titre-part5{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    color: #1b1b1b;
    line-height: 5;
  
}

.titre-part6{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    color: #1b1b1b;
    line-height: normal;
}

.titre-part7{
  font-family: 'Switzer-black';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    color: #1b1b1b;
    line-height: normal;
}

.contact-form textarea.form-control {
color: #fef1dd !important;
}

.contact-form .form-control
{
color: #fef1dd !important;

}

.front-product {
  background: #1b1b1b;
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.front-product1 {
  background: #fef1dd;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.front-product2 {
  background: #fef1dd;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.front-product3 {
  background: #1b1b1b;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.front-product4 {
  background: #fef1dd;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-border3{
  border-radius: 0px;
  z-index: 1000 !important;
  position: relative;
}

.image-border3:hover{
  border-radius: 0px;
  z-index: 1000 !important;
  position: relative;
}

.image-border1{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.colu{
  background-color: none;
  margin-top: 25px;
}

.colu2 {
  background-color: none;
  margin-top: 80px;
}

.text-title{
  color: #fef1dd;
  font-family: 'Switzer-black';
  text-transform: uppercase;
  font-size: 50px;
}
.text-title1{
  color: #1b1b1b;
  font-family: 'Switzer-black';
  text-transform: uppercase;
  font-size: 50px;
}

.slider-container {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.now-showing {
	position: absolute;
	top: 20px;
	color: #fef1dd;
  font-size: 50px;
	font-weight: 600;
	display: flex;
  backdrop-filter: blur(4px);
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  text-transform: uppercase;
	gap: 8px;
	z-index: 10;
  background-color: #1b1b1b;
}


.place{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.img-title{
  width: 50px;
}

.accordion-slider {
	display: flex;
	height: 100%;
	position: relative;
}

.slide {
	flex: 1;
	position: relative;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	filter: grayscale(1);
}

.slide:hover {
	filter: grayscale(0);
}

.slide.active {
	flex: 2.5;
	filter: grayscale(0);

}

.slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}

.slide-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	color: #fef1dd;
	z-index: 2;

}

.slide.active .slide-content {
	bottom: 80px;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.car-brand {
	font-size: 30px;
	font-weight: 600;
	color: #fef1dd;
	margin-bottom: 5px;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	position: absolute;
  text-transform: uppercase;
	bottom: 100px;
	left: 60px;
	white-space: nowrap;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.img-carte{
  max-width: 250px;
  position: absolute;
  left: 29%;
  top: 18.9%;
  rotate: -75deg;
  z-index: 1;
}

.img-danse{
  max-width: 180px;
  position: absolute;
  left: 23%;
  top: 31.95%;
  z-index: 1;
}





.slide.active .car-brand {
	transform: rotate(0deg);
	position: static;
	transform-origin: unset;
}

.car-name {
	font-size: 18px;

  font-family: 'intro_regular';
	font-weight: 700;
	margin-bottom: 8px;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s;
}

.slide.active .car-name {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.car-subtitle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s;
}

.text-dore1{
  color: #fef1dd;
  text-align: justify;
    font-family: 'intro_regular';
}

.text-dore1 span{
  color: #fef1dd;
  text-align: justify;
  font-family: 'Switzer-black';
}

.text-dore2{
  color: #1b1b1b;
  text-align: justify;
    font-family: 'intro_regular';
}

.text-dore2 span{
  color: #1b1b1b;
  text-align: justify;
  font-family: 'Switzer-black';
}

.text-dore3{
  color: #1b1b1b;
  text-align: justify;
    font-family: 'intro_regular';
}

.slide.active .car-subtitle {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s;
}

.car-specs {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s;
}

.slide.active .car-specs {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.spec-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	font-size: 14px;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .spec-row {
	opacity: 1;
	transform: translateX(0);
}

.slide.active .spec-row:nth-child(1) {
	transition-delay: 0.6s;
}
.slide.active .spec-row:nth-child(2) {
	transition-delay: 0.65s;
}
.slide.active .spec-row:nth-child(3) {
	transition-delay: 0.7s;
}
.slide.active .spec-row:nth-child(4) {
	transition-delay: 0.75s;
}

.spec-label {
	color: rgba(255, 255, 255, 0.7);
}

.spec-value {
	color: #fef1dd;
	font-weight: 600;
}

.performance-badges {
	display: flex;
	gap: 12px;
	margin-top: 15px;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s;
}

.slide.active .performance-badges {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
}

.badge {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0px;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .badge {
	opacity: 1;
	transform: scale(1);
}



.slide.active .badge:nth-child(1) {
	transition-delay: 0.85s;
}
.slide.active .badge:nth-child(2) {
	transition-delay: 0.9s;
}
.slide.active .badge:nth-child(3) {
	transition-delay: 0.95s;
}

.badge-icon {
	width: 8px;
	height: 8px;
	background: none;
	border-radius: 0%;
}

.add-button {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 32px;
	height: 32px;
	border: 0px;
	border-radius: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s ease;
	z-index: 3;
  

}







.add-button::before,
.add-button::after {
	content: "";
	position: absolute;
	background: #1b1b1b;
	transition: all 0.4s ease;
}

.add-button::before {
	width: 12px;
	height: 2px;
}

.add-button::after {
	width: 2px;
	height: 12px;
	transform: rotate(0deg);
}

.slide.active .add-button::before {
	transform: rotate(0deg);
}

.slide.active .add-button::after {
	opacity: 0;
	transform: scale(0);
}

.navigation-arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 0%;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 4;
	backdrop-filter: blur(10px);
}

.nav-prev {
	left: 20px;
}

.nav-next {
	right: 20px;
}

.navigation-arrows:hover {
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.accordion-slider {
		flex-direction: column;
	}

	.slide {
		flex: 1;
		min-height: 80px;
	}

	.slide.active {
		flex: 2;
	}

	.slide-number {
		font-size: 32px;
	}

	.car-brand {
		transform: none;
		position: static;
	}
}





















#timeline {
  display: flex;
  background-color: #1b1b1b;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100vh;
  min-height: 600px;
  color: #fef1dd;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgba(0, 0, 0, 0.562);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover {
  width: 30% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
.tl-content h1 {
  text-transform: uppercase;
  color: #fef1dd;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-content p {
    font-family: 'intro_regular';
    font-size: 18px;
    color: #fef1dd;
}


.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;

}
.tl-year p {
  font-size: 1.728rem;
  line-height: 0;
  color: #fef1dd;

}



.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}


















