.elementor-321 .elementor-element.elementor-element-69c068be{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-13c9c6da *//* Container global */
.cookie-policy{
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Header */
.cookie-policy__header{
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.cookie-policy__header h1{
  margin: 0 0 8px 0;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.cookie-policy__subtitle{
  margin: 0;
  font-size: 14px;
  opacity: .75;
}

.cookie-policy__subtitle span{
  font-weight: 600;
}

/* Typo du contenu généré par le shortcode */
.cookie-policy__content{
  font-size: 16px;
  line-height: 1.75;
}

.cookie-policy__content p{
  margin: 0 0 14px 0;
}

/* Titres dans le contenu */
.cookie-policy__content h1,
.cookie-policy__content h2,
.cookie-policy__content h3{
  margin: 22px 0 10px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.cookie-policy__content h1{ font-size: 26px; }
.cookie-policy__content h2{ font-size: 20px; }
.cookie-policy__content h3{ font-size: 18px; }

/* Listes */
.cookie-policy__content ul,
.cookie-policy__content ol{
  margin: 10px 0 16px 22px;
}

.cookie-policy__content li{ margin: 6px 0; }

/* Liens */
.cookie-policy__content a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Encadrés / blockquote éventuels */
.cookie-policy__content blockquote{
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 4px solid rgba(0,0,0,.18);
  background: rgba(0,0,0,.03);
  border-radius: 12px;
}

/* Tables (si la politique en génère) */
.cookie-policy__content table{
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
}

.cookie-policy__content th,
.cookie-policy__content td{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  vertical-align: top;
}

.cookie-policy__content th{
  text-align: left;
  background: rgba(0,0,0,.03);
  font-weight: 700;
}

/* Si le shortcode sort un H1 en double, on le masque */
.cookie-policy__content > h1:first-child{
  display: none !important;
}

/* Mobile */
@media (max-width: 768px){
  .cookie-policy{
    padding: 18px;
    border-radius: 14px;
  }
  .cookie-policy__header h1{
    font-size: 26px;
  }
}/* End custom CSS */