
/* @keyframes slideIn {
  from {
      transform: translateY(-50px);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
} */

.cookie-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  /* animation: bounce 1s ease infinite; */
}
/* 
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
} */

.cookie-icon img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.popup-cookies-content h3 {
  color: #8B008B;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}

.popup-cookies-content p {
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.cookieBtn {
  padding: 14px 28px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s ease;
  min-width: 100px;
}

.cookieBtn {
  background: #8B008B;
  color: white;
  border: 2px solid #8B008B;

}

.cookieBtn:hover {
  background: #6c3483;
  border: 2px solid #6c3483;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(142, 68, 173, 0.3);
}

.cookieBtn.configure {
  background: white;
  color: #8B008B;
  border: 2px solid #8B008B;
}

.cookieBtn.configure:hover {
  background: #f5eeff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(142, 68, 173, 0.1);
}

.cookieBtn1,.accept-all-button {
  color: #8B008B;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.cookieBtn1:hover,.accept-all-button:hover {
  text-decoration: underline;
  transform: translateY(-1px);
}

/* Cookie Consent Popup */
.cookie-popup {
  z-index: 1100;
}
    /* Positionnement de l'image en bas à gauche */
    #image {
        position: fixed;
        bottom: 20px; 
        left: 0px;
        width: 70px;  /* Taille de l'image */
        cursor: pointer;
        z-index: 20;
    }

  /* .popup { 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 10;
} */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
  }

.popup-cookies-content{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    max-width: 700px;
    max-height: 400px;
    text-align: justify;
    position: relative;
    animation: slideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    text-align: justify;
    overflow-y: auto;
  }

  .checkbox-group {
    margin-bottom: 20px;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
}
.checkbox-group input {
    margin-right: 20px;
}
.checkbox-group img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

@media (max-width: 500px) {   
  .popup-cookies-content {
      padding: 15px;
      width: 80%;
      max-width: 600px;
  }
  #image {
    width: 50px;
  }
  .popup-cookies-content h3 {
      font-size: 15px;
  }
  
  .popup-cookies-content p,.popup-cookies-content small {
      font-size: 10px;
  }
  
.popup-cookies-content label {
  font-size: 13px;
}

.checkbox-group img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cookie-icon img {
  width: 80%;
  height: 80%;
}
  .cookieBtn {
      font-size: 10px;
  }

  .cookieBtn1 {
      padding: 1px 2px;
      margin: 0 2px;
      font-size: 10px;
  }
}

@media (min-width: 501px) and (max-width: 1024px) {  
  .popup-cookies-content {
     padding: 30px 20px;
        max-width: 500px;
        max-height: 400px;
  }

  .popup-cookies-content h3 {
      font-size: 18px;
  }
  
  .popup-cookies-content p ,.popup-cookies-content small {
    font-size: 12px;
}

.popup-cookies-content label {
font-size: 15px;
}

.checkbox-group img {
width: 30px;
height: 30px;
margin-right: 10px;
}


  .cookieBtn {
      font-size: 12px;
  }

  .cookieBtn1 {
      padding: 3px 5px;
      font-size: 12px;
  }
}

@media (min-width: 1025px) {  
  .popup-cookies-content {
      padding: 30px;
      width: 60%;
      max-width: 1000px;
  }

  .popup-cookies-content h3 {
      font-size: 22px;
  }
  
  .popup-cookies-content p {
      font-size: 14px;
  }

  .cookieBtn {
      font-size: 14px;
  }

  .cookieBtn1 {
      padding: 5px 10px;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .popup-cookies-content {
      padding: 30px 20px;
      max-width: 500px;
      max-height: 500px;
  }

  .cookie-buttons {
      flex-direction: column;
      gap: 10px;
  }
 
  .cookie-btn {
      width: 100%;
  }


  .popup-cookies-content h3,  .popup-cookies-content label {
    font-size: 15px;
}

.popup-cookies-content label {
  font-size: 13px;
}

.checkbox-group img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.popup-cookies-content p,.popup-cookies-content small {
    font-size: 10px;
}

  .cookie-icon img {
    width: 80%;
    height: 80%;
  }

  .cookieBtn {
    font-size: 10px;
}

.cookieBtn1 {
    padding: 1px 2px;
    margin: 0 2px;
    font-size: 10px;
}

}

@media (max-width: 768px) {
#image {
  width: 50px;
}}
