/*
 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
------------------------------------------------------- */
#main-content #contact-mail .et_pb_text_inner h4 a{
	color:#fff !important;
}
#main-content .et_pb_text_inner a{
 color:#D37643 !important;	
}


span.cls-titre-footer {
    font-size: 23px;
    line-height: 1.8em;
    font-weight: 900;
}

.cls-display-none {
    display: none;
}

#logo {
    max-height: 81%;
}
/*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: #d37643;
    padding: 15px !important;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}

.cls-phone-number .cls-ph-n-txt {
    background: #d37643;
    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;
}

/*********max-980*********/
@media only screen and (max-width: 980px){
	
.class-flex-cont {
    display: flex;
    flex-direction: column-reverse;
}

}

.cls-display-n {
    display: none;
}