/*
 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 h2,
.et_pb_promo_description h2{
  font-family: "Lobster", sans-serif;
  font-size:32px !important;
}
.et_pb_blurb_container h2,
.titre-info h2{
  font-family: "Lobster", sans-serif;
  font-size:24px !important;
}

/* style du Bouton  dans le header*/
.menu-item-184 > a {
  background-color: #d80e0e;
  color: #fff !important;
  width :182px;
  padding: 15px 20px !important;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
/* Break point mobile*/
@media (max-width: 1266px) {
    #et_mobile_nav_menu {
        display: block;
    }
	#top-menu-nav {
		display: none;
	}
}
@media (max-width: 768px) {
	.col-reverse{
		display:flex;
		flex-direction:column-reverse
	}
	.et_pb_slide_content h1{
		font-size:32px !important;
	}
	.et_pb_text_inner h1{
		font-size:18px !important;
	}
}

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