/*
Theme Name: SAT
Text Domain: SAT
Version: 1.0
Description: WAOOUW
Tags: Theater program
Author: deltafraktal
Author URI: https://dounia-geara.ch
*/


@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('assets/fonts/bevietnampro-light-webfont.woff2') format('woff2'),
       url('assets/fonts/bevietnampro-light-webfont.woff') format('woff');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('assets/fonts/bevietnampro-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/bevietnampro-regular-webfont.woff') format('woff');
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('assets/fonts/bevietnampro-semibold-webfont.woff2') format('woff2'),
       url('assets/fonts/bevietnampro-semibold-webfont.woff') format('woff');
  font-weight: 700; /* Bold weight */
  font-style: normal;
}


 

:root {
    --border-bottom: 1px solid black;
    --largest-font: 30px;
    --primary-font-size: 16px;

    --bolder-font-weight: 600;
    --primary-font-weight: 400;
    --lighter-font-weight: 200;
    
    --largest-line-height:33px;
  }
  
  html
  {
    scroll-behavior: smooth;
   /*  margin: 0px;
    padding: 0px; */
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }

  body
{
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    font-weight: var(--primary-font-weight);
    color: black;
    line-height: 1.35em;
    font-size: var(--primary-font-size);
    cursor: /* url('assets/images/cursor.svg'), */ auto;
/*    background-color: white; */
    font-size: 16px;
}

.no-scroll-y
{
  overflow-y: hidden;
}

.ultimate-container
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    z-index: 9999;
}

/*-- start ------------nav---------------*/

header {
    height: 50px;
    z-index: 9998;
  }
  
a:link, a:visited, a:hover, a:active
{
    color: black;
    text-decoration: none;
}  

.blue-link:link, .blue-link:visited, .blue-link:hover,.blue-link:active
{
  color: blue !important;
}

