/*
 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
------------------------------------------------------- */
/* style du Bouton  dans le header*/
.menu-item-43 > a {
  background-color: #abcf39;
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width:194px;
}

@media (max-width: 768px) {
	.col-reverse{
		display:flex;
		flex-direction:column-reverse
	}
}

@media (max-width: 420px) {
    .mobile-break {
        display: block;
    }
}


