.elementor-kit-4{--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Playfair Display";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;font-family:"Playfair Display", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h1{font-size:2em;}.elementor-kit-4 h2{font-size:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --white-color: #ffffff;
  /* Couleurs système */
  --color-principal: #f7f9fc;
  --color-secondaire: #e9eff5;
  --color-texte: #1B1B1B;
  --color-accentue: transparent;

  --border-radius: 4px;
}

/*elementor*/
.e-con-inner {
  padding: 0 !important;
  margin: 0 !important;
}

button:focus{
    background: inherit !important;
    color: inherit !important;
}

#site-header {
  display: none;
}

  a{
      text-decoration: none !important;
      text-transform: none !important;
      color:inherit;
  }
  a:hover{
      color:inherit;
  }
  
  
  .elementor-element-59d9521 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.elementor-element-59d9521.visible {
  visibility: visible;
  opacity: 1;
}
/*end elementor*/

.home-fixed-cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  height: 100dvh;
}

.glob-container {
  border: 20px solid rgba(255, 255, 255, 0.05) !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  height: 100dvh;
}

.home-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  height: calc(100dvh - 20px);
  padding: 0;
  /*Effect affichage des information page d'accueil — Code JS personnaliseé*/
  visibility: hidden;
  opacity: 0; 
  transition: opacity 1s ease-in-out;
}

/*Effect affichage des information page d'accueil — Code JS personnaliseé*/
.home-main.visible{
  visibility: visible;
  opacity: 1; 
  transition: opacity 1s ease-in-out;
}

.home-main-cont-el {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  gap: 0;
}

.home-header, .home-header.active {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  max-height: auto;
  gap: 0 !important;
  /*padding: 0.5rem;*/
  /**/
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 28px;
    z-index: 99;
}

.home-header.active{
     backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* pour Safari */
  background-color: rgb(0 0 0 / 20%); /* fond semi-transparent */
  box-shadow: 0px 0px 3px #00000032;
}

.header-logo-cont {
  max-width: 10%;
  display: flex;
  justify-content: center !important;
  align-items: flex-start;
  gap: 0 !important;
  padding: 0;
  object-fit: cover;
  
  
}

.logo-img {
  width:100px;
}

.header-menu-icon-cont {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center !important;
  align-items: flex-end;
  padding: 0;
}

.header-menu-items {
  max-width: 90%;
  display: flex;
  justify-content: center !important;
  align-items: flex-start;
  padding: 0;
}

.menu-items {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 1rem;
  color: var(-white-color) !important ;
}

.menu-item {
  color: var(--white-color);
  font-size: 1rem;
}

.menu-item:hover {
  text-decoration: overline;
  color: var(--white-color);
}

/*PAGES*/
.wrapper {
  max-width: 1024px;
  width: 100%;
  padding: 0;
  gap: 0;
}
.section {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 8rem 0;
  min-height: 80vh;
}

 .section-1 {
    min-height:auto;
  }
  .section-2 {
    min-height:auto;
  }
  
  .black-white-section{
      background-color: var(--background-color-5) !important;
  }

.page-cont {
  background-color: var(--color-principal) !important;
  padding: 0 !important;
}

.background-2 {
  background-color: var(--color-texte) !important;

  p,
  h2 {
    color: var(--white-color) !important;
  }

  .title-cont {
    border-left: solid 0px var(--white-color);
  }
}

.header-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100vh;
}

.header-page-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-page-iner {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  border-top: 20px solid rgba(255, 255, 255, 0.00) !important;
  border-left: 20px solid rgba(255, 255, 255, 0.00) !important;
  border-right: 20px solid rgba(255, 255, 255, 0.00) !important;
}

.main-iner {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  position: relative;
  padding: 0 !important;
}

.title-cont {

  padding: 0 0 0 0.5rem;
}

.title {
  color: var(--color-texte) !important;
}

.page-text-cont {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.text-cont {
  padding: 0;
}

.text {
  font-weight: 300 !important;
  line-height: 24px !important;
  letter-spacing: 4% !important;
  padding: 0;
  margin-bottom: 0 !important;
  font-size: 1rem;
  color:var(--color-texte) !important;
}

.page-img-text-cont {
  border-radius: 4px;
  box-shadow: 0px 0px 24px #00000048;
  
}

.page-img-text-cont-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  
  
}

.page-img-text-title {
    color:var(--white-color);
  font-size: 1.7rem !important;
  line-height: 24px;
  font-weight: 500;
}

.img-cta-cont{
    padding: 1rem;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    height: max-height;
    justify-content: space-between;
}

.patisserie-img-bck-color{
    background-color: #0a0f0d !important;
    h2, .text{
        color:var(--white-color);
    }
}

.link{
    color:var(--color-principal) !important;
}

/*END PAGES*/


/*CARROUSEL-ON-PAGE*/