nav
{
    position: fixed;
}
 

  .nav-content-container
  {
    background-color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out, /* top .2s ease-in-out */;
  }
  
  nav.active .nav-content-container
  {
    height: 100vh;
    opacity: 100;
  }
  nav ul {
 
    background: white;
  
  }
  
  nav a:link,
  nav a:visited,
  nav a:hover,
  nav a:active {
    color: black;
    text-decoration: none;
  }

  nav ul a:link,
  nav ul a:visited,
  nav ul a:hover,
  nav ul a:active {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--bolder-font-weight);
  
  }
  
  
  nav ul li a:hover {
    color: black;
    background-color: white;
  
  }
  
  
  
  nav ul li a.active-link {
    color: black;
    background-color: white;
  }
  
  
  nav ul li a {
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
  
  }
  
  #logo {
    display: flex;
    flex: 1;
  }  
  
  
 
  /*ancien nav mobilr*/


  #nav-button {
    display: block;
    background: url(assets/images/crossv2.svg) no-repeat center;
    height: 30px;
    width: 30px;
    transition: 0.25s;
    cursor: pointer;
    display: none;
  }

  .active #nav-button {
    rotate: 45deg;
    transition: 0.25s;
  }

  nav ul {
    position: relative;
    top: -110%;
   /*  right: 0px; */

    flex-direction: column;
    width: 100%;
   /*  height: calc(100vh - 50px); */
/*     transition: 0.25s; */
    gap: 0px;
    font-size: 30px;
    /* visibility: hidden; */
    transition: 0.5s ease-in-out;
  
      z-index: 7777;
  }

  nav ul li a {
      padding: 20px 20px;
      border-bottom:var(--border-bottom);
    }

    nav ul li:hover a {
        padding: 20px 20px;
        border-bottom:var(--border-bottom);
        color: red;
      }

  nav.active ul {
/*     right: 0;
    visibility: visible;
    opacity: 100;
    transition: opacity .2s ease-in-out/* , top .2s ease-in-out ; */
    top: 00px;
    z-index: 8888; 
    pointer-events: auto;  /* Allows interaction when visible */

    transition: 0.5s ease-in-out;
  }

  .nav-content
  {
    height: 0vh;
    width: 100vw;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    transition-delay: 0.5s ;
   margin-top: 60px;
    position: absolute;

}

  nav.active .nav-content
  {
    height: calc(100vh - 60px);
    transition-delay: 0s ;
  }

  .nav-content .contacts
  {
    border-bottom: none;
    margin-top: 80px;
    bottom: -100%;
    position: relative;
    background: white;
    height: 100%;

    align-items: flex-start;
    margin: 0px;
    transition: 0.5s ease-in-out;

    order: 1;
    padding: 20px 20px;
    align-items: flex-start;
    text-align: left;
  }

  nav.active .nav-content .contacts
  {

    bottom: 0px;
    z-index: 8888; 
    pointer-events: auto;  /* Allows interaction when visible */

    transition: 0.5s ease-in-out;
  }


  /* fin ancienne nav mobile*/

  .nav-header
  {
    display:flex;
    /*   justify-content: space-between; */
    gap:30px;
    justify-content: end;
    align-items: center;
    flex:1;
    max-width: 100vw;
    height: 100%;
    z-index: 9999;
    background: white;
    padding: 0px 20px 0px 20px;

    position: fixed !important;
    width: 100%;
    height: 60px;
    border-bottom: var(--border-bottom);
    background: #000000;
  }


    /*-- end ------------nav---------------*/

  main
  {
    flex: 1;
    padding-top: 9px;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
   /*  justify-content: center;
    align-items: center; */
  }
  .container
  {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }


  footer
  {
    bottom: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
  }

  .sponsors img
  {
    max-height: 40px;
  }

  .sponsors
  {
    justify-content: space-between;
    width: 100%;
    padding: 30px 50px;
    border-bottom: var(--border-bottom);
    display: none;
  }

  .credits
  {
    display: flex;
    border-bottom: var(--border-bottom);
    padding: 5px 20px;
    gap: 20px;
    justify-content: space-between;
    font-weight: var(--lighter-font-weight);
    font-size: 14px;

    background: black;
    color: white;
  }

  .credits a
  {
    color: white;
  }
  .contacts
  {
    border-bottom: var(--border-bottom);
    padding: 10px 20px;
  }

  .section-title
  {
    width: 100%;
    font-size: var(--largest-font);
    font-weight: var(--bolder-font-weight);
    text-transform: uppercase;
    border-bottom: var(--border-bottom);
    /* padding: 10px; */
    background: white;
    /* padding-left: calc(30vw - 1px); */
    display: flex;
    align-items: center;

    justify-content: center;
  /*   background: #000000;
    color: white; */
  /*   border-radius: 20px 20px 0px 0px; */

  padding: 15px;
  }

  .section-title span
  {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: black;
    margin: 0 20px 0 0; /* Adjust spacing around the separator */

    display: none;
  }

  
  h1
  {
    font-size: var(--largest-font);
    font-weight: var(--bolder-font-weight);
  }

  /*---------------- start programme ------------------*/

 /*  .programme-content-container
  {
    display: flex;
    flex-direction: column;
    padding: 2px 5px;
    gap:2px;
  }
 */

 .apropos .first-part
 {
   height: auto;
   padding: 20px 20px 15px 20px;
 }
  .programme
  {
    background:#000000;
  }
  .first-part
  {
    display: flex;
    flex-direction: row;
    background: white;
    border-bottom: var(--border-bottom);
    height: 300px;
    cursor: pointer;
    /* border-radius: 35px; */
    overflow: hidden
  }

  .programme .first-part img
  {
    height: auto;
    width: 30vw;
    object-fit: cover;
    border-right: var(--border-bottom);
  }

  .infos-base
  {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 5px 20px;
    justify-content: space-between;
    flex: 1;
  }

  h4
  {
    text-transform: uppercase;
    font-size: var(--largest-font);
    font-weight: var(--bolder-font-weight);
    line-height: var(--largest-line-height);
  }

  .tags
  {
    margin-top: 6px;

  }

  .dates
  {
    text-transform: uppercase;
    justify-self: flex-end;
  }

  .separator {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: black;
    margin: 0 10px; /* Adjust spacing around the separator */
    
}
.tags-container
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.tags-container.SDL-tag-container span.tag
{
  flex-direction: row !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.second-part
{
   /*  height: auto; */
    /* background-color: yellowgreen; */
    background: white;
    position: relative;
    max-height: 0;
    transition: max-height 0.6s ease;
   /*  border-radius: 30px; */
    overflow: hidden;
    box-sizing: border-box;
/*     border-bottom: var(--border-bottom); */
   
}

 .second-part::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; /* Border thickness */
  background-color: black; /* Border color */
}


 .second-part.active
{
    max-height: 10000px; /* Adjust max-height based on your content */
   /*  border-bottom: var(--border-bottom); */
    transition: max-height 1s ease;

}

