/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 23:41:44 */
/* ============================================================
   SÉPARATEUR SYMBOLE
   ============================================================ */

.frise-separateur{
  width:100%;
  height:70px;
  background-color:#FFFFFF;

  background-image:url("https://yasminedjebel.fr/wp-content/uploads/2026/03/SEPARATEUR-2.png");
  background-repeat:repeat-x;
  background-position:center;
  background-size:auto 40px;
}

/* ============================================================
   SÉPARATEUR FISSURE DORÉE — blanc → brun foncé
   ============================================================ */
.yd-fissure {
  display: block;
  background: #2a2218;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.yd-fissure__svg {
  display: block;
  width: 100%;
  height: 60px;
}

@media (max-width: 768px) {
  .yd-fissure {
    display: none !important;
  }
  /* Transition directe blanc → brun foncé */
  .yd-autrice {
    margin-top: 0 !important;
  }
}