.carrusel-elements-cont{
    padding: 5rem 0rem 5rem;
    gap: 0
}

.box-carrusel-items{
    list-style:none; 
    display:flex; 
    flex-direction:row; 
    flex-wrap:nowrap; 
    overflow-x: auto;
    overflow-y: hidden;
    justify-content:flex-start; 
    padding: 0;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 3rem 0 1.5rem;
    width: 100%;
}

.box-carrusel-items::-webkit-scrollbar{
    display: none;
    
}

.box-carrusel-item{
       position: relative;
       box-shadow: 5px 5px 10px #00000014;
       margin-right: 24px;
      
       height: 400px;
       border-radius: 4px;
       padding: 1rem;
       
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-items: flex-start;
       color: #ffffff;
       flex: 1 0 300px;
       
}

.box-carrusel-item:hover{
    box-shadow: none;
    transition: box-shadow .5s
}

.box-carrusel-title{
    font-size: 1.2rem;
    color: inherit;
    z-index: 1;
}

.box-carrusel-item:nth-child(1){
    background-image: url('http://restaurant-loutsider.fr/wp-content/uploads/2025/07/restaurant-outsider-gordes-interieur-2.webp');
}

/**/
.box-carrusel-item.custom-image-1{
    background-image: url('https://restaurant-loutsider.fr/chef-restaurant-outsider-1/')
}

.box-carrusel-item:nth-child(4){
    background-image: url('http://restaurant-loutsider.fr/wp-content/uploads/2025/07/tapenade-maison-restaurant-outsider.webp');
}

.box-carrusel-item:nth-child(3){
    background-image: url('http://restaurant-loutsider.fr/wp-content/uploads/2025/07/restaurant-outsider-interieur-3.webp');
}

.box-carrusel-item:nth-child(2){
    background-image: url('http://restaurant-loutsider.fr/wp-content/uploads/2025/07/equipe-salle-restaurant-outsider.webp');
}

.box-carrusel-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 24px;
   
    border-radius: 4px;
    border: solid .5px #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    padding: .7rem;
    z-index: 1;
    
    transition: background-color 1s ease;
}

.box-carrusel-link:hover{
    border: solid .5px #ffffff32;
    background-color: #ffffff10;
    
    transition: background-color .5s ease;
}

img.carrusel-img{
    height: 350px;
    object-position: center;
    object-fit: contain;
}

.carrusel-img-is-parfum{
    object-fit: cover;
        mask-image: url(http://maisonfreto.fr/wp-content/uploads/2025/05/logo-freto-full-color-inside-image.webp);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-image: url(http://maisonfreto.fr/wp-content/uploads/2025/05/logo-freto-full-color-inside-image.webp);
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
}

.icon-text-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    gap: 8px
}

.overly{
    position: absolute;
    background-color: #0012;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.box-carrusel-overly{
    position: absolute;
    background-color: #0016;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.carrusel-btns-cont{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.carrusel-btn {
    padding: 0.2rem 1rem;
    font-size: 1.5rem;
    border: solid .5px var(--color-texte);
    background: transparent;
    color: inherit;
    transition: all 0.2s ease;
}

.carrusel-btn:hover {
    background: transparent;
    color: #000000;
}

.carrusel-btn:hover span {
    background: transparent;
    transform: scale(1.05);
    transition: transform 0.2s ease;
    font-weight: 500;
}


/*END-CARRUSEL-ON-PAGE*/


/*BUTTONS*/

#hero-btn-1, #hero-btn-2{
    background-color: transparent;
    color: var(--white-color);
    width: 100%;
    margin-top: 1.5rem;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    width:300px;
}

#hero-btn-1 {
    border-top: 0.5px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

#hero-btn-2 {
    border-top: 0.5px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    border-left: 0.5px solid var(--white-color);
}


.close-btn{
    border: none;
    font-family: arial;
    padding: 0;
  
}
.close-btn::before {
  content: "+";
  display: inline-block; /* nécessaire pour que transform fonctionne */
  transform: rotate(45deg);
  font-size: 3.2rem;
  padding: 0;
  color: #000000;
  
}
.close-btn:hover {
    background: transparent;
}

#visit-menu,
#more-info,.visit-menu-2 {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  
  padding: .75rem;
}

#visit-menu {
  color: var(--color-texte);
  border: solid .5px var(--color-texte);
  box-shadow: 5px 5px 10px #00000024;
  max-width: 350px;
}
#visit-menu:hover {
  background-color: transparent;
  border: solid .5px var(--color-secondaire);
  box-shadow: none;
}
.visit-menu-2 {
  color: var(--white-color) !important;
  border: solid .5px var(--white-color) !important;
}

#more-info {
  color: var(--white-color);
  border: solid .5px var(--white-color);
  width: 100%;
  margin-top: 1.5rem;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

#more-info:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border: solid .5px transparent;
  box-shadow: none;
}

