/*
Theme Name:   ANFA
Description:  Thème du site pour l'égalité professionnelle de l'ANFA
Author:       Rumeur Publique
Author URI:   https://rumeurpublique.com
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         responsive-layout, custom
Text Domain:  anfa
*/

.et_pb_menu__menu {
	width: 100%;
}

.et-menu-nav {
	width: 100%;
}

#menu-menu-principal {
	width: 100%;
	justify-content: space-around;
}

h1, h2, h4 {
	font-family: "komet", sans-serif;
}

p {
	font-family: "Inter";
	font-weight: 400;
	line-height: 28px;
}

.flex {
	display: flex;
}

@media screen and (max-width: 768px) {
	p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.sm-direction-column {
		flex-direction: column;
	}
}