.second-part-content
{
  display: flex;
  padding: 20px;
}

.main-infos
{
  text-transform: uppercase;
  font-size: var(--largest-font);
  line-height: var(--largest-line-height);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  /* gap: 100px; */
  font-weight: var(--bolder-font-weight);
}
.prix
{
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}
.synopsis
{
  /* flex:1; */
  width: 50vw;
}

.second-part-separator
{
  width:1px;
  min-height:100%;
  background: black;
  margin: 0px 20px;
}

.reserver-container
{
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: var(--bolder-font-weight);
  font-size: 24px;
}

.reserver-container p
{
  padding-top: 4px;
}

 #tickets {
        display: block;
        background: url(assets/images/ticket.svg) no-repeat center;
        height: 42px;
        width: 42px;
        transition: transform 0.5s ease; /* Apply transition for rotation */
        position: relative; 
        background-size: contain;  
        transform-origin: left bottom;
        cursor: pointer; 
    }
    
    #tickets::after {
        content: '';                            /* Required for pseudo-elements */
        position: absolute;                     /* Position it absolutely within the parent */
        top: 0;                                 /* Align with the parent */
        left: 0;                                /* Align with the parent */
        width: 100%;                            /* Cover the entire parent */
        height: 100%;                           /* Cover the entire parent */
        background: url(assets/images/ticket.svg) no-repeat center;
        background-size: cover;                 /* Ensure the rotating background covers the div */
        transition: transform 0.5s ease;      /* Smooth transition for rotation */
        background-size: contain; 
        transform-origin: left bottom;
    }
    
    /* Rotate both the main element and the pseudo-element on hover */
    .reserver-container:hover #tickets {
        transform: rotate(-5deg);              /* Rotate the main element */
    }
    
    .reserver-container:hover #tickets::after {
         transform: rotate(25deg)            /* Rotate the pseudo-element */
    }


      /* ----------- start popup reservation ------------ */

  
#popup
{
  display: none;
}    
#popup.active
{
  display: block;
}  
.popup-container
{
z-index:9999;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0, 0.8);
overflow-y: scroll;
padding: 5px;
}

.popup-content
{
display: block;
position: relative;
width: 100%;
max-width: 700px;
background-color: white;
overflow: auto;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 80px;
/* border-radius: 30px; */
}

.popup-wrapper 
{
margin: 20px;
}

.popup-content a.close {
display: block;
cursor: pointer;
font-size: 85%;
float: right;
position: absolute;
top: 15px;
right: 20px;
font-weight:bold;
font-size: 20px;
}


#popup .wpcf7-text, .wpcf7-number, .wpcf7-select, .wpcf7-textarea {
/* border: none;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
box-sizing: border-box;
width: 100%;
margin-bottom: 2px;
padding: 2px 6px;
border-radius: 40px;
padding: 20px 20px;

background:#EEEEEE; */

