/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_text_inner h1{
	font-family: "Redressed", cursive !important;
}
/* style du Bouton  dans le header*/
.menu-item-80 > a {
  background-color: #dca47d;
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (max-width: 420px) {
    .mobile-break {
        display: block;
    }
}

