/*
 Theme Name:     Wlagence Divi
 Theme URI:      http://wlagence.com/
 Description:    Theme Enfant Wlagence Divi
 Author:         Wlagence
 Author URI:     http://wlagence.com/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}





/* REGLE DYNAMIQUE */
   
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (orientation : landscape) {
  #et-info {
    display: none;
  }


}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (orientation : landscape) {
  #et-info {
    display: none;
  }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (orientation : landscape) {
  #et-info {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  #et-info {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #et-info {
    display: none;
  }
}