/*
 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
------------------------------------------------------- */


span.cls-titre-footer {
    font-family: 'Libre Baskerville';
    font-size: 23px;
    line-height: 2.6;
    letter-spacing: 1px;
}

#logo {

    max-height: 100% !important;
}

ul.sub-menu {
    width: 364px !important;
}

ul.sub-menu li.menu-item {
    width: 100%;
}

ul.sub-menu li.menu-item a {
    width: 100% !important;
}


/*********max-980*********/
@media only screen and (max-width: 980px){
	
.class-flex-cont {
    display: flex;
    flex-direction: column-reverse;
}
	
li.menu-item ul.sub-menu{
	width: 100% !important;
}
}

/*phone**************************************/

.cls-phone-number {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.cls-phone-number span.et-pb-icon {
    font-size: 31px !important;
    padding-right: 15px;
}

.cls-phone-number .et-pb-icon {
    background: #4eb848;
    padding: 15px !important;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}

.cls-phone-number .cls-ph-n-txt {
    background: #4eb848;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 17px;
    padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 21px !important;
    padding-left: 0px;
    color: #fff;
    height: 61px !important;
}

p.cls-ph-n-txt {
    width: 0;
	opacity: 0;
}

.cls-display-b {
    position: relative;
    z-index: 999999999999 !important;
}

.cls-display-b:hover .cls-ph-n-txt {
    width: 100%;
    transition: .3s ease;
    padding-right: 16px;
    padding-left: 16px;
	opacity: 1;
}
/*************************/
@media only screen and (max-width: 1389px){

#et_mobile_nav_menu {
    display: block;
}
	
nav#top-menu-nav{
    display: none;
}
}

header#main-header {
    padding: 17px 0;
}