/*
 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
------------------------------------------------------- */
p.clsfk {
    font-family: 'Oleo Script Swash Caps' !important;
    font-weight: 800;
    font-size: 50px;
    padding-bottom: 11px;
	letter-spacing: 8px !important;
}



/* Override the problematic padding */
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
 /* Reduce padding to align properly */
    line-height: 1.5 !important; /* Ensure text is vertically centered */
}

/* Specific styling for the button in the menu */
li.button a {
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #e71e25;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    transition: all 0.3s ease;
    vertical-align: middle;
}

/* Hover effect for the button */
li.button a:hover {
    background-color: #bd883c !important;
    color: #ffffff !important;
    opacity: 1 !important;
}


@media only screen and (max-width: 768px) {
    .box {
        display: flex;
        flex-direction: column-reverse;
    }
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
}
}


@media only screen and (max-width: 980px) {

	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
}
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #bd883c;
}

.et_mobile_menu {
    border-top: 3px solid #bd883c;
}
.middle .et_pb_column {
    margin: auto;
}



.class-liste li {
    background: url(/wp-content/uploads/2025/03/check-mark.png) no-repeat left 0px;
    background-size: auto;
    padding: 0px 10px 0px 35px;
    background-position: 0px 2px;
    margin-bottom: 10px;
    list-style-type: none !important;
    color: #fff;
    text-align: left;
    line-height: 30px !important;
}

.class-liste ul {
    margin-left: 0px !important;
}















