/*
 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-size:24px !important;
	font-weight:700;
	color:#B64534;
}
.et_pb_text_inner h2{
	font-size:24px !important;
	font-weight:700;
}
.carte .et_pb_text_inner h2{
	font-size:18px !important;
	font-weight:700;
}
.privacy-policy h1{
	font-size:42px !important;
	color:#fff !important;
}
.privacy-policy h2{
	font-size:15px !important;
}
li.btn-commande a{
	background-color:#B64534;
	padding:15px 20px !important;
	color:#fff !important;
	border-radius: 5px;
    border:2px solid #B64534;
	text-align:center;
	font-weight:700;
	letter-spacing:2px;
}
li.btn-commande a:hover{
	background-color:#fff;
	color:#B64534 !important;
	border-color:#B64534;
	opacity:1 !important;
	cursor:pointer;
}
.mobile_menu_bar:before{
	font-size:42px;
}
.wpcf7-list-item{
	margin:0 !important;
}
.rgpd .wpcf7-list-item-label{
	line-height:1.5em !important;
}
@media (max-width:767px){
.privacy-policy h1{
	font-size:30px !important;
}
	.col-reverse{
	display:flex;
	flex-direction: column-reverse;  
}
	li.btn-commande a{
	margin-top:20px;
}
	.mobile-break{
		display:block;
	}
}
@media (max-width: 1045px) {
    #et_mobile_nav_menu {
        display: block;
    }
	#top-menu-nav {
		display: none;
	}
}


