/*
Theme Name:   Novakom thème
Theme URI:    https://novakom.fr/
Description:  Agence de communication
Author:       Benoit ROMEO
Author URI:   https://www.agenceomega.fr/
Template:     Divi
*/

:root {
  --main-color: #9b59b6;
}

/* -- MENU -- */
/*#top-menu-nav { margin-top:-15px !important }
.btn_contact {
	background-color: --main-color;
	color: #fff;
	padding: 0 !important;
}
.btn_contact a, body .et-fixed-header #top-menu li.btn_contact>a {
	color: #fff !important;
	padding: 15px 25px 15px 25px !important;
}*/

/* -- BLOG -- */
.display_wtitle .widgettitle { display:none; }

/* -- BOUTON HAUT DE PAGE -- */
.et_pb_scroll_top.et-pb-icon { background-color: var(--main-color) !important; }

/* -- FOOTER --*/
body .et-l--footer a { transition: color 300ms ease 0ms; }
body .et-l--footer a:hover { color:var(--main-color) !important; transition: color 300ms ease 0ms; }
body .et-l--footer a.link_arobase { color:#f47322 !important; }

/* TABLETS */
@media all and ( max-width: 980px) {
	
}

/* MOBILE */
@media all and ( max-width: 767px) {
    
}