



  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .popup-content {
    background: white;
    padding: 5%;
    border-radius: 2vw;
    text-align: center;
    max-width: 60vw;

    font-family: 'Georgia', serif;
    position: relative;
  }

  .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 4vw;
    cursor: pointer;
  }
  
  
    .popup-close:hover {


    background: rgba(0,0,0,0.1);

  }



  
  .popup-content h2{
      font-size: 3.5vw;
      font-weight: normal;
  }
  
    .popup-content p{
        margin-top : 1vw;
      font-size: 2vw;
  }
  
  .popup-content label{
        margin-top : 2vw;
      font-size: 1.2vw;
  }
  
  
.popup-content input[type="email"] {
    width: 90%;
    padding: 12px;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  
  
.popup-btn {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.1vw;
    font-weight: bold;
    
  }

  
  
.popup-decline {
    display: block;
    margin-top: 2vw;
    text-decoration: none;
    color: #333;
    font-size: 1vw;
  }
  
  
  
  
  
  /*------------------------------ POPUP PANIER *----------------------*/
  
.addtocart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.addtocart-box {
  background: white;
  padding: 2em;
  border-radius: 10px;
  text-align: center;
  width : 50vw;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  background: white;
}

.addtocart-box p{
   font-size: 1.5vw;
   color : black;
}

.addtocart-actions {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-around;
}

.addtocart-actions button {
  padding: 0.5em 1em;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  background: white;
  color: black;
  border : solid;
  border-width : 0.2vw;
  border-color: var(--back_header);

}




/*------------------------- REBOURS ----------------------------*/

#open_in_popup{
    
    font-size: 3vw;
    margin-bottom : 3vw;
    
    
}

#countdown{
    font-size : 4vw;
}

  
  
  
  /*---------------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------------*/

@media (max-width: 768px) {
    
    
    
    
.popup-content {
    border-radius: 3vw;
    max-width: 90vw;
    padding-top : 10%;

  }
  
  
  
    .popup-close {
    position: absolute;
    top: -5%;
    right:-5%;
    background: none;
    border: none;
    font-size: 4vw;
    cursor: pointer;
  }

    
    
    .popup-content h2{
        font-size : 4vw;
    }
    
        .popup-content h2{
        font-size : 2.5vw;
    }
    
    
    .popup-content label{
        margin-top : 15vw;
        font-size : 2.5vw;
    }
    
    
    .popup-content #email{
        font-size : 2.5vw;
    }
    
    
    .popup-btn{
        font-size: 2vw;
        width : 90%;
    }
    
    
      
.popup-decline {
    font-size: 2vw;
  }
  
  
  
  
  /*-------------- PANIER ---------------------*/
  
            
            .addtocart-box {
              background: white;
              padding: 2em;
              border-radius: 10px;
              text-align: center;
              width : 90vw;
              box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            }
            
            .addtocart-box p{
               font-size: 4vw;
               color : black;
            }
            
            .addtocart-actions {
              margin-top: 1.5em;
              display: flex;
              justify-content: space-around;
            }
            
            .addtocart-actions button {
              padding: 0.5em 1em;
              border: none;
              border-radius: 1vw;
              cursor: pointer;
              background: white;
              color: black;
              border : solid;
              border-width : 0.2vw;
              border-color: var(--back_header);
              font-size: 4vw;
            
            }
            
            
            
            
/*------------------------- REBOURS ----------------------------*/

        #open_in_popup{
            
            font-size: 6vw;
            margin-bottom : 3vw;
            
            
        }
        
        #countdown{
            font-size : 7vw;
        }

  
    
    
    
    
    
}