.icon-btn {
  max-width: 24px;
  max-height: 24px;
}

/*AVIS GOOGLE*/
.ti-text,
.ti-rating {
  color: var(--white-color) !important;
}
/*END_BUTTONS*/

/**/

.buches-coming-soon {
  color: var(--white-color);
  border: solid 1px var(--white-color);
  border-radius: 4px;
  padding: 0.2rem 0.4rem;
}

/*TIME-BLOC*/

.time-bloc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.time-bloc-items {
  display: flex;
  flex-direction: column;
  gap: rem;
  margin-top: -80px;
}

.time-item {
  margin-top: 0rem;
}

.a-freto-day {
  color: var(--white-color);
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 1rem !important;
}

.freto-week-day {
  font-weight: 300;
}

.time-number-cont {
  height: 150px;
  overflow: hidden;
}

.time-number-cont > div {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.time-number {
  font-size: 120px;
  font-weight: 300;
  height: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-numb-slide-to-1 {
  transform: translateY(-150px);
}

.time-dots {
  font-size: 100px;
  font-weight: 200;
}

#time-info {
  color: var(--white-color);
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  margin-top: -0.5rem;
}

/*END_TIME_BLOC*/

/*MOBILE_MENU*/
/* Animation*/
#open-mobile-menu {
  pointer-events: auto !important;
}
#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 999;
  padding: 0 !important;
}

#mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
}
/*end animation*/

.desk-el,
.mobile-el {
  padding: 0;
}

/*END MOBILE MENU*/



/*FOOTERS*/
.home-footer-link {
  font-size: 0.9rem;
}

#footerLCP{
    visibility: hidden;
}

footer {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  animation: none !important;
 
}

.footer{
     background-color: var(--color-texte);
  color: #a5a5a5 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*END_FOOTERS*/


/*MOBILE_MENU*/

  .mobile-menu-header {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 0;
    height: calc(50px + 0.5rem);
  }

  .mobile-menu-cont {
    background-color: var(--white-color);
    width: 100%;
    height: 100dvh;
    padding: 10px 20px 20px;
    gap: 0;
  }

  .mobile-menu-items {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    max-height: calc(100dvh);
    width: 100%;
    gap: 20px;
  }

  .mobile-menu-item-a {
    border-radius: 4px;
    padding: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: calc(21.6dvh - 20px);
  }

  .mobile-menu-item-b {
    border-radius: 4px;
    padding: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: calc(12dvh - 20px);
  }
  
  .carte-mobile-menu-item{
      background-position: top 30% center !important;
  }

  .mobile-menu-item-title {
    color: var(--white-color);
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
  }
  /*END_MOBILE_MENU*/
  
  
  
  /*MIN-WIDTH*/

@media (min-width: 767px) {
    
    #header-booking-btn{
        display:none;
    }
    
  .header-menu-icon-cont {
    display: none;
  }

  .section-1 {
    padding: 5rem 0 0 0;

  }
  .section-2 {
    padding: 1rem 0 5rem 0;
   
  }
}

@media (min-width: 500px) {
  .mobile-el {
    display: none;
  }
}


/*MAX-WIDTH*/

@media (max-width:900px){
    .section{
        gap:24px;
    }
     .page-text-cont{
      padding:0 0.5rem;
  }
}

@media (max-width: 767px) {
  .header-menu-items {
    display: none;
  }
  
}

@media (max-width: 500px) {
  .desk-el {
    display: none;
    padding: 0;
  }

  .home-header {
  }

  .header-logo-cont {
    max-width: 20%;
  }

  .logo-img {
   
   
  }
  
  /*BUTTONS*/
   #hero-cta-cont{
       display:none;
   }
   
  /*TIME_BLOC*/
  .time-number-cont {
    height: 100px;
    overflow: hidden;
  }

  .time-number {
    font-size: 100px;
    font-weight: 300;
    height: 100px;
    text-align: center;
  }

  .time-numb-slide-to-1 {
    transform: translateY(-100px);
  }

  .time-dots {
    font-size: 100px;
    font-weight: 200;
    height: 100px;
    display: flex;
    align-items: center;
  }

  #time-info {
    font-size: 1.50rem;
  }
  /*END_TIME_BLOC*/

  

  /*PAGES*/
  .section {
    padding: 3rem 0;
  }
  .header-page-wrapper {
    height: 45vh;
  }

  .page-img-text-title {
   
  }
  
  .img-cta-cont{
      padding:20px 0;
  }
  
  /*CARUSEL*/

.carrusel-elements-cont{
    padding: 3rem 0rem;
    gap: 0
}

.carrusel-elements-cont.section-1{
    padding-bottom:0;
    .box-carrusel-items{
        padding-bottom:0;
    }
}
  /*FOOTERS*/
  .home-footer-link {
    font-size: 0.61812rem;
  }
  /*END_FOOTERS*/
}/* End custom CSS */