width: 100%;
display: flex;
align-items: center;
cursor: pointer;
padding: 10px;
border: 1px solid #ccc;
transition: background-color 0.2s ease;
font-size: 16px;
font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;

}
.wpcf7-textarea 
{
  height:100px;
  resize: vertical;
  max-height: 400px;
  min-height: 60px;
}

.form-right p
{
margin-bottom: 10px;
}

.popup-content label , .popup-content br
{
  display: none;
}

.form-title
{
  margin-bottom: 20px;
}


#popup .wpcf7-submit
{
margin: auto;
padding: 15px 30px;
display: block;
width: 100%;

/* border-radius: 40px; */
/* color:white;
background: black; */
cursor: pointer;
text-transform: uppercase;
font-size: var(--largest-font);

font-family: inherit;
border: none;
}

.form-bottom-part p
{
  margin: 0px 0px 20px 0px;
  font-weight: var(--lighter-font-weight);
}


.wpcf7-spinner
{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.wpcf7-list-item
{
  padding:10px 0px
}

.form-top-part
{
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;;
}

.form-left
{
  width:70%;
}

#custom-spectacle-select option
{
  display: flex;
  flex-direction: column;
  height: 50px;
}


/*AAAAAAAAAAH*/

/* Styling for the container and items */
.single-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spectacle-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  transition: background-color 0.2s ease;
}

/* Styling for the box */
.box {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s;
  border-radius: 20px;
}

/* Checkmark when selected */
.spectacle-item.selected .box::after {
  content: '\2713'; /* Unicode checkmark symbol */
  position: absolute;
  top: -2px; /* Adjust checkmark position */
  left: 3px; /* Adjust checkmark position */
  font-size: 18px;
  color: #4CAF50; /* Green checkmark */
}

/* Hover effect */
.spectacle-item:hover {
  background-color: #f0f0f0;
}

/* Styling for text */
.spectacle-name {
  font-weight: bold;
  margin-right: 10px;
}

.spectacle-date {
  color: #888;
  font-size: 14px;
}

/* Change background color for the selected item */
.spectacle-item.selected {
  background-color: #e0f7e0; /* Light green */
}



  /* ----------- end popup reservation ------------*/


    /**-----------media queries------------*/

  @media (max-width: 1024px) {

    /* -------- start  NAV  1024px--------- */

    .slider img
    {
    width: 80% !important ;
  /*   max-height: auto !important;
    height: auto; */
    max-height: 80% !important;
    }


  }



  .SDL .titre-spectacle
  {
    font-size: var(--largest-font);
    font-weight: var(--bolder-font-weight);
    line-height: var(--largest-line-height);
  }

  .SDL .nom-compagnie
  {
    margin-top: 1px;
    font-weight: var(--bolder-font-weight);
  }

  .au-programme-mobile
        {
          display:none;
        }
   

    /* -------- end NAV  1024px--------- */

    /*---------- start mise en page trucs ---------*/


    @media (max-width: 800px) {
        .section-title
        {
          width: 100%;
          font-size: var(--largest-font);
          font-weight: var(--bolder-font-weight);
          text-transform: uppercase;
          padding: 10px;
          padding-left: calc(0vw - 1px);
        }
        .section-title span
        {
          visibility: hidden;
        }
      
         .first-part
        {
          flex-direction: column;
          height: auto;
        }
      
        .programme .first-part img
        {
          /* border-bottom:var(--border-bottom) ; */
          border-right: 0px;
          width: 100%;

          
          padding: 10px;
          border-radius: 30px;
        }
      
        .infos-base
        {
          gap: 80px;
        }

        .container
        {
            justify-content: flex-start;
            align-items:flex-start;
            flex-direction: column;
        }

        .sponsors
        {
            align-items:center;
        }

        footer
        {
            flex-direction: column;
        }


        .contacts
        {
            order: 1;
            padding: 50px 20px;
            align-items: center;
            text-align: center;
        }

        .sponsors
        {
            order: 2;
        }
        .credits
        {
            order: 3;
            flex-wrap: wrap;
            font-size: 14px;
            justify-content: space-around;
            gap: 7px;
        }

         /*---------- start article ---------*/  

        .second-part-content
        {
         flex-direction: column;
        }

        .second-part-separator
        {
          width:auto;
          min-height:1px;
          margin: 20px 0px;
          display: none;
        }

        .main-infos, .synopsis
        {
          width: 100%;
        }

        .main-infos
        {
          gap: 30px;
        }

        .au-programme-mobile
        {
          text-transform: uppercase;
          font-size: var(--largest-font);
          line-height: var(--largest-line-height);
          font-weight: var(--bolder-font-weight);
          margin-top: 30px;
          margin-bottom: 20px;
          display: block;
        }

        .au-programme-desktop
        {
          display:none;
        }
        /*---------- end article ---------*/  

        .form-top-part
        {
         flex-direction: column;
          gap: 20px;
        }

        .form-left
        {
          width: 100%;
          margin-bottom: 20px;
        }


     

        }

        
        
          /*---------- end mise en page trucs ---------*/  
        
      




