/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

#my-nav {
    transition: transform 0.5s ease-in-out; /* Rend l'animation plus fluide */
}

.litespeed-banner { 
    display: none !important; 
}

@media (max-width: 768px) {
  #ligne-inverser {
    display: flex !important;
    flex-direction: column !important;
  }

  #ligne-inverser > .et_pb_column:nth-child(1) {
    order: 2 !important;
  }

  #ligne-inverser > .et_pb_column:nth-child(2) {
    order: 1 !important;
  }
}

@media (max-width: 768px) {
  .dp-parallax, .dp-scroll-effect, .dp-anim, .dp-hover {
    display: none !important;
  }
}
 