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


h1, h2, h3, h4, h5, h6 {
 font-family: 'Sora', sans-serif !important;
}

p {
 font-family: 'Work Sans', sans-serif !important;
}

#main-footer {display: none !important;}

#top-menu li.current-menu-item>a {
    color: #00BE8D !important;
}


.cta-book-call a {
	background-color: #00BE8D !important;
    color: #ffffff !important;
    padding-bottom: 0px !important;
    padding: 15px 30px !important;
    border-radius: 40px !important;
	max-width: 153px !important;
}

.et-fixed-header #top-menu .cta-book-call a {
    color: #ffffff!important;
}


.txt-due-colonne {
	column-count: 2 !important;
	column-gap: 20px !important;
}

.et_pb_contact .et_pb_contact_field_half {
    width: 100% !important;
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    font-family: 'Work Sans' !important;
	color: #292929 !important; 
}

@media screen and (max-width: 580px) {
	.txt-due-colonne {
		column-count: 1 !important;
	}
}