/*
Theme Name:     theme enfant du theme Divi 
Theme URI:      http://example.com/
Description:    Thème enfant pour le thème Divi
Author:         Franck Meyer
Author URI:     http://example.com/about/
Template:       Divi                             
Version:        0.1.0
*/

@import url("../Divi/style.css");
/*
HEADER
*/	
#top-header, #et-secondary-nav li ul {
    background-color: rgba(56,28,11,0.48);
}
 #main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: rgba(51,22,0,0.7);
}
/*
CONTENT
*/	
.page.et_pb_pagebuilder_layout #main-content {
    background-color: transparent;
}
.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li::before, .et_pb_pricing li::before, blockquote {
    border-color: rgba(255,255,255,0.69);
}
a {
    color: #e8ae02;
	}

/*
FOOTER
*/	
#main-footer {
    background-color: rgba(28,18,0,0.72);
}
/*
Bouton reservez menu
*/	
.et_pb_button_reserver {

    color: #ffffff !important;
    background-color: rgba(228,35,38,0.57);
	transition: all 300ms ease 0ms;
	padding-left: 4em !important;
	padding-right: 4em !important;
	padding-top: 0.5em !important;
	padding-bottom: 0 !important;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	font-weight: 800;
	text-align: center;
	border-radius: 3px;
	}