/*-------------LE SLIDER--------------------*/
/* start slick slider ---------------- */

.sliderContainer {
  height: 100%;
  background:#dedede;
 /*  background: lightsteelblue; */
/*    position: relative; */
 /*  top:0; */
 /* direction: rtl; */

/*  z-index: -1; */
}

.slick-dots
{
position: relative;
top: -20px;

}
.slick-dots li
{
width: 15px;
z-index: 20;
display: none;
}

.slick-dots li button:before
{
font-size:6px;
color: black;
opacity: .70;
}

.slick-dots li:hover button:before
{
font-size:6px;
}
.slick-dots li.slick-active:hover button:before
{
font-size:6px;
}


.slick-dots li.slick-active button:before
{
color: black;
opacity: 1;
font-size:6px;
}

.sliderControl
{
height:100%;  
position: absolute;
top: 0px;
width: 50%;
z-index: 20;

}
.sliderControl.right
{
  right: 0px;
cursor: /* url('img/cursors/cursor_right.svg'), */ e-resize;

}
.sliderControl.left
{
cursor: /* url('img/cursors/cursor_left.svg'), */ w-resize;
}

.slider .slick-track {
  text-align: left;
}


.slick-track, .slick-slider, .slick-list
{
height: 100%;
/*width: 100vw;*/
/*   text-align: right; */
}

.slick-list
{padding:0 10% 0 0 !important;}


.slick-initialized .slick-slide
{
height: 100%;
/*   width: 30%; */
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;

}
.slick-slide
{
/* height: 100%; */
/*   width: 40%; */
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;

}

.slider
{
position: relative;
top:0;
height: 100%;
border-bottom: var(--border-bottom);
margin: 0px !important;

}

.slider img
{
width: auto;
max-height: calc(100vh - 55vh);
align-self: center;
box-shadow: 1.5px 1.5px 5px 1px rgba(0, 0, 0, 0.2);
}


/*----------welcome text ----------*/

.welcome-text
{
/* flex: 1; */
/* height: 60vh; */
max-height: 40vh;
border-bottom: var(--border-bottom);
padding: 30px;

display: flex;
justify-content: center;
align-items: center;
width: 100%;
}

h2
{
font-size: 9vw;
line-height: 10.5vw;
text-transform: uppercase;
}

.acceuil
{
height: calc(100svh - 110px);
display: flex;
flex-direction: column;
}


.logo-title
{
color: white;
font-weight: 100;
margin-left: 20px;
margin-bottom: 3px;
justify-self: center;
display: none;
}

.privacy-policy
{
  max-width: 1000px;
  padding:40px 30px;
  justify-self: center;
}

.privacy-policy h2
{
  font-size: 3vw;
  line-height: 3.4vw;
  margin-top: 30px;
  margin-bottom: 5px;
}

.main-privacy-policy
{
  border-bottom: var(--border-bottom);
  align-items: center;
  justify-content: center;
}


.open-reservation
{
  cursor: pointer;
}