/*
 Theme Name:     Triade Premium (DIVI)
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème premium enfant de Divi par Triade
 Author:         Elegant Themes & Triade
 Author URI:     https://triade.ca
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.fullwidth-menu.et_pb_menu .et_pb_menu__menu,
.fullwidth-menu.et_pb_menu .et_pb_menu__menu>nav,
.fullwidth-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    flex: 1;
}

.fullwidth-menu.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}